+ Reply to Thread
Results 1 to 4 of 4

Thread: Hyperlink in the header

  1. #1
    New Member steve worcester has disabled reputation
    Join Date
    Jan 2007
    Location
    Plano,TX
    Posts
    17

    Hyperlink in the header

    Anyone know where this is? I am guessing it is a variable in the header.
    I want to hyperlink it to the main page since it is also used in the Photopost software and once in there, it is tough to get back to the main page (how come this image doesn't show up in line?)
    Last edited by steve worcester; Sat 29th Mar '08 at 3:12pm.

  2. #2
    vBulletin Team Jake Bunce has a spectacular aura about Jake Bunce has a spectacular aura about Jake Bunce's Avatar
    Join Date
    Dec 2000
    Location
    Land of the In-N-Out Burger
    Age
    28
    Posts
    46,540
    Admin CP -> Styles & Templates -> Style Manager -> « » -> Navigation / Breadcrumb Templates -> navbar

    The code is highlighted (scroll right):

    Code:
    <br />
    
    <!-- breadcrumb, login, pm info -->
    <table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
    <tr>
    	<td class="alt1" width="100%">
    		<if condition="is_array($navbits)">
    			<table cellpadding="0" cellspacing="0" border="0">
    			<tr valign="bottom">
    				<td><a href="#" onclick="history.back(1); return false;"><img src="$stylevar[imgdir_misc]/navbits_start.gif" alt="$vbphrase[go_back]" border="0" /></a></td>
    				<td>&nbsp;</td>
    				<td width="100%"><span class="navbar"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1">$vboptions[bbtitle]</a></span> $navbits[breadcrumb]</td>
    			</tr>
    			<tr>
    				<td class="navbar" style="font-size:10pt; padding-top:1px" colspan="3"><if condition="$_SERVER['REQUEST_METHOD'] == 'POST'"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_finallink_$stylevar[textdirection].gif" alt="" border="0" /><else /><a href="$scriptpath"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_finallink_$stylevar[textdirection].gif" alt="$vbphrase[reload_this_page]" border="0" /></a></if> <strong>$navbits[lastelement]</strong></td>
    			</tr>
    			</table>			
    		<else />
    			<div class="navbar" style="font-size:10pt"><a href="$vboptions[forumhome].php$session[sessionurl_q]" accesskey="1"><img class="inlineimg" src="$stylevar[imgdir_misc]/navbits_start.gif" alt="" border="0" /></a> <strong>$vboptions[bbtitle]</strong></div>
    		</if>

  3. #3
    New Member steve worcester has disabled reputation
    Join Date
    Jan 2007
    Location
    Plano,TX
    Posts
    17
    My humblest appologies, so to hyperlink it (didn't seem as obvious to href a variable and I didn't want to break anything... yet)

    Code:
     
    .......... <A HREF="http://www.myhomepage.com"> <strong>$vboptions[bbtitle]</strong></A></div>
    Last edited by steve worcester; Sun 30th Mar '08 at 1:02pm.

  4. #4
    vBulletin Team Jake Bunce has a spectacular aura about Jake Bunce has a spectacular aura about Jake Bunce's Avatar
    Join Date
    Dec 2000
    Location
    Land of the In-N-Out Burger
    Age
    28
    Posts
    46,540
    That is correct.

+ Reply to Thread

Similar Threads

  1. Hyperlink
    By lille L in forum vBulletin 3.6 Questions, Problems and Troubleshooting
    Replies: 1
    Last Post: Mon 5th Nov '07, 7:06am
  2. Adding a hyperlink to the header between user cp and faq
    By laruezie in forum vBulletin 3.6 Questions, Problems and Troubleshooting
    Replies: 1
    Last Post: Mon 14th May '07, 12:57pm
  3. Adding the hyperlink to my header
    By ErnieTheMilk in forum vBulletin 3.6 Questions, Problems and Troubleshooting
    Replies: 1
    Last Post: Sat 24th Mar '07, 9:20pm
  4. Hyperlink from the Header Image?
    By Tim Soles in forum vBulletin 3.5 'How Do I' Questions and Troubleshooting
    Replies: 1
    Last Post: Fri 10th Mar '06, 1:16pm
  5. Add hyperlink in my header logo
    By pauloo in forum vBulletin Templates, Graphics & Styles
    Replies: 2
    Last Post: Fri 13th Jan '06, 9:42am

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts