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)

Simon Lloyd 01-04-2014 06:53 PM

You need to turn off error reporting on your server in your php.ini and turn "display_errors = off"

Essential reading: http://www.php.net/manual/en/errorfu...rror-reporting

Max Taxable 01-04-2014 06:56 PM

Quote:

Originally Posted by shakirulqadree (Post 2448697)
PHP Code:

DeprecatedAssigning the return value of new by reference is deprecated in /home/urduhi/public_html/forum/includes/init.php on line 53

Deprecated
Assigning the return value of new by reference is deprecated in /home/urduhi/public_html/forum/includes/init.php on line 105

Deprecated
Assigning the return value of new by reference is deprecated in /home/urduhi/public_html/forum/includes/init.php on line 109

Deprecated
Assigning the return value of new by reference is deprecated in /home/urduhi/public_html/forum/includes/init.php on line 117

Deprecated
Assigning the return value of new by reference is deprecated in /home/urduhi/public_html/forum/includes/init.php on line 128

Deprecated
Assigning the return value of new by reference is deprecated in /home/urduhi/public_html/forum/includes/init.php on line 132

Deprecated
Assigning the return value of new by reference is deprecated in /home/urduhi/public_html/forum/includes/init.php on line 140

Deprecated
Assigning the return value of new by reference is deprecated in /home/urduhi/public_html/forum/includes/init.php on line 209

Deprecated
Assigning the return value of new by reference is deprecated in /home/urduhi/public_html/forum/includes/init.php on line 387

Deprecated
Assigning the return value of new by reference is deprecated in /home/urduhi/public_html/forum/includes/class_core.php on line 2553 



pliz hellp for mi

The existence of ampersands in those lines in those files is usually the culprit, I have found. Find and delete them, ONLY on the lines indicated. Use a editor such as notepad++ so the links are defined and displayed as you edit.

ozzy47 01-04-2014 07:02 PM

This has been addressed before, this may help you.

Quote:

Originally Posted by R*NightOwl (Post 1988580)
I was able to fix the depreciated errors, open "post_thanks.php",
replace

PHP Code:

error_reporting(E_ALL & ~E_NOTICE); 

with

PHP Code:

error_reporting(E_ALL E_DEPRECATED); 

doesn't really replace or fix the depreciated code, but, at least it works.


navidmoj 01-18-2014 11:37 AM

Hi
thank you for this great addon

I just updated my thx hack from an very old version (5.3 I think) to v7.7 but I think I don't have new options, for example I cant delete thanks as an admin

what should I do?

ye22 02-10-2014 09:33 PM

is there away to show the thanks score(number only) of the first post in threadbit as variable?

ForceHSS 02-10-2014 09:50 PM

Quote:

Originally Posted by ye22 (Post 2480272)
is there away to show the thanks score(number only) of the first post in threadbit as variable?

no and this mod is out of date

chefy 03-04-2014 11:00 PM

I want to remove all the thanks that a specific group of users gave to posts on my forum. Something like this (but in SQL query language obviously):

PHP Code:

if condition (userid=a,b,c)
delete all thanks these users gave to posts 

Help please.

mangmel 06-26-2014 04:00 AM

SELECT *
FROM " . TABLE_PREFIX . "post_thanks
WHERE userid = '".$this->existing['userid']."'
ORDER BY postid

where can i put user ID ? i want to remove all thanked posts by user

please help a little bit.:

mangmel 06-29-2014 07:07 AM

here is what i need help..

http://imageshack.com/a/img850/8148/zj3x.png

s_cocis 08-28-2014 08:05 AM

Hi,
how to collaps on default the informations on vb3 ? there is a flag ?


All times are GMT. The time now is 03:00 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.04079 seconds
  • Memory Usage 1,762KB
  • 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
  • (4)bbcode_php_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)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