Last Post Title

Guides & Snippets for phpBB3. Try the Snippets here and share Your own Snippets
There is no support here! Only Read Access!
User avatar
cesarguanaco2
BBCoder II
BBCoder II
Posts: 10
Joined: 01 Jul 2010, 00:37

Re: Last Post Title

Post by cesarguanaco2 »

this is a real nice snippet gracias!
[*]Where do you get all those amazing bbcodes?[*]
User avatar
Aston777
BBCoder II
BBCoder II
Posts: 5
Joined: 01 May 2010, 06:33
Contact:

Re: Last Post Title

Post 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! :)
Last edited by Aston777 on 16 Jul 2010, 01:10, edited 2 times in total.
User avatar
arrow816
BBCoder II
BBCoder II
Posts: 25
Joined: 05 Mar 2010, 17:26

Re: Last Post Title

Post by arrow816 »

Just wanted to share this with you guys: Modx File, both prosilver and subsilver2 edits.
LastPostTitle.zip
Phpbb3 Board:http://www.nightmare-studio.com
Phpbb3 Version:3.0.7-PL1
User avatar
Ephemeraboy
BBCoder II
BBCoder II
Posts: 37
Joined: 09 Mar 2010, 04:03
Location: bonatius.com
Contact:

Re: Last Post Title

Post 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"
Last edited by Ephemeraboy on 22 Aug 2010, 00:13, edited 1 time in total.
My Personal Blog
http://www.bonatius.com
User avatar
Stoker
Site Admin
Site Admin
Posts: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Re: Last Post Title

Post by Stoker »

Like on this board?
Follow the guide in first post.
Board rules! No PM support
User avatar
Ephemeraboy
BBCoder II
BBCoder II
Posts: 37
Joined: 09 Mar 2010, 04:03
Location: bonatius.com
Contact:

Re: Last Post Title

Post by Ephemeraboy »

Stoker » 22 Aug 2010, 06:50 wrote:Like on this board?
Follow the guide in first post.
thanks very much stoker... :)
My Personal Blog
http://www.bonatius.com
User avatar
DoYouSpeakWak
BBCoder II
BBCoder II
Posts: 27
Joined: 05 Mar 2010, 16:47

Re: Last Post Title

Post 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>
User avatar
Stoker
Site Admin
Site Admin
Posts: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Re: Last Post Title

Post by Stoker »

Thanks, i have updated first post.
Board rules! No PM support
Locked