Make New Message Thread Titles Bold
#1
Now maybe there's a mod that does this already (in which case thank you), but is there any way to list the titles of new threads bold, as is done in vBulletin?

I was not able to find an answer or solution in this board via searches.
Peace,
Gene Steinberg
Co-Author
Attack of the Rockoids
Reply
#2
Possible Solution:

Open forumdisplay.php [ Don't Use Notepad ]

Find
			$folder_label .= $lang->icon_new;

Add Below
			$thread['subject'] = "<strong>{$thread['subject']}</strong>";
Reply
#3
LeX- Wrote:Possible Solution:

Open forumdisplay.php [ Don't Use Notepad ]

Find
			$folder_label .= $lang->icon_new;

Add Below
			$thread['subject'] = "<strong>{$thread['subject']}</strong>";


Smile

Thanks.
Peace,
Gene Steinberg
Co-Author
Attack of the Rockoids
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)