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
This is pretty cool and awesome plugin Toungue but is it possible to change the URL like

http://domain.com/misc.php?page=testpage
to
http://domain.com/testpage

please help and thanks Big Grin
(2014-04-23, 02:55 AM)iceparticle Wrote: [ -> ]This is pretty cool and awesome plugin Toungue but is it possible to change the URL like

http://domain.com/misc.php?page=testpage
to
http://domain.com/testpage

please help and thanks Big Grin

yes this is possible. The instructions are in the readme file AFAIK. You just need to add a rewrite rule to .htaccess
oh okay, but I don't see anything readme file on winrar and I don't know how to put rewrite rule on htacess Sad can anyone guide me?
RewriteRule ^testpage.*$ misc.php?page=testpage [L,QSA,NC]
nothing happened, is this the right code?

<IfModule mod_rewrite.c>
	RewriteEngine on

                     RewriteRule ^chat.*$ misc.php?page=chat [L,QSA,NC]
Hi,

I would like to include a label/identifier like {$announcement} (not sure what to call it) into a page manager page. I'm not able to make it work.

Thanks,
- Rich -


What I am trying to do is to get a plugin to work on a page manager page.
Depends on which plugin in which page.
Hi,

It would be for the ServersBoard plugin. It uses {$serversboard_index} placed in index.php which I would like to move to it's own page. Or, if that is not how to do it some insight on how to.

Thanks,
- Rich -
Is there a way to assign a user permission to edit certain pages with Page Manager, as opposed to the all or none permission?
Hi,

Since this coupled with MyBB makes up the core of my website I would like to see PageManager officially updated for MyBB 1.8 compatibility. A must have in my world . Wink

- Vid -
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22