The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
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.
|
#2
|
||||
|
||||
Make a new plugin with the hook (forumdisplay_start)
Code:
$vbphrase['sticky_thread_prefix'] = ''; |
#3
|
|||
|
|||
Still works, nice.
Any idea how i can make the thread bold then? |
#4
|
|||
|
|||
Make a new plugin with the hook (global_start) worked for me!
Code:
$vbphrase['sticky_thread_prefix'] = ''; |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|