SimplePortal

Customization => Custom Coding => Topic started by: danielsdem on April 24, 2009, 11:07:08 AM

Title: Put topic name in bold in "Recent Topics" block
Post by: danielsdem on April 24, 2009, 11:07:08 AM
How can I do that? I want in bold only the topic, not the category name, to improve visual effect of the homepage.

Thanks.
Title: Re: Put topic name in bold in "Recent Topics" block
Post by: Yağız... on April 24, 2009, 11:45:54 AM
Find in ../Sources/SPortal2.php:
Code: [Select]
<a href="', $topic['href'], '">', $topic['subject'], '</a>Replace with:
Code: [Select]
<a href="', $topic['href'], '"><strong>', $topic['subject'], '</strong></a>
Title: Re: Put topic name in bold in "Recent Topics" block
Post by: danielsdem on April 24, 2009, 12:39:11 PM
thanks man...  it works fine
SimplePortal 2.3.8 © 2008-2024, SimplePortal