mybb plugin to allow creation of custom pages
Find a file
Mai-Lapyst 3307cfd416
All checks were successful
/ pack (push) Successful in 6s
Bump version
2024-09-29 11:04:15 +02:00
.forgejo/workflows Initial commit 2024-08-17 21:31:09 +02:00
custompages Fix major bug in template update code 2024-09-29 11:03:59 +02:00
lang Add a delete button to allow for deletion of pages 2024-09-29 10:41:44 +02:00
.gitignore Initial commit 2024-08-17 21:31:09 +02:00
build.sh Initial commit 2024-08-17 21:31:09 +02:00
custompages.php Bump version 2024-09-29 11:04:15 +02:00
LICENSE Initial commit 2024-08-17 21:31:09 +02:00
page.php Add a delete button to allow for deletion of pages 2024-09-29 10:41:44 +02:00
readme.de.md Fix typo in german language 2024-08-18 05:14:44 +02:00
readme.md Initial commit 2024-08-17 21:31:09 +02:00
setup_dev.sh Initial commit 2024-08-17 21:31:09 +02:00

mybb plugin - custompages

This is a mybb plugin which adds support for custom "pages" which users can create.

Other languages: German

License

This project is licensed under AGPL-3.0. See the LICENSE file for more informations.

How to use

Installation

To install this plugin you'll need to:

  1. Go to https://codearq.net/bithero-php/mybb-custompages/releases.
  2. Pick the latest release and download the custompages-vX.X.tar.gz or .zip file.
  3. Unpack the content of the file into your mybb root folder.
  4. Open the mybb admin cp, go to plugins, install and activate the Custom Pages plugin.

If installed you now need to configure which groups are allowed to use the plugin. For this edit the particular group and go to the "Misc" tab where you'll find a new group of permissions labeled Custom Pages:

  • The first one is Can use custom pages?, which allows users to create new pages and edit their own.
  • The second one is Can moderate pages?, which allows users to edit pages apart from their own and should be used for admins and bord moderators to edit other users pages for moderation purposes.

Super admins can always create pages as well as edit anyones page without the permissions being set.

For Users

To manage your pages, go to your user cp, where you'll find a new item labeled Custom Pages. Here you can list all your pages, as well as edit them or create a new one.

For Admins

There is a new settings group named Custom Pages. Currently this only holds 5 settings, all related to the content of an page, where you can allow or disallow html, mycode, smilies, images and/or videos.