beerForo Well-known member Nov 18, 2023 #1 (This has bugged me since articles started) How do you get to the latest post from forum view? Not the first unread, the latest. Where do you click below? Last edited: Nov 18, 2023
(This has bugged me since articles started) How do you get to the latest post from forum view? Not the first unread, the latest. Where do you click below?
Mr Lucky Well-known member Nov 18, 2023 #2 beerForo said: (This has bugged me since articles started) How do you get to the latest post from forum view? Not the first unread, the latest. Where do you click below? View attachment 294134 Click to expand... But is it any different with articles compared to discussion threads? EDIT: Ah yes I see the difference.... Last edited: Nov 18, 2023 Upvote 0 Downvote
beerForo said: (This has bugged me since articles started) How do you get to the latest post from forum view? Not the first unread, the latest. Where do you click below? View attachment 294134 Click to expand... But is it any different with articles compared to discussion threads? EDIT: Ah yes I see the difference....
Mr Lucky Well-known member Nov 18, 2023 #3 You could edit the template post_article_macros After Code: <li><a href="{$link}" class="u-concealed" rel="nofollow"><xf:date time="{$thread.post_date}"/></a></li><li><a href="{$link}" class="u-concealed" rel="nofollow"><xf:date time="{$thread.post_date}"/></a></li> add Code: <li><a href="{{ link('threads/latest', $thread) }}" rel="nofollow"><xf:date time="{$thread.last_post_date}" class="structItem-latestDate" /></a><li> Upvote 0 Downvote
You could edit the template post_article_macros After Code: <li><a href="{$link}" class="u-concealed" rel="nofollow"><xf:date time="{$thread.post_date}"/></a></li><li><a href="{$link}" class="u-concealed" rel="nofollow"><xf:date time="{$thread.post_date}"/></a></li> add Code: <li><a href="{{ link('threads/latest', $thread) }}" rel="nofollow"><xf:date time="{$thread.last_post_date}" class="structItem-latestDate" /></a><li>
beerForo Well-known member Nov 18, 2023 #4 Mr Lucky said: EDIT: Ah yes I see the difference.... Click to expand... Yeah, no date to click on to get to the last reply (comment). Upvote 0 Downvote
Mr Lucky said: EDIT: Ah yes I see the difference.... Click to expand... Yeah, no date to click on to get to the last reply (comment).