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)

Macsee 10-05-2010 09:57 AM

This is a great hack. Thanks very much.

But the Thank You button (the hand icon) has suddenly disappeared on all posts. For posts already thanked the Thanks are still visible i.e. "The following users say....". The "Thanked x times in x Posts" is also still there. But the button is gone so nobody can thank anyone any more. :(

vB 4.0.7 and I have no other plugins. I've made no recent changes via the adminCP. The button was there yesterday and gone today.

Any suggestions for where I could start looking for the problem? Thanks in advance.

jpbryan 10-05-2010 11:46 AM

Thanks, installed and marked as such..

mr.bahram 10-07-2010 05:59 PM

wrong answer section after installing the editor
http://www.sparksun.co.cc/images/3m6...x7xxm5w2ob.jpg
when I disable the following section is correct
postbit_display_complete

Qrius 10-13-2010 08:09 AM

I am using version 4.06
I get this warning in my admincp

Warning: Unknown: Unable to allocate memory for pool. in Unknown on line 0

Warning: require_once() [function.require-once]: Unable to allocate memory for pool. in [path]/admincp/options.php on line 36

Warning: require_once() [function.require-once]: Unable to allocate memory for pool. in [path]/admincp/options.php on line 63

Warning: require_once() [function.require-once]: Unable to allocate memory for pool. in [path]/admincp/options.php on line 1071

Anybody had this error as well ?

Guess a false alarm , after a refresh it is gone

YankForum 10-15-2010 02:57 PM

This is one of the best mods of all times but still lacks of 1 major feature :
Just like facebook it could have a notification system which notifies a user when he's thanked , and when visited that nitofication it dont show up any more

alfanexus 10-16-2010 04:03 PM

Is it possible to add a thanked button to the blogs? This would be really great :)

cad2go 10-17-2010 12:37 PM

I have one user who keeps on thanking people by accident...anyone else had this? She insists she didn't click and now she's thanking people she didn't want to.

zelnik 10-18-2010 08:08 AM

Hi Guys,

I know this project has been pretty much abandoned by the author but I'm hoping someone will be able to help.

I've been checking through my error_log for something completely different and noticed that 90% of the log is to do with a file missing from this addon!

The filename is : /clientscript/post_thanks2.js

It does not exist in this product as I've checked, is there anyway of stopping this addon from trying to call/load it?!

Thanks

YankForum 10-18-2010 08:21 AM

Quote:

Originally Posted by zelnik (Post 2111233)
Hi Guys,

I know this project has been pretty much abandoned by the author but I'm hoping someone will be able to help.

I've been checking through my error_log for something completely different and noticed that 90% of the log is to do with a file missing from this addon!

The filename is : /clientscript/post_thanks2.js

It does not exist in this product as I've checked, is there anyway of stopping this addon from trying to call/load it?!

Thanks

in which page it's called? i checked with Firefox and i found no call to this script ?

zelnik 10-18-2010 08:57 AM

Quote:

Originally Posted by YankForum (Post 2111234)
in which page it's called? i checked with Firefox and i found no call to this script ?

If you FTP in and check your error_logs file then it should be there.

Something like this:

[Tue Aug 10 06:33:58 2010] [error] [client 78.105.xx.xxx] File does not exist: /web/guide/public_html/forum/clientscript/post_thanks2.js, referer: http://www.mysite.com/forum/general/36732-test-url.html

zelnik 10-18-2010 09:14 AM

Quote:

Originally Posted by djbaxter (Post 2017993)
This modification contains references to both post_thanks.js and post_thanks2.js but there is no file named post_thanks2.js.

any way of getting rid of this as I've noticed it too!

Hippy 10-18-2010 06:54 PM

Quote:

Originally Posted by zelnik (Post 2111244)
any way of getting rid of this as I've noticed it too!

Same thing, I fixed it like so..

in the xml file
change this line
Code:

<script type="text/javascript" src="clientscript/post_thanks2.js"></script>
to
Code:

<script type="text/javascript" src="clientscript/post_thanks.js"></script>
and import the xml file again (allow overwrite)
or
go into your post thanks templates
and open
post_thanks_javascript template
and change the first line to

Code:

<script type="text/javascript" src="clientscript/post_thanks.js"></script>
enjoy

Poker Face 10-19-2010 02:20 AM

Excellent Hack!

Anyone know how to move the text to the left?

http://www.brownave.com/images/vbull..._thanked-x.jpg

djbaxter 10-19-2010 03:51 AM

Quote:

Originally Posted by Poker Face (Post 2111541)
Excellent Hack!

Anyone know how to move the text to the left?

https://vborg.vbsupport.ru/showthrea...50#post1993250

https://vborg.vbsupport.ru/showpost....postcount=1048


size https://vborg.vbsupport.ru/showpost....&postcount=560

YankForum 10-19-2010 04:38 AM

Quote:

Originally Posted by Hippy (Post 2111408)
Same thing, I fixed it like so..

in the xml file
change this line
Code:

<script type="text/javascript" src="clientscript/post_thanks2.js"></script>
to
Code:

<script type="text/javascript" src="clientscript/post_thanks.js"></script>
and import the xml file again (allow overwrite)
or
go into your post thanks templates
and open
post_thanks_javascript template
and change the first line to

Code:

<script type="text/javascript" src="clientscript/post_thanks.js"></script>
enjoy

i think you have not installed latest release ? i think in latest release it's fixed ? isn't it ?

zelnik 10-19-2010 11:56 AM

Quote:

Originally Posted by YankForum (Post 2111555)
i think you have not installed latest release ? i think in latest release it's fixed ? isn't it ?

Not the latest official version no.

Not sure about other edited versions?

zelnik 10-19-2010 11:59 AM

Quote:

Originally Posted by Hippy (Post 2111408)
Same thing, I fixed it like so..

enjoy

Thanks, all fixed! :)

RedXXX 10-19-2010 07:00 PM

Solved, nevermind.

Hippy 10-19-2010 07:52 PM

Quote:

Originally Posted by zelnik (Post 2111625)
Not the latest official version no.

Not sure about other edited versions?

the edited version throws even more errors ..:(
this is by far the most reliable version after the little issue is fixed

gokhansancar 10-19-2010 08:05 PM

thank you, it is working great

Poker Face 10-20-2010 02:32 AM

Thanks!

It worked!

OldSchoolDSL 10-23-2010 07:51 PM

Seems to be working fine on 4.0.8

0verl0rd 10-25-2010 07:58 AM

does anybody have a live site or demo for this?

g00gl3r 10-25-2010 02:29 PM

Has the "find all thanked posts by this user" feature gone since the move to 4.0? Or have I just not installed something correctly?

Can anybody help?

My members loved that feature.

persianpros 10-27-2010 06:47 AM

Persian Translation :cool:

By Persian Prince

anhhnt 10-31-2010 05:06 PM

Hi all, i'm got a problem with post thanks mod. Ajax seems not work, when I push the thanks button then the page is refreshed. how to fix this error ?
Thanks all very much!!

War.Frog 10-31-2010 09:32 PM

Quote:

Originally Posted by anhhnt (Post 2116429)
Hi all, i'm got a problem with post thanks mod. Ajax seems not work, when I push the thanks button then the page is refreshed. how to fix this error ?
Thanks all very much!!

Make sure you DISABLE the option that integrates this with Post Groan hack.

Bergler 10-31-2010 10:25 PM

1 Attachment(s)
Is there a way to get rid of this empty space?

mitch84 11-01-2010 04:59 AM

Quote:

Originally Posted by Bergler (Post 2116553)
Is there a way to get rid of this empty space?

hi, https://vborg.vbsupport.ru/showpost....postcount=334:)

anhhnt 11-01-2010 03:27 PM

Quote:

Originally Posted by War.Frog (Post 2116530)
Make sure you DISABLE the option that integrates this with Post Groan hack.

I did not install Post Groan hack, and i also cannot find the option that you told. So what is the problem.My site run on vb 4.0.8 and post thanks version is 7.82. These should be newest.
Thanks for attention:) !

Bergler 11-01-2010 03:32 PM

Thank you sir! :)

marshal_ramdev 11-01-2010 06:37 PM

thank you

dbasinge 11-01-2010 07:15 PM

When I turn on the Show Stats in Postbit option, I get two Thanks stats showing up in the postbit legacy box. Thanks: # and Thanked # Times in # Posts, which is right justified.

Example:
Code:

Thanks:0
      Thanked 0 Times in 0 Posts

How can I remove one of the Thanks stats or left justified Thanked 0 Times in 0 Posts?

Thanks,
Mike

stb74 11-01-2010 09:26 PM

Can you import the thanks from dbtech post thanks

wayne.richards@ 11-02-2010 03:54 PM

Working fine in 4.0.8

anhhnt 11-03-2010 01:38 PM

Quote:

Originally Posted by anhhnt (Post 2116429)
Hi all, i'm got a problem with post thanks mod. Ajax seems not work, when I push the thanks button then the page is refreshed. how to fix this error ?
Thanks all very much!!

Quote:

Originally Posted by anhhnt (Post 2116770)
I did not install Post Groan hack, and i also cannot find the option that you told. So what is the problem.My site run on vb 4.0.8 and post thanks version is 7.82. These should be newest.
Thanks for attention:) !

Hey, anyone help me with this error ??. Thank all very much :rolleyes::rolleyes:

emath 11-03-2010 01:52 PM

Quote:

Originally Posted by dbasinge (Post 2116872)
When I turn on the Show Stats in Postbit option, I get two Thanks stats showing up in the postbit legacy box. Thanks: # and Thanked # Times in # Posts, which is right justified.

Example:
Code:

Thanks:0
      Thanked 0 Times in 0 Posts

How can I remove one of the Thanks stats or left justified Thanked 0 Times in 0 Posts?

Thanks,
Mike


same here .

AusPhotography 11-04-2010 12:59 AM

Works in vB4.0.7 !!

dennisuello 11-04-2010 08:23 PM

The hack doesn't fully work in vb 4.0.8 with vbstyles.com Bluefox style. It will display Thank You graphic, but when you click it, the Thank You summary doesn't appear underneath the post. I will still record your rating, but none of the below post ratings are ever displayed.

The developer is suggesting it's the problem with the hack and not the style.

inshooter 11-04-2010 10:11 PM

Is there a way to disable the box that appears under the post that was thanked? I haven't got too in depth with it yet, but if that shows up under every single post, the forum will become cluttered with thank you boxes?


All times are GMT. The time now is 05:30 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.04271 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
  • (8)bbcode_code_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