Last Post Title
Re: Last Post Title
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
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!
Reason: merged posts!
Re: Last Post Title
sorry missing line for prosilver
Open: styles/prosilver/template/forumlist_body.html
Find: ?
edit: thank for edit post ^_^
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
Code: Select all
<!-- IF forumrow.LAST_POST_TIME --><dfn>{L_LAST_POST}</dfn>
Re: Last Post Title
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!
How do I?
Greetings and thanks!
Re: Last Post Title
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
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:
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 />
I absolutely agree with that and regards to LEW21 for making this.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!