SMF Support > SMF 2.0.x Support

Unbold News....

(1/1)

Yigal:
How do I unbold News at the 2.0 software? What code?

Marcus Forsberg:
BoardIndex.tempalate.php, find:


--- Code: --- // Surround each item with... anything special?
var smfFadeBefore = "<b>", smfFadeAfter = "</b>";
--- End code ---

Repalce whit:

--- Code: --- // Surround each item with... anything special?
var smfFadeBefore = " ", smfFadeAfter = " ";
--- End code ---

Yigal:
Thanks!

Navigation

[0] Message Index

Go to full version