Bug tracker
Moderators or Subforums, but never both. (fix completed in vcs)
Comments / History
- Code: Select all
<!-- IF forumrow.MODERATORS -->
<p class="forumdesc"><strong>{forumrow.L_MODERATOR_STR}:</strong> {forumrow.MODERATORS}</p>
<!-- ENDIF -->
<!-- IF forumrow.SUBFORUMS -->
<p class="forumdesc"><strong>{forumrow.L_SUBFORUM_STR}</strong> {forumrow.SUBFORUMS}</p>
<!-- ENDIF -->
The forumrow is filled correctly too.
I checked it by setting mods for several forums.
I noticed that the ones with the subforums where not displaying the moderators on the index page.
So...
I checked to make sure they where there, then created a sub forum, just as I expected, the moderator line disappeared and was replaced with the sub forums line.