Bug tracker

This ticket has been moved to our new tracker. Open Ticket PHPBB3-705 now.

Moderators or Subforums, but never both. (fix completed in vcs)

Not sure if this is intended, but while viewing forums on the index page, any forums that contain subforums don't show Moderator listing. (i.e. Either, Or -- but never both)

Comments / History

Posted by Acyd Burn (Server Manager) on Jun 5th 2006, 12:39

Strange, going from the template it should both be displayed:

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.

Posted by Highway of Life (QA Team) on Jun 5th 2006, 19:24

I noticed that as well... it *should* work.

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.

Posted by Highway of Life (QA Team) on Jun 5th 2006, 19:36

Both the Index page AND viewforum.php show it the same way

Posted by Acyd Burn (Server Manager) on Jun 7th 2006, 18:12

ok, i found the error/bug.

Linked ticket with changeset: r6019

Action performed by Anonymous (I am too lazy to register) on Jun 7th 2006, 18:12

Ticket details

Related SVN changesets