vb.org Archive

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

Spinball 12-09-2007 10:30 AM

I love the way that the thanks info is displayed in a separate box under the post. However, it was not being displayed with the same table border as the post itself.
I fixed this by editing post_thanks_postbit_legacy (or post_thanks_postbit if you use that style)
from (near the top)
Quote:

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="100%" align="center">
to
Quote:

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
which now makes the thanks info look correct.
Example

Ace hack - hope the feedback helps. :up:

tekguru 12-09-2007 12:28 PM

Cheers - fix applied!

mystic10 12-10-2007 09:35 PM

please help..everytime someone click on the thanks button this error comes
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /includes/functions.php(1259) : eval()'d code on line 5
please guide

Nice_empire 12-12-2007 01:33 PM

hello, i need help
i merge 2 database, but dont import post thanks in destination database

whether there is a way to import post thanks from old database ???

please!!!!

Noctavia 12-14-2007 10:05 PM

Apologies if this has already been asked, 124 pages is a lot to read through hehe. But I was wondering if there's a way to make the thankyou box only appear after say 2 or 3 separate people have thanked the post? I'm wanting to use the hack to highlight the outstanding posts on my forum, and a couple of people seem the be very thankful for all sorts of things. I'd like it so that if the thank you box doesn't show until multiple people have said thanks for it.

busybeeburns 12-15-2007 12:04 PM

Hi,

I have uploaded all the files, but when it comes to importing the xml via Manage Products, I'm greeted with a blank page instead of confirmation that the product has been installed. Can anyone help please? :)

Big-K 12-15-2007 06:06 PM

Quote:

Originally Posted by Skyline_GT (Post 1394441)
Quote:

I'm getting the Warning: Invalid argument supplied for foreach() in /includes/functions_post_thanks.php on line 183 error

Did a recounter and still having the issue

Please help
I also have this problem.

Here's a fix a member of my board came up with. Hope it helps someone:
"it seems that there were empty arrays (i.e. lists of items) being passed to the function that generated the warning message. Honestly, I have no idea where these arrays were coming from or whether it is even all right for them to be empty - but I've asked the function not to try to process such arrays in future.

See board/includes/functions_post_thanks.php

After line 182
Code:

  //seems to be a problem when $thanks has no rows - so let's patch the problem
  //I have no idea about the underlying causes of this problem.
  if ($number_rows > 0)
  {
  //</SLB
          foreach ($thanks AS $thank)
          {
                  if ($cmpt<$number_rows)
                  {
                          $virg=",";
                  }
                  else
                  {
                          $virg="";
                  }

                  if (show_thanks_date($forumid))
                  {
                          $date_thank = vbdate($vbulletin->options['dateformat'], $thank['date'], true);
                  }

                  eval('$liste_user .= " ' . fetch_template('post_thanks_box_bit') . '";');
                  $cmpt++;
          }
  } //


JamesAB 12-16-2007 03:40 AM

Thanks for the great MOD. :)

I just installed and did a few tests.

One thing I noticed is that if you delete a thread that contains posts that were given "Thanks", that user's Thanked count is not decreased.

For example, it will still say:

Quote:

Thanked 2 Times in 1 Post
even when that 1 post has been deleted.

Forgive me if this has been asked before, but is there a fix or a workaround for this?

Antivirus 12-16-2007 03:49 AM

Quote:

Originally Posted by mystic10 (Post 1398809)
please help..everytime someone click on the thanks button this error comes
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /includes/functions.php(1259) : eval()'d code on line 5
please guide

This is most likely due to your server being upgraded to run PHP version 5... read the following:
https://vborg.vbsupport.ru/showthread.php?t=125302

Traxdata 12-17-2007 06:52 PM

seems to work on 3.7.0 beta2 :)


All times are GMT. The time now is 02:41 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.03175 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
  • (6)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