Re: Last Post Title
Posted: 01 Jul 2010, 03:41
this is a real nice snippet gracias!
Database and Demo for phpBB3 BBCodes, Mods and Smilies
https://phpbb3bbcodes.com/
Stoker » 16 Jun 2010, 11:22 wrote:forumlist_body.htmlAston777 » 23 May 2010, 06:58 wrote:I installed this mod and it works without problems, except that the last topic titles do not come in bold, as shown in the screenshot posted on this topic.
How do I?
Greetings and thanks!
replace:with:Code: Select all
<a href="{forumrow.U_LAST_POST}" title="{forumrow.LAST_POST_SUBJECT}">{forumrow.LAST_POST_SHORTENED_SUBJECT}</a><br />
Code: Select all
<a href="{forumrow.U_LAST_POST}" title="{forumrow.LAST_POST_SUBJECT}"><b>{forumrow.LAST_POST_SHORTENED_SUBJECT}</b></a><br />
thanks very much stoker...Stoker » 22 Aug 2010, 06:50 wrote:Like on this board?
Follow the guide in first post.
Code: Select all
<p class="topicdetails"><!-- IF forumrow.U_UNAPPROVED_TOPICS --><a href="{forumrow.U_UNAPPROVED_TOPICS}">{UNAPPROVED_IMG}</a> <!-- ENDIF -->{forumrow.LAST_POST_TIME}</p>