Make the question icon in WOL a link
This modification is in the archives.
I always wanted to do that to be able to go instantly to the location that a user is in without copying and pasting (eg in searches etc) but always postponed it. Today I was fed up with it and decided to make the little tweak
It's a very simple template modification. Just find in the whoisonlinebit template: <if condition="$show['reallocation']"><img src="$stylevar[imgdir_misc]/question_icon.gif" alt="$userinfo[location]" /></if> change to: <if condition="$show['reallocation']"><a href="$userinfo[location]"><img src="$stylevar[imgdir_misc]/question_icon.gif" alt="$userinfo[location]" border="0" /></a></if> enjoy! Don't forget to click INSTALL! Download No files for download. |