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 - View more threads Same category (https://vborg.vbsupport.ru/showthread.php?t=240243)

munnakv 12-09-2010 09:54 AM

Thanks for this mod.

Installed and works fine with 3.8.5 (Thanks sinpin for the modification in code.)

yotsume 12-10-2010 04:47 AM

Installed and thanks for the edit to make it work for legacy!

Quote:

Originally Posted by sinpin (Post 2071982)
Eventually I figured out that it works just on standard postbit and doesn't work on legacy mode,
so If you'd rather to keep the legacy mode, you must change a little code in postbit_legacy style from::
Code:

fetch_template('chipstyle_showlist') . '";');
$vbulletin->templatecache['postbit'] = str_replace($chip_spot, $chip_spot . ' $chip_morethread', $vbulletin->templatecache['postbit']);

to:
Code:

fetch_template('chipstyle_showlist') . '";');
$vbulletin->templatecache['postbit_legacy'] = str_replace($chip_spot, $chip_spot . ' $chip_morethread', $vbulletin->templatecache['postbit_legacy']);

Works fine on vb 3.8.2.


MagicThemeParks 04-08-2011 11:08 AM

Works great on 3.8.5 :up:

Demo: http://www.waltdisneyboards.com/news...n-effects.html

yotsume 09-23-2011 07:10 PM

How can I hide this from showing to guests (Unregistered / Not Logged In). I tried to edit your plug-in and add:

Code:

<if condition="$show['member']">
</if>

Is there a way to disable this in certain categories or forums?

chiplove.9xpro 09-25-2011 01:51 AM

<a href="https://vborg.vbsupport.ru/showthread.php?t=270803" target="_blank">https://vborg.vbsupport.ru/showthread.php?t=270803</a> << new version
For vb3 and vb4


All times are GMT. The time now is 03:22 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.01027 seconds
  • Memory Usage 1,726KB
  • 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
  • (3)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)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