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.

Hi Alexander
Thanks for plugin, I'm started to work on moodle project and have a problem with "custom menu items" , installed you plugin v3.1-r2 on version 3.1.4 +
Plugin works , I'm follow read me and everything seems to work. Bug I have "custom menu items" are not listed on any static page I'm open, only two links are listed and generated on correct position "login" and "create new account" . However if I log in and reopen static page , "custom menu items" are there in correct position, visible and work as they should be for any website visitor.
So user that is not logged in can't see my "custom menu items" links.
Do you have some idea why that happening, or where to look to fix it ?
Thanks,
Nikola
Hi Milciades,
thanks for asking.
Please have a look at https://github.com/moodleuulm/moodle-local_staticpage/blob/master/README.md#adding-images-to-static-pages. Similarly to images, you can't upload any videos to the static pages plugin. But if you host the video externally, for example on YouTube, you can add the embed code to the HTML code of your static page.
Thanks,
Alex
Excellent plugin... I want to know if is possible to insert a video into html static page?
Hi Chaits,
well, this looks fine now. Just confirm this dialogue to install the plugin.
Thanks,
Alex
Hi Alex,
Here is the error even after uploading to /local/staticpage - http://imgur.com/rpgM6zo.
Thanks
Hi Chaits,
really? The screenshot says that you have placed the plugin into /mod/staticpage. But you must place it into /local/staticpage. After that, the plugin installation really should work.
Thanks,
Alex
Hi Alex,
Sorry about that. However when I upload it to the right folder too I get the same message as in the screenshot here - http://imgur.com/xRj0EQ6
Is there a work around for version difference?
Thanks
Hi Alexander,
Can you answer my question here please : https://moodle.org/mod/forum/discuss.php?d=343877#p1386922
I really need your help
Hi Chaits,
well, if you had read https://github.com/moodleuulm/moodle-local_staticpage/blob/master/README.md#installation, you would know where to install the plugin...
Thanks,
Alex
Hi Alex,
How do I install this manually on local drive? Do I upload the "staticpage" folder to /mod/ directory or somewhere else?
Currently when I upload it to mod directory, it shows - "Plugins requiring attention" with the details in the screenshot here - http://imgur.com/xRj0EQ6
Thanks
Hi Alex,
I had a problem finding my HTML pages (on Moodle 3.1.x)
I've used you example path: mysite/mymoodlefolder/local/staticpage/view.php?page=myfile.
It turned out that I had to skip the HTML extension and use 'myfile' instead of 'myfile.html'.
Think it could be useful to make a remark of it in you read-me file not to use html in the path to the file.
Thanks.
Hans.
Hi all,
sorry for the late replies again.
Georg,
I wrote you a personal message.
Rama,
from my point of view, you are free to add whatever you want to the .html file as long as its valid HTML (with JS embedded if necessary). Just give it a try. I am sorry that further support is out of scope of our work for this plugin.
Ondine,
Have you read https://github.com/moodleuulm/moodle-local_staticpage/blob/master/README.md ?
Basically, the static page should appear on (following your example) mysite/mymoodlefolder/local/staticpage/view.php?page=myfile.
The clean URL will only work if you have configured your webserver to rewrite the URLs.
Thanks,
Alex
Hi. I am new on Moodle and I am very interested in the Static Page plugin. Installation was easy and uploading html files went fine too. However, I am unable to see my files on the browser. I have used the path for mysite/mymoodlefolder/static/myfile.html but I only get a 404 message indicating the page was not found. I have tried every possible combination, but still no results. I wonder what I might be doing wrong.
I am trying to do the same thing!
Need some help.
I need to embed some java script code into a html file and do some handshake with a cloud service. Can I use this plugin to do so.