Quote:
Originally Posted by blind-eddie
I am trying to add this option to my postbit & postbit_legacy templates.
Next to the buttons.
I tried a couple of things, but cant get it to show, Any suggestions?
|
Quote:
Originally Posted by harlita
I installed it, it works and I do like it.
It would be cool if you could set it to postbit/postbit_legacy so that you can select a button next to "multi-quote" and have it just open up the quote in a "send new message" box.
|
Um - You should be able to simply find in your postbit and/or postbit_legacy template(s):
Code:
$template_hook[postbit_controls]
And input directly after it the following from the newly-created qpipm_menu template:
Code:
<a href="private.php?$session[sessionurl]do=newpm&u=$post[userid]&postid=$post[postid]"><phrase 1="$post[username]">$vbphrase[qpipm_quote_post_in_pm]</phrase></a>
To use your sendpm.gif button - the code will look more like:
Code:
<a href="private.php?$session[sessionurl]do=newpm&u=$post[userid]&postid=$post[postid]"><img src="$stylevar[imgdir_button]/sendpm.gif"></a>
HTH,
Jacquii.