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

phpBB Custom Coding • Re: Change 'by' to 'posted by'

$
0
0
in viewforum_body.html find

Code:

{L_POST_BY_AUTHOR} <!-- EVENT viewforum_body_topic_author_username_prepend -->{topicrow.TOPIC_AUTHOR_FULL}<!-- EVENT viewforum_body_topic_author_username_append --> &raquo; <time datetime="{topicrow.FIRST_POST_TIME_RFC3339}">{topicrow.FIRST_POST_TIME}</time>
and change to

Code:

<time datetime="{topicrow.FIRST_POST_TIME_RFC3339}">{topicrow.FIRST_POST_TIME}</time>
purge the cache in ACP after.

Statistics: Posted by Mannix_ — Fri Mar 08, 2024 6:58 pm



Viewing all articles
Browse latest Browse all 2246

Trending Articles