Quote:
Originally Posted by acidburn0520
Not sure exactly what you mean, could you explain a little better?
|
Ok normal threads get their colour from the CSS style, but that colour is also used in many other places. I want my normal threads to be 'white' but a:link to be set on the CSS style sheet.
Maybe the (messy) change I made will explain
Quote:
Originally Posted by changelog
Thread Title Coloring
https://vborg.vbsupport.ru/showthread.php?t=117445
Quote:
In the XML product look for the end of the phpcode section for 'search_results_threadbit' and add before the closing braces
Code:
$thread['threadtitle'] = '<span style="color:#FFFFFF">' . $thread['threadtitle'] . '</span>';
Repeat this for 'threadbit_display' php code section
|
|