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)

Dj megas 01-24-2010 02:08 AM

Thank you Abe1 for the hack some ppl are idiots what can youdo!

Dj megas 01-24-2010 02:10 AM

Thank you Abe1 for the hack some ppl are idiots what can you do!

balkanboy 01-24-2010 05:34 AM

1 Attachment(s)
hey is the alignment in postbit still an issue that Thanks:0 is correct but the thanked is out of place.....

wrestlepower 01-24-2010 11:51 AM

Same problem with alignment as has been mentioned frequently. However, i've now got an additional error. I had it installed and working fine, then had to re-install this morning due to a seperate issue and now the ajax doesn't work and instead i get taken to the first page of the thread whenever a post is thanked.

steve1966 01-24-2010 12:08 PM

Quote:

Originally Posted by balkanboy (Post 1964964)
hey is the alignment in postbit still an issue that Thanks:0 is correct but the thanked is out of place.....


hi replace all the code in post_thanks_postbit_info template

with

Code:

<vb:if condition="$post['userid']">
        <dt>{vb:rawphrase post_thanks_thanks}</dt> <dd>{vb:raw post.post_thanks_user_amount_formatted}</dd>
        <vb:if condition="$post['post_thanks_thanked_times'] == 1">
                <dd style="white-space:nowrap; display:inline; float: {vb:stylevar left};">{vb:rawphrase post_thanks_time_post}</dd>
        <vb:elseif condition="$post['post_thanks_thanked_posts'] == 1" />
                <dd style="white-space:nowrap; display:inline; float: {vb:stylevar left};">{vb:rawphrase post_thanks_times_post, {vb:raw post.post_thanks_thanked_times_formatted}}</dd>
        <vb:else />
                <dd style="white-space:nowrap; display:inline; float: {vb:stylevar left};">{vb:rawphrase post_thanks_times_posts, {vb:raw post.post_thanks_thanked_times_formatted}, {vb:raw post.post_thanks_thanked_posts_formatted}}</dd>
        </vb:if>
</vb:if>


HappyFeet 01-24-2010 06:55 PM

1 Attachment(s)
I upgraded and got the alignment issues that everyone is complaining about. I fix the offset right alignment with the template edit in the previous post but I have an issue with the Real Name in postbit hack now. A persons real name appears at the end of the post thanks stats. See screenshot...

Can anyone tell me how to fix this?

Thanks in advance...

Attachment 110962

Wenbie 01-25-2010 09:04 AM

Installed. Appreciate your work Abe1!

Pleaseeeee update the Post Groan Hack when you can

wayne.richards@ 01-25-2010 02:21 PM

Sorted Now! Thanks Guys For Your Hard Work! Top Banana!

Charlie98902 01-25-2010 03:31 PM

Quote:

Originally Posted by steve1966 (Post 1965159)
hi replace all the code in post_thanks_postbit_info template

with

Code:

<vb:if condition="$post['userid']">
        <dt>{vb:rawphrase post_thanks_thanks}</dt> <dd>{vb:raw post.post_thanks_user_amount_formatted}</dd>
        <vb:if condition="$post['post_thanks_thanked_times'] == 1">
                <dd style="white-space:nowrap; display:inline; float: {vb:stylevar left};">{vb:rawphrase post_thanks_time_post}</dd>
        <vb:elseif condition="$post['post_thanks_thanked_posts'] == 1" />
                <dd style="white-space:nowrap; display:inline; float: {vb:stylevar left};">{vb:rawphrase post_thanks_times_post, {vb:raw post.post_thanks_thanked_times_formatted}}</dd>
        <vb:else />
                <dd style="white-space:nowrap; display:inline; float: {vb:stylevar left};">{vb:rawphrase post_thanks_times_posts, {vb:raw post.post_thanks_thanked_times_formatted}, {vb:raw post.post_thanks_thanked_posts_formatted}}</dd>
        </vb:if>
</vb:if>


Will this code align the issue for the postbit syle users or is this for the postbit_legacy users?


Abe Just curious as I have yet to hear a responce is there a fix on the way to show the notification of thanked posts? This is the only issue I have The only header mods I am using is a new style login/show admin/mod links in header and my posts along with vbmoods and this was working correctly with 4.0 PL1 but after upgrading to 4.0.1 it isn't showing notifications of thanked posts.

Thanks

aaronrand 01-25-2010 05:56 PM

1 Attachment(s)
anyone else get this error?
displaying over 4 billion thanks, just on my acct, other accts seek ok so far.

steve1966 01-25-2010 06:12 PM

Quote:

Originally Posted by Charlie98902 (Post 1966241)
Will this code align the issue for the postbit syle users or is this for the postbit_legacy users?


Abe Just curious as I have yet to hear a responce is there a fix on the way to show the notification of thanked posts? This is the only issue I have The only header mods I am using is a new style login/show admin/mod links in header and my posts along with vbmoods and this was working correctly with 4.0 PL1 but after upgrading to 4.0.1 it isn't showing notifications of thanked posts.

Thanks



align the issue for the postbit_legacy users :)

grc 01-25-2010 07:01 PM

Quote:

Originally Posted by aaronrand (Post 1966359)
anyone else get this error?
displaying over 4 billion thanks, just on my acct, other accts seek ok so far.

It seems I remember a post about rerunning the Counters on the mod.

aaronrand 01-25-2010 07:39 PM

I read all the posts on this forum relating to counters, and it says run all recounters.
where do i find those? in maintainance->update counters, theres many more than 4.

grc 01-25-2010 07:43 PM

Quote:

Originally Posted by aaronrand (Post 1966429)
I read all the posts on this forum relating to counters, and it says run all recounters.
where do i find those? in maintainance->update counters, theres many more than 4.

AdminCP>Post Thanks>Recounters

There are four of them, and as I recall three are pretty fast, one takes awhile.

aaronrand 01-25-2010 07:47 PM

1 Attachment(s)
oh, lol thanks grc. I hadn't logged out since i installed it, and the adminCP wasnt showing it yet, even though it was live on the site.
That seemed to do the trick, but its not adding up the thanks count.
i saw a few with similer issues, but no fixes?
shouldnt it read thanks: 1, not 0 ?

magmf 01-25-2010 08:47 PM

problem of post thank you hack with banners bellow first post.

anyone here can confirme with me ?

STORMS 01-25-2010 10:22 PM

I have 4.0 and I installed this, but when I select a forum, it says "Database Error." Any idea on how to fix this?

grc 01-25-2010 10:41 PM

Quote:

Originally Posted by aaronrand (Post 1966442)
oh, lol thanks grc. I hadn't logged out since i installed it, and the adminCP wasnt showing it yet, even though it was live on the site.
That seemed to do the trick, but its not adding up the thanks count.
i saw a few with similer issues, but no fixes?
shouldnt it read thanks: 1, not 0 ?

It's Thanks...# of times you've thanked people
Then Thanked #of times you've been thanked in how many posts

So it's probably working.

oldfan 01-25-2010 11:08 PM

sorry post in wrong version

FractalizeR 01-26-2010 03:40 AM

When post_thanks set to not affect reputation, then you set it to affect it and run recounters, it doesn't recount reputation for old thanks. Why?

RedHacker 01-26-2010 05:10 AM

I have 100 Database error...
Why...?

FractalizeR 01-27-2010 06:26 AM

RedHacker, please be MORE concrete.

RedHacker 01-27-2010 08:01 AM

FractalizeR i send you pm...

I.am 01-27-2010 03:44 PM

Quote:

Originally Posted by I.am (Post 1959011)
On my site the blogs entries is showed on

Thanked 70 Times in 68 Posts2
Blog Entries

Instead to be here

Thanked 70 Times in 68 Posts
Blog Entries 2

How can i fix this problem?


Maybe someone have fixed this problem??

EmAnh 01-27-2010 07:49 PM

Hi

I ran into this problem when "Add Product" (import XML)

***
REPLACE INTO datastore
(title, data, unserialize)
VALUES
('routes', 'a:0:{}', 1);

MySQL Error : MySQL server has gone away
Error Number : 2006
Request Date : Wednesday, January 27th 2010 @ 03:44:05 PM
Error Date : Wednesday, January 27th 2010 @ 03:45:02 PM
****

Any help would be appreciated.

cloferba 01-27-2010 09:31 PM

how can i show a list with most thanked users?

is to give an award to them

dmknights 01-27-2010 09:47 PM

Installed

zews 01-28-2010 07:33 AM

Quote:

Originally Posted by ConfusedCartman (Post 1956424)
Yep, I can confirm this issue. I actually came to this thread to report it, but I'd figure I'd support the existing report instead.

I can also confirm this issue with database errors:

post_thanks.php?do=findthanks&u=XXXX

REPLACE INTO search

MySQL Error : Table 'XXXX.search' doesn't exist

Is this a bug in this mod that should be fixed?

Charlie98902 01-28-2010 09:32 AM

Not sure what happen but I am getting the notifications of thanked posts now. All is well on my end.

grc 01-28-2010 12:21 PM

Quote:

Originally Posted by zews (Post 1968712)
I can also confirm this issue with database errors:

post_thanks.php?do=findthanks&u=XXXX

REPLACE INTO search

MySQL Error : Table 'XXXX.search' doesn't exist

Is this a bug in this mod that should be fixed?

Quote:

Originally Posted by Abe1 (Post 1942292)
2) No searching feature yet

Not a bug - just a feature that hasn't yet made it to the upgrade.

cmeinck 01-28-2010 02:55 PM

Quote:

Originally Posted by zews (Post 1968712)
I can also confirm this issue with database errors:

post_thanks.php?do=findthanks&u=XXXX

REPLACE INTO search

MySQL Error : Table 'XXXX.search' doesn't exist

Is this a bug in this mod that should be fixed?

Same here. Disabled plugin for the time being. People love this plugin, so members are a bit disappointed.

100 01-28-2010 03:56 PM

DEAR

ARE YOU MAKE "Moderator Statistics HAK" FOR VB4?

I NEED THIS

THANK YOU

MikQuattro 01-30-2010 01:10 PM

Quote:

Originally Posted by cmeinck (Post 1969018)
Same here. Disabled plugin for the time being. People love this plugin, so members are a bit disappointed.

Same here, and my members are also disappointed. This mod is listed as supported, but the author hasn't been on for 2 1/2 weeks..WTH? :(

Rob F 01-31-2010 04:23 AM

I've now installed this on my test forums, edited the necessary templates to move the thanks button to the right and get the alignment correct for the Thanked X Times In X Posts. All seems to be working as I'd expect it to :)

Just 1 quick question though - does anyone know if its possible to edit the size of the text in the Thanks box below a post? It just looks huge to me so I was thinking it might look a lot neater if I could set it to font size 1.

I'm referring to the entire box where it says "The following X users say thank you for this post" followed by the list of users.

MixMakers 01-31-2010 06:32 AM

Quote:

Originally Posted by ryacine (Post 1961022)
Hello mates,



Where can we disable this, please?

My page refreshes although I don't have the post groan hack installed.

grc 01-31-2010 06:03 PM

Quote:

Originally Posted by Rob F (Post 1970999)
Just 1 quick question though - does anyone know if its possible to edit the size of the text in the Thanks box below a post? It just looks huge to me so I was thinking it might look a lot neater if I could set it to font size 1.

I'm referring to the entire box where it says "The following X users say thank you for this post" followed by the list of users.

I've posted the same suggestion. It seems to me that it would be better to have the Thanks in a smaller font.

Rob F 01-31-2010 06:07 PM

Totally agree grc. It just looks too big as it is.

Don't think I'll be installing on live site until I can make it smaller. Shame, as it seems to work perfectly for me.

Trek 01-31-2010 10:51 PM

Postbit data isn't correct:

Thanks 2
Thanked 0 Times in 0 Posts

Not sure what the deal is here but you can see the thanks counter is 2, which is correct, but the line under it is incorrect.

Also, in the user profile, I don't have anything that'll allow me to view what threads were thanked, etc. I remember this being possible before. Anyone have any ideas?

Rob F 02-01-2010 12:07 AM

Trek -

Thanks 2 refers to the amount of thanks a user has given to others
Thanked 0 Times in 0 Posts is the amount of thanks a user has recieved

;)

Trek 02-01-2010 05:44 AM

Quote:

Originally Posted by Rob F (Post 1971762)
Trek -

Thanks 2 refers to the amount of thanks a user has given to others
Thanked 0 Times in 0 Posts is the amount of thanks a user has recieved

;)

Ahh ok, that makes sense, thanks! I ran this for 3.8 and that was good, but when I upgraded to vb4 I lost all of my stats for it. :( Anyway, good deal, thanks again for the info!


All times are GMT. The time now is 01:11 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.03577 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
  • (2)bbcode_code_printable
  • (15)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