2010-01-20, 09:01 AM
Thanks :-)
(2010-01-13, 05:24 PM)querschlaeger Wrote: Page Manager allows you to create and manage new pages. There is no need to upload an additional file to your web server - everything will be handled through plugin file. HTML (and JavaScript, CSS, Java, ...) and PHP is allowed, so you have no limitations in creating new pages!
You can easily export or import custom pages. So you are able to share pages with other people or just backup your pages on local storage.
Notice: Every page you create will be displayed correctly on "Who is online" list!
Hint: If you want SEO links you can simply do it with just one new rewrite rule in .htaccess:
RewriteRule ^Page-([^./]+)$ misc.php?page=$1 [L,QSA,NC]
Then it is possible to view a custom page with such a SEO link:
http://example.net/Page-PageName
(without SEO: http://example.net/misc.php?page=PageName)
Download: http://mods.mybboard.net/view/page-manager
License: GPL
If you are looking for custom pages to import or you want to share your pages with other users this is your place: Share your custom pages