The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Automatic 'Thank you' Hack Details »» | |||||||||||||||||||||||||
Total hack's description : http://www.vbulletindev.net/forums/h...hack&hackid=49
Site : http://www.vbulletindev.net/forums You can set in wanted forums with this hack, an option which displays in a special post of a thread, the list of members who clicked the 'Thank you' button. So, instead of having a lot of posts saying : 'Great', 'Big thx ' ... you only have one post. The postbit (legacy or not) automatically adapts itself too. The phrase to thank the thread creator change if there is one user or more which clicks the button, so the verb is always correct There is an other option too in Forum manager, to set if you want to see at which date the 'Thank you' button was clicked by the member. Hack requested by boofo Eventual bugs :Correct with it Show Your Support
|
Comments |
#42
|
|||
|
|||
wow my post jump on second page !??! bloody server time.....
|
#43
|
|||
|
|||
I had no ideas why it keep give me a message no permission to access when I click on the button Thank You. I have install exactly intruction for many times, again and again. Still didn't work. This is the hack that I have looking for more than 1 year. Now you release it, but I can't sucessful to install it :tired:
|
#44
|
||||
|
||||
Quote:
|
#45
|
||||
|
||||
It needs to be added to both of them.
|
#46
|
|||
|
|||
I have try to play with this hack around my forum, but still didn't work. I am not lucky guy for this hack.
|
#47
|
||||
|
||||
Quote:
Quote:
|
#48
|
||||
|
||||
Quote:
i fixed this myself in : includes/functions_databuild.php Find: Code:
delete_post_index($post['postid']); //remove search engine entries } } if (!empty($userbyuserid) AND !$threadinfo['isdeleted']) { // if the thread is already deleted, the posts have already been reduced add this right above it : Code:
$DB_site->query("DELETE FROM " . TABLE_PREFIX . "thanks WHERE threadid=$threadid"); now anytime you Physically remove it it will also remove the thanks. |
#49
|
|||
|
|||
thx for that
|
#50
|
||||
|
||||
Quote:
@teksigns vbmenu_register("postmenu_495736", true); : Thanks for this @Mone' : You registered on vbulletindev, but it seems you had a lot of SQL error due to your username (the ' ), these are vBulletin's bugs I'll correct it adding addslashed into SQL queries Try to connect later, it should be ok |
#51
|
|||
|
|||
great Hack, but i have a Problem
In SHOWTHREAD template, find (you must do it 2 times) : ------------------------------------------------------------------------ <if condition="$show['largereplybutton']"> <td class="smallfont"><a href="newreply.php?$session[sessionurl]do=newreply&noquote=1&p=$FIRSTPOSTID"><if condition="$show['closethread']"><img src="$stylevar[imgdir_button]/reply.gif" alt="$vbphrase[reply]" border="0" /><else /><img src="$stylevar[imgdir_button]/threadclosed.gif" alt="$vbphrase[closed_thread]" border="0" ></if></a></td> </if> ------------------------------------------------------------------------ and replace with : ------------------------------------------------------------------------ <if condition="$show['largereplybutton']"> <td class="smallfont"><a href="newreply.php?$session[sessionurl]do=newreply&noquote=1&p=$FIRSTPOSTID"><if condition="$show['closethread']"><img src="$stylevar[imgdir_button]/reply.gif" alt="$vbphrase[reply]" border="0" /><else /><img src="$stylevar[imgdir_button]/threadclosed.gif" alt="$vbphrase[closed_thread]" border="0" ></if></a></td> </if> <td class="smallfont" align="right"><a href="newreply.php?do=thanks&threadid=$thread[threadid]"> <img src="$stylevar[imgdir_button]/thanks.gif" alt="$vbphrase[thanks]" border="0" > </a></td> i don't have this, i have this <if condition="$show['largereplybutton']"> <td class="smallfont"><a href="newreply.php?$session[sessionurl]do=newreply&noquote=1&p=$FIRSTPOSTID"><if condition="$show['closethread']"><img src="$stylevar[imgdir_button]/reply.gif" alt="$vbphrase[reply]" border="0" /><else /><img src="$stylevar[imgdir_button]/threadclosed.gif" alt="$vbphrase[closed_thread]" border="0" ></if></a> <a href="newthread.php?$session[sessionurl]do=newthread&f=$foruminfo[forumid]"><img src="$stylevar[imgdir_button]/newthread.gif" alt="$vbphrase[post_new_thread]" border="0" /> </td> please can you help me :surprised: |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|