Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 2630

phpBB Ideas • Re: Boards overview on narrow screens: also show date+time of last posts

$
0
0
Hello,

You can easily add this to your board by editing forumlist_body.html.
Find:

Code:

<!-- ELSEIF not forumrow.S_IS_LINK and forumrow.TOPICS -->{L_TOPICS}{L_COLON} <strong>{forumrow.TOPICS}</strong><!-- ENDIF -->
Replace with:

Code:

<!-- ELSEIF not forumrow.S_IS_LINK and forumrow.TOPICS -->{L_TOPICS}{L_COLON} <strong>{forumrow.TOPICS}</strong><!-- IF forumrow.LAST_POST_TIME_RFC3339 --><br>{L_LAST_POST}{L_COLON} <time datetime="{forumrow.LAST_POST_TIME_RFC3339}">{forumrow.LAST_POST_TIME}</time><!-- ENDIF --><!-- ENDIF -->

Statistics: Posted by cabot — Mon Feb 12, 2024 1:41 pm



Viewing all articles
Browse latest Browse all 2630

Trending Articles