Quote:
Originally posted by Heineken
Is it possible you can show us what to do exactly to change the links from Send user email & Send user PM from the text that is there now to buttons?
|
Glad you like the tempate mod.
For the e-mail button, I had to hard code it. Meaning that I simply included a an <img> tag for the button itself. I wanted to make it conditional, like the PM button, but I can't do it without a hack.
For the PM button, this is the code in the "getinfo" template
$userinfo[sendpm]
and in the "getinfo_pm" template I have the following:
<a href="private.php?s=$session[sessionhash]&action=newmessage&userid=$userinfo[userid]">
<img src="http://www.yourdomain.com/forum/images/sendpm.gif" border="0"></a>
<a href="private.php?s=$session[sessionhash]&action=newmessage&userid=$userinfo[userid]">
Send a Private Message!</a>