![]() |
how do i remove the sticky: prefix?
I looked in the showthread templates, as well as forumdisplay templates. I also downloaded showthread.php and forumdisplay.php and couldn't find it anywhere. I tried changing the phrase to   ; but that leaves a noticeable space and you can't leave it blank.
|
Make a new plugin with the hook (forumdisplay_start)
Code:
$vbphrase['sticky_thread_prefix'] = ''; |
Still works, nice.
Any idea how i can make the thread bold then? |
Make a new plugin with the hook (global_start) worked for me!
Code:
$vbphrase['sticky_thread_prefix'] = ''; |
All times are GMT. The time now is 01:25 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|