PDA

View Full Version : Home Page Add


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&amp;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)

dunglantq
07-10-2006, 02:26 AM
very good ....

Tyegurl
07-10-2006, 05:22 AM
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.

Snake
07-10-2006, 05:50 PM
Thanks!

oninuva
07-14-2006, 09:03 PM
your welcome :) glad you like it..

Dont forget to hit install!

Brandon Sheley
08-06-2006, 11:30 PM
how about a "add to favorites" ? how would we do that..

thanks

iran.gs
08-07-2006, 06:18 PM
Installed

dont forget to add - <<<<< this dash so u will have space betwen them just a reminder......

Mastar
08-08-2006, 04:16 AM
<a href="javascript:window.external.addFavorite('http://www.site.com','site');">
Click here to add Site to your favorites!</a>

OR

<span style='cursor:hand;text-decoration:underline;'onclick='window.external.Add Favorite(location.href,document.title);'>
Click here to add this page to your favorites</span>

GreysAnatomy
08-11-2006, 05:39 AM
Very useful, thank you!

Moonkat
08-12-2006, 10:46 AM
Nevermind - I forgot to take it out of the navbar template lol

http://www.vanguardroleplayers.com/oops.jpg

oninuva
08-15-2006, 11:01 AM
Very useful, thank you!

Glad it helps you :)

Snake
08-20-2006, 11:42 AM
Thanks for this, but is it gonna work on Firefox too?

LordDB
08-31-2006, 02:35 AM
I use Firefox, and have done what was said, but somehow it doesn't make the site the official Homepage!

Kindly advise further plz!

Cheers! :)

TheBlackPoet
09-15-2006, 03:36 AM
this is very nice.. i needed this.. i made some changes and gave the tag an image to click on so that the link could be more than text..

<table border="0" align="left" cellpadding="0" cellspacing="0">
<tr>
<td><div align="top_left"><a href="#" onClick="this.style.behavior='url(#default#homepage)';this. setHomePage('http://theblackpoet.com/forum')"><img src="/forum/images/icons/sankofa.gif" alt="Make us your homepage" width="40" height="38" border="0" /></a></div></td>
</tr>
</table>

i put this on TOP of the table in the NAV BAR.. and it does what i need..

b4ne
10-03-2006, 10:18 AM
doesnt seemt to work with Firefox

Hornstar
10-06-2006, 05:09 AM
yeah ive looked over the web but cant find anything that works with firefox :/