vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Show Thread Enhancements - [AJAX] Post Thank You Hack (https://vborg.vbsupport.ru/showthread.php?t=165673)

viper357 01-15-2013 01:50 PM

Quote:

Originally Posted by viper357 (Post 2397009)
Does anybody know how to allow moderators to delete thanks from a post? The link is visible to them and when they click it to delete the thanks it is removed, but when the page is refreshed the thanks comes back? Currently it only works for Admins. Thanks.

I found this code in the /includes/functions_post_thanks.php file and changed the 6 to a 5, it half worked because admin can no longer delete the thanks, but it's still the same for supermods, when the page is refreshed the thanks comes back, I'm lost as to what else I can do to allow mods to delete the thanks. Can anyone help?

Code:

if ($vbulletin->userinfo['usergroupid'] == '6')

Simon Lloyd 01-15-2013 03:42 PM

Change that for this
PHP Code:

if (is_member_of($vbulletin->userinfo567)) 


dpnow 02-04-2013 05:13 PM

Quote:

Originally Posted by Chris-777 (Post 1444398)
Got it all working, huzzah!

For those of you having the button not show up, revert your postbit or postbit_legacy.

That worked for me!

Ian

Chase 02-04-2013 08:45 PM

Is there a mod or a template edit that will notify you of a new thank you received (where the private message link is in the navbar) and when you click that "Thanks Received" link it will list the thread/post thanked and how many thanks you received?

That would be a really cool addition.

Chase 02-04-2013 08:55 PM

Nevermind, I found just what I was looking for.

https://vborg.vbsupport.ru/showthread.php?t=279907

Gizmo99 02-11-2013 02:41 PM

Fixed my problem with who had thanked not showing up

Had to Change Postid from INT to BIGINT in the post_thanks table :)

So uninstall then re install change INT to BIGINT off you go

Giz

RSC17 03-05-2013 04:35 PM

Works well, thank you. INSTALLED!

Gabe505 03-13-2013 02:37 AM

Im getting the following error every time the thanks button is clicked.

Deprecated: Assigning the return value of new by reference is deprecated in /Server info hidden/vb/includes/init.php on line 55

Deprecated: Assigning the return value of new by reference is deprecated in /Server info hidden/vb/includes/init.php on line 107

Deprecated: Assigning the return value of new by reference is deprecated in /Server info hidden/vb/includes/init.php on line 111

Deprecated: Assigning the return value of new by reference is deprecated in /Server info hidden/vb/includes/init.php on line 119

Deprecated: Assigning the return value of new by reference is deprecated in /Server info hidden/vb/includes/init.php on line 130

Deprecated: Assigning the return value of new by reference is deprecated in /Server info hidden/vb/includes/init.php on line 134

Deprecated: Assigning the return value of new by reference is deprecated in /Server info hidden/vb/includes/init.php on line 142

Deprecated: Assigning the return value of new by reference is deprecated in /Server info hidden/vb/includes/init.php on line 211

Deprecated: Assigning the return value of new by reference is deprecated in /Server info hidden/vb/includes/init.php on line 389

Deprecated: Assigning the return value of new by reference is deprecated in /Server info hidden/vb/includes/class_core.php on line 2552

what could be causing this problem?

Simon Lloyd 03-13-2013 04:05 AM

You need to turn off the errors in your php, you're using a version of php that has deprocated coding conventions, they're just warnings, turn the errors off and you'll be fine.

mykkal 03-13-2013 11:03 AM

Your using old version of the mod with a newer version of php.


All times are GMT. The time now is 10:20 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
  • Page Generation 0.03511 seconds
  • Memory Usage 1,746KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete