Site in read-only mode

This site is now read-only following the release of MyBB 1.8 and the new mods site.

If you are looking for MyBB 1.8 mods please click here to visit the new mods site.

You can continue to download submissions for MyBB 1.6 and earlier here, however new submissions will only be accepted via the new mods site.

Write Review

Reviews

Page Manager - 1.5.2 by querschlaeger

hummm....very nice plugin..
It is the first mybb plugin for custom/additional pages that I have used. I didn't used it for a very advanced purpose but I have successfully added an embeddable chat room through this plugin using the template of my forum.

A thing that I would want to mention for other users is that after you will activate it then you can create and manage additional pages by clicking on "Page Manager" button in the coloumn of "Configuratiion" section of your ACP. It had just appeared here as a result of the activation of this plugin. I think the author of plugin has not mentioned it. And it took a few minutes for me to find this option.

Written By: anas, 31st January 2010

This is one of the most useful plugins for MyBB. It gives amazing possibilities to the forum administrators.

Written By: EviLito, 8th March 2010

Yea have to agree its a great plugin , well done m8 and thanks alot :-)

Written By: dunlop03, 11th June 2010

Works really great, I've created alot of pages with this :)

Written By: NeoFusion720, 22nd June 2010

I like everything about this... except for one thing. Why can't we use PHP when we are coding a page and also want to include the MyBB header and footer?

Written By: APag96, 30th August 2010

Thanks for this great plugin.

Written By: Automotive, 11th September 2010

Installed/Activated yet cannot find the Page Manager anywhere. Not even when searching for it. Rating 1 star.

Written By: xomp, 18th October 2010

xomp - Go to your Admin CP and click on Configuration. Page Manager is the last choice on the lefthand side.

Hope this helps!

Written By: KrinkleGator, 26th December 2010

Plugin amazing! Congratulations! All stars rating!
Can you tell me if it is possible to adapt it to friendly url through htaccess?
Thanks.

Written By: Skynet969, 30th December 2010

I can not delete a page I made with PageManager is the link provided in the forum.
Sorry for the bad English, I speak Spanish.

Written By: kynerox, 21st February 2011

after i installed and activated pagemaker, i created a new page. how come that i am not seeing a new page? im using 1.64 version.

Written By: romeo, 10th August 2011

What is the URI Parameter?

Written By: BurnBlader, 8th October 2011

having trouble finding it in my Admin CP for version 1.6.4, not sure if it generated a settings page

Written By: imatthew, 27th November 2011

One of the best if not THE best plugin for MyBB. Super simple to have a stat sig and other pages rather than having to waste more time having to code custom pages themselves.

Written By: FB92, 29th December 2011

For made a friend url you can make a .htaccess :

.htaccess :
RewriteEngine On
RewriteRule pages/(.*)\.php$ misc.php?page=$1

---
And you can go to the page -> http://page.com/forums/pages/name-page.php

Written By: carlitos0802, 10th February 2012

If you're using MyBB 1.6.5 or newer, then you've to edit couple of things in the plugin in order it to show Page Manager's link on left side of Configuration's menu;
Open plugin file and find;

PHP Code:
function pagemanager_admin_action(&$action)
{
    
$action['pagemanager']=array('active'=>'pagemanager');

and CHANGE it into;

PHP Code:
function pagemanager_admin_action(&$action)
{
    
$action['pagemanager']=array('active'=>'pagemanager');
    return 
$action;


Next, find;

PHP Code:
function pagemanager_admin_menu(&$sub_menu)
{
    global 
$lang;
    
pagemanager_lang();
    
end($sub_menu);
    
$key=(key($sub_menu))+10;
    
$sub_menu[$key]=array
    (
        
'id'=>'pagemanager',
        
'title'=>$lang->pagemanager_info_name,
        
'link'=>'index.php?module=config-pagemanager'
    
);

and CHANGE it into;

PHP Code:
function pagemanager_admin_menu(&$sub_menu)
{
    global 
$lang;
    
pagemanager_lang();
    
end($sub_menu);
    
$key=(key($sub_menu))+10;
    
$sub_menu[$key]=array
    (
        
'id'=>'pagemanager',
        
'title'=>$lang->pagemanager_info_name,
        
'link'=>'index.php?module=config-pagemanager'
    
);
    return 
$sub_menu;


Save. It should fix the issue.

Written By: Yaldaram, 26th March 2012

Hi, thanks so much
it works really good, but i have a problem with this ....
i can access to page manager but other managers can't see this plugin in my configuration section????
i mean in my forum i have 2 user admin and only i can see this plugin ..
With kind regards

Written By: mk007, 3rd September 2012

@Yaldaram
i'm using MyBB 1.6.8
I change everything you said
But still i'm unable to find Page Manager in Configuration......
So plz helpppp.........

Written By: HiTMan_47, 5th September 2012

I also changed everything suggested, and am still unable to see the link in the admin section. I really need this plugin for my site, and I haven't been able to find another one like it. Can the author please update this so it works?

Written By: WitherBones, 8th November 2012

I also have the same problem... can't get Pagemanager to show up... :(

Written By: Paff, 22nd December 2012

I managed to fix the issue with it still not showing up, Once you have done the code change above, go to your users & groups tab, admin permissions on the left, and then edit yours. At the bottom there is a yes/no for Can manage additional pages? change it to yes, then save. Now its at bottom left on configuration

Written By: pbgben, 10th February 2013

I follow carlitos0802's instruction with no success, see nothing unusual in admin log

Written By: chiisana, 18th May 2013

thank you pbgben. It works as your solution.

Written By: chiisana, 18th May 2013

Works good on MyBB 1.6.10.

Written By: KratomPW, 15th June 2013

pbgben I love you to bits man i have been trying to figure that out for ages and I have 1.6.10 and I didn't have to put the code in just had to change the permissions.

Written By: Dan0908, 17th June 2013

Hi - I created a new page, but cant find any button or link to it on my site. I am able to navigate to it via the link it provides in the ACP, but not from the website directly (as if I were user). Any tips?

Written By: sccrsurfer, 2nd March 2014

Hello,

How can I make it where I can allow/disallow specific user groups?

Other than that it's a great plugin.

Written By: WCKicksAss, 16th July 2014

Write Review