The Arcive of vBulletin Modifications Site. |
|
Pop-Up Warning Before Visiting Member's Homepage Details »»
|
|||||||||||||||||||||||||||
|
Pop-Up Warning Before Visiting Member's Homepage
Developer Last Online: Feb 2009
This mod will more than likely work in other versions of vB but was only coded and tested on vBulletin 3.6.4 and 3.6.7
If you're concerned about liability and want to make it known that you do not take responsibility for a user visiting another member's website on your forums, you can perform this simple little template modification. It's a nice little add-on and can really help you in the long run. ![]() Installation: 1) Open your MEMBERINFO template and... FIND THIS CODE: Code:
<a href="$userinfo[homepage]" target="_blank" dir="ltr">$userinfo[homepage]</a> REPLACE WITH: Code:
<!-- Pop-Up Warning Before Visiting Member's Homepage by 713JunctionP -->
<a href="$userinfo[homepage]" onClick="return confirm('The link you are trying to access may not be a part of the $vboptions[bbtitle] network. Click OK if you wish to trust this member and visit their website anyway. Otherwise, click CANCEL to halt visitng this members website.')" target="_blank" dir="ltr">$userinfo[homepage]</a>
<!-- / Pop-Up Warning Before Visiting Member's Homepage by 713JunctionP -->
I will add it to this mod and give credit where credit is due. Thanks! This mod works in Firefox and Internet Explorer. Others have not yet been tested. You are free to use this mod however you'd like, but please keep the copyright/credit phrase intact in the code. That's all I ask. :up: PLEASE REMEMBER TO CLICK INSTALLED IF YOU USE THIS MOD! Supporters / CoAuthors Show Your Support
|
|||||||||||||||||||||||||||
| Comments |
|
#2
|
|||
|
|||
|
First Post Reserved!
|
|
#3
|
||||
|
||||
|
Sweet Idea. Has been done a few times but I like this one short code
|
|
#4
|
|||
|
|||
|
Nice idea. Installed.
|
|
#5
|
||||
|
||||
|
Wow - shortcode looks very nice - Thanx for the sharing.
Jacquii. |
|
#6
|
|||
|
|||
|
Quote:
Quote:
thank you. you guys should click "installed."
|
|
#7
|
||||
|
||||
|
Nice idea!
|
|
#8
|
|||
|
|||
|
yeah, it really does kinda relieve some of the "stress" and "liability" from users trying to blame the site admins/owner of forums (depending on how big a website is, it could happen).
|
|
#9
|
||||
|
||||
|
I installed but for some reason the pop-up doesn't work for me..
|
|
#10
|
|||
|
|||
|
really good i may have a use for this as we get busier
|
![]() |
|
|