Static Pages
Maintained by
Alexander Bias, Moodle an Hochschulen e.V.
Moodle plugin which displays static information pages which exist outside any course, imprint or faq pages for example, complete with Moodle navigation and theme
Comments
Comments are no longer open for new posts. Existing comments remain available to read.
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
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
well, this looks fine now. Just confirm this dialogue to install the plugin.
Thanks,
Alex
Here is the error even after uploading to /local/staticpage - http://imgur.com/rpgM6zo.
Thanks
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
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
Can you answer my question here please : https://moodle.org/mod/forum/discuss.php?d=343877#p1386922
I really need your help
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
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
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.
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
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.