Log in

View Full Version : Download + Thanks in one button


Powlo
01-21-2009, 10:04 AM
I have to seperate buttons in postbit one to download the attatchment and a second to for 'thanks'. Is it possible to combine the two? So i have one button 'download' that automatically gives thanks aswell.



<a href="post_thanks.php?$session[sessionurl]do=post_thanks_add&amp;p=$post[postid]&amp;securitytoken=$bbuserinfo[securitytoken]" id="post_thanks_button_$post[postid]"<if condition="$vboptions[disable_ajax] != 2"> onclick="return post_thanks_give($post[postid], <if condition="$vboptions[post_groan_integrate]">true<else />false</if>);"</if> <if condition="$display_thanks_image == 'none'">style="display:none"</if>
rel="nofollow"><img src="$stylevar[imgdir_button]/myfile.gif" alt="$vbphrase[post_thanks_thanks]" border="0" /></a>

<a href="attachment.php?$session[sessionurl]attachmentid=$attachment[attachmentid]&d=$attachment[dateline]"><img src="http://www.mydomain.com/forum/images/misc/myfile2.gif" width="100" height="21" border="0"></a>

Cheers,

Powlo

Dismounted
01-22-2009, 03:38 AM
You will need to hook into the attachment download process and use the functions of the other modification to give a thanks automatically.