2010-02-03, 12:12 PM
(2010-02-01, 09:53 PM)twplanet Wrote: I am trying to use this plugin.
Is there anyway I could access the page @ mysite.com/testpage.php? rather than
mysite.com/misc.php?page=testpage
This is possible with rewrite rules. One example I gave in the first post of this thread:
RewriteRule ^Page-([^./]+)$ misc.php?page=$1 [L,QSA,NC]
I recommend to use a static prefix like Page- or somthing like this.
(2010-02-01, 09:53 PM)twplanet Wrote: Also I see that you have some xml docs that you provided. What do I do with them?
You can import them: http://community.mybboard.net/thread-63357.html
Since version 1.4 it is possible to export and import custom pages. So it's very easy to include pages in your MyBB made by other Page Manager users.
(2010-02-01, 09:53 PM)twplanet Wrote: I want to add a 'contact us' page. Could you please explain how to do this step by step? Thanks a lot
Uh, a step by step instruction with my minimal knowledge of english language...
It's very easy. Just create a new page (click on tab "Add New Page"). Set a name (whatever you want) and an URI parameter. The URI parameter is used to point to your page. If you chose "test" you can open your page with:
http://example.net/misc.php?page=test
I suggest you import the sample pages so you can see some examples of pages: http://community.mybboard.net/thread-633...#pid453997
This plugin is a tool and not a ready to use new page.
BTW here you will find a ready to import contact page: http://community.mybboard.net/thread-633...#pid459254