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)
-   -   Separate Sticky and Normal Threads (https://vborg.vbsupport.ru/showthread.php?t=110795)

Tralala 04-15-2006 01:04 PM

Quote:

Originally Posted by Paul M
I added an extra plugin to turn off the sticky thread prefix (in forum display) if this is activated. :)

Ooh, that sounds nice... care to share? :cool:

Paul M 04-15-2006 01:34 PM

Add a hook to the product ;

Title: Turn off sticky prefix in forum display.
Hookname: forumdisplay_start
PHP Code:

if ($vbulletin->options['gosterx1'])
{
   
$vbphrase['sticky_thread_prefix'] = '';



Tralala 04-15-2006 01:46 PM

Thanks, Paul M... works great.

MyGamez 04-16-2006 06:10 AM

Simple. Yet Effective :)
Great Work

Atakan KOC 04-16-2006 06:57 AM

Quote:

Originally Posted by MyGamez
Simple. Yet Effective :)
Great Work

Thanks

Roms 04-16-2006 08:45 AM

Thanks :)

Atakan KOC 04-19-2006 09:29 PM

Thanks.

Vote for me: Hack of the Month

Cyberkef 04-19-2006 11:41 PM

Just installed and voted HotM

Now i hope they really READ the stickies, can't say they don't see them well :p

Tulsa 04-20-2006 12:52 AM

Quote:

Originally Posted by Paul M
Add a hook to the product ;

Title: Turn off sticky prefix in forum display.
Hookname: forumdisplay_start
PHP Code:

if ($vbulletin->options['gosterx1'])
{
   
$vbphrase['sticky_thread_prefix'] = '';




Thanks Paul! :)

Paul M 04-20-2006 01:41 AM

Quote:

Originally Posted by Tulsa
Thanks Paul! :)

No problem.

He's free to add this to his product if he so wishes.


All times are GMT. The time now is 03:10 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.01265 seconds
  • Memory Usage 1,739KB
  • 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_php_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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