Local Pages icon

Local Pages

Maintained by Learning Works, Kevin Dibble
This plugin is to enable Custom pages and forms in Moodle. It provides a quick way to create custom contact forms and custom page content. The pages created can be publicly accessed or available to certain users based on settings you choose for the page. This allows you to create pages such as: "terms and conditions", marketing material and more.
Price option: Free

Supports Moodle 3.9-3.11 See all versions
Latest release: 4 years ago
Installations: 815
Downloads (last 90 days): 49

Frankenstyle name: local_pages
Local plugins

Comments

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

Hello
thx for the great plugin.
I would like to set the local page that I created as the home page. I tried in appearance > navigation > start page for users. But the page local page doesn't appear in the drop box.
I don't know how to code but I know how to modify code if given the proper instructions.
Moodle 4.3.1 with theme boost
Moodle 4.4 with theme boost union
Please help smile
We have encountered a multi-lingual issue with the title of the page in breadcrumbs and the navigation menu. When we 'add the page' to navigation it does not recognize the mlang codes to allow for multiple languages.
We know that the multilingual function is partially integrated as the page title (on the top of the browser tab) recognizes this and it functions.
Is this something that someone knows how to fix by any chance?
Solution :
https://github.com/tmayfield-costrack/moodle-local_pages/tree/fix/php-8
Download the zip version.
@thanks to Tom Mayfield
Error: Excepción - count(): Argument #1 ($value) must be of type Countable|array, null given
Moodle 3.11 apache 8
Solution????
FOr this : throwing this error-
Exception - count(): Argument #1 ($value) must be of type Countable|array, null given
=== this is beacuse of php version as moodle 4.1 requires php8.1+
[Solution]
you can fix that by putting up the line number 237 under local/pages/forms/edit.php
$records = is_array($records)?$records:[];
I also get the following exception when trying to add a new page: Exception - count(): Argument #1 ($value) must be of type Countable|array, null given
Moodle 4.3
throwing this error-
Exception - count(): Argument #1 ($value) must be of type Countable|array, null given
I have installed the most stable version of Moodle 4.1 and the error is the same, but in version 4.0 it works without a problem.
throwing this error-
Exception - count(): Argument #1 ($value) must be of type Countable|array, null given
Hello, are you planning to make the plugin compatible with 4.X too?
Thanks and regards,
fabio
Hello,
i have installed lical pages, so far fine. however, when i want to create a page, i get the following error message:
Exception - count(): Argument #1 ($value) must be of type Countable|array, null given
What do I have to consider or where and how can I fix this error? Thank you very much for a short feedback.
Hello, the plugin is very interesting, Congratulations!
But, I would like to know if it would be possible to open conditional fields.
I need students to complete the course, which will call the local field, which will call the area of ​​expertise.
Hello, where can I get or download this plugin in its version v1.8, I have Moodle 3.8.9 installed. Thanks
"Hello! Im using v3.11 and when I try to create page I got an error "Исключение - count(): Argument #1 ($var) must be of type Countable|array, null given"
Are any ideas how can I fix it? Thank you so much!"
_________________________________
it is not working on php 8.0
and works on php 7.4
Hello! Im using v3.11 and when I try to create page I got an error "Исключение - count(): Argument #1 ($var) must be of type Countable|array, null given"
Are any ideas how can I fix it? Thank you so much!
I have 4 independent pages (with no parent), each has 2 images, they seem to be sharing embedded files, this means I can't use images with the same name on each page (they would get overwritten), each page will tell me 6 images are not being used, while the images are being used on the other 3 pages, if I remove an image from one page I could break other page. Is there a way to fix this? I'm on 3.8. Less important but I also have the bug where I deleted a page, purged cache and the page is still accessible.