Last Post Title

Guides & Snippets for phpBB3.
Try the Snippets here and share Your own Snippets

Last Post Title

Post by Post Bot »

Last Post Title
Written by LEW21

Moved here: viewtopic.php?f=45&t=1252

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 09 May 2010, 23:46, edited 1 time in total.
Reason: merged posts!

Re: Last Post Title

Post by Stoker »

Go to ACP and refresh the template.

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, 10:51, edited 1 time in total.

Re: Last Post Title

Post by Stoker »

Code: Select all

<!-- IF forumrow.LAST_POST_TIME --><dfn>{L_LAST_POST}</dfn>
First post updated

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!

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!

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.

Re: Last Post Title

Post by Daniel_Knecht »

Nice!

Thats a very nice Little Modification. Thank you!

Re: Last Post Title

Post by billoo »

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