oninuva
07-09-2006, 10:00 PM
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
<if condition="$show['contactus']"><a href="$vboptions[contactuslink]" rel="nofollow">$vbphrase[contact_us]</a> -</if>
2. Add this on top of it
<a href="#" onClick="this.style.behavior='url(#default#homepage)';this. setHomePage('http://yoursitehere');">Make Home Page Your Site Name Here </a>
3. In your Navbar template look for
<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>
4. Under it add
<a href="#" onClick="this.style.behavior='url(#default#homepage)';this. setHomePage('http://yoursitehere');">Home Page </a>
Thats It!
If you installed this please press install (https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=120785)!
https://vborg.vbsupport.ru/ (https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=120785)
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
<if condition="$show['contactus']"><a href="$vboptions[contactuslink]" rel="nofollow">$vbphrase[contact_us]</a> -</if>
2. Add this on top of it
<a href="#" onClick="this.style.behavior='url(#default#homepage)';this. setHomePage('http://yoursitehere');">Make Home Page Your Site Name Here </a>
3. In your Navbar template look for
<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>
4. Under it add
<a href="#" onClick="this.style.behavior='url(#default#homepage)';this. setHomePage('http://yoursitehere');">Home Page </a>
Thats It!
If you installed this please press install (https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=120785)!
https://vborg.vbsupport.ru/ (https://vborg.vbsupport.ru/vborg_miscactions.php?do=installhack&threadid=120785)