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
Post Bot
BBCoder II
BBCoder II
Posts: 44
Joined: 04 Mar 2010, 20:53

Last Post Title

Post by Post Bot »

Last Post Title
Written by LEW21

Moved here: viewtopic.php?f=45&t=1252
saharattia67
BBCoder II
BBCoder II
Posts: 8
Joined: 07 May 2010, 00:28

Re: Last Post Title

Post by saharattia67 »

Hello Post Bot, I have installed this with your provided steps and when I opened my forum homepage it gives a blank page, knowing that I have subsilver style, Thanks..
Sincerely
Sahar Attia

please check the subsilver2 modifying as I can't see the line you ask to find
thanks
Sahar Attia

I have fixed the problem, but also not working..
thanks
Sincerely
Sahar Attia
Last edited by cisco007 on 10 May 2010, 01:46, edited 1 time in total.
Reason: merged posts!
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 »

Go to ACP and refresh the template.
Board rules! No PM support
plasmino
BBCoder II
BBCoder II
Posts: 14
Joined: 27 Mar 2010, 10:36

Re: Last Post Title

Post by plasmino »

sorry missing line for prosilver

Open: styles/prosilver/template/forumlist_body.html

Find: ?

edit: thank for edit post ^_^
Last edited by plasmino on 10 May 2010, 12:51, edited 1 time in total.
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 »

Code: Select all

<!-- IF forumrow.LAST_POST_TIME --><dfn>{L_LAST_POST}</dfn>
First post updated
Board rules! No PM support
User avatar
Aston777
BBCoder II
BBCoder II
Posts: 5
Joined: 01 May 2010, 06:33
Contact:

Re: Last Post Title

Post by Aston777 »

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!
am.hitek
BBCoder II
BBCoder II
Posts: 15
Joined: 27 May 2010, 14:15

Re: Last Post Title

Post by am.hitek »

Just wanted to stop by and say thanks for the snippet! I know there's a mod available for this that does more advance stuff, but I personally don't like adding mods unless it's absolutely necessary, so this is perfect. Thanks again!
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 »

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 />
am.hitek wrote:Just wanted to stop by and say thanks for the snippet! I know there's a mod available for this that does more advance stuff, but I personally don't like adding mods unless it's absolutely necessary, so this is perfect. Thanks again!
I absolutely agree with that and regards to LEW21 for making this.
Board rules! No PM support
Daniel_Knecht
BBCoder II
BBCoder II
Posts: 23
Joined: 08 Jun 2010, 13:48
Location: Germany
Contact:

Re: Last Post Title

Post by Daniel_Knecht »

Nice!

Thats a very nice Little Modification. Thank you!
Sorry for my bad English :(
User avatar
billoo
BBCoder II
BBCoder II
Posts: 24
Joined: 15 May 2010, 22:46

Re: Last Post Title

Post by billoo »

got an error i dont know y on line 64 and thuis i removed it
Locked