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)

Abe1 11-12-2007 12:02 AM

Quote:

Originally Posted by mpoorrajab (Post 1378931)
i install but i had an old version of it (i forgot the version)
now , i cant see nothing on it ...

check it ...

www.daneshju.ir/forum

what can i do for fixing this problem?

Make sure you read all the files in the zip.
Quote:

Originally Posted by Seiyaboy (Post 1378939)
I currently use the 3.6.7 version of the thank hack. However, I was not able to prune all thanks given by a single user using the ACP's Special Actions. Do you know if this is some error in the code?

i have to look into it. It's a reported problem already.
Quote:

Originally Posted by pythod (Post 1380068)
Why am I getting this message?

"This product is not compatible with version 3.6.7 of vBulletin. (Compatible starting with 3.6.8)"

I'm using vBulletin 3.6.8 Patch Level 2. Please help. Thanks. I'm using the 3.6.8 version of this hack.

Make sure vb knows which version you are using. Make the the file that holds the version is correct.
Quote:

Originally Posted by yahoooh (Post 1380072)
is there any post thank for vblog ?

In the works

Abe1 11-12-2007 12:04 AM

Quote:

Originally Posted by GNDI (Post 1380507)
the thanks button don't show up at my forum, what can I do to locate the error, I have used this hack previusly, with no error.

Please help

make should you templates are up to date. look in the files in the zip for more info.
Quote:

Originally Posted by Robp57 (Post 1380316)
I have uploaded the new version and now I have in my member info 2 sets of
Thanks: 2
Thanked 5 Times in 5 Posts

Thanks: 2
Thanked 5 Times in 5 Posts

What template and where would I remove one of them...........

Remove from postbit

Vinyljunky 11-12-2007 07:16 AM

Quote:

Originally Posted by Abe1 (Post 1380688)
This must be because you still have the search option up. remove it from your nav_bar and member_info template.

Thanks for your answer regarding the DB errors since uninstalling.

Could you be a little more specific about what bits of code I need to remove from the nav_bar and member_info template :confused:

I have to admit that Im not a coder :o

Thanks

VinylJunky

Abe1 11-12-2007 11:17 AM

Quote:

Originally Posted by Vinyljunky (Post 1380859)
Thanks for your answer regarding the DB errors since uninstalling.

Could you be a little more specific about what bits of code I need to remove from the nav_bar and member_info template :confused:

I have to admit that Im not a coder :o

Thanks

VinylJunky

search in it for the word 'thank' see what comes up. it should be totally inclosed in tags for the hack so you should be able to remove the code easily.

oldengine 11-12-2007 11:37 AM

Quote:

Originally Posted by ForYou (Post 1357456)
If I need to remove the post thanks for some users , how can i do that?

This is a much needed feature. I have one user that has taken it upon himself to thank every damn post on the board. This is not a situation where I can easily ban or reprimand him, but I sure would like an admin button to DUMP what he has done. That particular user has thanked 5,260 posts! :eek:

HOT DAMN! I found it!

Admincp > Post Thanks > Special Actions

OOPS!

It went through the motions, but it didn't do anything.

Delete All of a Users Thanks
This action will delete all thanks a single user gave.

zglows 11-12-2007 05:14 PM

can i modify it so when I press the thanks button an image shows up instead of my name?
how can i make this?

Vinyljunky 11-13-2007 07:49 AM

Quote:

Originally Posted by Abe1 (Post 1380927)
search in it for the word 'thank' see what comes up. it should be totally inclosed in tags for the hack so you should be able to remove the code easily.


I can find the word 'thank' in my default style in 'Cybernetics Templates' and 'cyb_topstats_thanks' :confused:

Its weird as some days I get 1 error, sometimes multiple!

Regarding this problem

I have uninstalled the mod but I still get the SQL errors below:

Database error in vBulletin 3.6.7:

Invalid SQL:

SELECT postid
FROM post AS post
INNER JOIN thread AS thread ON(thread.threadid = post.threadid)
WHERE post.userid = 23143
AND post.post_thanks_amount != 0
AND thread.forumid IN(185,197,210,189,183,54,55,216,218,217,219,191,2 14,196,195,198,184,193,205,204,190,199,188,202,200 ,182,215,187,192)
ORDER BY post.dateline DESC
LIMIT 1000;

MySQL Error : Unknown column 'post.post_thanks_amount' in 'where clause'
Error Number : 1054
Date : Monday, November 12th 2007 @ 03:55:57 AM
Script : http://www.mysite.com/forum/post_tha...thanks&u=23143
Referrer :
IP Address : 74.6.26.nnn
Username : Unregistered
Classname : vb_database


Any more ideas?

Thanks for your assistance

VinylJunky

Abe1 11-13-2007 10:53 AM

Quote:

Originally Posted by Vinyljunky (Post 1381599)
I can find the word 'thank' in my default style in 'Cybernetics Templates' and 'cyb_topstats_thanks' :confused:

Its weird as some days I get 1 error, sometimes multiple!

Regarding this problem

I have uninstalled the mod but I still get the SQL errors below:

Database error in vBulletin 3.6.7:

Invalid SQL:

SELECT postid
FROM post AS post
INNER JOIN thread AS thread ON(thread.threadid = post.threadid)
WHERE post.userid = 23143
AND post.post_thanks_amount != 0
AND thread.forumid IN(185,197,210,189,183,54,55,216,218,217,219,191,2 14,196,195,198,184,193,205,204,190,199,188,202,200 ,182,215,187,192)
ORDER BY post.dateline DESC
LIMIT 1000;

MySQL Error : Unknown column 'post.post_thanks_amount' in 'where clause'
Error Number : 1054
Date : Monday, November 12th 2007 @ 03:55:57 AM
Script : http://www.mysite.com/forum/post_tha...thanks&u=23143
Referrer :
IP Address : 74.6.26.nnn
Username : Unregistered
Classname : vb_database


Any more ideas?

Thanks for your assistance

VinylJunky

Look in the NAVBAR or MEMBERINFO

zetetic 11-14-2007 04:50 AM

Quote:

Originally Posted by bchertov (Post 1356810)
Quote:

Originally Posted by hurry
(2) An option for a member to receive a popup notification or a pm or an email when he or she is thanked.

Has anyone done this (email notification?) I want it to!

I'd like to see this feature added too. I love this add-on (thanks Abe!), but as it works today people have no way of knowing when someone thanks them for an old post unless they go looking for it.

ETA: It'd be even better if receiving notifications was user-optional.

oldengine 11-14-2007 02:58 PM

Admincp > Post Thanks > Special Actions
Delete All of a User's Thanks
This action will delete all thanks a single user gave.

Has anyone used this? Does it work at all?

I ran it on both a user number and user name and it does absolutely nothing. It acts like it's processing, but the thanks are all still there.

User's Total Thanks: 5,275 :eek:

I advise caution before you put this on a big board! I have 3,497 pages of table data in post_thanks which apparently includes 105,886 thanks.

The users love it, but thats the problem. I have users who think it's their lot in life to thank every damn post on the board!

I really need to do a query on this thing, flush the toilet and start over.

Does uninstalling this hack empty the table?

Or, is this as simple as selecting the post_thanks table in PhpMyadmin, selecting all five fields and hitting the EMPTY button?


All times are GMT. The time now is 11:28 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.02542 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
  • (13)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