![]() |
|
#1
|
|||
|
|||
|
Hello guys, I've succesfully installed vbadvanced 3.01 on vb 3.6.3
my site: http://psvita-board.com/ vbadvanced portal url: http://psvita-board.com/cmps_index.php Now I want in the navbar of my vB Forum a text which has to be called "Portal" and which goes to the portal url. How to do this? Thanks in advance. -flew |
|
#2
|
|||
|
|||
|
Hi,
Go to: Admin CP -> Styles & Templates -> Style Manager -> Edit Templates -> Navigation/Breadcrumb Templates -> navbar and add the red code: Code:
<!-- nav buttons bar -->
<div class="tborder" style="padding:$stylevar[cellspacing]px; border-top-width:0px">
<table cellpadding="0" cellspacing="0" border="0" width="100%" align="center">
<tr align="center">
<td class="vbmenu_control"><a href="http://psvita-board.com/cmps_index.php">Portal</a></td>
<if condition="$show['member']">
<td class="vbmenu_control"><a href="usercp.php$session[sessionurl_q]">$vbphrase[user_cp]</a></td>
|
![]() |
| 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 |
| Portal link | itsheinz | Troubleshooting & Problems | 1 | 03-16-2009 12:37 PM |
| link of the portal | hollyboy | "How Do I..." Questions | 3 | 09-25-2006 06:20 PM |
| Portal Link Question | Volion | "How Do I..." Questions | 4 | 12-05-2005 08:35 AM |
| Portal Link to gallery | AndyA | Troubleshooting & Problems | 1 | 10-14-2005 01:29 PM |
| The problem with the link to portal and the link to the forum main page.. | Giowolf | Troubleshooting / "How do I..." Questions | 2 | 05-20-2005 02:29 AM |