The Arcive of vBulletin Modifications Site. |
|
|
#1
|
|||
|
|||
|
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'] = ''; |
![]() |
|
|
| X vBulletin 3.8.12 by vBS Debug Information | |
|---|---|
|
|
More Information |
|
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|