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)

chompychan 12-01-2007 06:03 AM

Quote:

Originally Posted by BadgerDog (Post 1392573)
Anyone else getting this?

I select my own user profile and it says:




So, I select "Find all thanked posts by Badger" and I get this error message:

Sorry - no matches. Please try some different terms.

There are three valid posts and I have expressed "thanks" in all three, so why doesn't the mod list those three posts? :confused:

Regards,
Badger

The "Find all thanked...by" feature can only find posts by that member that were thanked. In this case there are none, so it finds none.

BadgerDog 12-01-2007 10:12 AM

Quote:

Originally Posted by chompychan (Post 1392787)
The "Find all thanked...by" feature can only find posts by that member that were thanked. In this case there are none, so it finds none.

Understood.... thanks... :up:

I read Find all thanked posts by Badger to mean Find all posts thanked by Badger , which I think is what confused me.

Perhaps it should read Find all posts Badger received thanks, or Find all thanked posts for Badger

Regards,
Badger

Skyline_GT 12-04-2007 03:27 AM

Quote:

Originally Posted by Big-K (Post 1390431)
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.

Jack Black 12-04-2007 06:13 PM

Problem sorted......

doc_sameer 12-05-2007 06:54 PM

I wanted to know the modifications needed to show up the thanks within the post itself rather than outside in a box

something like this:

https://vborg.vbsupport.ru/

Thanks.

btw, the mod is fantastic.

Abe1 12-07-2007 02:54 AM

Quote:

Originally Posted by chompychan (Post 1391909)
OK, the members no longer seem to care about old thanked posts.

However I do have a strange conflict where hovertext doesn't reflect what reps people have.

Almost all reputation points are given via thanks and it seems no thanked posts are being reflected in the reputation hovertext, yet it still contributes points and green dots.

The only way I've found to compensate for this issue is rebuilding rep points every day. This is not a very desirable way to go about it though.

Anyone know why this could be happening?

Can you please explain more.

doc_sameer 12-07-2007 07:42 PM

Quote:

Originally Posted by doc_sameer (Post 1395668)
I wanted to know the modifications needed to show up the thanks within the post itself rather than outside in a box

something like this:

http://img144.imageshack.us/img144/870/thankspt9.jpg

Thanks.

btw, the mod is fantastic.

still waiting for support! plz anyone?

unitedpunjab 12-08-2007 12:25 PM

how can i disable the Thanks listing for guests ?

Spinball 12-09-2007 10:22 AM

I noticed I was getting style warnings - 1 for each post in showthread.
I narrowed the problem down to this Thank you mod.
It exists in the postbit_display_complete plugin:
Quote:

if (can_thank_this_post($post, $thread['isdeleted']) && !thanked_already($post))
{
$display_thanks_image = '';
}
should be
Quote:

if (can_thank_this_post($post, $thread['isdeleted']) && !thanked_already($post))
{
$display_thanks_image = 'inline';
}
Having no value after display: throws up a warning error (in Firefox).
inline is the default which should be used to display the button normally.

Spinball 12-09-2007 10:26 AM

I found that the thanks information in postbit was taking up a couple of lines and looked untidy.
So I changed the post_thanks_postbit_info template to :
Quote:

<if condition="$post[userid]">
<div>$vbphrase[post_thanks_thanks]: Gave $post[post_thanks_user_amount_formatted], Got $post[post_thanks_thanked_times_formatted]</div>
</if>
Which while not grammatically quite as flowery, does the job using just 1 line.
Example


All times are GMT. The time now is 08:53 AM.

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.03260 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
  • (8)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