baz657
Junior Member
Roll on the warmer weather
Posts: 384
inherit
182600
0
Jul 21, 2021 2:46:54 GMT -8
baz657
Roll on the warmer weather
384
September 2012
baz657
|
Post by baz657 on Feb 20, 2013 4:06:56 GMT -8
Thanks Vinh . Added it to mine as well.
|
|
Moda
Junior Member
Sydney, Australia
Posts: 238
inherit
18303
0
Dec 16, 2018 22:10:39 GMT -8
Moda
Sydney, Australia
238
January 2004
moda
|
Post by Moda on Feb 20, 2013 20:57:04 GMT -8
I use the NEW icon to get to all posts I haven't read, saves scrolling through all the posts till you come to posts you haven't read. It's great, only problem I find is it's a bit slow, but it works real good.
|
|
Moda
Junior Member
Sydney, Australia
Posts: 238
inherit
18303
0
Dec 16, 2018 22:10:39 GMT -8
Moda
Sydney, Australia
238
January 2004
moda
|
Post by Moda on Feb 20, 2013 21:25:21 GMT -8
xLc, Smokeygrey, @amsf, bluebayou, ksprepsportsIt was decided that we will not make the last post column go to the last post of the thread. However, by customizing the theme template, you can give the last post column the ability to go to the last post.Here's how to do this: - Go to the Admin area.
- At the top, hover over Themes and then click on the Layout Templates sub-menu.
- Select the theme you want to edit by using the dropdown menu next to where it says Current Theme.
- Click the Board link under the Template Name column.
- Click the Thread List tab.
- Find the line of html code that says:
<td class="latest last">by $[thread.last_post.created_by_user]<br />$[thread.last_post.date]</td>
- Replace that line of html code with this one:
<td class="latest last">by $[thread.last_post.created_by_user]<br /><a href="/post/$[thread.last_post.id]/thread">$[thread.last_post.date]</a></td> This change makes the date a clickable link that will go to the last post of the thread. - Click the Save Changes button at the bottom.
- Now go view a board on your forum and try clicking on the date in the last post column.
Vinh, when the line is removed and I replace it with the new line click on SAVE I get this message Invalid request token / possible request forgery. If you received this message in error, please go back, refresh, and try again.
I am the only Admin on my board so why am I prevented from making this change. is it because I'm an Aussie?
|
|
Vinh
Junior Member
Posts: 322
inherit
164687
0
Oct 3, 2016 10:36:41 GMT -8
Vinh
322
March 2011
vinh
|
Post by Vinh on Feb 22, 2013 15:49:19 GMT -8
Moda, Nope we love Australia . Try refreshing the page and re-apply the change.
|
|
Moda
Junior Member
Sydney, Australia
Posts: 238
inherit
18303
0
Dec 16, 2018 22:10:39 GMT -8
Moda
Sydney, Australia
238
January 2004
moda
|
Post by Moda on Feb 28, 2013 3:06:43 GMT -8
Moda, Nope we love Australia . Try refreshing the page and re-apply the change. Great, it works many thanks Vinh
|
|
Former Member
inherit
guest@proboards.com
187048
0
Nov 24, 2024 14:22:46 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Mar 7, 2013 16:06:48 GMT -8
Thanks. Works well
|
|
Former Member
inherit
guest@proboards.com
190488
0
Nov 24, 2024 14:22:46 GMT -8
Former Member
0
January 1970
Former Member
|
Post by Former Member on Apr 16, 2013 17:14:28 GMT -8
Thanks for this!
|
|
inherit
37553
0
Jul 7, 2015 8:44:55 GMT -8
jeanneau
13
February 2005
jeanneau
|
Post by jeanneau on Apr 19, 2013 10:09:11 GMT -8
Many thanks Vinh for that workaround - I have implemented and it works well, and your instructions were really clear, but I really would like the option to arrange all the reply's in reverse order. I think most people logging onto a forum want to see what has just been said and then scroll down to be able to read the history. I really do hope there is a solution to this, I have searched in vain for a Plug-in to allow this to happen
Overall though I am loving V5
|
|
Vinh
Junior Member
Posts: 322
inherit
164687
0
Oct 3, 2016 10:36:41 GMT -8
Vinh
322
March 2011
vinh
|
Post by Vinh on Apr 19, 2013 12:27:15 GMT -8
|
|
BC
New Member
Posts: 24
inherit
142828
0
Nov 14, 2024 8:29:49 GMT -8
BC
24
July 2009
blackcat9
|
Post by BC on Apr 28, 2013 2:57:42 GMT -8
Hi. I wanted to do this, but from the Board (Home Page) level. So using Vinh's earlier post, this is what I've done: Go to the Admin area. - At the top, hover over Themes and then click on the Layout Templates sub-menu.
- Select the theme you want to edit by using the dropdown menu next to where it says Current Theme.
- Click the Board link under the Template Name column.
- Click the Board List tab.
- Find the line of html code that says:
<span class="date">$[board.last_thread.last_post.date]</span>
- Replace that line of html code with this one:
<span class="date"><a href="/post/$[board.last_thread.last_post.id]/thread">$[board.last_thread.last_post.date]</a></span> This change makes the date a clickable link that will go to the last post of the thread. - Click the Save Changes button at the bottom.
- Now go view a board on your forum and try clicking on the date in the last post column.
BC
|
|