![]() |
|
|
|
#1
|
||||
|
||||
|
I recently installed vBa CMPS 4.2.0 and would like to add some of the links to the subnav bar of Home tab like there are on the Forum tab. See attachments.
I would like to add: FAQ, Calendar, Community, Quick Links, Forum Rules, and Donate links to the vBa Home tab subnav bar. Any help is greatly appreciated, I'm not sure what code I need to copy and what templates they are in. Warm Regards, Marc |
|
#2
|
||||
|
||||
|
You can manually add additional links by editing the 'adv_portal_navtab' template.
__________________
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
|
||||
|
||||
|
Thanks for the help, Brian.
I tried adding this: Code:
<li><a href="http://tbmotoring.com/bppl_donate.php?{vb:raw session.sessionurl}">Donate</a></li>
|
|
#4
|
||||
|
||||
|
I'm really stuck with this. Any advice would be appreciated.
|
|
#5
|
||||
|
||||
|
Did you have any luck with this?
I too have edited my template and the sub nav items are not showing...my template: Code:
<li<vb:if condition="$tabselected"> class="selected"</vb:if>><a href="{vb:raw vboptions.vba_portal_homeurl}<vb:if condition="$cmps_page['name'] == 'home'">{vb:raw session.sessionurl_q}<vb:else />?{vb:raw session.sessionurl}{vb:raw vboptions.vba_portal_pagevar}={vb:raw cmps_page.name}</vb:if>" class="navtab">{vb:raw cmps_page.title}</a></li>
<vb:if condition="$subpagelinks">
<ul class="floatcontainer">
{vb:raw subpagelinks}
<vb:if condition="$show['searchbuttons']">
<vb:if condition="$show['member']">
<li><a href="search.php?{vb:raw session.sessionurl}do=getnew&contenttype=vBForum_Post">{vb:rawphrase new_posts_nav}</a></li>
<vb:else />
<li><a href="search.php?{vb:raw session.sessionurl}do=getdaily&contenttype=vBForum_Post">{vb:rawphrase todays_posts}</a></li>
</vb:if>
</vb:if>
</ul>
</vb:if>
|
|
#6
|
|||
|
|||
|
|
|
#7
|
|||
|
|||
|
Read through this, it should get you started in the right direction: http://www.vbadvanced.com/forum/showthread.php?t=43898
|
|
#8
|
||||
|
||||
|
Thanks mate...that helped!
|
![]() |
| 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 |
| Change Home Logo - Back to Forums Home not Links Home | interfx | "How Do I..." Questions | 1 | 06-23-2008 02:30 PM |
| Search and Quick Links/Menu links not working on home | chaotic_geo | "How Do I..." Questions | 2 | 06-13-2008 09:19 PM |
| Forum home links not pointing to portal home page | cbiweb | Troubleshooting & Problems | 2 | 07-31-2007 09:25 AM |
| Links on Forum Home | nealparry | Modifications | 1 | 05-01-2006 09:28 PM |
| top links on forum home | swa | "How Do I..." Questions | 1 | 12-24-2005 12:05 PM |