Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
View more threads Same category Details »»
View more threads Same category
Version: 1.02, by ry215 ry215 is offline
Developer Last Online: May 2022 Show Printable Version Email this Page

Category: Show Thread Enhancements - Version: 3.8.x Rating:
Released: 04-10-2010 Last Update: Never Installs: 29
Uses Plugins Template Edits Auto-Templates
Translations  
No support by the author.

Installation:

Import XML file (as product): AdminCP > Plugin System > Manage Products > [Add/Import Product]

The main functions - View more threads Same category 1.0:

1. Turn on and off
2. Displaying post / random / most viewed
3. Customize display of topics ADDRESS
4. Customize the length of the title

1.0.1 Update

1. Optional display of time post

1.0.2 Update

1. Add model display time
2. Not have to edit the template, import the Address always spent
3. Having chosen the location on the article or articles
4. Fix error when viewing a profile page numbers

1.0.2 update fixed
fix error when viewing a page number must not showthread.php

Download Now

File Type: xml product-chip_morethread 1.0.2 fixed.xml (7.9 KB, 247 views)

Screenshots

File Type: jpg CS0.7818136_1_1.jpg (115.1 KB, 0 views)
File Type: jpg TL0.7818137_1_1.jpg (58.2 KB, 0 views)

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #22  
Old 12-09-2010, 09:54 AM
munnakv munnakv is offline
 
Join Date: Jun 2008
Posts: 48
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for this mod.

Installed and works fine with 3.8.5 (Thanks sinpin for the modification in code.)
Reply With Quote
  #23  
Old 12-10-2010, 04:47 AM
yotsume's Avatar
yotsume yotsume is offline
 
Join Date: Dec 2006
Posts: 844
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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

Quote:
Originally Posted by sinpin View Post
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.
Reply With Quote
  #24  
Old 04-08-2011, 11:08 AM
MagicThemeParks's Avatar
MagicThemeParks MagicThemeParks is offline
 
Join Date: Sep 2009
Posts: 850
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Works great on 3.8.5 :up:

Demo: http://www.waltdisneyboards.com/news...n-effects.html
Reply With Quote
  #25  
Old 09-23-2011, 07:10 PM
yotsume's Avatar
yotsume yotsume is offline
 
Join Date: Dec 2006
Posts: 844
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

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?
Reply With Quote
  #26  
Old 09-25-2011, 01:51 AM
chiplove.9xpro chiplove.9xpro is offline
 
Join Date: Apr 2010
Location: Viet Nam
Posts: 5
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

<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
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 12:04 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.04423 seconds
  • Memory Usage 2,283KB
  • Queries Executed 24 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (3)bbcode_code
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (6)post_thanks_box
  • (6)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (6)post_thanks_postbit_info
  • (5)postbit
  • (3)postbit_attachment
  • (6)postbit_onlinestatus
  • (6)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete