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)

Hawk7173 04-20-2020 03:16 PM

We have 4.2.5 and it is not needed.

john7911 04-29-2020 06:47 AM

Doesnt work vb 4.2.5 :erm:

shka 04-29-2020 08:00 AM

Quote:

Originally Posted by john7911 (Post 2602731)
Doesnt work vb 4.2.5 :erm:

Not correct. Here it works (Addon V7.88 with vB4.2.5 and PHP7.1.33)

What is your problem? Installation? Problems after upgrade vB or PHP? Which version of PHP?
Error messages? Log messages? White/black/green/yellow/blue screen? Other symptoms?

The more information, the greater the likelihood of help. ;)

john7911 04-30-2020 09:05 AM

Hi shka,
I removed the old one and installed the 7.88 , but now I have this message:
http://www.faous.net/images/vb-thanks.png

shka 04-30-2020 09:12 AM

Go to post 3782 (five posts above).

Edit: The img-link is not shown in your post. I get it only with quoting your post.

john7911 04-30-2020 09:16 AM

Quote:

Originally Posted by shka (Post 2602746)
Go to post 3782 (five posts above).

Edit: The img-link is not shown in your post. I get it only with quoting your post.

http://www.faous.net/images/vb-thanks.png

---
The following dependencies were not met:
This product is not compatible with version 4.2.5 of vBulletin. (Compatible starting with 4.2.0 / Incompatible with 4.2.4 and greater)

john7911 04-30-2020 09:21 AM

Ok I insttaled it :-)
But when I clic on the thumb I have these code bellow:

[] operator not supported for strings on line 182 in /home/faouwebn/public_html/faouweb/forum/includes/functions_post_thanks.php
#0 /home/faouwebn/public_html/faouweb/forum/includes/functions_post_thanks.php(137): fetch_thanks('458', '', false)
#1 /home/faouwebn/public_html/faouweb/forum/post_thanks.php(64): thanked_already(Array)
#2 {main}

shka 04-30-2020 09:26 AM

Post 3774-3778 on page 252 :)

john7911 04-30-2020 09:33 AM

Quote:

Originally Posted by shka (Post 2602749)
Post 3774-3778 on page 252 :)

:D :D :D :D :D
Thank you very much ;)

puertoblack2003 04-30-2020 07:13 PM

Quote:

Originally Posted by john7911 (Post 2602748)
Ok I insttaled it :-)
But when I clic on the thumb I have these code bellow:

[] operator not supported for strings on line 182 in /home/faouwebn/public_html/faouweb/forum/includes/functions_post_thanks.php
#0 /home/faouwebn/public_html/faouweb/forum/includes/functions_post_thanks.php(137): fetch_thanks('458', '', false)
#1 /home/faouwebn/public_html/faouweb/forum/post_thanks.php(64): thanked_already(Array)
#2 {main}

In includes/functions_post_thanks.php

look for this line:

Quote:

if (empty($postids))
{
$postids[] = $postid;
}
replace with this:

Quote:

if (empty($postids))
{
$postids = array(); $postids[] = $postid;
}

thanks to dave for the fix.


All times are GMT. The time now is 04:22 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.05276 seconds
  • Memory Usage 1,740KB
  • 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
  • (6)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