![]() |
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, |
hmm, try that:
open newthread.php find this: PHP Code:
PHP Code:
|
1 Attachment(s)
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 . :) |
yes right, i just thought of the thread title ;)
open newthread.php again find PHP Code:
PHP Code:
|
GREAT ! :banana:
thank you alot Xenon :) |
:)
you're welcome |
1 Attachment(s)
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 ..~! |
1 Attachment(s)
pic No2
and thanks for help me . |
1 Attachment(s)
sory :(
old problem ! before new problem and after .. in the browser title the thread title showing html tag ! thanks, screenshoot |
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 |
All times are GMT. The time now is 04:27 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|