![]() |
|
#1
|
|||
|
|||
|
I have another page added to the forum, however I want to have it as a part of the Navbar tabs on top. I've been messing around with the Page Identifier but when the tab button shows, it just brings the site to "www.BoostedK20.com/forums/index.php?=storefront" instead of www.BoostedK20.com/forums/storefront.html which is what I want. How can I make this work? It's driving me nuts. Thanks in advance.
|
|
#2
|
||||
|
||||
|
About the only easy way to do that would be to use a .htaccess file that looks something like this:
Code:
Options +FollowSymLinks RewriteEngine on RewriteRule ^forums/storefront.html$ forums/index.php?pageid=storefront [QSA,L]
__________________
Frequently Asked Questions CMPS Users Manual For vBadvanced software assistance, please use the support forums. Unsolicted PMs, IMs, and email will not be responded to. If you have a non-software related question or problem with your account, please submit a support ticket. |
|
#3
|
|||
|
|||
|
How do I do that? I'd need a step by step, this is new to me. Sorry for the inconvenience
|
|
#4
|
|||
|
|||
|
use an Add Tabs mod from vbulletin.org
|
|
#5
|
|||
|
|||
|
I already have CMPS, but it's not working properly. Can someone give me the step-by-step on how to make this work?
|
|
#6
|
|||
|
|||
|
Got it. Go to Add New Plugin, hook: process_templates_complete. Execution Order: 5. Php code:
PHP Code:
|
|
#7
|
|||
|
|||
|
Quote:
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Act as additional page | merk51 | "How Do I..." Questions | 2 | 04-21-2010 06:19 AM |
| Show html page in a module on my start page? | pewa | Module & Modification Discussion & Requests | 4 | 07-31-2009 04:04 PM |
| Members Categories - Additional Page Links go to Blank Page | sailfindragon | Bugs & Issues | 6 | 06-25-2009 11:30 AM |
| Use the integrate html page as index page | stitch | "How Do I..." Questions | 8 | 04-14-2008 03:31 PM |
| Bug: Child Page Not Inheriting Parent Page's Additional Pages | ManagerJosh | Troubleshooting & Problems | 1 | 11-12-2007 10:14 AM |