Quote:
Originally Posted by volodja
Hello, Maksim. Great mod! Can you suggest where I should put the link to my own button?
|
Sorry for such long reply.
You have to modify the template:
qpipm_postbit
HTML Code:
<if condition="$show['pmlink']">
<a href="private.php?$session[sessionurl]do=newpm&u=$post[userid]&postid=$post[postid]" rel="nofollow"><img src="$stylevar[imgdir_button]/sendtofriend.gif" alt="<phrase 1="$post[username]">$vbphrase[qpipm_quote_post_in_pm_postbit]</phrase>" border="0" /></a>
</if>
Look for this code to change the path to the image.
HTML Code:
img src="$stylevar[imgdir_button]/sendtofriend.gif"
Pay attention that
$stylevar[imgdir_button] leads to the default directory with the buttons of your Style directory.
Quote:
Originally Posted by wangyu1314
thank you,it is work fine in vb3.6.8.
but I have modified it as same as vb.org.
|
You are welcome!