Hello all!
So currently this is what my forum looks like
http://prntscr.com/987j54
I have an edited
template. And I believe the part of code responsible for the upper changes is as follows :
However you can see an error in the screenshot I provided, it says "1 topics" which is grammatically incorrect.
Can someone help me with a javascript code that would make 'posts to post' and 'topics to topic' when their count is 0?
Thanks!
#phpbb3
Forum Link
So currently this is what my forum looks like
http://prntscr.com/987j54
I have an edited
|
- Code:
<dd class="posts">{catrow.forumrow.POSTS} {L_POSTS}</dd>
<dd class="topics">{catrow.forumrow.TOPICS} {L_TOPICS}</dd>
However you can see an error in the screenshot I provided, it says "1 topics" which is grammatically incorrect.
Can someone help me with a javascript code that would make 'posts to post' and 'topics to topic' when their count is 0?
Thanks!
#phpbb3
Forum Link
Last edited by Rhino.Freak on December 8th 2015, 1:03 pm; edited 1 time in total