vBadvanced Forums  
Go Back   vBadvanced Forums > vBadvanced Products > vBadvanced CMPS > vBa CMPS v4.0 Support > "How Do I..." Questions

Reply
 
Thread Tools Display Modes
  #1  
Old 04-07-2012, 07:19 PM
BoostedK20 BoostedK20 is offline
Member
 
Join Date: Mar 2011
Posts: 40
Default How Do I Add An Additional Tab for an HTML Page?

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.
Reply With Quote
  #2  
Old 04-09-2012, 12:35 PM
Brian's Avatar
Brian Brian is offline
Administrator
 
Join Date: Jan 2004
Location: Georgia, USA
Posts: 34,240
Default

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.
Reply With Quote
  #3  
Old 04-09-2012, 05:25 PM
BoostedK20 BoostedK20 is offline
Member
 
Join Date: Mar 2011
Posts: 40
Default

How do I do that? I'd need a step by step, this is new to me. Sorry for the inconvenience
Reply With Quote
  #4  
Old 04-09-2012, 08:50 PM
Dragonsys Dragonsys is offline
Senior Member
 
Join Date: Jan 2008
Location: Atlanta, GA
Posts: 444
Default

use an Add Tabs mod from vbulletin.org
Reply With Quote
  #5  
Old 04-10-2012, 12:31 PM
BoostedK20 BoostedK20 is offline
Member
 
Join Date: Mar 2011
Posts: 40
Default

I already have CMPS, but it's not working properly. Can someone give me the step-by-step on how to make this work?
Reply With Quote
  #6  
Old 04-10-2012, 02:44 PM
Dragonsys Dragonsys is offline
Senior Member
 
Join Date: Jan 2008
Location: Atlanta, GA
Posts: 444
Default

Quote:
Originally Posted by BoostedK20 View Post
I already have CMPS, but it's not working properly. Can someone give me the step-by-step on how to make this work?
no actually it is working properly, what you are trying to do is outside the scope of CMPS. You can manual create the Tabs like you posted above, or you can go to vbulletin.org and download.install a Tabs plugin (such as: http://www.vbulletin.org/forum/showthread.php?t=274972)
Reply With Quote
  #7  
Old 04-10-2012, 01:15 PM
BoostedK20 BoostedK20 is offline
Member
 
Join Date: Mar 2011
Posts: 40
Default

Got it. Go to Add New Plugin, hook: process_templates_complete. Execution Order: 5. Php code:
PHP Code:
$template_hook['navtab_end'] .= '<li><a class="navtab" href="http://twitter.com/#!/BoostedK20Forum"  target="_blank">Twitter</a></li>' 
Just change the URL and link words. Lastly, set to active and save! Enjoy.
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

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


All times are GMT -4. The time now is 05:19 PM.

Forums Powered by vBulletin, Copyright ©2000-2009, Jelsoft Enterprises Ltd.
Please note that vBadvanced is in no way affiliated with Jelsoft Enterprises Ltd, nor will Jelsoft be able to provide any support for our products.