Follow vBSEO on Twitter
vBulletin Modifications
  • Forums
  • Add-Ons
  • Template Modifications
  • Styles
  • Graphics
  • Tutorials
  • Support Center
  • Register
  • vBulletin SEO

Member Log In

Site Navigation

  • Register
  • Members List
  • Social Groups
  • Search
  • Today's Posts
  • Mark Forums Read

Latest Modifications

  • [vB 3.8.4] THX - Hack for VB. 3.8.4
    By: bluedog
  • [vB 3.8.4] Cyb - Chatbox V.2.3
    By: bluedog
  • [vB 4.0.x] PHPKD - Advanced Quick...
    By: PHPKD
  • [vB 3.6.x] StopSpam
    By: flappi282
  • [vB 3.8.x] vBulletin Chat Addon for...
    By: 123flashchat

Latest Template Mods

  • [vB 4.0.x] Remove My Profile Link...
    By: Ak Worm
  • [vB 3.8.x] Images DownloadBox...
    By: cRs!MP
  • [vB 3.8.x] Adviertise Mod On Forum...
    By: MG4
  • [vB 3.8.4] Images PassWordBox...
    By: cRs!MP
  • [vB 3.8.4] Footer Follow Ups
    By: Ak Worm

Latest Styles

  • [vB 4.0.x] 4.0.3 - VB4STYLE-TWEETA...
    By: Belon
  • [vB 4.0.x] [4.0.3] vbdesigns.de...
    By: Belon
  • [vB 3.8.4] CompletevB - Skylight
    By: DreadKnight
  • [vB 3.8.3] [vB 3.8.4] Barcelona...
    By: hoiquantinhoc.com
  • [vB 3.8.3] Natures Walk by vBSkin...
    By: Chri5

Latest Graphics

  • [vB ] [anim.]Team Ranks
    By: cRs!MP
  • [vB ] Abstract Circles (3...
    By: cRs!MP
  • [vB ] PlayStation Rank Images
    By: cRs!MP
  • [vB 3.6.12] Heavy Stroked Button...
    By: Shelley
  • [vB ] Minature Ranks.
    By: Shelley
vBulletin Modifications » vBulletin Template Modifications » vBulletin 3.7 / 3.8 Template Releases » Forum Home Enhancements - Bookmark Us on Navbar or Footer
Reply
Page 1 of 2 1 2 >

 

  • Thread Tools
Download Options
You Must Register First
To Download This Modification

Report A Bug
Bugs
No bugs found in the system. If you have found a bug, please report a bug here
Submit A Bug | View All Bugs
  
Supported
[vB 3.7.0 Beta 5] Forum Home Enhancements - Bookmark Us on Navbar or Footer (37)
Released: 03-03-2008, 12:39 AM
Modification Information: Version: 1.00
Magnumutz's Avatar Author: Magnumutz
Last Online: 03-05-2008
Installer Included: 0 Additional queries added to database: 0 Template Edits: 2
File Edits: New Files: New Phrases:

Bookmark Us! (Add to Favorites) on Navbar or footer.


Brought to you by www.ArcadeMania.ro - Free Flash & Arcade Games




Q: What this does?
A: It adds a "Bookmark Us" link in your navbar or your footer.


This code is a free source from DynamicDrive.com. Users are NOT allowed to remove the copyrights.

How to install:

In the header template place this at the end of the template:
HTML Code:
<script type="text/javascript">

/***********************************************
* Bookmark site script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/

/* Modified to support Opera */
function bookmarksite(title,url){
if (window.sidebar) // firefox
    window.sidebar.addPanel(title, url, "");
else if(window.opera && window.print){ // opera
    var elem = document.createElement('a');
    elem.setAttribute('href',url);
    elem.setAttribute('title',title);
    elem.setAttribute('rel','sidebar');
    elem.click();
} 
else if(document.all)// ie
    window.external.AddFavorite(url, title);
}
</script> 
Now, for the navbar version, search the navbar template for:
PHP Code:
    <if condition="$show['registerbutton']">
        <
td class="vbmenu_control"><a href="register.php$session[sessionurl_q]" rel="nofollow">$vbphrase[register]</a></td>
    </if> 
After that, add:
PHP Code:
        <td class="vbmenu_control"><a href="javascript:bookmarksite('$vboptions[bbtitle]', '$vboptions[bburl]')">Bookmark Us!</a></td> 
For the footer version, search the footer template for:
PHP Code:
                <if condition="$show['contactus']"><a href="$vboptions[contactuslink]" rel="nofollow" accesskey="9">$vbphrase[contact_us]</a> -</if> 
Above that, add:
PHP Code:
                <a href="javascript:bookmarksite('$vboptions[bbtitle]', '$vboptions[bburl]')">Bookmark Us!</a> - 
That's about it... tested with Firefox and IE6.




Screenshots
Screenshots
File Type: jpg navbar screenshot.JPG (10.1 KB, 274 views)
File Type: jpg footer screenshot.JPG (6.3 KB, 251 views)



Old 03-03-2008, 05:31 AM   #2
Brandon Sheley
Coder

Brandon Sheley's Avatar

Activity Longevity
0/20 15/20
Today Posts
0/3 sssss1369
Location: Kansas
Age: 32
Brandon Sheley is on a distinguished road
Send a message via MSN to Brandon Sheley Send a message via Yahoo to Brandon Sheley
Status: Offline Default
Thanks for sharing this with us!

I might have to add this to my forum

cheers
Reply With Quote
Old 03-03-2008, 11:14 AM   #3
Magnumutz
Coder

Magnumutz's Avatar

Activity Longevity
0/20 13/20
Today Posts
0/3 ssssss137
Location: Romania
Age: 21
Magnumutz is on a distinguished road
Send a message via MSN to Magnumutz Send a message via Yahoo to Magnumutz Send a message via Skype™ to Magnumutz
Status: Offline Default
Glad you like it
Reply With Quote Author of thread
Old 04-15-2008, 10:12 PM   #4
Colonel Ingus
vBulletin Guru

Colonel Ingus's Avatar

Activity Longevity
0/20 13/20
Today Posts
0/3 sssss1664
Location: ...in a van, down by the river.
Colonel Ingus is on a distinguished road
Is there a link that we can use to test this with?

If it doesn't work with all browsers it's worthless
Reply With Quote
Old 04-24-2008, 01:51 PM   #5
Faizan
vB Newbie

Activity Longevity
1/20 8/20
Today Posts
0/3 sssssss12
Faizan is on a distinguished road
Status: Offline Default
superb! superb! superb!.....i was looking it for a time.....
Reply With Quote
Old 06-01-2008, 10:07 PM   #6
PiXiXo
vB Newbie

Activity Longevity
0/20 16/20
Today Posts
0/3 ssssssss1
PiXiXo is on a distinguished road
Send a message via MSN to PiXiXo
Status: Offline Default
thanks ...
Reply With Quote
Old 04-12-2009, 09:47 AM   #7
Kipo
vB Newbie

Activity Longevity
0/20 10/20
Today Posts
0/3 ssssssss2
Kipo is on a distinguished road
Status: Offline Default
thanks ...
Reply With Quote
Old 05-28-2009, 04:15 AM   #8
pro-pumper
vB Newbie

Activity Longevity
0/20 4/20
Today Posts
0/3 ssssssss6
pro-pumper is on a distinguished road
Status: Offline Default
thx for this modification :D
Reply With Quote
Old 05-31-2009, 03:21 PM   #9
Ehab
vB Newbie

Activity Longevity
0/20 4/20
Today Posts
0/3 sssssss22
Ehab is on a distinguished road
Status: Offline Default
thanks alot ima add it
Reply With Quote Installed
Old 07-18-2009, 03:46 AM   #10
Amandeep619
vB Newbie

Activity Longevity
0/20 4/20
Today Posts
0/3 ssssssss6
Amandeep619 is on a distinguished road
Status: Offline Default
I have a problem... I am a newbie so where do I find the Header Template?
Reply With Quote

Reply
Page 1 of 2 1 2 >

« Pop-Up Warning Before Visiting Members Home Page. | Easy Affiliates »

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Show Printable Version Show Printable Version
Email this Page Email this Page

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Rules

Similar Threads
Thread Thread Starter Forum Replies Last Post
No refresh footer Sparkle vBulletin Modification Requests 2 07-03-2007 08:10 PM



All times are GMT. The time now is 06:08 AM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.
Transverse Styles
  • Top
  • Archive
  • vBSEO
  • Contact Us
LinkBack
LinkBack URL LinkBack URL
About LinkBacks About LinkBacks
Bookmark & Share
Digg this Thread! Digg this Thread!
Add Thread to del.icio.us Add Thread to del.icio.us
Bookmark in Technorati Bookmark in Technorati
Furl this Thread! Furl this Thread!