Static Pages icon

Static Pages

Moodle plugin which displays static information pages which exist outside any course, imprint or faq pages for example, complete with Moodle navigation and theme
Price option: Free

Supports Moodle 2.4-5.2 See all versions
Latest release: 2 weeks ago
Installations: 4885
Downloads (last 90 days): 1472

Frankenstyle name: local_staticpage
Local plugins

Comments

Comments are no longer open for new posts. Existing comments remain available to read.

Thanks for this plugin, it's fantastic! Now I can serve static content on my moodle site.
How can I add images to the static pages? I have tried what Darrel Tenter suggested about seven years ago! but with no success. Please help
Thank for sharing information
Great post. Thanks for the information.
great work, thanks
I could put in my site but can't embed videos
thanks for your work
i am trying to embed a video from youtube but it doesnt seem to play any ideas?
Anyone have any experience with getting a clean URL from a Moodle installation in the Google Cloud platform?
Hello!
I am uploading an html file and I still get this line of code appears on the top of the page content:
"YPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd""
I saw this issue(https://github.com/moodleuulm/moodle-local_staticpage/issues/16), but my html it's clan and not saved from MS Word, so it's not the solution for me... any help please?
Do you know what I am doing wrong?
Thanks.
Hello!
Thanks for this plug in, it was needed time ago. However, I am uploading an htm file and getting this code at the begining: YPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
Do you know what I am doing wrong?
Thanks.
This plugin is very helpful. For Nginx server, the following rewrite worked for me.
location /static {
rewrite ^/static/(.*)\.html$ /local/staticpage/view.php?page=$1&$query_string last;
}
Thanks again.
Hi there,
I'm using Moodle 3.2+. This plugin is very useful. How can I access/permit my static pages if I'm logged out.
Hi there
I'm testing this plugin at present and am really excited by its potential. It seems to be working perfectly fine for me so far.
One question - I'd like to be able to see from the Moodle activity logs if my students are viewing the static pages. Is there a way to capture that information?
Thank you
Rob
Hello fellow Moodlers
I would like to use static pages but I have following error on 'List of static pages'...
The static page is available and can be linked to at the following standard URL:
Available http://www.mysite.eu/courses/local/staticpage/view.php?page=faq
The static page should be available to at the following clean URL, but actually a browser won't be able to download and view it (perhaps there is something wrong with your webserver or mod_rewrite configuration - see README file for details):
I am using fasthosts to host the site and cannot locate htaccess folder. Do I need to create one?
Force Apache mod_rewrite is unticked!
Thank you for any advice.
Rob
Hi Alexander.
Could it be that there is some incompatibility of the plugin with Bootstrap? I have read in the Readme file that it should work but, for example, the buttons are not displayed.
Thanks.
I was having trouble with the mod_rewrite rule provided in the instructions and found that I need to remove the first slash(/) to get it to work.
RewriteRule ^static/(.*)\.html$ /local/staticpage/view.php?page=$1&%{QUERY_STRING} [L]
Hi Alexander. The static pages open in a new tab. Is there a way to make them open in the same tab? Or do I need to edit some PHP code? Thanks!