The Arcive of vBulletin Modifications Site. |
|
Home Page Add Details »»
|
|||||||||||||||||||||||||
Default Home Page
What this does: When a user clicks this it will make thier default homepage your site. This will improve chances that they will come back to your site. How Long Does it take to set up: 1 Minute What do i have to edit?: 2 Templates Install 1. In your Footer Template look for Code:
<if condition="$show['contactus']"><a href="$vboptions[contactuslink]" rel="nofollow">$vbphrase[contact_us]</a> -</if> 2. Add this on top of it Code:
<a href="#" onClick="this.style.behavior='url(#default#homepage)';this.setHomePage('http://yoursitehere');">Make Home Page Your Site Name Here </a>
Code:
<if condition="$show['member']"> <td class="vbmenu_control"><a href="login.php?$session[sessionurl]do=logout&logouthash=$bbuserinfo[logouthash]" onclick="return log_out()">$vbphrase[log_out]</a></td> </if> Code:
<a href="#" onClick="this.style.behavior='url(#default#homepage)';this.setHomePage('http://yoursitehere');">Home Page </a>
If you installed this please press install! Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
very good ....
|
|
#3
|
||||
|
||||
|
not to be dumb but how the heck does this work? i did the edits....
okay the text file is nothing but the mod in html....okay so what have i done wrong lmfao nm got it...link was in the wrong stop so i moved it to the nabar and i could see it. |
|
#4
|
||||
|
||||
|
Thanks!
|
|
#5
|
|||
|
|||
|
your welcome
glad you like it..Dont forget to hit install! |
|
#6
|
||||
|
||||
|
how about a "add to favorites" ? how would we do that..
thanks |
|
#7
|
|||
|
|||
|
Installed
dont forget to add - <<<<< this dash so u will have space betwen them just a reminder...... |
|
#8
|
||||
|
||||
|
Code:
<a href="javascript:window.external.addFavorite('http://www.site.com','site');">
Click here to add Site to your favorites!</a>
Code:
<span style='cursor:hand;text-decoration:underline;'onclick='window.external.AddFavorite(location.href,document.title);'> Click here to add this page to your favorites</span> |
|
#9
|
||||
|
||||
|
Very useful, thank you!
|
|
#10
|
|||
|
|||
|
Nevermind - I forgot to take it out of the navbar template lol
|
![]() |
|
|