exportforce
02-11-2009, 10:00 PM
Ever hated, when you see that someone is using some of your hacks and the Link under the descriptopn just links to a damn About, "What is this" or even just the homepage of the mod instead of the Link that is shown under the Questionmark ?
Here is the long waited for Hack to enable, to go, where your Users go!
In the template
whosonlinebitsearch for
<img src="$stylevar[imgdir_misc]/question_icon.gif" alt="$userinfo[location]" />and replace with teh ultimo Hacko ;)
<a href="$userinfo[location]" target="_blank"><img src="$stylevar[imgdir_misc]/question_icon.gif" alt="$userinfo[location]" border="0" /></a>As you can see, this one does two things, that should be in VBulletin for years already (I already use this for quite some time). First it links the Question-Mark Icon to the real Place where your Users are and also fixes the Borderproblem, that occurs, when you add a link to a graphic that doesn't got the border-option set.
Thats all.
Works perfect with all Hacks, Addons, Mods.
Hope it helps
p.s.
@VBulletin Team - If you want to use it, you may credit me ;-P
Always wanted to see my Name in the "thx-parts" ^^
Here is the long waited for Hack to enable, to go, where your Users go!
In the template
whosonlinebitsearch for
<img src="$stylevar[imgdir_misc]/question_icon.gif" alt="$userinfo[location]" />and replace with teh ultimo Hacko ;)
<a href="$userinfo[location]" target="_blank"><img src="$stylevar[imgdir_misc]/question_icon.gif" alt="$userinfo[location]" border="0" /></a>As you can see, this one does two things, that should be in VBulletin for years already (I already use this for quite some time). First it links the Question-Mark Icon to the real Place where your Users are and also fixes the Borderproblem, that occurs, when you add a link to a graphic that doesn't got the border-option set.
Thats all.
Works perfect with all Hacks, Addons, Mods.
Hope it helps
p.s.
@VBulletin Team - If you want to use it, you may credit me ;-P
Always wanted to see my Name in the "thx-parts" ^^