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.
breadcrumb.html¶
<table border='0' cellpadding='0' cellspacing='0' style="width:99%;">
<tr>
<td>
<div class='breadcrumb'>{breadcrumb_links}</div>
</td>
{if logged_in}
<td align="right">
{lang:logged_in_as} <span class="defaultBold"><a href="{path:your_profile}">{name}</a></span> | <span class="default"><a href="{path:your_control_panel}">{lang:your_control_panel}</a></span> | <span class="default"><a href="{path:memberlist}">{lang:memberlist}</a></span> | <span class="default"><a href="{path="LOGOUT"}">{lang:logout}</a></span> |
</td>
{/if}
</tr>
</table>
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