The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
coloring title !
hi,
i want coloring part of the title of some threads in thread list .. like this : break news ! .......................etc ! like " Prefix for Sticky threads " but just i want can use HTML in the subject field .. and can admin , mods only use it . can any one make this hack ? sory for bad english , thanks, |
#2
|
||||
|
||||
hmm, try that:
open newthread.php find this: PHP Code:
PHP Code:
|
#3
|
|||
|
|||
great work Xenon
it is good for forumdisply and showthread , but in top of postbit not work ! see screenshote for you and for any one want this hack .. and thanks again . |
#4
|
||||
|
||||
yes right, i just thought of the thread title
open newthread.php again find PHP Code:
PHP Code:
|
#5
|
|||
|
|||
GREAT ! :banana:
thank you alot Xenon |
#6
|
||||
|
||||
you're welcome |
#7
|
|||
|
|||
sory Xwnon
i have some problem ! whene i want to edit the thread ( from normal edit or admin option ) .. the code of HTML not work ! i tried to use ( " ) and ( ' ) in html tag .. but not working !! Code:
<font color="red">break news</font> news ..~! Code:
<font color='red'>break news</font> news ..~! |
#8
|
|||
|
|||
pic No2
and thanks for help me . |
#9
|
|||
|
|||
sory
old problem ! before new problem and after .. in the browser title the thread title showing html tag ! thanks, screenshoot |
#10
|
||||
|
||||
the last problem you cannot change, browsers aren't able to show html code parsed in titles....
the other problems: you have to add those changes also in editpost.php and also in editpost find this: $postinfo[title]=$threadinfo[title]; change it to: $postinfo[title]=iif($bbuserinfo[usergroupid]==6,htmlspecialchars($threadinfo[title]),$threadinfo[title]); then it should work |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|