vb.org Archive

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

Mellow 04-20-2017 05:04 PM

Quote:

Originally Posted by Flipfloptrader (Post 2585498)

Working great now... I do wish there was a top stats type page like the thumbs up hack but this is good for now, very good actually. Thanks!

StormBreaker 04-26-2017 09:52 AM

The button show only in the first post, not other posts in the thread.

Flipfloptrader 05-11-2017 03:45 AM

1 Attachment(s)
Any coders know what needs to be changed to make this work with PHP 7? I'm getting this error:

Line 182:

Code:

                $postids[] = $postid;
Checking my error log shows this also:

operator not supported for strings on line 182 in /home/flipflop/public_html/includes/functions_post_thanks.php
in /home/flipflop/public_html/vb/vb.php on line 286

Line 286:

Code:

        trigger_error($exception->getMessage() . ' on line ' . $exception->getLine() . ' in ' . $exception->getFile() . "\n", $code);

MarkFL 05-11-2017 03:54 AM

Normally, I refrain from promoting a competing product in a product's support thread, but this product was released 9 years ago, and the developer hasn't been online for almost 7 years.

I highly recommend using DBTech's thanks product instead...this product is simply not written for vB 4.2.x, much less for PHP 7.x. DBTech's product is currently actively supported, particularly for the latest version of vB 4.2.x and PHP. ;)

Flipfloptrader 05-11-2017 04:17 AM

Appreciate the heads up, Mark, just not a fan of that product unfortunately. I'll keep scratching round trying to see if I can solve it with some good old fashioned investigating.

TiKu 05-11-2017 05:00 AM

Quote:

Originally Posted by Flipfloptrader (Post 2586370)
Any coders know what needs to be changed to make this work with PHP 7? I'm getting this error:

Line 182:

Code:

                $postids[] = $postid;

Try this:
Code:

$postids = array($postid);

Flipfloptrader 05-11-2017 05:09 AM

Quote:

Originally Posted by TiKu (Post 2586374)
Try this:
Code:

$postids = array($postid);

Doesn't work, seems to break the threads and can't open a thread.

Flipfloptrader 05-11-2017 10:17 AM

1 Attachment(s)
I have no idea what I did different but I was having another attempt at this and that code worked and now I'm running PHP 7.1.

Many thanks.

I have attached the functions_post_thanks for anyone who may need it to get this mod working with 4.2.5 and PHP 7.

TiKu 05-11-2017 04:19 PM

Sorry, I must admit that I did not test it. I just had a look at the code and thought it should work.

blue7 05-13-2017 02:14 PM

Quote:

Originally Posted by Flipfloptrader (Post 2586386)
I have no idea what I did different but I was having another attempt at this and that code worked and now I'm running PHP 7.1.

Many thanks.


I have attached the functions_post_thanks for anyone who may need it to get this mod working with 4.2.5 and PHP 7.

Thank you very much, that was what i was looking for :up:


All times are GMT. The time now is 10:05 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.05866 seconds
  • Memory Usage 1,745KB
  • 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
  • (5)bbcode_code_printable
  • (4)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