vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   Change Post Order for a Single Thread (https://vborg.vbsupport.ru/showthread.php?t=306971)

Vitaris 01-13-2014 03:27 PM

Change Post Order for a Single Thread
 
Hi guys, I hope I have the right place for this. I'm sort of at the end of my rope, and the sad thing is, I've already done this before. For the life of me, I can't recall how I did it.

I'd like to reverse the post order (descending from newest post to oldest) of a single thread. It's been requested by my members for a very long, popular and important thread on my boards.

I've searched the web and seen the usual "change default for all forums", "change order for a particular forum" "change order just for you", etc. options, but not for a single thread (without affecting all other threads in the forum/s). The only queries that are exactly like mine are all the way from 2001-2006.

I'm sure there's a simple way to do this, but I'm just not seeing it. Any help?

Thank you in advance!

Vitaris 01-15-2014 02:42 AM

I found it! Sharing with people in case they're interested in how I got this to work. I can't find the original source (I know it came from somewhere), so if anybody knows, let me know.

Login to your Admin and go to Plugins and Products > Add New Plugin

Set the following fields:

Product: Vbulletin
Hook Location: showthread_getinfo
Title: Whatever you'd like to call this plugin (eg. Welcome Thread Inverted)
Execution Order: 5 (This is the default setting I have, I guess there's no need to change it)

Plugin PHP Code:

Code:

if($thread['threadid'] == XXX) $postorder = 'DESC';
Plugin is Active: Yes

Where XXX is the thread ID, and DESC is used to show threads from newest to oldest. Svae this plugin and reload your thread. It should now be inverted.


All times are GMT. The time now is 05:12 AM.

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.00975 seconds
  • Memory Usage 1,715KB
  • 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
  • (1)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (2)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete