ExpressionEngine

2.11.9 User Guide

Retired Documentation

You are using the documentation for version 2.11.9. Go here for the latest version or check here for your available upgrades to the latest version.

Update Notes for Version 2.1.4

Member Templates Path Changes

In order to fix :forum_thread`this bug <14989>` where “Member Profile template links do not reflect changed Profile Triggering Word”, the following changes have been made in the default member theme.

Member Template Menu Conditionals

menu.html in member and forum themes, can now contain the following conditional variables to show or hide links depending on member preferences.

{if enable_avatars}
    <div class='menuItem'>
        <a href='{path:avatar}'>{lang:edit_avatar}</a>
    </div>
{/if}
{if enable_photos}
    <div class='menuItem'>
        <a href='{path:photo}'>{lang:edit_photo}</a>
    </div>
{/if}

Edited Views

The following views were edited:

  • themes/cp_themes/default/_shared/filebrowser.php
  • themes/cp_themes/default/_shared/footer.php
  • themes/cp_themes/default/_shared/sidebar.php
  • themes/cp_themes/default/account/_account_header.php
  • themes/cp_themes/default/addons/accessory_preferences.php
  • themes/cp_themes/default/admin/channel_edit.php
  • themes/cp_themes/default/content/_assets/categories.php
  • themes/cp_themes/default/content/edit.php
  • themes/cp_themes/default/content/file_browse.php
  • themes/cp_themes/default/content/file_delete_confirm.php
  • themes/cp_themes/default/content/multi_edit.php
  • themes/cp_themes/default/content/publish.php
  • themes/cp_themes/default/design/manager.php
  • themes/cp_themes/default/design/snippets.php
  • themes/cp_themes/default/members/view_members.php
  • themes/cp_themes/default/tools/sql_results.php
  • themes/cp_themes/default/tools/sql_run_table_action.php
  • themes/cp_themes/default/tools/sql_view_database.php
  • themes/cp_themes/mobile/addons/accessory_preferences.php
  • themes/cp_themes/mobile/content/publish.php

Return to Update Page