paulyy
07-18-2004, 08:46 PM
Not really a hack, more of a modification.
In the postbit_legacy template I have this code;
<a href="$userinfo[homepage]" target="_blank"><img src="$stylevar[imgdir_button]/home.gif" border="0"></a>
What is the IF condition so if they don't have a website input, the button doesn't display?
Also, I would be greatful if there's one for the email button to.
<a href="sendmessage.php?$session[sessionurl]do=mailmember&u=$userinfo[userid]"><img src="$stylevar[imgdir_button]/email.gif" border="0"></a>
In the postbit_legacy template I have this code;
<a href="$userinfo[homepage]" target="_blank"><img src="$stylevar[imgdir_button]/home.gif" border="0"></a>
What is the IF condition so if they don't have a website input, the button doesn't display?
Also, I would be greatful if there's one for the email button to.
<a href="sendmessage.php?$session[sessionurl]do=mailmember&u=$userinfo[userid]"><img src="$stylevar[imgdir_button]/email.gif" border="0"></a>