PDA

View Full Version : links do not work on bar


boo
12-04-2004, 05:13 PM
if you check out www.b3playground.com and on the portal i try to click on *user CP* *Register* etc

it doesn't work

it works fine if you click it on the forums tho

any reson? :confused:

Fiber
12-04-2004, 05:27 PM
All those liks are pointing to this...

http://www.b3playground.com/index.php?

I would think something has been changed in your navbar template?

Search in there for this 7b1a6dd96848d850baf4894f701d41fd&

Our Sponsors
 

boo
12-04-2004, 05:33 PM
uhh where can i find the navbar template?

thanks

boo

Fiber
12-04-2004, 05:35 PM
I think I found the issue give me second

Our Sponsors
 

boo
12-04-2004, 05:41 PM
ok thanks for helping a n00bie :)

Brian
12-04-2004, 05:43 PM
You need to edit your header template and add $vboptions[bburl]/ in front of each link there.

Fiber
12-04-2004, 05:49 PM
Yeah Just like Brian said...

Find this code: Which should be in your header template...



<td width="51" height="25" align="left" valign="top"><a href="index.php?amp;"><img src="http://www.b3playground.com/forums/ambience/misc/ambience_nav_home.gif" alt="" width="51" height="25" border="0" /></a></td>
<td width="62" height="25" align="left" valign="top"><a href="usercp.php?amp;"><img src="http://www.b3playground.com/forums/ambience/misc/ambience_nav_cp.gif" alt="" width="62" height="25" border="0" /></a></td>


<td width="65" height="25" align="left" valign="top"><a href="register.php?amp;"><img src="http://www.b3playground.com/forums/ambience/misc/ambience_nav_reg.gif" alt="" width="65" height="25" border="0" /></a></td>




<td width="60" height="25" align="left" valign="top"><a href="memberlist.php?amp;"><img src="http://www.b3playground.com/forums/ambience/misc/ambience_nav_members.gif" alt="" width="60" height="25" border="0" /></a></td>
<td width="69" height="25" align="left" valign="top"><a href="calendar.php?amp;"><img src="http://www.b3playground.com/forums/ambience/misc/ambience_nav_calendar.gif" alt="" width="69" height="25" border="0" /></a></td>
<td width="57" height="25" align="left" valign="top" id="navbar_search"><a href="search.php?amp;"><img src="http://www.b3playground.com/forums/ambience/misc/ambience_nav_search.gif" alt="" width="57" height="25" border="0" /></a><script type="text/javascript"> vbmenu_register("navbar_search"); </script></td>
<td width="42" height="25" align="left" valign="top"><a href="faq.php?amp;"><img src="http://www.b3playground.com/forums/ambience/misc/ambience_nav_faq.gif" alt="" width="42" height="25" border="0" /></a></td>
<td width="100%" height="25" align="left" valign="top" style="background-image: url(http://www.b3playground.com/forums/ambience/misc/ambience_nav_x.gif"><img src="http://www.b3playground.com/forums/ambience/misc/ambience_nav_rs.gif" width="100%" height="25" alt="" /></td>
</tr>
</table>
</td>
</tr>
</table>


And where all your links are like (<a href="usercp.php?s=)

They need to be like this:


<a href="$vboptions[bburl]/ usercp.php?s=


Except for the index.php....

That should take care of it!

Fiber
12-04-2004, 06:00 PM
Looks like your smilies addresses are off too. If you just installed VBA_CMPS make sure you go back to the beggining of the instructions and make the necessary changes so your smilies will show up on your VBA_CMPS pages.

If not make sure you check your Smilies manager in Admincp and see that your smilies have the right address in fornt of them.

I.E.


forums/images/smilies/I_cool_v.gif


Do the first step before and make sure that isn't the problem first!

Fiber

Fiber
12-04-2004, 06:04 PM
If you need help just PM me.

boo
12-04-2004, 06:08 PM
man your good :eek: i PMed you

sorry for trouble i'm just a designer thats why i got vB advanced i thoguht it would be less coding then to have a site lol

boo
12-05-2004, 10:39 AM
ok how would i fix my smilies?

thanks for help on others Brian and thanks for help Fiber

Brian
12-05-2004, 12:15 PM
Go to the install script in your browser and on the first page there you should see an option to update your smilies and icons.