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)

Zagis 03-09-2007 07:20 PM

Thanks m8 ;)

oldfan 03-09-2007 07:27 PM

could someone help me out with a button please?
I'm using this current button type http://www.metallifukinca.com/styles...tons/quote.gif

thanks!

tinnidutt 03-10-2007 02:06 AM

i have problem to install xml file on 3.6.5 version it show me error can i know why it show

gamma912 03-10-2007 07:28 AM

thanks! iv installed it no problem

RS_Jelle 03-10-2007 08:43 AM

A coding suggestion: Replace the two deprecated iif functions (used in post_thanks.php) with ternary conditional operators.

Quote:

Originally Posted by vBulletin API Guide
* iif($condition, $r_true, $r_false) --> obsolete, use ($condition ? $r_true : $r_false) instead;

It's also a very, very small speed optimization (less function calls).

There are also some old queries in the functions_post_thanks.php code (replace them with read, write, first, ... queries).

rjmjr69 03-10-2007 10:17 AM

Quote:

Originally Posted by oldfan (Post 1199714)
could someone help me out with a button please?
I'm using this current button type http://www.metallifukinca.com/styles...tons/quote.gif

thanks!

Why are you using a QUOTE button for a Thank you hack? lol There are quite a few different buttons posted.

Abe1 03-10-2007 11:10 PM

Quote:

Originally Posted by tinnidutt (Post 1199937)
i have problem to install xml file on 3.6.5 version it show me error can i know why it show

No clue if you dont let me know what the error was.

Abe1 03-10-2007 11:11 PM

Quote:

Originally Posted by rjmjr69 (Post 1200090)
Why are you using a QUOTE button for a Thank you hack? lol There are quite a few different buttons posted.

I think he wants a similar picture to his quote button for thanks.

Abe1 03-10-2007 11:13 PM

Quote:

Originally Posted by RS_Jelle (Post 1200058)
A coding suggestion: Replace the two deprecated iif functions (used in post_thanks.php) with ternary conditional operators.



It's also a very, very small speed optimization (less function calls).

There are also some old queries in the functions_post_thanks.php code (replace them with read, write, first, ... queries).

I'll see what I can do.

Bounce 03-11-2007 02:23 AM

Quote:

Originally Posted by oldfan (Post 1199714)
could someone help me out with a button please?
I'm using this current button type http://www.metallifukinca.com/styles...tons/quote.gif

thanks!

I Use this one :D

https://vborg.vbsupport.ru/external/2008/01/11.gif

Bree 03-13-2007 02:36 AM

*Installed* Thankyou =0) vBulletin 3.6.5

Got everything to work alright except for one thing and I'm pretty sure that's cause of me LOL It's the part where we are chaning the navbar template... I've totally customized it so it's always different - I'll figure out that one eventually - Everything else was VERY easy and worked perfect from getgo =0)

Always, Bree

mauro1947 03-13-2007 11:14 AM

I installed the RC3 but now is not AJAX, my forum reload the whole page...
:(
How can i fix it?
Thanks
Bye!

Abe1 03-13-2007 12:30 PM

Quote:

Originally Posted by mauro1947 (Post 1202416)
I installed the RC3 but now is not AJAX, my forum reload the whole page...
:(
How can i fix it?
Thanks
Bye!

Make sure you installed it perfectly. Check to make sure you redid the template edits correct. Also, if you customized any of the post thanks templates, you have to revert them.

kellyandmike 03-13-2007 01:04 PM

Here is what I am getting. I need help. I made the template changes, imported the product and am getting this in my postbit:

Join Date: Mar 2006
Location: Gorgeous South Carolina
Posts: 1,999
: 0

See the colon with the number of "thanks" as 0?

There is no button to give thanks. I uploaded the buttons though to my buttons/ folders.

Can anyone help a moron?

Oh, I am running 3.5.4 Will it work on this ?

Zagis 03-13-2007 01:18 PM

Quote:

Originally Posted by mauro1947 (Post 1202416)
I installed the RC3 but now is not AJAX, my forum reload the whole page...

I've got the same prob Abe...
I did all the template edits twice.
None of the post thanks templates have been customized.

Zagis 03-13-2007 01:25 PM

I fixed it somehow...
I set "Integrate this hack with Post Thanks Hack?" to "No" in "Post Groan Hack" options.

KBV 03-13-2007 07:45 PM

Any way to color the list of people who have thanked? Like with the who's online list. Would be a nice edition. :)

ddr 03-13-2007 10:20 PM

kbv, +1

deezelpope 03-13-2007 10:57 PM

Thank you!!

Abe1 03-14-2007 01:38 AM

Quote:

Originally Posted by Zagis (Post 1202516)
I fixed it somehow...
I set "Integrate this hack with Post Thanks Hack?" to "No" in "Post Groan Hack" options.

Yes, I said it can not integrate right now.

Abe1 03-14-2007 01:39 AM

Quote:

Originally Posted by KBV (Post 1202761)
Any way to color the list of people who have thanked? Like with the who's online list. Would be a nice edition. :)

This would mean I would have to get the info for every user to get their musername. Would take time i assume.

rjmjr69 03-14-2007 03:43 AM

So have all the bugs been worked out now?

Abe1 03-14-2007 04:20 AM

Quote:

Originally Posted by rjmjr69 (Post 1203031)
So have all the bugs been worked out now?

wait a few days for the final release.

rjmjr69 03-14-2007 05:31 AM

Ok I will thank you

Apocalypz 03-14-2007 07:21 PM

will this still work for vbulliten 3.6.5?

RS_Jelle 03-14-2007 08:00 PM

Quote:

Originally Posted by Apocalypz (Post 1203562)
will this still work for vbulliten 3.6.5?

Yes, it will ;)

skYfIrE 03-15-2007 08:03 AM

Hi Abe,

When an user gives a thanks, it augments its number of posts.

When I "Update Post Counts", this total is reset by taking away all thanks.

Is it possible not to count thanks as messages?

++,
Fred

Abe1 03-15-2007 01:03 PM

Quote:

Originally Posted by skYfIrE (Post 1203959)
Hi Abe,

When an user gives a thanks, it augments its number of posts.

When I "Update Post Counts", this total is reset by taking away all thanks.

Is it possible not to count thanks as messages?

++,
Fred

There is an ACP option to give them a post count or not.

ThePiston 03-15-2007 08:09 PM

nevermind

skYfIrE 03-15-2007 08:10 PM

Sorry, I haven't find it in the french translation. Good with the english version.

Thanks.

jazde86 03-16-2007 01:29 PM

Could not find phrase post_thanks_delete_all_users_thanks_successfully when I do the special option. But the Phrase is there.

Buttons as PSD-files in attachment.

Abe1 03-16-2007 08:52 PM

Quote:

Originally Posted by jazde86 (Post 1204846)
Could not find phrase post_thanks_delete_all_users_thanks_successfully when I do the special option. But the Phrase is there.

Buttons as PSD-files in attachment.

will be fixed in next version. The phrase should been in the error group.

jazde86 03-17-2007 03:47 PM

Would you like to add the german version included TMS here?

Hornstar 03-18-2007 08:48 AM

The biggest problem on my site currently is users creating several other accounts and thanking there main accounts. When I find this, i ban all there other accounts for good, temp ban there main account, and then have to view every thanked post they have created and remove each one, one by one, its a real slow task.

It would be really good if there was an option in admincp that would allow you to remove all thanks from a specified user. This would save me many many hours.

Thanks.

Abe1 03-18-2007 11:42 AM

Quote:

Originally Posted by hornstar1337 (Post 1206175)
The biggest problem on my site currently is users creating several other accounts and thanking there main accounts. When I find this, i ban all there other accounts for good, temp ban there main account, and then have to view every thanked post they have created and remove each one, one by one, its a real slow task.

It would be really good if there was an option in admincp that would allow you to remove all thanks from a specified user. This would save me many many hours.

Thanks.

Done already. Check the last Release Candidate version I released of version 6.0. Should be ready for a GOLD release in the coming days.

Valter 03-19-2007 09:57 AM

Not sure if this was mentioned before... I have latest BETA installed and all seems to work fine except when you look at user info in PMs - all counters shows "0". This works fine in posts.

ShayOUU 03-20-2007 01:49 PM

I installed it but the template changes didn't seem to take effect,

What template additions need to be made so I can do them myself?

mauro1947 03-20-2007 03:23 PM

I used RC3 and when i click in "Find all thanked posts by xxxx" i only see a blank page.
Can you fix that?
Thanks
Bye!

Valter 03-20-2007 03:49 PM

Quote:

Originally Posted by mauro1947 (Post 1208106)
I used RC3 and when i click in "Find all thanked posts by xxxx" i only see a blank page.
Can you fix that?
Thanks
Bye!

This is not bug. Re-do template edits.

mauro1947 03-20-2007 03:52 PM

Ok. i will try.
Thanks
Bye!


All times are GMT. The time now is 11:43 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.02800 seconds
  • Memory Usage 1,824KB
  • 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
  • (16)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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