vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   [AJAX] Post Thank You Hack (https://vborg.vbsupport.ru/showthread.php?t=92410)

Dollah 12-04-2005 05:06 PM

Quote:

Originally Posted by Dollah
i am running 3.5.1 and i dont see any of template edits you are refering to. is their any way u can help me out

i found it just been tired late ly so thanx and installed

Abe1 12-04-2005 10:19 PM

Quote:

Originally Posted by vissa
The load occurs whenever someone clicks "view all thanks" either in the memberinfo or navbar templates. I removed both of them, but it's a shame not to be able to do that.

It looks like the reason is because the search query it creates scans through every single post and does some very large joins. It creates by far the largest load of anything I have on my vbulletin (and I have a lot of mods, search enabled, etc). If you need more details please ask a specific question.

thanks -vissa

It uses the same query that VB uses to search posts. Can you see if there is a differencein the load time of searching for all posts of one user?

SCRIPT3R 12-05-2005 01:48 AM

for template changes between version 2.5 and 2.6, you have the following instructions...

Quote:

in postbit AND postbit_lagacy:

find:
--------------------------------------------------------------------
<if condition="$post[post_thanks_thanked_posts] == 1">
--------------------------------------------------------------------

REPLACE WITH:
--------------------------------------------------------------------
<if condition="$post[post_thanks_thanked_posts] == 1">
--------------------------------------------------------------------
shouldn't the REPLACE line read as..

Quote:

REPLACE WITH:
--------------------------------------------------------------------
<if condition="$post[post_thanks_thanked_posts_on] == 1">
--------------------------------------------------------------------
just want to double-check prior to template modification.

Abe1 12-05-2005 12:02 PM

Quote:

Originally Posted by GearTripper
for template changes between version 2.5 and 2.6, you have the following instructions...


shouldn't the REPLACE line read as..


just want to double-check prior to template modification.

Yes. Thanks alot. Uploading new zip.

lazytown 12-06-2005 08:27 AM

I installed this mod: https://vborg.vbsupport.ru/showthread.php?t=82628 to prevent the search from being used during high server load.

Would using phpmyadmin to index some of the rows in the table help the search for thanks speed at all?

thanks -vissa

havefun 12-06-2005 11:35 AM

thx for the update :)

Abe1 12-06-2005 12:06 PM

Quote:

Originally Posted by vissa
I installed this mod: https://vborg.vbsupport.ru/showthread.php?t=82628 to prevent the search from being used during high server load.

Would using phpmyadmin to index some of the rows in the table help the search for thanks speed at all?

thanks -vissa

I dont know.

dan35 12-07-2005 09:32 PM

Quote:

Originally Posted by TJFweb
Edit! Managed to integrate it with uCash ;-)

Cool! Do you have any instruction? ;)

Bubble #5 12-09-2005 04:16 AM

Hi Abe. We're having trouble with the thank you button not centering properly when a thread is closed. What template or script is $post_thanks_button calling to?

lazytown 12-09-2005 10:22 AM

I've attempted to uninstall this mod and it doesn't uninstall quite properly. I believe it removed most of the tables, but all the phrases and one template still remain.

thanks -vissa


All times are GMT. The time now is 07:42 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.01469 seconds
  • Memory Usage 1,744KB
  • 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
  • (7)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
  • (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