![]() |
how do i move where the thanks count is located in the postbit?
|
you'd have to change the hook location in the mod's plugin, it will be set to show after $posts.
|
Quote:
|
error post thanks :
PHP Code:
|
Quote:
http://www.urduhiurdu.com/forum/showthread.php?p=12500 |
Is there any way to recount the thanks after merging two users?
|
PHP Code:
pliz hellp for mi |
Quote:
Quote:
|
Quote:
|
I just installed this hack and this appears at the top of my forum home page:
Code:
hanks_post_count'] && ($remove_users_thanks_count == true || $vbulletin->options['post_thanks_delete_remove_thanks_count'])) { $set_user_gave .= ', posts = posts - 1'; } $vbulletin->db->query_write(" UPDATE " . TABLE_PREFIX . "user SET $set_user_gave WHERE userid = '$userid' "); $vbulletin->db->query_write(" UPDATE " . TABLE_PREFIX . "user SET $set_user_got WHERE userid = '$postinfo[userid]' "); $vbulletin->db->query_write(" UPDATE " . TABLE_PREFIX . "post SET $set_post WHERE postid = '$postinfo[postid]' "); ($hook = vBulletinHook::fetch_hook('post_thanks_function_delete_thanks_end')) ? eval($hook) : false; return true; } function post_thanks_in_array($number = 0, $array = 0) { $array_split = explode("|", $array); foreach ($array_split AS $array_number) { if ($number == $array_number) { return true; } } return false; } function post_thanks_check_security($securitytoken = '') { global $vbulletin; if ($securitytoken !== $vbulletin->userinfo['securitytoken']) { } } ?> |
All times are GMT. The time now is 09:59 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|