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 - [HQTH] Smiliar Threads (https://vborg.vbsupport.ru/showthread.php?t=254589)

FreshFroot 12-09-2010 09:00 AM

Hey it's up to you guys. Go ahead and add more load to your server.

You guys are obviously more experience than a guy, who's used vB since 1.x ages.

Hope your server enjoys the extra load ;)

onehost 12-10-2010 06:19 AM

Quote:

Originally Posted by FreshFroot (Post 2131231)
Hey it's up to you guys. Go ahead and add more load to your server.

You guys are obviously more experience than a guy, who's used vB since 1.x ages.

Hope your server enjoys the extra load ;)

no more of a load then the other 100 mods they feel they need...

If you look at the most top forums, how many mods do you
see them running? almost none...their smart by doing this....

lazydesis 01-07-2011 01:23 AM

one bug in this

similar threads showing after all posts .. not just 1st post

similar threads visible under 1st, 2nd, 3rd ..etc posts

i found a quick fix for this

go to plugin manager

open HQTH Smiliar Thread - Postbit Display Complete

replace

Code:

if ($similarthreadbits)
                        {
                            $templater = vB_Template::create('showthread_similarthreads');
                            $templater->register('similarthreadbits', $similarthreadbits);
                            $template_hook[postbit_end] .= '<div id="thread_info" class="thread_info">'.$templater->render().'</div>';
                        }

by

Code:

if ($similarthreadbits && $post['isfirstshown'])
                        {
                            $templater = vB_Template::create('showthread_similarthreads');
                            $templater->register('similarthreadbits', $similarthreadbits);
                            $template_hook[postbit_end] .= '<div id="thread_info" class="thread_info">'.$templater->render().'</div>';
                        }

Now similar threads show only below first post :)

thanks for this hack

lazydesis 01-07-2011 01:24 AM

Quote:

Originally Posted by FreshFroot (Post 2131231)
Hey it's up to you guys. Go ahead and add more load to your server.

You guys are obviously more experience than a guy, who's used vB since 1.x ages.

Hope your server enjoys the extra load ;)

don't thnk you understand this mod :)

it moves the similar threads from bottom of page to under the first post

can u please show where this option is in the default vbulletin installation?

Seb@ 03-02-2011 03:34 PM

not work in 4.1.2

archet1337 03-02-2011 05:22 PM

I can confirm that this does not work on 4.1.2

khocmotminh 03-03-2011 11:34 AM

not work in vbb 4.1.2

bosanci28 08-25-2011 02:55 AM

thanks,is working in 4.1.5

nit233 08-30-2011 07:41 PM

Great Job...works perfect

supermak 09-07-2011 05:14 PM

Extremely good job!! Working on 4.1.3!! but just one suggestion, why don't you add the fix of the bug to the xml file?


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