PDA

View Full Version : Editing Vizion style Home button to work with vba CMPS


Blackbeard
08-22-2004, 09:49 AM
iam using the style vizion and its has a home button. without adding a new button how can i change the code in the header (begin air header)

here is the script:

<td align="left" valign="top" width="37" height="23"><a href="$vboptions[forumhome].php?$session[sessionurl]"><img src="$stylevar[imgdir_misc]/nav_home.gif" width="37" height="23" border="0" alt="" /></a></td>

idont want any text to change i know itcannot but when a member clicks on it in vba CMPS page it takes them tothe forum, and in the forum it takes them to the vba CMPS indexpage.

any help please.

Brian
08-22-2004, 11:10 AM
http://www.vbadvanced.com/forum/showthread.php?t=41 ;)

Our Sponsors
 

KW802
08-22-2004, 11:12 AM
iam using the style vizion and its has a home button. without adding a new button how can i change the code in the header (begin air header)

here is the script:

<td align="left" valign="top" width="37" height="23"><a href="$vboptions[forumhome].php?$session[sessionurl]"><img src="$stylevar[imgdir_misc]/nav_home.gif" width="37" height="23" border="0" alt="" /></a></td>

idont want any text to change i know itcannot but when a member clicks on it in vba CMPS page it takes them tothe forum, and in the forum it takes them to the vba CMPS indexpage.

any help please.
Blackbeard,

Change....<a href="$vboptions[forumhome].php?$session[sessionurl]">To....<a href="$vboptions[homeurl]">
The phrase $vboptions[homeurl] equates to whatever value you placed into ACP --> vBulletin Options --> Site Name / URL / Contact Details --> Homepage URL and this is what is also used in the footer bar as well.

:)