diff options
Diffstat (limited to 'phpBB/docs/events.md')
-rw-r--r-- | phpBB/docs/events.md | 275 |
1 files changed, 13 insertions, 262 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index 2f28307c24..9b0d70b46b 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -214,6 +214,18 @@ acp_groups_position_teampage_add_button_before * Since: 3.1.7-RC1 * Purpose: Add content before adding group to teampage submit button +acp_help_phpbb_stats_after +=== +* Location: adm/style/acp_help_phpbb.html +* Since: 3.2.0-RC2 +* Purpose: Add content after send statistics tile + +acp_help_phpbb_stats_before +=== +* Location: adm/style/acp_help_phpbb.html +* Since: 3.2.0-RC2 +* Purpose: Add content before send statistics tile + acp_logs_quick_select_forum_button_append === * Location: adm/style/acp_logs.html @@ -589,7 +601,6 @@ attachment_file_after === * Locations: + styles/prosilver/template/attachment.html - + styles/subsilver2/template/attachment.html * Since: 3.1.6-RC1 * Purpose: Add content after the attachment. @@ -597,7 +608,6 @@ attachment_file_append === * Locations: + styles/prosilver/template/attachment.html - + styles/subsilver2/template/attachment.html * Since: 3.1.6-RC1 * Purpose: Add custom attachment types displaying to the bottom of attachment block. @@ -605,7 +615,6 @@ attachment_file_before === * Locations: + styles/prosilver/template/attachment.html - + styles/subsilver2/template/attachment.html * Since: 3.1.6-RC1 * Purpose: Add content before the attachment. @@ -613,7 +622,6 @@ attachment_file_prepend === * Locations: + styles/prosilver/template/attachment.html - + styles/subsilver2/template/attachment.html * Since: 3.1.6-RC1 * Purpose: Add custom attachment types displaying to the top of attachment block. @@ -621,7 +629,6 @@ forumlist_body_category_header_after === * Locations: + styles/prosilver/template/forumlist_body.html - + styles/subsilver2/template/forumlist_body.html * Since: 3.1.0-a4 * Purpose: Add content after the header of the category on the forum list. @@ -629,7 +636,6 @@ forumlist_body_category_header_before === * Locations: + styles/prosilver/template/forumlist_body.html - + styles/subsilver2/template/forumlist_body.html * Since: 3.1.0-a4 * Purpose: Add content before the header of the category on the forum list. @@ -651,7 +657,6 @@ forumlist_body_forum_row_after === * Locations: + styles/prosilver/template/forumlist_body.html - + styles/subsilver2/template/forumlist_body.html * Since: 3.1.0-RC5 * Purpose: Add content after the forum list item. @@ -659,7 +664,6 @@ forumlist_body_forum_row_append === * Locations: + styles/prosilver/template/forumlist_body.html - + styles/subsilver2/template/forumlist_body.html * Since: 3.1.0-RC5 * Purpose: Add content at the start of the forum list item. @@ -667,7 +671,6 @@ forumlist_body_forum_row_before === * Locations: + styles/prosilver/template/forumlist_body.html - + styles/subsilver2/template/forumlist_body.html * Since: 3.1.0-RC5 * Purpose: Add content before the forum list item. @@ -675,7 +678,6 @@ forumlist_body_forum_row_prepend === * Locations: + styles/prosilver/template/forumlist_body.html - + styles/subsilver2/template/forumlist_body.html * Since: 3.1.0-RC5 * Purpose: Add content at the end of the forum list item. @@ -683,7 +685,6 @@ forumlist_body_last_post_title_prepend === * Locations: + styles/prosilver/template/forumlist_body.html - + styles/subsilver2/template/forumlist_body.html * Since: 3.1.0-a1 * Purpose: Add content before the post title of the latest post in a forum on the forum list. @@ -691,7 +692,6 @@ forumlist_body_subforums_after === * Locations: + styles/prosilver/template/forumlist_body.html - + styles/subsilver2/template/forumlist_body.html * Since: 3.1.0-a4 * Purpose: Add content after the list of subforums (if any) for each forum on the forum list. @@ -699,7 +699,6 @@ forumlist_body_subforums_before === * Locations: + styles/prosilver/template/forumlist_body.html - + styles/subsilver2/template/forumlist_body.html * Since: 3.1.0-a4 * Purpose: Add content before the list of subforums (if any) for each forum on the forum list. @@ -707,7 +706,6 @@ forumlist_body_last_row_after === * Locations: + styles/prosilver/template/forumlist_body.html - + styles/subsilver2/template/forumlist_body.html * Since: 3.1.0-b2 * Purpose: Add content after the very last row of the forum list. @@ -715,7 +713,6 @@ index_body_block_birthday_append === * Locations: + styles/prosilver/template/index_body.html - + styles/subsilver2/template/index_body.html * Since: 3.1.0-b3 * Purpose: Append content to the birthday list on the Board index @@ -723,7 +720,6 @@ index_body_block_birthday_prepend === * Locations: + styles/prosilver/template/index_body.html - + styles/subsilver2/template/index_body.html * Since: 3.1.0-b3 * Purpose: Prepend content to the birthday list on the Board index @@ -731,7 +727,6 @@ index_body_block_online_append === * Locations: + styles/prosilver/template/index_body.html - + styles/subsilver2/template/index_body.html * Since: 3.1.0-b3 * Purpose: Append content to the online list on the Board index @@ -739,7 +734,6 @@ index_body_block_online_prepend === * Locations: + styles/prosilver/template/index_body.html - + styles/subsilver2/template/index_body.html * Since: 3.1.0-b3 * Purpose: Prepend content to the online list on the Board index @@ -747,7 +741,6 @@ index_body_block_stats_append === * Locations: + styles/prosilver/template/index_body.html - + styles/subsilver2/template/index_body.html * Since: 3.1.0-b3 * Purpose: Append content to the statistics list on the Board index @@ -755,7 +748,6 @@ index_body_block_stats_prepend === * Locations: + styles/prosilver/template/index_body.html - + styles/subsilver2/template/index_body.html * Since: 3.1.0-b3 * Purpose: Prepend content to the statistics list on the Board index @@ -763,7 +755,6 @@ index_body_forumlist_body_after === * Locations: + styles/prosilver/template/index_body.html - + styles/subsilver2/template/index_body.html * Since: 3.1.1 * Purpose: Add content after the forum list body on the index page @@ -771,7 +762,6 @@ index_body_markforums_after === * Locations: + styles/prosilver/template/index_body.html - + styles/subsilver2/template/index_body.html * Since: 3.1.0-RC2 * Purpose: Add content after the mark-read link above the forum list on Board index @@ -779,7 +769,6 @@ index_body_markforums_before === * Locations: + styles/prosilver/template/index_body.html - + styles/subsilver2/template/index_body.html * Since: 3.1.0-RC2 * Purpose: Add content before the mark-read link above the forum list on Board index @@ -787,7 +776,6 @@ index_body_stat_blocks_after === * Locations: + styles/prosilver/template/index_body.html - + styles/subsilver2/template/index_body.html * Since: 3.1.0-b3 * Purpose: Add new statistic blocks below the Who Is Online and Board Statistics blocks @@ -795,7 +783,6 @@ index_body_stat_blocks_before === * Locations: + styles/prosilver/template/index_body.html - + styles/subsilver2/template/index_body.html * Since: 3.1.0-a1 * Purpose: Add new statistic blocks above the Who Is Online and Board Statistics blocks @@ -803,7 +790,6 @@ mcp_ban_fields_after === * Locations: + styles/prosilver/template/mcp_ban.html - + styles/subsilver2/template/mcp_ban.html * Since: 3.1.0-RC3 * Purpose: Add additional fields to the ban form in MCP @@ -811,7 +797,6 @@ mcp_ban_fields_before === * Locations: + styles/prosilver/template/mcp_ban.html - + styles/subsilver2/template/mcp_ban.html * Since: 3.1.0-RC3 * Purpose: Add additional fields to the ban form in MCP @@ -819,7 +804,6 @@ mcp_ban_unban_after === * Locations: + styles/prosilver/template/mcp_ban.html - + styles/subsilver2/template/mcp_ban.html * Since: 3.1.0-RC3 * Purpose: Add additional fields to the unban form in MCP @@ -827,7 +811,6 @@ mcp_ban_unban_before === * Locations: + styles/prosilver/template/mcp_ban.html - + styles/subsilver2/template/mcp_ban.html * Since: 3.1.0-RC3 * Purpose: Add additional fields to the unban form in MCP @@ -835,7 +818,6 @@ mcp_forum_actions_after === * Locations: + styles/prosilver/template/mcp_forum.html - + styles/subsilver2/template/mcp_forum.html * Since: 3.1.11-RC1 * Purpose: Add some information after actions fieldset @@ -843,7 +825,6 @@ mcp_forum_actions_append === * Locations: + styles/prosilver/template/mcp_forum.html - + styles/subsilver2/template/mcp_forum.html * Since: 3.1.11-RC1 * Purpose: Add additional options to actions select @@ -851,7 +832,6 @@ mcp_forum_actions_before === * Locations: + styles/prosilver/template/mcp_forum.html - + styles/subsilver2/template/mcp_forum.html * Since: 3.1.11-RC1 * Purpose: Add some information before actions fieldset @@ -859,7 +839,6 @@ mcp_forum_topic_title_before === * Locations: + styles/prosilver/template/mcp_forum.html - + styles/subsilver2/template/mcp_forum.html * Since: 3.1.6-RC1 * Purpose: Add some information before the topic title @@ -867,7 +846,6 @@ mcp_forum_topic_title_after === * Locations: + styles/prosilver/template/mcp_forum.html - + styles/subsilver2/template/mcp_forum.html * Since: 3.1.6-RC1 * Purpose: Add some information after the topic title @@ -875,7 +853,6 @@ mcp_front_latest_logs_after === * Locations: + styles/prosilver/template/mcp_front.html - + styles/subsilver2/template/mcp_front.html * Since: 3.1.3-RC1 * Purpose: Add content after latest logs list @@ -883,7 +860,6 @@ mcp_front_latest_logs_before === * Locations: + styles/prosilver/template/mcp_front.html - + styles/subsilver2/template/mcp_front.html * Since: 3.1.3-RC1 * Purpose: Add content before latest logs list @@ -891,7 +867,6 @@ mcp_front_latest_reported_before === * Locations: + styles/prosilver/template/mcp_front.html - + styles/subsilver2/template/mcp_front.html * Since: 3.1.3-RC1 * Purpose: Add content before latest reported posts list @@ -899,7 +874,6 @@ mcp_front_latest_reported_pms_before === * Locations: + styles/prosilver/template/mcp_front.html - + styles/subsilver2/template/mcp_front.html * Since: 3.1.3-RC1 * Purpose: Add content before latest reported private messages list @@ -907,7 +881,6 @@ mcp_front_latest_unapproved_before === * Locations: + styles/prosilver/template/mcp_front.html - + styles/subsilver2/template/mcp_front.html * Since: 3.1.3-RC1 * Purpose: Add content before latest unapproved posts list @@ -915,7 +888,6 @@ mcp_move_before === * Locations: + styles/prosilver/template/mcp_move.html - + styles/subsilver2/template/mcp_move.html * Since: 3.1.10-RC1 * Purpose: Add content before move topic/post form @@ -923,7 +895,6 @@ mcp_post_additional_options === * Locations: + styles/prosilver/template/mcp_post.html - + styles/subsilver2/template/mcp_post.html * Since: 3.1.5-RC1 * Purpose: Add content within the list of post moderation actions @@ -931,7 +902,6 @@ mcp_topic_options_after === * Locations: + styles/prosilver/template/mcp_topic.html - + styles/subsilver2/template/mcp_topic.html * Since: 3.1.6-RC1 * Purpose: Add some options (field, checkbox, ...) after the subject field when split a subject @@ -939,7 +909,6 @@ mcp_topic_options_before === * Locations: + styles/prosilver/template/mcp_topic.html - + styles/subsilver2/template/mcp_topic.html * Since: 3.1.6-RC1 * Purpose: Add some options (field, checkbox, ...) before the subject field when split a subject @@ -947,7 +916,6 @@ mcp_topic_postrow_post_details_after === * Locations: + styles/prosilver/template/mcp_topic.html - + styles/subsilver2/template/mcp_topic.html * Since: 3.1.10-RC1 * Purpose: Add content after post details in topic moderation @@ -955,7 +923,6 @@ mcp_topic_postrow_post_details_before === * Locations: + styles/prosilver/template/mcp_topic.html - + styles/subsilver2/template/mcp_topic.html * Since: 3.1.10-RC1 * Purpose: Add content before post details in topic moderation @@ -963,7 +930,6 @@ mcp_topic_topic_title_after === * Locations: + styles/prosilver/template/mcp_topic.html - + styles/subsilver2/template/mcp_topic.html * Since: 3.1.6-RC1 * Purpose: Add some information after the topic title @@ -971,7 +937,6 @@ mcp_topic_topic_title_before === * Locations: + styles/prosilver/template/mcp_topic.html - + styles/subsilver2/template/mcp_topic.html * Since: 3.1.6-RC1 * Purpose: Add some information before the topic title @@ -979,7 +944,6 @@ mcp_warn_post_add_warning_field_after === * Locations: + styles/prosilver/template/mcp_warn_post.html - + styles/subsilver2/template/mcp_warn_post.html * Since: 3.1.0-RC4 * Purpose: Add content during warning for a post - after add warning field. @@ -987,7 +951,6 @@ mcp_warn_post_add_warning_field_before === * Locations: + styles/prosilver/template/mcp_warn_post.html - + styles/subsilver2/template/mcp_warn_post.html * Since: 3.1.0-RC4 * Purpose: Add content during warning for a post - before add warning field. @@ -995,7 +958,6 @@ mcp_warn_user_add_warning_field_after === * Locations: + styles/prosilver/template/mcp_warn_user.html - + styles/subsilver2/template/mcp_warn_user.html * Since: 3.1.0-RC4 * Purpose: Add content during warning a user - after add warning field. @@ -1003,7 +965,6 @@ mcp_warn_user_add_warning_field_before === * Locations: + styles/prosilver/template/mcp_warn_user.html - + styles/subsilver2/template/mcp_warn_user.html * Since: 3.1.0-RC4 * Purpose: Add content during warning a user - before add warning field. @@ -1011,7 +972,6 @@ memberlist_body_rank_append === * Locations: + styles/prosilver/template/memberlist_body.html - + styles/subsilver2/template/memberlist_body.html * Since: 3.1.6-RC1 * Purpose: Add information after rank in memberlist. Works in all display modes (leader, group and normal memberlist). @@ -1020,7 +980,6 @@ memberlist_body_rank_prepend === * Locations: + styles/prosilver/template/memberlist_body.html - + styles/subsilver2/template/memberlist_body.html * Since: 3.1.6-RC1 * Purpose: Add information before rank in memberlist. Works in all display modes (leader, group and normal memberlist). @@ -1029,7 +988,6 @@ memberlist_body_username_append === * Locations: + styles/prosilver/template/memberlist_body.html - + styles/subsilver2/template/memberlist_body.html * Since: 3.1.0-a1 * Purpose: Add information after every username in the memberlist. Works in all display modes (leader, group and normal memberlist). @@ -1038,7 +996,6 @@ memberlist_body_username_prepend === * Locations: + styles/prosilver/template/memberlist_body.html - + styles/subsilver2/template/memberlist_body.html * Since: 3.1.0-a1 * Purpose: Add information before every username in the memberlist. Works in all display modes (leader, group and normal memberlist). @@ -1047,7 +1004,6 @@ memberlist_email_before === * Locations: + styles/prosilver/template/memberlist_email.html - + styles/subsilver2/template/memberlist_email.html * Since: 3.1.10-RC1 * Purpose: Allow adding customizations before the memberlist_email form. @@ -1055,7 +1011,6 @@ memberlist_search_fields_after === * Locations: + styles/prosilver/template/memberlist_search.html - + styles/subsilver2/template/memberlist_search.html * Since: 3.1.2-RC1 * Purpose: Add information after the search fields column. @@ -1063,7 +1018,6 @@ memberlist_search_fields_before === * Locations: + styles/prosilver/template/memberlist_search.html - + styles/subsilver2/template/memberlist_search.html * Since: 3.1.2-RC1 * Purpose: Add information before the search fields column. @@ -1071,7 +1025,6 @@ memberlist_search_sorting_options_before === * Locations: + styles/prosilver/template/memberlist_search.html - + styles/subsilver2/template/memberlist_search.html * Since: 3.1.2-RC1 * Purpose: Add information before the search sorting options field. @@ -1079,7 +1032,6 @@ memberlist_team_username_append === * Locations: + styles/prosilver/template/memberlist_team.html - + styles/subsilver2/template/memberlist_team.html * Since: 3.1.11-RC1 * Purpose: Append information to username of team member @@ -1087,7 +1039,6 @@ memberlist_team_username_prepend === * Locations: + styles/prosilver/template/memberlist_team.html - + styles/subsilver2/template/memberlist_team.html * Since: 3.1.11-RC1 * Purpose: Add information before team user username @@ -1095,7 +1046,6 @@ memberlist_view_contact_after === * Locations: + styles/prosilver/template/memberlist_view.html - + styles/subsilver2/template/memberlist_view.html * Since: 3.1.0-b2 * Purpose: Add content after the user contact part of any user profile @@ -1103,7 +1053,6 @@ memberlist_view_contact_before === * Locations: + styles/prosilver/template/memberlist_view.html - + styles/subsilver2/template/memberlist_view.html * Since: 3.1.0-b2 * Purpose: Add content before the user contact part of any user profile @@ -1111,7 +1060,6 @@ memberlist_view_contact_custom_fields_after === * Locations: + styles/prosilver/template/memberlist_view.html - + styles/subsilver2/template/memberlist_view.html * Since: 3.1.9-RC1 * Purpose: Add content after the user contact related custom fields @@ -1119,7 +1067,6 @@ memberlist_view_contact_custom_fields_before === * Locations: + styles/prosilver/template/memberlist_view.html - + styles/subsilver2/template/memberlist_view.html * Since: 3.1.9-RC1 * Purpose: Add content before the user contact related custom fields @@ -1127,7 +1074,6 @@ memberlist_view_content_append === * Locations: + styles/prosilver/template/memberlist_view.html - + styles/subsilver2/template/memberlist_view.html * Since: 3.1.0-b2 * Purpose: Add custom content to the user profile view after the main content @@ -1135,7 +1081,6 @@ memberlist_view_content_prepend === * Locations: + styles/prosilver/template/memberlist_view.html - + styles/subsilver2/template/memberlist_view.html * Since: 3.1.0-b3 * Purpose: Add custom content to the user profile view before the main content @@ -1143,7 +1088,6 @@ memberlist_view_non_contact_custom_fields_after === * Locations: + styles/prosilver/template/memberlist_view.html - + styles/subsilver2/template/memberlist_view.html * Since: 3.1.9-RC1 * Purpose: Add content after the user not contact related custom fields @@ -1151,17 +1095,9 @@ memberlist_view_non_contact_custom_fields_before === * Locations: + styles/prosilver/template/memberlist_view.html - + styles/subsilver2/template/memberlist_view.html * Since: 3.1.9-RC1 * Purpose: Add content before the user not contact related custom fields -memberlist_view_rank_after -=== -* Locations: - + styles/subsilver2/template/memberlist_view.html -* Since: 3.1.6-RC1 -* Purpose: Add information after rank in memberlist - memberlist_view_rank_avatar_after === * Locations: @@ -1176,13 +1112,6 @@ memberlist_view_rank_avatar_before * Since: 3.1.6-RC1 * Purpose: Add information before rank in memberlist (with avatar) -memberlist_view_rank_before -=== -* Locations: - + styles/subsilver2/template/memberlist_view.html -* Since: 3.1.6-RC1 -* Purpose: Add information after rank in memberlist - memberlist_view_rank_no_avatar_after === * Locations: @@ -1201,7 +1130,6 @@ memberlist_view_user_statistics_after === * Locations: + styles/prosilver/template/memberlist_view.html - + styles/subsilver2/template/memberlist_view.html * Since: 3.1.0-a1 * Purpose: Add entries after the user statistics part of any user profile @@ -1209,7 +1137,6 @@ memberlist_view_user_statistics_before === * Locations: + styles/prosilver/template/memberlist_view.html - + styles/subsilver2/template/memberlist_view.html * Since: 3.1.0-a1 * Purpose: Add entries before the user statistics part of any user profile @@ -1217,7 +1144,6 @@ memberlist_view_zebra_after === * Locations: + styles/prosilver/template/memberlist_view.html - + styles/subsilver2/template/memberlist_view.html * Since: 3.1.9-RC1 * Purpose: Add content after the user friends/foes links @@ -1225,7 +1151,6 @@ memberlist_view_zebra_before === * Locations: + styles/prosilver/template/memberlist_view.html - + styles/subsilver2/template/memberlist_view.html * Since: 3.1.9-RC1 * Purpose: Add content before the user friends/foes links @@ -1296,7 +1221,6 @@ overall_footer_after === * Locations: + styles/prosilver/template/overall_footer.html - + styles/subsilver2/template/overall_footer.html * Since: 3.1.0-a1 * Purpose: Add content at the end of the file, directly prior to the `</body>` tag @@ -1304,7 +1228,6 @@ overall_footer_body_after === * Locations: + styles/prosilver/template/overall_footer.html - + styles/subsilver2/template/overall_footer.html * Since: 3.1.3-RC1 * Purpose: Add content before the `</body>` tag but after the $SCRIPTS var, i.e. after the js scripts have been loaded @@ -1312,7 +1235,6 @@ overall_footer_breadcrumb_append === * Locations: + styles/prosilver/template/navbar_footer.html - + styles/subsilver2/template/breadcrumbs.html * Since: 3.1.0-a1 * Purpose: Add links to the list of breadcrumbs in the footer @@ -1320,7 +1242,6 @@ overall_footer_breadcrumb_prepend === * Locations: + styles/prosilver/template/navbar_footer.html - + styles/subsilver2/template/breadcrumbs.html * Since: 3.1.0-RC3 * Purpose: Add links to the list of breadcrumbs in the footer (after site-home, but before board-index) @@ -1328,7 +1249,6 @@ overall_footer_content_after === * Locations: + styles/prosilver/template/overall_footer.html - + styles/subsilver2/template/overall_footer.html * Since: 3.1.0-a3 * Purpose: Add content on all pages after the main content, before the footer @@ -1336,7 +1256,6 @@ overall_footer_copyright_append === * Locations: + styles/prosilver/template/overall_footer.html - + styles/subsilver2/template/overall_footer.html * Since: 3.1.0-a1 * Purpose: Add content after the copyright line (no new line by default), before the ACP link @@ -1344,7 +1263,6 @@ overall_footer_copyright_prepend === * Locations: + styles/prosilver/template/overall_footer.html - + styles/subsilver2/template/overall_footer.html * Since: 3.1.0-a1 * Purpose: Add content before the copyright line @@ -1352,7 +1270,6 @@ overall_footer_page_body_after === * Locations: + styles/prosilver/template/overall_footer.html - + styles/subsilver2/template/overall_footer.html * Since: 3.1.0-b3 * Purpose: Add content after the page-body, but before the footer @@ -1360,7 +1277,6 @@ overall_footer_teamlink_after === * Locations: + styles/prosilver/template/navbar_footer.html - + styles/subsilver2/template/index_body.html * Since: 3.1.0-b3 * Purpose: Add contents after the team-link in the footer @@ -1368,7 +1284,6 @@ overall_footer_teamlink_before === * Locations: + styles/prosilver/template/navbar_footer.html - + styles/subsilver2/template/index_body.html * Since: 3.1.0-b3 * Purpose: Add contents before the team-link in the footer @@ -1376,7 +1291,6 @@ overall_footer_timezone_after === * Locations: + styles/prosilver/template/navbar_footer.html - + styles/subsilver2/template/breadcrumbs.html * Since: 3.1.0-b3 * Purpose: Add content to the navbar in the page footer, after "Timezone" @@ -1384,7 +1298,6 @@ overall_footer_timezone_before === * Locations: + styles/prosilver/template/navbar_footer.html - + styles/subsilver2/template/breadcrumbs.html * Since: 3.1.0-b3 * Purpose: Add content to the navbar in the page footer, before "Timezone" @@ -1392,7 +1305,6 @@ overall_header_body_before === * Locations: + styles/prosilver/template/overall_header.html - + styles/subsilver2/template/overall_header.html * Since: 3.1.0-b2 * Purpose: Add content to the header body @@ -1400,7 +1312,6 @@ overall_header_breadcrumb_append === * Locations: + styles/prosilver/template/navbar_header.html - + styles/subsilver2/template/breadcrumbs.html * Since: 3.1.0-a1 * Purpose: Add links to the list of breadcrumbs in the header @@ -1408,7 +1319,6 @@ overall_header_breadcrumb_prepend === * Locations: + styles/prosilver/template/navbar_header.html - + styles/subsilver2/template/breadcrumbs.html * Since: 3.1.0-RC3 * Purpose: Add links to the list of breadcrumbs in the header (after site-home, but before board-index) @@ -1416,7 +1326,6 @@ overall_header_breadcrumbs_after === * Locations: + styles/prosilver/template/navbar_header.html - + styles/subsilver2/template/breadcrumbs.html * Since: 3.1.0-RC3 * Purpose: Add content after the breadcrumbs (outside of the breadcrumbs container) @@ -1424,7 +1333,6 @@ overall_header_breadcrumbs_before === * Locations: + styles/prosilver/template/navbar_header.html - + styles/subsilver2/template/breadcrumbs.html * Since: 3.1.0-RC3 * Purpose: Add content before the breadcrumbs (outside of the breadcrumbs container) @@ -1432,7 +1340,6 @@ overall_header_content_before === * Locations: + styles/prosilver/template/overall_header.html - + styles/subsilver2/template/overall_header.html * Since: 3.1.0-a3 * Purpose: Add content on all pages before the main content, after the header @@ -1440,7 +1347,6 @@ overall_header_feeds === * Locations: + styles/prosilver/template/overall_header.html - + styles/subsilver2/template/overall_header.html * Since: 3.1.6-RC1 * Purpose: Add custom feeds @@ -1448,7 +1354,6 @@ overall_header_head_append === * Locations: + styles/prosilver/template/overall_header.html - + styles/subsilver2/template/overall_header.html * Since: 3.1.0-a1 * Purpose: Add asset calls directly before the `</head>` tag @@ -1470,7 +1375,6 @@ overall_header_navbar_before === * Locations: + styles/prosilver/template/overall_header.html - + styles/subsilver2/template/overall_header.html * Since: 3.1.4-RC1 * Purpose: Add content before the navigation bar @@ -1478,7 +1382,6 @@ overall_header_navigation_append === * Locations: + styles/prosilver/template/navbar_header.html - + styles/subsilver2/template/overall_header.html * Since: 3.1.0-a1 * Purpose: Add links after the navigation links in the header @@ -1486,7 +1389,6 @@ overall_header_navigation_prepend === * Locations: + styles/prosilver/template/navbar_header.html - + styles/subsilver2/template/overall_header.html * Since: 3.1.0-a1 * Purpose: Add links before the navigation links in the header @@ -1494,7 +1396,6 @@ overall_header_navlink_append === * Locations: + styles/prosilver/template/navbar_header.html - + styles/subsilver2/template/breadcrumbs.html * Since: 3.1.0-b3 * Purpose: Add content after each individual navlink (breadcrumb) @@ -1502,7 +1403,6 @@ overall_header_navlink_prepend === * Locations: + styles/prosilver/template/navbar_header.html - + styles/subsilver2/template/breadcrumbs.html * Since: 3.1.0-b3 * Purpose: Add content before each individual navlink (breadcrumb) @@ -1510,7 +1410,6 @@ overall_header_page_body_before === * Locations: + styles/prosilver/template/overall_header.html - + styles/subsilver2/template/overall_header.html * Since: 3.1.0-b3 * Purpose: Add content after the page-header, but before the page-body @@ -1532,7 +1431,6 @@ overall_header_stylesheets_after === * Locations: + styles/prosilver/template/overall_header.html - + styles/subsilver2/template/overall_header.html * Since: 3.1.0-RC3 * Purpose: Add asset calls after stylesheets within the `</head>` tag. Note that INCLUDECSS will not work with this event. @@ -1548,7 +1446,6 @@ posting_editor_bbcode_status_after === * Locations: + styles/prosilver/template/posting_editor.html - + styles/subsilver2/template/posting_body.html * Since: 3.1.4-RC1 * Purpose: Add content after bbcode status @@ -1556,7 +1453,6 @@ posting_editor_buttons_after === * Locations: + styles/prosilver/template/posting_buttons.html - + styles/subsilver2/template/posting_buttons.html * Since: 3.1.0-a3 * Purpose: Add content after the BBCode posting buttons @@ -1564,7 +1460,6 @@ posting_editor_buttons_before === * Locations: + styles/prosilver/template/posting_buttons.html - + styles/subsilver2/template/posting_buttons.html * Since: 3.1.0-a3 * Purpose: Add content before the BBCode posting buttons @@ -1572,7 +1467,6 @@ posting_editor_buttons_custom_tags_before === * Locations: + styles/prosilver/template/posting_buttons.html - + styles/subsilver2/template/posting_buttons.html * Since: 3.1.2-RC1 * Purpose: Add content inside the BBCode posting buttons and before the customs BBCode @@ -1580,7 +1474,6 @@ posting_editor_message_after === * Locations: + styles/prosilver/template/posting_editor.html - + styles/subsilver2/template/posting_body.html * Since: 3.1.0-a2 * Purpose: Add field (e.g. textbox) to the posting screen after the message @@ -1588,7 +1481,6 @@ posting_editor_message_before === * Locations: + styles/prosilver/template/posting_editor.html - + styles/subsilver2/template/posting_body.html * Since: 3.1.0-a2 * Purpose: Add field (e.g. textbox) to the posting screen before the message @@ -1596,7 +1488,6 @@ posting_editor_options_prepend === * Locations: + styles/prosilver/template/posting_editor.html - + styles/subsilver2/template/posting_body.html * Since: 3.1.0-a1 * Purpose: Add posting options on the posting screen @@ -1604,7 +1495,6 @@ posting_editor_smilies_after === * Locations: + styles/prosilver/template/posting_editor.html - + styles/subsilver2/template/posting_body.html * Since: 3.1.4-RC1 * Purpose: Add content after smilies @@ -1612,7 +1502,6 @@ posting_editor_smilies_before === * Locations: + styles/prosilver/template/posting_editor.html - + styles/subsilver2/template/posting_body.html * Since: 3.1.4-RC1 * Purpose: Add content before the smilies @@ -1620,7 +1509,6 @@ posting_editor_subject_after === * Locations: + styles/prosilver/template/posting_editor.html - + styles/subsilver2/template/posting_body.html * Since: 3.1.0-a2 * Purpose: Add field (e.g. textbox) to the posting screen after the subject @@ -1628,7 +1516,6 @@ posting_editor_subject_append === * Locations: + styles/prosilver/template/posting_editor.html - + styles/subsilver2/template/posting_body.html * Since: 3.1.10-RC1 * Purpose: Add field, text, etc. to the posting after the subject text box @@ -1636,7 +1523,6 @@ posting_editor_subject_before === * Locations: + styles/prosilver/template/posting_editor.html - + styles/subsilver2/template/posting_body.html * Since: 3.1.0-a2 * Purpose: Add field (e.g. textbox) to the posting screen before the subject @@ -1644,7 +1530,6 @@ posting_editor_subject_prepend === * Locations: + styles/prosilver/template/posting_editor.html - + styles/subsilver2/template/posting_body.html * Since: 3.1.10-RC1 * Purpose: Add field, text, etc. to the posting before the subject text box @@ -1652,7 +1537,6 @@ posting_editor_submit_buttons === * Locations: + styles/prosilver/template/posting_editor.html - + styles/subsilver2/template/posting_body.html * Since: 3.1.6-RC1 * Purpose: Add custom buttons in the posting editor @@ -1667,7 +1551,6 @@ posting_pm_header_find_username_after === * Locations: + styles/prosilver/template/posting_pm_header.html - + styles/subsilver2/template/ucp_header.html * Since: 3.1.0-RC4 * Purpose: Add content after the find username link on composing pm @@ -1675,7 +1558,6 @@ posting_pm_header_find_username_before === * Locations: + styles/prosilver/template/posting_pm_header.html - + styles/subsilver2/template/ucp_header.html * Since: 3.1.0-RC4 * Purpose: Add content before the find username link on composing pm @@ -1697,7 +1579,6 @@ posting_poll_body_options_after === * Locations: + styles/prosilver/template/posting_poll_body.html - + styles/subsilver2/template/posting_poll_body.html * Since: 3.1.4-RC1 * Purpose: Add content after the poll options on creating a poll @@ -1705,7 +1586,6 @@ posting_preview_poll_after === * Locations: + styles/prosilver/template/posting_preview.html - + styles/subsilver2/template/posting_preview.html * Since: 3.1.7-RC1 * Purpose: Add content after the poll preview block @@ -1713,7 +1593,6 @@ posting_topic_review_row_post_details_after === * Locations: + styles/prosilver/template/posting_topic_review.html - + styles/subsilver2/template/posting_topic_review.html * Since: 3.1.10-RC1 * Purpose: Add content after post details in topic review @@ -1721,7 +1600,6 @@ posting_topic_review_row_post_details_before === * Locations: + styles/prosilver/template/posting_topic_review.html - + styles/subsilver2/template/posting_topic_review.html * Since: 3.1.10-RC1 * Purpose: Add content before post details in topic review @@ -1729,7 +1607,6 @@ posting_topic_title_after === * Locations: + styles/prosilver/template/posting_layout.html - + styles/subsilver2/template/posting_body.html * Since: 3.1.7-RC1 * Purpose: Allows to add some information after the topic title in the posting form @@ -1737,7 +1614,6 @@ posting_topic_title_before === * Locations: + styles/prosilver/template/posting_layout.html - + styles/subsilver2/template/posting_body.html * Since: 3.1.6-RC1 * Purpose: Allows to add some information on the left of the topic title in the posting form @@ -1745,7 +1621,6 @@ quickreply_editor_panel_after === * Locations: + styles/prosilver/template/quickreply_editor.html - + styles/subsilver2/template/quickreply_editor.html * Since: 3.1.0-b2 * Purpose: Add content after the quick reply panel (but inside the form) @@ -1753,7 +1628,6 @@ quickreply_editor_panel_before === * Locations: + styles/prosilver/template/quickreply_editor.html - + styles/subsilver2/template/quickreply_editor.html * Since: 3.1.0-b2 * Purpose: Add content before the quick reply panel (but inside the form) @@ -1761,7 +1635,6 @@ quickreply_editor_message_after === * Locations: + styles/prosilver/template/quickreply_editor.html - + styles/subsilver2/template/quickreply_editor.html * Since: 3.1.0-a4 * Purpose: Add content after the quick reply textbox @@ -1769,7 +1642,6 @@ quickreply_editor_message_before === * Locations: + styles/prosilver/template/quickreply_editor.html - + styles/subsilver2/template/quickreply_editor.html * Since: 3.1.0-a4 * Purpose: Add content before the quick reply textbox @@ -1777,7 +1649,6 @@ quickreply_editor_subject_before === * Locations: + styles/prosilver/template/quickreply_editor.html - + styles/subsilver2/template/quickreply_editor.html * Since: 3.1.7-RC1 * Purpose: Add content before the quick reply subject textbox @@ -1785,7 +1656,6 @@ search_body_form_after === * Locations: + styles/prosilver/template/search_body.html - + styles/subsilver2/template/search_body.html * Since: 3.1.7-RC1 * Purpose: Add content after the search form @@ -1793,7 +1663,6 @@ search_body_form_before === * Locations: + styles/prosilver/template/search_body.html - + styles/subsilver2/template/search_body.html * Since: 3.1.5-RC1 * Purpose: Add content before the search form @@ -1801,7 +1670,6 @@ search_body_recent_search_after === * Locations: + styles/prosilver/template/search_body.html - + styles/subsilver2/template/search_body.html * Since: 3.1.7-RC1 * Purpose: Add content after the recent search queries list @@ -1809,7 +1677,6 @@ search_body_recent_search_before === * Locations: + styles/prosilver/template/search_body.html - + styles/subsilver2/template/search_body.html * Since: 3.1.7-RC1 * Purpose: Add content before the recent search queries list @@ -1817,7 +1684,6 @@ search_body_search_display_options_append === * Locations: + styles/prosilver/template/search_body.html - + styles/subsilver2/template/search_body.html * Since: 3.1.7-RC1 * Purpose: Put content at the bottom of the search query display options fields set @@ -1825,7 +1691,6 @@ search_body_search_display_options_prepend === * Locations: + styles/prosilver/template/search_body.html - + styles/subsilver2/template/search_body.html * Since: 3.1.7-RC1 * Purpose: Put content at the top of the search query display options fields set @@ -1833,7 +1698,6 @@ search_body_search_options_after === * Locations: + styles/prosilver/template/search_body.html - + styles/subsilver2/template/search_body.html * Since: 3.1.7-RC1 * Purpose: Add content after the search query options fields set @@ -1841,7 +1705,6 @@ search_body_search_options_append === * Locations: + styles/prosilver/template/search_body.html - + styles/subsilver2/template/search_body.html * Since: 3.1.7-RC1 * Purpose: Put content at the bottom of the search query options fields set @@ -1849,7 +1712,6 @@ search_body_search_options_before === * Locations: + styles/prosilver/template/search_body.html - + styles/subsilver2/template/search_body.html * Since: 3.1.7-RC1 * Purpose: Add content before the search query options fields set @@ -1857,7 +1719,6 @@ search_body_search_options_prepend === * Locations: + styles/prosilver/template/search_body.html - + styles/subsilver2/template/search_body.html * Since: 3.1.7-RC1 * Purpose: Put content at the top of the search query options fields set @@ -1865,7 +1726,6 @@ search_body_search_query_after === * Locations: + styles/prosilver/template/search_body.html - + styles/subsilver2/template/search_body.html * Since: 3.1.7-RC1 * Purpose: Add content after the search query fields set @@ -1873,7 +1733,6 @@ search_body_search_query_append === * Locations: + styles/prosilver/template/search_body.html - + styles/subsilver2/template/search_body.html * Since: 3.1.7-RC1 * Purpose: Put content at the bottom of the search query fields set @@ -1881,7 +1740,6 @@ search_body_search_query_before === * Locations: + styles/prosilver/template/search_body.html - + styles/subsilver2/template/search_body.html * Since: 3.1.7-RC1 * Purpose: Add content before the search query fields set @@ -1889,7 +1747,6 @@ search_body_search_query_prepend === * Locations: + styles/prosilver/template/search_body.html - + styles/subsilver2/template/search_body.html * Since: 3.1.7-RC1 * Purpose: Put content at the top of the search query fields set @@ -1897,7 +1754,6 @@ search_results_header_after === * Locations: + styles/prosilver/template/search_results.html - + styles/subsilver2/template/search_results.html * Since: 3.1.4-RC1 * Purpose: Add content after the header of the search results @@ -1905,7 +1761,6 @@ search_results_header_before === * Locations: + styles/prosilver/template/search_results.html - + styles/subsilver2/template/search_results.html * Since: 3.1.4-RC1 * Purpose: Add content before the header of the search results. @@ -1913,7 +1768,6 @@ search_results_post_after === * Locations: + styles/prosilver/template/search_results.html - + styles/subsilver2/template/search_results.html * Since: 3.1.0-b3 * Purpose: Add data after search result posts @@ -1921,7 +1775,6 @@ search_results_post_before === * Locations: + styles/prosilver/template/search_results.html - + styles/subsilver2/template/search_results.html * Since: 3.1.0-b3 * Purpose: Add data before search result posts @@ -1943,7 +1796,6 @@ search_results_searchbox_after === * Locations: + styles/prosilver/template/search_results.html - + styles/subsilver2/template/search_results.html * Since: 3.1.4-RC1 * Purpose: Add content right after the searchbox of the search results. @@ -1951,7 +1803,6 @@ search_results_topic_after === * Locations: + styles/prosilver/template/search_results.html - + styles/subsilver2/template/search_results.html * Since: 3.1.0-b4 * Purpose: Add data after search result topics @@ -1959,7 +1810,6 @@ search_results_topic_before === * Locations: + styles/prosilver/template/search_results.html - + styles/subsilver2/template/search_results.html * Since: 3.1.0-b4 * Purpose: Add data before search result topics @@ -1967,7 +1817,6 @@ simple_footer_after === * Locations: + styles/prosilver/template/simple_footer.html - + styles/subsilver2/template/simple_footer.html * Since: 3.1.0-a1 * Purpose: Add content directly prior to the `</body>` tag of the simple footer @@ -1975,7 +1824,6 @@ simple_header_body_before === * Locations: + styles/prosilver/template/simple_header.html - + styles/subsilver2/template/simple_header.html * Since: 3.1.0-b2 * Purpose: Add content to the header body @@ -1983,7 +1831,6 @@ simple_header_head_append === * Locations: + styles/prosilver/template/simple_header.html - + styles/subsilver2/template/simple_header.html * Since: 3.1.0-b4 * Purpose: Add asset calls directly before the `</head>` tag @@ -1991,7 +1838,6 @@ simple_header_stylesheets_after === * Locations: + styles/prosilver/template/simple_header.html - + styles/subsilver2/template/simple_header.html * Since: 3.1.0-RC3 * Purpose: Add asset calls after stylesheets within the `</head>` tag. Note that INCLUDECSS will not work with this event. @@ -2002,9 +1848,6 @@ topiclist_row_prepend + styles/prosilver/template/search_results.html + styles/prosilver/template/viewforum_body.html + styles/prosilver/template/mcp_forum.html - + styles/subsilver2/template/search_results.html - + styles/subsilver2/template/viewforum_body.html - + styles/subsilver2/template/mcp_forum.html * Since: 3.1.0-a1 * Changed: 3.1.6-RC1 Added event to mcp_forum.html * Purpose: Add content into topic rows (inside the elements containing topic titles) @@ -2015,9 +1858,6 @@ topiclist_row_append + styles/prosilver/template/search_results.html + styles/prosilver/template/viewforum_body.html + styles/prosilver/template/mcp_forum.html - + styles/subsilver2/template/search_results.html - + styles/subsilver2/template/viewforum_body.html - + styles/subsilver2/template/mcp_forum.html * Since: 3.1.0-a1 * Changed: 3.1.6-RC1 Added event to mcp_forum.html * Purpose: Add content into topic rows (inside the elements containing topic titles) @@ -2028,9 +1868,6 @@ topiclist_row_topic_title_after + styles/prosilver/template/search_results.html + styles/prosilver/template/viewforum_body.html + styles/prosilver/template/mcp_forum.html - + styles/subsilver2/template/search_results.html - + styles/subsilver2/template/viewforum_body.html - + styles/subsilver2/template/mcp_forum.html * Since: 3.1.10-RC1 * Purpose: Add content into topic rows (after the elements containing the topic titles) @@ -2038,7 +1875,6 @@ ucp_agreement_terms_after === * Locations: + styles/prosilver/template/ucp_agreement.html - + styles/subsilver2/template/ucp_agreement.html * Since: 3.1.0-b3 * Purpose: Add content after the terms of agreement text at user registration @@ -2046,7 +1882,6 @@ ucp_agreement_terms_before === * Locations: + styles/prosilver/template/ucp_agreement.html - + styles/subsilver2/template/ucp_agreement.html * Since: 3.1.0-b3 * Purpose: Add content before the terms of agreement text at user registration @@ -2054,7 +1889,6 @@ ucp_main_front_user_activity_after === * Locations: + styles/prosilver/template/ucp_main_front.html - + styles/subsilver2/template/ucp_main_front.html * Since: 3.1.6-RC1 * Purpose: Add content right after the user activity info viewing UCP front page @@ -2062,7 +1896,6 @@ ucp_main_front_user_activity_append === * Locations: + styles/prosilver/template/ucp_main_front.html - + styles/subsilver2/template/ucp_main_front.html * Since: 3.1.11-RC1 * Purpose: Add content after last user activity info viewing UCP front page @@ -2070,7 +1903,6 @@ ucp_main_front_user_activity_before === * Locations: + styles/prosilver/template/ucp_main_front.html - + styles/subsilver2/template/ucp_main_front.html * Since: 3.1.6-RC1 * Purpose: Add content right before the user activity info viewing UCP front page @@ -2078,7 +1910,6 @@ ucp_main_front_user_activity_prepend === * Locations: + styles/prosilver/template/ucp_main_front.html - + styles/subsilver2/template/ucp_main_front.html * Since: 3.1.11-RC1 * Purpose: Add content before first user activity info viewing UCP front page @@ -2086,7 +1917,6 @@ ucp_pm_history_post_buttons_after === * Locations: + styles/prosilver/template/ucp_pm_history.html - + styles/subsilver2/template/ucp_pm_history.html * Since: 3.1.6-RC1 * Purpose: Add post button to private messages in history review (next to quote etc), at the end of the list. @@ -2095,7 +1925,6 @@ ucp_pm_history_post_buttons_before === * Locations: + styles/prosilver/template/ucp_pm_history.html - + styles/subsilver2/template/ucp_pm_history.html * Since: 3.1.6-RC1 * Purpose: Add post button to private messages in history review (next to quote etc), at the start of the list. @@ -2120,7 +1949,6 @@ ucp_pm_history_review_after === * Locations: + styles/prosilver/template/ucp_pm_history.html - + styles/subsilver2/template/ucp_pm_history.html * Since: 3.1.6-RC1 * Purpose: Add content after the private messages history review. @@ -2128,7 +1956,6 @@ ucp_pm_history_review_before === * Locations: + styles/prosilver/template/ucp_pm_history.html - + styles/subsilver2/template/ucp_pm_history.html * Since: 3.1.6-RC1 * Purpose: Add content before the private messages history review. @@ -2189,7 +2016,6 @@ ucp_pm_viewmessage_post_buttons_after === * Locations: + styles/prosilver/template/ucp_pm_viewmessage.html - + styles/subsilver2/template/ucp_pm_viewmessage.html * Since: 3.1.0-RC3 * Purpose: Add post button to private messages (next to edit, quote etc), at the end of the list. @@ -2198,7 +2024,6 @@ ucp_pm_viewmessage_post_buttons_before === * Locations: + styles/prosilver/template/ucp_pm_viewmessage.html - + styles/subsilver2/template/ucp_pm_viewmessage.html * Since: 3.1.0-RC3 * Purpose: Add post button to private messages (next to edit, quote etc), at the start of the list. @@ -2223,7 +2048,6 @@ ucp_pm_viewmessage_print_head_append === * Locations: + styles/prosilver/template/ucp_pm_viewmessage_print.html - + styles/subsilver2/template/ucp_pm_viewmessage_print.html * Since: 3.1.0-a1 * Purpose: Add asset calls directly before the `</head>` tag of the Print PM screen @@ -2247,7 +2071,6 @@ ucp_prefs_personal_prepend === * Locations: + styles/prosilver/template/ucp_prefs_personal.html - + styles/subsilver2/template/ucp_prefs_personal.html * Since: 3.1.0-a1 * Purpose: Add user options to the top of the Edit Global Settings block @@ -2255,7 +2078,6 @@ ucp_prefs_personal_append === * Locations: + styles/prosilver/template/ucp_prefs_personal.html - + styles/subsilver2/template/ucp_prefs_personal.html * Since: 3.1.0-a1 * Purpose: Add user options to the bottom of the Edit Global Settings block @@ -2263,7 +2085,6 @@ ucp_prefs_post_prepend === * Locations: + styles/prosilver/template/ucp_prefs_post.html - + styles/subsilver2/template/ucp_prefs_post.html * Since: 3.1.0-a1 * Purpose: Add user options to the top of the Edit Posting Defaults block @@ -2271,7 +2092,6 @@ ucp_prefs_post_append === * Locations: + styles/prosilver/template/ucp_prefs_post.html - + styles/subsilver2/template/ucp_prefs_post.html * Since: 3.1.0-a1 * Purpose: Add user options to the bottom of the Edit Posting Defaults block @@ -2279,7 +2099,6 @@ ucp_prefs_view_radio_buttons_prepend === * Locations: + styles/prosilver/template/ucp_prefs_view.html - + styles/subsilver2/template/ucp_prefs_view.html * Since: 3.1.0-a1 * Purpose: Add options to the top of the radio buttons block of the Edit Display Options screen @@ -2288,7 +2107,6 @@ ucp_prefs_view_radio_buttons_append === * Locations: + styles/prosilver/template/ucp_prefs_view.html - + styles/subsilver2/template/ucp_prefs_view.html * Since: 3.1.0-a1 * Purpose: Add options to the bottom of the radio buttons block of the Edit Display Options screen @@ -2297,7 +2115,6 @@ ucp_prefs_view_select_menu_prepend === * Locations: + styles/prosilver/template/ucp_prefs_view.html - + styles/subsilver2/template/ucp_prefs_view.html * Since: 3.1.0-a1 * Purpose: Add options to the top of the drop-down lists block of the Edit Display Options screen @@ -2306,7 +2123,6 @@ ucp_prefs_view_select_menu_append === * Locations: + styles/prosilver/template/ucp_prefs_view.html - + styles/subsilver2/template/ucp_prefs_view.html * Since: 3.1.0-a1 * Purpose: Add options to the bottom of the drop-down lists block of the Edit Display Options screen @@ -2315,7 +2131,6 @@ ucp_profile_profile_info_before === * Locations: + styles/prosilver/template/ucp_profile_profile_info.html - + styles/subsilver2/template/ucp_profile_profile_info.html * Since: 3.1.4-RC1 * Purpose: Add options in profile page fieldset - before jabber field. @@ -2323,7 +2138,6 @@ ucp_profile_profile_info_after === * Locations: + styles/prosilver/template/ucp_profile_profile_info.html - + styles/subsilver2/template/ucp_profile_profile_info.html * Since: 3.1.4-RC1 * Purpose: Add options in profile page fieldset - after custom profile fields. @@ -2331,7 +2145,6 @@ ucp_profile_register_details_before === * Locations: + styles/prosilver/template/ucp_profile_reg_details.html - + styles/subsilver2/template/ucp_profile_reg_details.html * Since: 3.1.4-RC1 * Purpose: Add options in profile page fieldset - before first field. @@ -2339,7 +2152,6 @@ ucp_profile_register_details_after === * Locations: + styles/prosilver/template/ucp_profile_reg_details.html - + styles/subsilver2/template/ucp_profile_reg_details.html * Since: 3.1.4-RC1 * Purpose: Add options in profile page fieldset - after confirm password field. @@ -2347,7 +2159,6 @@ ucp_register_buttons_before === * Locations: + styles/prosilver/template/ucp_register.html - + styles/subsilver2/template/ucp_register.html * Since: 3.1.11-RC1 * Purpose: Add content before buttons in registration form. @@ -2355,7 +2166,6 @@ ucp_register_credentials_before === * Locations: + styles/prosilver/template/ucp_register.html - + styles/subsilver2/template/ucp_register.html * Since: 3.1.0-b5 * Purpose: Add options in registration page fieldset - before first field. @@ -2363,7 +2173,6 @@ ucp_register_profile_fields_after === * Locations: + styles/prosilver/template/ucp_register.html - + styles/subsilver2/template/ucp_register.html * Since: 3.1.0-b5 * Purpose: Add options in registration page fieldset - after last field. @@ -2371,7 +2180,6 @@ ucp_register_credentials_after === * Locations: + styles/prosilver/template/ucp_register.html - + styles/subsilver2/template/ucp_register.html * Since: 3.1.0-b5 * Purpose: Add options in registration page fieldset - after password field. @@ -2379,7 +2187,6 @@ ucp_register_options_before === * Locations: + styles/prosilver/template/ucp_register.html - + styles/subsilver2/template/ucp_register.html * Since: 3.1.0-b5 * Purpose: Add options in registration page fieldset - before language selector. @@ -2387,7 +2194,6 @@ ucp_register_profile_fields_before === * Locations: + styles/prosilver/template/ucp_register.html - + styles/subsilver2/template/ucp_register.html * Since: 3.1.0-b5 * Purpose: Add options in registration page fieldset - before profile fields. @@ -2395,7 +2201,6 @@ ucp_friend_list_before === * Locations: + styles/prosilver/template/ucp_zebra_friends.html - + styles/subsilver2/template/ucp_zebra_friends.html * Since: 3.1.0-a4 * Purpose: Add optional elements before list of friends in UCP @@ -2403,7 +2208,6 @@ ucp_friend_list_after === * Locations: + styles/prosilver/template/ucp_zebra_friends.html - + styles/subsilver2/template/ucp_zebra_friends.html * Since: 3.1.0-a4 * Purpose: Add optional elements after list of friends in UCP @@ -2411,7 +2215,6 @@ viewforum_body_topic_row_after === * Locations: + styles/prosilver/template/viewforum_body.html - + styles/subsilver2/template/viewforum_body.html * Since: 3.1.7-RC1 * Purpose: Add content after the topic list item. @@ -2419,7 +2222,6 @@ viewforum_body_topic_row_append === * Locations: + styles/prosilver/template/viewforum_body.html - + styles/subsilver2/template/viewforum_body.html * Since: 3.1.7-RC1 * Purpose: Add content at the start of the topic list item. @@ -2427,7 +2229,6 @@ viewforum_body_topic_row_before === * Locations: + styles/prosilver/template/viewforum_body.html - + styles/subsilver2/template/viewforum_body.html * Since: 3.1.7-RC1 * Purpose: Add content before the topic list item. @@ -2435,7 +2236,6 @@ viewforum_body_topic_row_prepend === * Locations: + styles/prosilver/template/viewforum_body.html - + styles/subsilver2/template/viewforum_body.html * Since: 3.1.7-RC1 * Purpose: Add content at the end of the topic list item. @@ -2443,7 +2243,6 @@ viewforum_body_topicrow_row_before === * Locations: + styles/prosilver/template/viewforum_body.html - + styles/subsilver2/template/viewforum_body.html * Since: 3.1.10-RC1 * Purpose: Add content before list of topics. @@ -2451,7 +2250,6 @@ viewforum_buttons_bottom_before === * Locations: + styles/prosilver/template/viewforum_body.html - + styles/subsilver2/template/viewforum_body.html * Since: 3.1.0-RC5 * Purpose: Add buttons before New Topic button on the bottom of the topic's list @@ -2459,7 +2257,6 @@ viewforum_buttons_bottom_after === * Locations: + styles/prosilver/template/viewforum_body.html - + styles/subsilver2/template/viewforum_body.html * Since: 3.1.0-RC5 * Purpose: Add buttons after New Topic button on the bottom of the topic's list @@ -2467,7 +2264,6 @@ viewforum_buttons_top_before === * Locations: + styles/prosilver/template/viewforum_body.html - + styles/subsilver2/template/viewforum_body.html * Since: 3.1.0-RC5 * Purpose: Add buttons before New Topic button on the top of the topic's list @@ -2475,7 +2271,6 @@ viewforum_buttons_top_after === * Locations: + styles/prosilver/template/viewforum_body.html - + styles/subsilver2/template/viewforum_body.html * Since: 3.1.0-RC5 * Purpose: Add buttons after New Topic button on the top of the topic's list @@ -2483,7 +2278,6 @@ viewtopic_buttons_bottom_before === * Locations: + styles/prosilver/template/viewtopic_body.html - + styles/subsilver2/template/viewtopic_body.html * Since: 3.1.0-RC5 * Purpose: Add buttons before Post Reply button on the bottom of the posts's list @@ -2491,7 +2285,6 @@ viewtopic_buttons_bottom_after === * Locations: + styles/prosilver/template/viewtopic_body.html - + styles/subsilver2/template/viewtopic_body.html * Since: 3.1.0-RC5 * Purpose: Add buttons after Post Reply button on the bottom of the posts's list @@ -2499,7 +2292,6 @@ viewtopic_buttons_top_before === * Locations: + styles/prosilver/template/viewtopic_body.html - + styles/subsilver2/template/viewtopic_body.html * Since: 3.1.0-RC5 * Purpose: Add buttons before Post Reply button on the top of the posts's list @@ -2507,7 +2299,6 @@ viewtopic_buttons_top_after === * Locations: + styles/prosilver/template/viewtopic_body.html - + styles/subsilver2/template/viewtopic_body.html * Since: 3.1.0-RC5 * Purpose: Add buttons after Post Reply button on the top of the posts's list @@ -2529,7 +2320,6 @@ viewforum_forum_name_append === * Locations: + styles/prosilver/template/viewforum_body.html - + styles/subsilver2/template/viewforum_body.html * Since: 3.1.0-b3 * Purpose: Add content directly after the forum name link on the View forum screen @@ -2537,7 +2327,6 @@ viewforum_forum_name_prepend === * Locations: + styles/prosilver/template/viewforum_body.html - + styles/subsilver2/template/viewforum_body.html * Since: 3.1.0-b3 * Purpose: Add content directly before the forum name link on the View forum screen @@ -2545,7 +2334,6 @@ viewforum_forum_title_after === * Locations: + styles/prosilver/template/viewforum_body.html - + styles/subsilver2/template/viewforum_body.html * Since: 3.1.5-RC1 * Purpose: Add content directly after the forum title on the View forum screen @@ -2553,7 +2341,6 @@ viewforum_forum_title_before === * Locations: + styles/prosilver/template/viewforum_body.html - + styles/subsilver2/template/viewforum_body.html * Since: 3.1.5-RC1 * Purpose: Add content directly before the forum title on the View forum screen @@ -2561,7 +2348,6 @@ viewtopic_print_head_append === * Locations: + styles/prosilver/template/viewtopic_print.html - + styles/subsilver2/template/viewtopic_print.html * Since: 3.1.0-a1 * Purpose: Add asset calls directly before the `</head>` tag of the Print Topic screen @@ -2569,7 +2355,6 @@ viewtopic_body_pagination_top_after === * Locations: + styles/prosilver/template/viewtopic_body.html - + styles/subsilver2/template/viewtopic_body.html * Since: 3.1.4-RC1 * Purpose: Add content after the pagination at top @@ -2577,7 +2362,6 @@ viewtopic_body_avatar_after === * Locations: + styles/prosilver/template/viewtopic_body.html - + styles/subsilver2/template/viewtopic_body.html * Since: 3.1.0-RC3 * Purpose: Add content right after the avatar when viewing topics @@ -2585,7 +2369,6 @@ viewtopic_body_avatar_before === * Locations: + styles/prosilver/template/viewtopic_body.html - + styles/subsilver2/template/viewtopic_body.html * Since: 3.1.0-RC3 * Purpose: Add content right before the avatar when viewing topics @@ -2609,17 +2392,14 @@ viewtopic_body_footer_before === * Locations: + styles/prosilver/template/viewtopic_body.html - + styles/subsilver2/template/viewtopic_body.html * Since: 3.1.0-a1 * Purpose: Add content to the bottom of the View topic screen below the posts -and quick reply, directly before the jumpbox in Prosilver, breadcrumbs in -Subsilver2. +and quick reply, directly before the jumpbox in Prosilver. viewtopic_body_poll_after === * Locations: + styles/prosilver/template/viewtopic_body.html - + styles/subsilver2/template/viewtopic_body.html * Since: 3.1.6-RC1 * Purpose: Add content after the poll panel. @@ -2627,7 +2407,6 @@ viewtopic_body_poll_before === * Locations: + styles/prosilver/template/viewtopic_body.html - + styles/subsilver2/template/viewtopic_body.html * Since: 3.1.6-RC1 * Purpose: Add content before the poll panel. @@ -2635,7 +2414,6 @@ viewtopic_body_poll_option_after === * Locations: + styles/prosilver/template/viewtopic_body.html - + styles/subsilver2/template/viewtopic_body.html * Since: 3.1.0-b3 * Purpose: Add content after the poll option the list. @@ -2644,7 +2422,6 @@ viewtopic_body_poll_option_before === * Locations: + styles/prosilver/template/viewtopic_body.html - + styles/subsilver2/template/viewtopic_body.html * Since: 3.1.0-b3 * Purpose: Add content before the poll option the list. @@ -2653,7 +2430,6 @@ viewtopic_body_poll_question_append === * Locations: + styles/prosilver/template/viewtopic_body.html - + styles/subsilver2/template/viewtopic_body.html * Since: 3.1.0-b3 * Purpose: Add content directly after the poll question on the View topic screen @@ -2661,7 +2437,6 @@ viewtopic_body_poll_question_prepend === * Locations: + styles/prosilver/template/viewtopic_body.html - + styles/subsilver2/template/viewtopic_body.html * Since: 3.1.0-b3 * Purpose: Add content directly before the poll question on the View topic screen @@ -2669,7 +2444,6 @@ viewtopic_body_post_author_after === * Locations: + styles/prosilver/template/viewtopic_body.html - + styles/subsilver2/template/viewtopic_body.html * Since: 3.1.3-RC1 * Purpose: Add content directly after the post author on the view topic screen @@ -2677,7 +2451,6 @@ viewtopic_body_post_author_before === * Locations: + styles/prosilver/template/viewtopic_body.html - + styles/subsilver2/template/viewtopic_body.html * Since: 3.1.3-RC1 * Purpose: Add content directly before the post author on the view topic screen @@ -2685,7 +2458,6 @@ viewtopic_body_post_buttons_after === * Locations: + styles/prosilver/template/viewtopic_body.html - + styles/subsilver2/template/viewtopic_body.html * Since: 3.1.0-a1 * Purpose: Add post button to posts (next to edit, quote etc), at the end of the list. @@ -2694,7 +2466,6 @@ viewtopic_body_post_buttons_before === * Locations: + styles/prosilver/template/viewtopic_body.html - + styles/subsilver2/template/viewtopic_body.html * Since: 3.1.0-a1 * Purpose: Add post button to posts (next to edit, quote etc), at the start of the list. @@ -2719,7 +2490,6 @@ viewtopic_body_post_subject_before === * Locations: + styles/prosilver/template/viewtopic_body.html - + styles/subsilver2/template/viewtopic_body.html * Since: 3.1.7-RC1 * Purpose: Add data before post icon and subject @@ -2727,7 +2497,6 @@ viewtopic_body_postrow_back2top_after === * Locations: + styles/prosilver/template/viewtopic_body.html - + styles/subsilver2/template/viewtopic_body.html * Since: 3.1.8-RC1 * Purpose: Add content to the post's bottom after the back to top link @@ -2735,7 +2504,6 @@ viewtopic_body_postrow_back2top_append === * Locations: + styles/prosilver/template/viewtopic_body.html - + styles/subsilver2/template/viewtopic_body.html * Since: 3.1.8-RC1 * Purpose: Add content to the post's bottom directly after the back to top link @@ -2743,7 +2511,6 @@ viewtopic_body_postrow_back2top_before === * Locations: + styles/prosilver/template/viewtopic_body.html - + styles/subsilver2/template/viewtopic_body.html * Since: 3.1.8-RC1 * Purpose: Add content to the post's bottom before the back to top link @@ -2751,7 +2518,6 @@ viewtopic_body_postrow_back2top_prepend === * Locations: + styles/prosilver/template/viewtopic_body.html - + styles/subsilver2/template/viewtopic_body.html * Since: 3.1.8-RC1 * Purpose: Add content to the post's bottom directly before the back to top link @@ -2759,7 +2525,6 @@ viewtopic_body_postrow_custom_fields_after === * Locations: + styles/prosilver/template/viewtopic_body.html - + styles/subsilver2/template/viewtopic_body.html * Since: 3.1.0-a1 * Purpose: Add data after the custom fields on the user profile when viewing a post @@ -2768,7 +2533,6 @@ viewtopic_body_postrow_custom_fields_before === * Locations: + styles/prosilver/template/viewtopic_body.html - + styles/subsilver2/template/viewtopic_body.html * Since: 3.1.0-a1 * Purpose: Add data before the custom fields on the user profile when viewing a post @@ -2777,7 +2541,6 @@ viewtopic_body_postrow_post_after === * Locations: + styles/prosilver/template/viewtopic_body.html - + styles/subsilver2/template/viewtopic_body.html * Since: 3.1.0-a4 * Purpose: Add data after posts @@ -2785,7 +2548,6 @@ viewtopic_body_postrow_post_before === * Locations: + styles/prosilver/template/viewtopic_body.html - + styles/subsilver2/template/viewtopic_body.html * Since: 3.1.0-a4 * Purpose: Add data before posts @@ -2793,7 +2555,6 @@ viewtopic_body_postrow_post_content_footer === * Locations: + styles/prosilver/template/viewtopic_body.html - + styles/subsilver2/template/viewtopic_body.html * Since: 3.1.0-RC4 * Purpose: Add data at the end of the posts. @@ -2801,7 +2562,6 @@ viewtopic_body_postrow_post_details_after === * Locations: + styles/prosilver/template/viewtopic_body.html - + styles/subsilver2/template/viewtopic_body.html * Since: 3.1.4-RC1 * Purpose: Add content after the post details @@ -2809,7 +2569,6 @@ viewtopic_body_postrow_post_details_before === * Locations: + styles/prosilver/template/viewtopic_body.html - + styles/subsilver2/template/viewtopic_body.html * Since: 3.1.4-RC1 * Purpose: Add content before the post details @@ -2817,7 +2576,6 @@ viewtopic_body_postrow_post_notices_after === * Locations: + styles/prosilver/template/viewtopic_body.html - + styles/subsilver2/template/viewtopic_body.html * Since: 3.1.0-b2 * Purpose: Add posts specific custom notices at the notices bottom. @@ -2825,7 +2583,6 @@ viewtopic_body_postrow_post_notices_before === * Locations: + styles/prosilver/template/viewtopic_body.html - + styles/subsilver2/template/viewtopic_body.html * Since: 3.1.0-b2 * Purpose: Add posts specific custom notices at the notices top. @@ -2833,7 +2590,6 @@ viewtopic_body_postrow_rank_after === * Locations: + styles/prosilver/template/viewtopic_body.html - + styles/subsilver2/template/viewtopic_body.html * Since: 3.1.6-RC1 * Purpose: Add data after the rank on the user profile when viewing a post @@ -2842,7 +2598,6 @@ viewtopic_body_postrow_rank_before === * Locations: + styles/prosilver/template/viewtopic_body.html - + styles/subsilver2/template/viewtopic_body.html * Since: 3.1.6-RC1 * Purpose: Add data before the rank on the user profile when viewing a post @@ -2851,7 +2606,6 @@ viewtopic_body_topic_actions_before === * Locations: + styles/prosilver/template/viewtopic_body.html - + styles/subsilver2/template/viewtopic_body.html * Since: 3.1.0-a4 * Purpose: Add data before the topic actions buttons (after the posts sorting options) @@ -2859,7 +2613,6 @@ viewtopic_topic_title_after === * Locations: + styles/prosilver/template/viewtopic_body.html - + styles/subsilver2/template/viewtopic_body.html * Since: 3.1.7-RC1 * Purpose: Add content directly after the topic title link on the View topic screen (outside of the h2 HTML tag) @@ -2867,7 +2620,6 @@ viewtopic_topic_title_append === * Locations: + styles/prosilver/template/viewtopic_body.html - + styles/subsilver2/template/viewtopic_body.html * Since: 3.1.0-b3 * Purpose: Add content directly after the topic title link on the View topic screen @@ -2875,7 +2627,6 @@ viewtopic_topic_title_prepend === * Locations: + styles/prosilver/template/viewtopic_body.html - + styles/subsilver2/template/viewtopic_body.html * Since: 3.1.0-a1 * Purpose: Add content directly before the topic title link on the View topic screen |