Page 2 of 2

Re: Last Post Title

Posted: 01 Jul 2010, 03:41
by cesarguanaco2
this is a real nice snippet gracias!

Re: Last Post Title

Posted: 16 Jul 2010, 01:09
by Aston777
Stoker » 16 Jun 2010, 11:22 wrote:
Aston777 » 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!
forumlist_body.html
replace:

Code: Select all

 <a href="{forumrow.U_LAST_POST}" title="{forumrow.LAST_POST_SUBJECT}">{forumrow.LAST_POST_SHORTENED_SUBJECT}</a><br />
with:

Code: Select all

 <a href="{forumrow.U_LAST_POST}" title="{forumrow.LAST_POST_SUBJECT}"><b>{forumrow.LAST_POST_SHORTENED_SUBJECT}</b></a><br />

I had not realized that you had responded to my question .... many thanks! :)

Re: Last Post Title

Posted: 18 Jul 2010, 15:44
by arrow816
Just wanted to share this with you guys: Modx File, both prosilver and subsilver2 edits.
LastPostTitle.zip

Re: Last Post Title

Posted: 22 Aug 2010, 00:12
by Ephemeraboy
anyone knows to remove "re"
on QR and full reply editor.
thanks
or last topic title displayed the real topic
not prefixed by "Re"

Re: Last Post Title

Posted: 22 Aug 2010, 06:50
by Stoker
Like on this board?
Follow the guide in first post.

Re: Last Post Title

Posted: 22 Aug 2010, 20:24
by Ephemeraboy
Stoker » 22 Aug 2010, 06:50 wrote:Like on this board?
Follow the guide in first post.
thanks very much stoker... :)

Re: Last Post Title

Posted: 03 Sep 2010, 17:39
by DoYouSpeakWak
The find in the subsilver2 seems outdated.

This worked for me

find

Code: Select all

<p class="topicdetails"><!-- IF forumrow.U_UNAPPROVED_TOPICS --><a href="{forumrow.U_UNAPPROVED_TOPICS}">{UNAPPROVED_IMG}</a>&nbsp;<!-- ENDIF -->{forumrow.LAST_POST_TIME}</p>

Re: Last Post Title

Posted: 03 Sep 2010, 21:32
by Stoker
Thanks, i have updated first post.