View Full Version : Add a forum link... this should be easy...
bmpwe
03-16-2005, 09:43 PM
I'm using vBadvanced and would like a link to the forum in the title bar (where, on this site there are links to: User CP, FAQ, Site Rules...
I'm sure this has been answered before... I just didn't know what to search for.
Thanks for your help,
Brandon
Reeve of shinra
03-16-2005, 10:25 PM
Check your nav bar template. Copy paste some of hte html and change your link.
bmpwe
03-17-2005, 02:13 AM
Check your nav bar template. Copy paste some of hte html and change your link.
And where would this be located?
nyunyu
03-17-2005, 02:16 AM
in admincp ~ style manager..expand it,
bmpwe
03-17-2005, 02:24 AM
in admincp ~ style manager..expand it,
Is this some where in here:
# Navigation / Breadcrumb Templates [? ?]
* navbar [Customize]
* navbar_link [Customize]
?
Thanks for your help... this is new to me.
nyunyu
03-17-2005, 11:42 AM
yes, its in navbar
the easiest way to look for it is find "forum" in the search box. then you will have the idea
bmpwe
03-17-2005, 08:59 PM
Ok, I tried this... and got the following error:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator, webmaster@mavsonline.com and inform them of the time the error occurred, and anything you might have done that may have caused the error.
More information about this error may be available in the server error log.
Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.
Apache/1.3.33 Server at www.mavsonline.com Port 80
Is there somewhere I can edit this in a static file?
Surely this exists somewhere.
TruthElixirX
03-17-2005, 09:17 PM
Your wanting a link to your homepage? I can do you one better. One that changes to a link to your forums or homepage depending on where youi're at!
In your navbar template find:
<!--<td class="vbmenu_control"><a href="$vboptions[forumhome].php?$session[sessionurl]">Home</a></td>-->
Replace with
<td class="vbmenu_control"><if condition="THIS_SCRIPT == 'adv_index'"><a href="$vboptions[bburl]?$session[sessionurl]"> Forums <else /> <a href="$vboptions[homeurl]?$session[sessionurl]"> Home </if></a></td>
this will give you a link to the forums on vBa pages
-Zach
Source:http://www.vbadvanced.com/forum/showthread.php?t=41&highlight=forum%2Fhome+dynamic+link
bmpwe
03-17-2005, 10:07 PM
When I try to do this, I get a 500 server error error.
Is there some file I can ftp and edit that way?
TruthElixirX
03-17-2005, 10:16 PM
Nope. This mod worked excellent for me.
www.supportcore.org
very first link. Are you sure you're editing the riight template?
bmpwe
03-17-2005, 11:22 PM
Are you sure you're editing the riight template?
Yep, it seems to be a server error.
Could I not have a file chmoded correctly?
I think this could be a permissions error.
This has to be on the server in either a flat file or a DB. Does anyone have an idea?
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.