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)

War.Frog 06-04-2010 11:50 PM

Has anyone tried converting this hack's stats into Dragonbyte's version? It doesn't look like Abe is planning on further updates or releases (Post Groan).

persianpros 06-10-2010 09:25 AM

Persian Language For Post Thank You Hack

By Persian Prince

Good Luck

Seven Skins 06-10-2010 02:52 PM

Hi Abe1,

One curly backet is missing in "post_thanks_javascript" template (just before closing style tag) and it is causing issues with html validation etc.

.

Kolbi 06-10-2010 03:06 PM

Can you show this passage and how to fix manually?

Philippe J 06-10-2010 03:13 PM

Thanks Seven Skins !
That solves the issue Dave-M reported earlier.

Kolbi 06-10-2010 03:36 PM

I found the place:

Code:

.postbitlegacy .postfoot .textcontrols a.post_thanks_button:hover, .postbit .postfoot .textcontrols a.post_thanks_button:hover  {
        background: url({vb:stylevar imgdir_button}/post_thanks-hover.png) no-repeat transparent {vb:stylevar left};
}
</style>

should be right...

what issue does this fixs?

The Pudge 06-11-2010 12:14 AM

I am unable to upload any of the files once extracted? can anyone tell me what i am doing wrong?

XML Error: Invalid document end at Line 539

Philippe J 06-11-2010 04:55 AM

Quote:

Originally Posted by Kolbi (Post 2051610)
what issue does this fixs?

It fixes this one :

Quote:

Originally Posted by Dave-M (Post 2048189)
When I add a thanks now, it adds thanks after it refreshes the entire page, rather than just adding the thanks. It's the same when removing thanks too.


Philippe J 06-11-2010 08:38 AM

Correction : the issue is fixed with FF or Chrome, but not with IE.

Diablotic 06-14-2010 05:06 PM

Any chance of adding search functionality?

FractalizeR 06-15-2010 06:22 AM

I would say "thanks" only for correction of mistakes. Forget search functionality.

Merih 06-16-2010 01:31 PM

How this can I correct ?

http://img535.imageshack.us/img535/7718/qweqwen.jpg

Sdahe 06-19-2010 01:34 AM

1 Attachment(s)
How can I change the font size at the thanks box inside the thread?

here...
Attachment 118596

mgcom 06-19-2010 04:23 PM

Quote:

XML Error: Invalid document end at Line 539
Any idea what that means ?

Cheers

bchertov 06-21-2010 03:03 PM

What's the current status of this hack? Is the official download file on this up to date or are there required/recommended fixes included in this thread that have not been incorporated into the download?

Thanks!

Nosfer@tu 06-22-2010 10:20 AM

Quote:

Originally Posted by bchertov (Post 2056958)
What's the current status of this hack? Is the official download file on this up to date or are there required/recommended fixes included in this thread that have not been incorporated into the download?

Thanks!

I was hoping to know to :)

This mod is so popular that even though I read throw all 7-8 pages last week, I was not totaly clear on what I needed to do to fix the alignment issue :)

rrudeboy 06-23-2010 01:07 AM

i get a database error (had it on 3.8.x, updated to 4.0.3 today...) lost the thank count as well :(

error:

Quote:

Database error in vBulletin 4.0.3:

Invalid SQL:
SELECT * FROM post_thanks AS post_thanks INNER JOIN user AS user USING (userid) WHERE post_thanks.postid IN (0Array) ORDER BY post_thanks.username ASC;

MySQL Error : Unknown column '0Array' in 'where clause'
Error Number : 1054
Request Date : Tuesday, June 22nd 2010 @ 09:03:49 PM
Error Date : Tuesday, June 22nd 2010 @ 09:03:50 PM
Script : http://totalsmartphone.net/forum/sho...cBook...-Apple
Referrer : http://totalsmartphone.net/forum/for...2-General-Talk
IP Address : 24.208.173.41
Username : rudeboy
Classname : vB_Database
MySQL Version : 4.1.20-max-log

Nosfer@tu 06-23-2010 08:48 AM

Running with version 7.82 I still have problems with the alignment of Thanks.

I can change the alignment from Rigth to left in Firefox via Firebug, but finding that placement in the template of my site, I cant :(

Problem being that the element is floating rigth when it accualy should float left.

HTML Code:

<dd style="white-space: nowrap; display: inline; float: right;">Takket 6 Gange i 6 Indl?g</dd>
I will try for the 3 time to make this change, but it would be very nice to sum up the problems in the coders mod post, or at least post 1.

Becasue there is ALOT of replies in this thread :(

tiga2 06-23-2010 04:20 PM

How can I delete the "Remove All" button? I dont know how to remove it. Pleae help :)

David Sims 06-23-2010 05:03 PM

Thanks Abe1 for the great mod. I would love to see findthanks and findthanks_user_gave functional in the future. Do you have a decent idea when this will be available?

Charlie98902 06-23-2010 05:45 PM

Quote:

Originally Posted by David Sims (Post 2058316)
Thanks Abe1 for the great mod. I would love to see findthanks and findthanks_user_gave functional in the future. Do you have a decent idea when this will be available?

June 9, 2010 was the last time this person was online. More and more people are moving to this - https://vborg.vbsupport.ru/showthread.php?t=243510 due to support etc...... I am thinking of porting over as well.

David Sims 06-24-2010 04:22 PM

Thanks Charlie98902. I'll give it a go.

vauge 06-25-2010 10:44 AM

Quote:

Originally Posted by Charlie98902 (Post 2058339)
June 9, 2010 was the last time this person was online. More and more people are moving to this - https://vborg.vbsupport.ru/showthread.php?t=243510 due to support etc...... I am thinking of porting over as well.

Unsure if that is an option for us larger boards, you have to PAY for the "FREE" import script to see if it even works. If you are really considering it - please review the thread and notice how he said two things about large forums to me. First he said he had not tested it, then he said many customers use it.

I'm holding out for ABE1 or someone else to get some reports up for this hack. :)

I wonder if cron based script might be better to create the reports than a crazy on-the-fly query...

djbaxter 06-25-2010 11:02 AM

Quote:

Originally Posted by vauge (Post 2059315)
Unsure if that is an option for us larger boards, you have to PAY for the "FREE" import script to see if it even works. If you are really considering it - please review the thread and notice how he said two things about large forums to me. First he said he had not tested it, then he said many customers use it.

I'm holding out for ABE1 or someone else to get some reports up for this hack. :)

I wonder if cron based script might be better to create the reports than a crazy on-the-fly query...

I agree.

Quote:

Originally Posted by Charlie98902 (Post 2058339)
June 9, 2010 was the last time this person was online. More and more people are moving to this - https://vborg.vbsupport.ru/showthread.php?t=243510 due to support etc...... I am thinking of porting over as well.

Be aware that without the import script, for which you have to pay with no guarantee that it will work, you will lose your current Thanks stats accumulated under Abe's add-on.

Bisha 06-25-2010 11:30 PM

did someone founded any solution for database .search errors?

Thnx

djbaxter 06-25-2010 11:40 PM

Quote:

Originally Posted by Bisha (Post 2059632)
did someone founded any solution for database .search errors?

Yes. See https://vborg.vbsupport.ru/showpost....&postcount=904

SomeDude-GP 06-27-2010 11:47 AM

1 Attachment(s)
This mod has been exploited via SQL injection.

https://vborg.vbsupport.ru/showthread.php?t=245207

djbaxter 06-27-2010 12:45 PM

Quote:

Originally Posted by SomeDude-GP (Post 2060447)
This mod has been exploited via SQL injection.

https://vborg.vbsupport.ru/showthread.php?t=245207

As I said in that thread:

Quote:

Your screenshot in https://vborg.vbsupport.ru/showpost....49&postcount=6 shows a Thank You plugin at the global_setup_complete hook.

There is no Thank You plugin that's using that hook.

To blame the Thank You hack for this seems misguided. You were hacked by tapatalk. Lord knows what else got corrputed in the process.

mtlcore 06-27-2010 12:48 PM

Hey guys, sorry if this has already been asked:

I upgraded to 4.0.4, and I unintalled all plugins including thanks, is there a way to import the thanks stats from the old server ( i still have it live ) ?

LuisManson 06-28-2010 04:30 PM

any chances to mix this with any hide plugin?

dippetas 06-29-2010 06:54 AM

1 Attachment(s)
i am making a small hack with drop down menu in toplinks, and i want to add the option to show how many thanks has received, and how many thanks the user has given. Does anybody know how to retrieve these counters? and how am i gonna make them to show?
any help would be appreciated

thanks in advance Dippetas

edit: never mind, i found the solution by myself, if you like the dropdown toplinks pm me.

cheers

MarkoXaser 06-29-2010 10:09 AM

i have an error

http://forum.justoverclock.com/justo...html#post56419

if u see my forum, you can see in postbit the alignement is bad!

hoc can i do?

neofobic 06-29-2010 12:31 PM

vbulletin 4.0.4 version install problems. Version incompatible error is.

optize 06-30-2010 02:36 AM

Is there anyway to change 'Thanks' to 'Like' so people Like posts, instead of Thanking? I think that would be better?

rolfw1 06-30-2010 08:34 PM

Quote:

Originally Posted by MarkoXaser (Post 2061613)
i have an error

http://forum.justoverclock.com/justo...html#post56419

if u see my forum, you can see in postbit the alignement is bad!

hoc can i do?

Your alignment looked Ok there, did you get it sorted? As I have an alignment problem http://www.thamesvalleybirds.co.uk/b...html#post41864 for example.

Ortix 06-30-2010 08:46 PM

Hey! This mod is absolutely great, but i was wondering if there is a way to integrate it with my Joomla! site. vB and Joomla! are synced with each other through jFusion. All I want is the thanks button to appear in a post and when clicked the thank count goes up for the user who posted the article. Is it hard to do?

heugabel 07-01-2010 01:55 AM

in showthread the inline-moderatiom -> mark all posts is not working, only the first post is marked.

rolfw1 07-02-2010 09:25 AM

Quote:

Originally Posted by heugabel (Post 2062515)
in showthread the inline-moderatiom -> mark all posts is not working, only the first post is marked.

Hadn't noticed that, but same on mine.

MaxInfinity 07-02-2010 11:15 AM

Quote:

Originally Posted by optize (Post 2062035)
Is there anyway to change 'Thanks' to 'Like' so people Like posts, instead of Thanking? I think that would be better?

I believe vb has its own built in like button

djbaxter 07-02-2010 11:34 AM

Quote:

Originally Posted by MaxInfinity (Post 2063197)
I believe vb has its own built in like button

Sort of. However, you have to enable the Facebook platform and it's only for threads, not for individual posts. Not really the same at all.


All times are GMT. The time now is 09:11 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.04344 seconds
  • Memory Usage 1,835KB
  • 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
  • (1)bbcode_html_printable
  • (16)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
  • (40)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