vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Show Thread Enhancements - [AJAX] Post Thank You Hack (https://vborg.vbsupport.ru/showthread.php?t=165673)

Abe1 01-31-2008 01:49 AM

Quote:

Originally Posted by Namaless (Post 1431499)
This thread is for vbulletin 3.7 and not for vbulletin 3.6.x ;)

As i posted by the vb 3.6 thread, I would rather the posts here. It is the same version running for both and want to support it in one thread.

Abe1 01-31-2008 01:51 AM

Quote:

Originally Posted by Namaless (Post 1430769)
if you want I give you GARS for testing the problem (I'm interest to solution this problem).

For query read only "musername, usergroupid, displaygroupid" for use less memory! :)

I downloaded it but I dont have the time to start figuring out how to use the thing. I'd rather play right off an already existing one for a few reasons.

starww 01-31-2008 09:02 AM

hey i installed it and when i try to click thanks it says

Quote:

xxxxx, you do not have permission to access this page. This could be due to one of several reasons:

Your user account may not have sufficient privileges to access this page. Are you trying to edit someone else's post, access administrative features or some other privileged system?
If you are trying to post, the administrator may have disabled your account, or it may be awaiting activation.
i am the admin ! please help

Jynxx 01-31-2008 03:36 PM

I really like this mod


So thanks (sorry couldnt resist)



Is there any way to total up the thanks received by a member?



If so I would rather use this in place of rep

CLF 01-31-2008 08:04 PM

Quote:

Originally Posted by Abe1 (Post 1432851)
I would have to look at your ACP

Do you want me to pm you the details?
Thank you! Btw, I have custom style and all I did different is I just added my own image (same name as the one originally in the zip).

Thanks again! :)

Namaless 02-01-2008 08:50 AM

Abe1 I have view the "fetch_musername" function and this is new coding:
PHP Code:

$thanks $vbulletin->db->query_read("SELECT * FROM " .TABLE_PREFIX"post_thanks AS ps INNER JOIN " .TABLE_PREFIX"user AS u ON (u.userid = ps.userid) WHERE ps.postid IN (" $post_ids ") ORDER BY ps.username ASC"); 

For query.

For get musername use this method:
PHP Code:

//$cache[$thank['postid']][$thank['userid']]['username'] = $thank['username'];
// Get vBulletin User Group ID
$cache[$thank['postid']][$thank['userid']]['username'] = fetch_musername($thank); 

Now the problem in vb 3.7 beta3 is solutioned by vbulletin team into vbulletin 3.7 beta4 :cool: .

Thanks.

da_judge 02-01-2008 07:46 PM

Im getting in postbit :

Thanks: 226
Thanked 372 Times in 179 Posts
Thanks: 226
Thanked 372 Times in 179 Posts

It shows twice... what template can i edit this... looked in postbit and postbit legacy

No good

Any ideas

Cheers

unforsaken 02-02-2008 01:12 AM

abe you do great work...any news of when we can see an update to groan hack?

rinkrat 02-02-2008 04:30 AM

Works great for me now. I had to remove it before because of compounding buttons.

Glad to have it back!

Citizen 02-02-2008 08:11 PM

Is there a way to display the top 10 thanked users?


All times are GMT. The time now is 08:41 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.02844 seconds
  • Memory Usage 1,745KB
  • 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_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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