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)

findingpeace 04-09-2013 03:18 PM

Quote:

Originally Posted by deltahawk5 (Post 2414818)
I noticed the other day that when someone with a space in their username likes a post, this happens: http://i.imgur.com/9JAsNaF.png

Any tips that might help me resolve this issue? It's not deal-breaking, but its a bit of an annoyance.

Same here. Any thoughts on why spaces break the list?

Thanks!

findingpeace 04-09-2013 03:32 PM

Fixed (for anyone else curious) -

Open up functions_post_thanks.php

Find

Code:

$virg
And add a space to both of the first two instances. Should end up looking like this:

Code:

if ($cmpt<$number_rows)
                        {
                                $virg=", ";
                        }
                        else
                        {
                                $virg=" ";
                        }

You may need to remove extra &nbsp; if you originally added spaces via the post_thanks_box_bit template (like I did). This was hacky, and much better to do through the functions file. Usernames will break as expected now.

Hippy 04-10-2013 07:55 PM

Quote:

Originally Posted by findingpeace (Post 2415345)
Fixed (for anyone else curious) -

Open up functions_post_thanks.php

Find

Code:

$virg
And add a space to both of the first two instances. Should end up looking like this:

Code:

if ($cmpt<$number_rows)
                        {
                                $virg=", ";
                        }
                        else
                        {
                                $virg=" ";
                        }

You may need to remove extra &nbsp; if you originally added spaces via the post_thanks_box_bit template (like I did). This was hacky, and much better to do through the functions file. Usernames will break as expected now.

If you don't mine I will use your post and add it to the fix post and update the archive I have there ..
thanks for posting the find / fix and the help to keep this mod alive..
It is very much appreciated
( I think I can safely speak for everyone that still uses this great mod)

findingpeace 04-10-2013 08:03 PM

Absolutely, thanks for keeping it all updated! I used your working version on my 4.2 board - it's perfect :) Our users love it

Hippy 04-10-2013 08:21 PM

Thanks to people like you for posting you're finds. I just try and keep it in one spot.
Your welcome by the way. Enjoy.

updated the post
I added the fix you posted and also
there are now 2 xml install files now
one xml with and one without integrated postbit box collapse

so in the updated archive
the fix has been applied
and since people pm me on how to remove the collapse
I added that to the archive as well
so you all have a choice witch one you prefer to install

enjoy
and thanks to everyone that has helped to keep this mod alive

jar546 04-11-2013 03:47 PM

No workie new install in 4.2, does work in existing 4.2 that was already installed and upgraded. New version coming?

Hippy 04-11-2013 10:18 PM

Quote:

Originally Posted by jar546 (Post 2415745)
No workie new install in 4.2, does work in existing 4.2 that was already installed and upgraded. New version coming?

did you read the staff note in the first post ..
what one did you try and install..?

DaPike 04-18-2013 05:24 PM

Hi,

works very well on vB 4.2.0 PL3.
But two little questions:

1. How can I move the Thx Button? It should be in the middle.
2. Is there a chance to see how many THX a post has get in the FORUMDISPLAY? Perhaps after the Threadtitle?

Thx for help

DaPike

Hippy 04-18-2013 06:19 PM

move thanks button
https://vborg.vbsupport.ru/showpost....postcount=2357
atm all you can do to view the thanks is in the about me in the users profile

i99ks 04-20-2013 02:31 PM

Hi,

this is a good addon, but can you please fix the database error .

Hippy 04-20-2013 03:27 PM

Quote:

Originally Posted by i99ks (Post 2417502)
Hi,

this is a good addon, but can you please fix the database error .

Not sure what one you installed.
Try https://vborg.vbsupport.ru/showpost....postcount=1941
all fixes applied

semaster 04-21-2013 07:18 AM

its not working with vbulletin 4.2.1 , please release update for this version.
i really love your mod...

Kraxell 04-21-2013 07:30 AM

It works great with vB 4.2 PL3.

semaster 04-21-2013 07:43 AM

Quote:

Originally Posted by Kraxell (Post 2417626)
It works great with vB 4.2 PL3.

i installed it in 4.2.1
Every thing works fine, thanks button works good on all posts of threads, but if someone press thanks button for first post of any thread, the page reloads and then thanks button disappears for first post of that thread and no thanks is shown under first post.

please help...

Hippy 04-21-2013 10:53 AM

Quote:

Originally Posted by i99ks (Post 2417502)
Hi,

this is a good addon, but can you please fix the database error .

Quote:

Originally Posted by semaster (Post 2417628)
i installed it in 4.2.1
Every thing works fine, thanks button works good on all posts of threads, but if someone press thanks button for first post of any thread, the page reloads and then thanks button disappears for first post of that thread and no thanks is shown under first post.

please help...

This works
https://vborg.vbsupport.ru/showpost....postcount=1943

semaster 04-21-2013 12:38 PM

Quote:

Originally Posted by Hippy (Post 2417650)

I downloaded the file from there and i still have same problem :(

Every thing works fine, thanks button works good on all posts of all threads, but if someone press thanks button for first post of any thread, the page reloads and then thanks button disappears for first post of that thread and no thanks is shown under first post.

Please help me.

revaxmedia 04-21-2013 01:25 PM

Hi guys - I get loads of SQL database errors with this plug in had to disable it.

semaster 04-21-2013 01:32 PM

Quote:

Originally Posted by semaster (Post 2417658)
I downloaded the file from there and i still have same problem :(

Every thing works fine, thanks button works good on all posts of all threads, but if someone press thanks button for first post of any thread, the page reloads and then thanks button disappears for first post of that thread and no thanks is shown under first post.

Please help me.

i disabled the vbseo plugin, then this plugin works good for every post of thread including first post.
but when i enable vbseo, it works for every post except for 1st post of all threads.

any way to come over this problem ?

Hippy 04-21-2013 01:45 PM

Sorry I don't use vbseo so I can't comment on what's conflicting.
But the page should reload with Ajax. I only heard of this happening with the groan mod installed along with post thanks mod

hinomaru 04-22-2013 07:12 AM

Hello,

I just installed this hack and found that the "Thanks" not in the button.

https://vborg.vbsupport.ru/external/2013/04/6.jpg

And also the "The Following User Says Thank You to wartawan For This Useful Post: " bar color cant seen.

How to fix this?Or this is normal?

Im using vbulletin 4.2.1 and post_thanks_ version_7.84+with_and-without integrated postbit_box collapse
And Im using with box collapse xml

thanks

Hippy 04-22-2013 10:07 AM

You need to add the images to you custom skins dir

smile2me 04-22-2013 04:04 PM

is it compatible with version 4.2.1 ??

hinomaru 04-23-2013 01:08 AM

Quote:

Originally Posted by smile2me (Post 2417875)
is it compatible with version 4.2.1 ??

I think it is compatible, im using 4.2.1 and so far no problem.

root2012 04-25-2013 12:25 AM

how do I do that it appears in the thread how often have our gratitude to him

as the pic

https://vborg.vbsupport.ru/external/2013/04/8.png

Hippy 04-25-2013 09:42 PM

Quote:

Originally Posted by root2012 (Post 2418389)
how do I do that it appears in the thread how often have our gratitude to him

as the pic

https://vborg.vbsupport.ru/external/2013/04/8.png

you lost me ..
it looks like the pic
or you want it to look like the pic?
what version of this mod are you using ?

root2012 04-26-2013 06:17 AM

I use the 7.84,
as far as I've already.
https://vborg.vbsupport.ru/external/2013/04/6.png

my only problem is how can I make it that counts how much I get for a post thx

Hippy 04-26-2013 09:02 PM

Quote:

Originally Posted by root2012 (Post 2418611)
I use the 7.84,
as far as I've already.
https://vborg.vbsupport.ru/external/2013/04/6.png

my only problem is how can I make it that counts how much I get for a post thx

should be counting ..
did it stop or never worked ?
I just updated this version with the last bug reported
https://vborg.vbsupport.ru/showpost....postcount=1941
see if there is a change with it

Post Reader 04-28-2013 11:05 AM

for vbulletin 4.2?

root2012 04-28-2013 07:14 PM

yes runs perfectly vb 4.2

dukegotgame 05-02-2013 04:20 AM

I've been compromised after running this hack. I picked up the Blackhole Exploit from this.

ForceHSS 05-02-2013 04:25 AM

Quote:

Originally Posted by dukegotgame (Post 2419554)
I've been compromised after running this hack. I picked up the Blackhole Exploit from this.

Try the one in my sig if u are still having problems pm me

deltahawk5 05-02-2013 06:11 AM

Quote:

Originally Posted by dukegotgame (Post 2419554)
I've been compromised after running this hack. I picked up the Blackhole Exploit from this.

How did you even narrow it down to this specific plugin?

djbaxter 05-02-2013 11:36 AM

Quote:

Originally Posted by deltahawk5 (Post 2419564)
How did you even narrow it down to this specific plugin?

That's what I'm wondering too.l

joeychgo 05-02-2013 12:48 PM

Quote:

Originally Posted by dukegotgame (Post 2419554)
I've been compromised after running this hack. I picked up the Blackhole Exploit from this.


What makes you say it was this hack?

RedFoxy 05-02-2013 11:51 PM

there is a way to have a setting to "Individual Forums to Turn Post Thank You Hack Off" and not off, I want that hack to be active only in few sub forums not in whole board

deltahawk5 05-03-2013 01:01 AM

Quote:

Originally Posted by RedFoxy (Post 2419696)
there is a way to have a setting to "Individual Forums to Turn Post Thank You Hack Off" and not off, I want that hack to be active only in few sub forums not in whole board

Umm...you mean the second setting in the hack options?

doogie88 05-11-2013 02:52 AM

ForceHSS, I installed the one without the search fix, not knowing which to use. How can I switch to the search fix one without losing the data?

Also, just curious, why is there evne an option to download the one without the fix?
Thanks.

M.Rizk 05-17-2013 07:02 PM

A blank box appears after the Thanks button. Anyway to fix this (Only happens in this custom style. It's fine on the default one)

All the plugin features are working fine. This is the only bug

Screenshot:

https://vborg.vbsupport.ru/external/2013/05/8.jpg

sub_ubi 05-18-2013 06:54 AM

is there a way to limit the amount of likes one can click a day?

Mr_Devlin 05-18-2013 03:36 PM

Quote:

Originally Posted by sub_ubi (Post 2422804)
is there a way to limit the amount of likes one can click a day?

Yes, it's possible to limit the per-user-amount in the settings even to limit the forums where the hack will be active. The're several settings to fit this hack for your forums needs.


All times are GMT. The time now is 04:20 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.06005 seconds
  • Memory Usage 1,833KB
  • 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
  • (4)bbcode_code_printable
  • (18)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