PDA

View Full Version : Ho can i Change the URL behind the "Home" Button


system69
12-02-2008, 04:22 AM
Hello

Where can i define the URL behind the "home" button in the top left?

Thanks for helping me

CareyCrew
12-02-2008, 06:09 AM
vB admincp > Styles and Templates > Style Manager > adv_links_navbar_link > edit.

<td class="vbmenu_control"><a href="$vboptions[vba_links_homeurl]/index.php$session[sessionurl_q]">$vboptions[vba_links_title]</a></td>

Our Sponsors
 

system69
12-02-2008, 06:28 AM
JUST perfect! THANK you very much!

system69
12-02-2008, 06:46 AM
oh, i don't get it to work :(

i found the template and replaced the variable with a direct link, but ist still pushes me back to the forum home instead of the link dir home.

any ideas?

Our Sponsors
 

system69
12-02-2008, 06:49 AM
this is it: http://www.e46fanatics.de/links/

turbosatan
12-02-2008, 09:07 AM
you have either entered the wrong url or not saved the change.

Did you possibly change the default template instead of the one in use?

system69
12-02-2008, 09:58 AM
i changed and rechanged the settings a couple of times, ans also saved it 100%. but it's still taking me to the forum home.

i just can find this code line in the adv_links_navbar_link and nowhere else. but if i cange it there also, it't still the same.

i'm afraid i did change it somewhere else and can't dinf it anymore.. :(

but where?

CareyCrew
12-02-2008, 12:18 PM
Works fine for me.

system69
12-02-2008, 12:19 PM
ok, maybe i missunderstud the button? i thought id should take me to http://www.e46fanatics.de/links instead of http://www.e46fanatics.de ? :)

wickedstangs
12-08-2008, 05:06 PM
vB admincp > Styles and Templates > Style Manager > adv_links_navbar_link > edit.

<td class="vbmenu_control"><a href="$vboptions[vba_links_homeurl]/index.php$session[sessionurl_q]">$vboptions[vba_links_title]</a></td>

Ok I am having the same issue How do you change the like behind the HOME link on the front page the above changes the link on the Main Page (LINK DIRECTORY)?

wickedstangs
12-08-2008, 05:12 PM
Ok, I found it.
vB admincp > Styles and Templates > Edit Templates >vBadvanced Links Directory Templates > adv_links_navbar

<td class="alt1" width="$lnavbarwidth" style="white-space: nowrap">
<span class="smallfont"><a href="your site url.index.php$session[sessionurl_q]">$vbphrase[home]</a></span>
</td>