Bug tracker

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

PM folder not shown (fix completed in vcs)

With the recent changes of the template system by david, the PM folders in UCP aren't displayed anymore. After downgrading the template.php and functions_template.php it works correctly(and deleting the cache).
The code for the folders is
Code: Select all
<!-- IF S_PRIVMSGS -->

            <!-- the ! at the beginning of the loop name forces the loop to be not a nested one of l_block1 (it gets parsed seperatly) -->
            <!-- BEGIN !folder -->
               <!-- IF folder.S_FIRST_ROW -->
                  <ul class="nav" style="margin: 0px; padding: 0px; list-style-type: none; line-height: 175%;">
               <!-- ENDIF -->

               <!-- IF folder.S_CUR_FOLDER -->
                  <li class="row2" style="padding: 1px 0;">&#187; <a href="{folder.U_FOLDER}">{folder.FOLDER_NAME}<!-- IF folder.S_UNREAD_MESSAGES --> ({folder.UNREAD_MESSAGES})<!-- ENDIF --></a></li>
               <!-- ELSE -->
                  <li>&#187; <a href="{folder.U_FOLDER}">{folder.FOLDER_NAME}<!-- IF folder.S_UNREAD_MESSAGES --> ({folder.UNREAD_MESSAGES})<!-- ENDIF --></a></li>
               <!-- ENDIF -->

               <!-- IF folder.S_LAST_ROW -->
                  </ul>
                  <hr />
               <!-- ENDIF -->
            <!-- END !folder -->

         <!-- ENDIF -->
It looks like the tric with the ! doesn't work anymore.

Comments / History

Linked ticket with changeset: r6812

Action performed by DavidMJ (Former Team Member) on Dec 26th 2006, 13:56

Ticket details

Related SVN changesets