The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Colored Thread Title for Moderator Forums
Id like to make it so posts made in my admin/moderator forums come up a different color when "new posts" is clicked - alerting my mods that new message is there for them to read..................
I cant imagine this to be too difficult? But I dont have a clue hoe to do it......... |
#2
|
||||
|
||||
well, very easy i think.
open your threadbittemplate then where you can find: HTML Code:
<td class="alt1">
HTML Code:
<td class="alt1" <if condition="$thread[forumid] == xx">style="color: red;"</if>> |
#3
|
||||
|
||||
There's 3 of them in there. Would you do it to all of them?
|
#4
|
||||
|
||||
well, that's up to you, where exactly you change something, i just posted the how to do to mark them a bit more
|
#5
|
||||
|
||||
I tried it on the last one (the title) and it didn't work. I must have messed something up.
|
#6
|
||||
|
||||
Quote:
I did this - and nothing happened, at least nothing I was looking for or noticed. When you click "NEW POSTS" you get a listing of the new posts -- what I would like is to change the color of the threads listed there that originate from the moderator forum. |
#7
|
||||
|
||||
any ideas?
|
#8
|
||||
|
||||
try to replace
HTML Code:
$thread[title] HTML Code:
<if condition="$thread[forumid] == xx"><font color="red">$thread[title]</font> <else />$thread[title]</if> |
#9
|
||||
|
||||
Would that be $$thread[threadtitle] or $thread[forumtitle]? There is no $thread[title] in the threadbit, not in mine, anyway.
|
#10
|
||||
|
||||
threadtitle
excuse me, for not knowing every template out of mind |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|