TrickyD
01-28-2008, 09:22 PM
How can I modify the News Title in the news module in CMPS v3.0 RC2?
I see the code
<if condition="!$mod_options['portal_news_legacy']">
<tr>
<td class="thead"><if condition="$mod_options['portal_news_showicon']">$vba_style[portal_blockbullet]</if><a href="$vboptions[bburl]/showthread.php?$session[sessionurl]t=$news[threadid]">$news[title]</a></td>
</tr>
</if>
in the newsbits template but I don't meet the if requirement.
How could I modify and / or alter the news item title?
I see the code
<if condition="!$mod_options['portal_news_legacy']">
<tr>
<td class="thead"><if condition="$mod_options['portal_news_showicon']">$vba_style[portal_blockbullet]</if><a href="$vboptions[bburl]/showthread.php?$session[sessionurl]t=$news[threadid]">$news[title]</a></td>
</tr>
</if>
in the newsbits template but I don't meet the if requirement.
How could I modify and / or alter the news item title?