PDA

View Full Version : Rich Thread Prefixes in admincp ... as they are supposed to look like


05-10-2009, 10:00 PM
Strangely, vB guys never thought it would be good to show the prefixes in the admincp the way they look in the forum itself...

So be it... it's a single line edit in a single file, no bad feeling for this single line edit!

The HowTo ?!

in file /admincp/prefix.php

line 1046:

htmlspecialchars_uni($vbphrase["prefix_$prefix[prefixid]_title_plain"]) .

replace with:

$vbphrase["prefix_$prefix[prefixid]_title_rich"] .


...now you can see the prefixes in rich html, that's useful!