MyBB Community Forums

Full Version: Page Manager - Create and manage additional pages!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
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! Smile

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
Very nice plugin
By the way: Translators are welcome to provide more language packs! Smile

English and German language packs are available here: http://mods.mybboard.net/view/page-manager
The download link isn't working.
(2010-01-23, 11:32 PM)Firestar Wrote: [ -> ]The download link isn't working.

The download link is correct but mybboard.net team have not enabled it. This will happen (hopefully) in a few hours.

There is a mirror of pagemanager.zip attached in first post: http://community.mybboard.net/thread-630...#pid452027
Great work! This is exactly what I was looking for Smile
(2010-01-19, 11:20 PM)querschlaeger Wrote: [ -> ]
(2010-01-19, 11:06 PM)faviouz Wrote: [ -> ]You mean the SVN code? Because 1.6 isn't in beta (just yet Toungue).



Toungue

Your a beta tester?
(2010-01-17, 11:05 PM)querschlaeger Wrote: [ -> ]It's very hard to use MyBB Template system and PHP at the same time. So I decided to not parse page content with PHP when MyBB Template system is in use.

Maybe I'll work out a solution in future release. When I unterstand how to use eval() in eval() completely (and get no problems with double and/or single quotes). It is a very very strange thing in PHP programming... Dodgy

What if you included Yumi's PHP plugin? Would that work?
Suggestion: Use a language file for the plugin Wink
(2010-01-25, 01:27 PM)Rafael Wrote: [ -> ]Suggestion: Use a language file for the plugin Wink

There are language files available: http://mods.mybboard.net/view/page-manager (at the moment only english and german). Also there are included all (english) language strings in plugin file as a fall back solution.

Do you want to create a spanish language file? Blush
how to upgrade from 1.4 to 1.4.2? Smile overwrite and reinstall?
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22