diff options
Diffstat (limited to 'phpBB/docs/events.md')
-rw-r--r-- | phpBB/docs/events.md | 243 |
1 files changed, 1 insertions, 242 deletions
diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index fced20ecfe..410ae2ad7d 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -545,7 +545,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. @@ -553,7 +552,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. @@ -561,7 +559,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. @@ -569,7 +566,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. @@ -577,7 +573,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. @@ -585,7 +580,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. @@ -607,7 +601,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. @@ -615,7 +608,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. @@ -623,7 +615,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. @@ -631,7 +622,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. @@ -639,7 +629,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. @@ -647,7 +636,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. @@ -655,7 +643,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. @@ -663,7 +650,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. @@ -671,7 +657,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 @@ -679,7 +664,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 @@ -687,7 +671,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 @@ -695,7 +678,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 @@ -703,7 +685,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 @@ -711,7 +692,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 @@ -719,7 +699,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 @@ -727,7 +706,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 @@ -735,7 +713,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 @@ -743,7 +720,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 @@ -751,7 +727,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 @@ -759,7 +734,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 @@ -767,7 +741,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 @@ -775,7 +748,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 @@ -783,7 +755,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 @@ -791,7 +762,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 @@ -799,7 +769,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 @@ -807,7 +776,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 @@ -815,7 +783,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 @@ -823,7 +790,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 @@ -831,7 +797,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 @@ -839,7 +804,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 @@ -847,7 +811,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 @@ -855,7 +818,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 @@ -863,7 +825,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 @@ -871,7 +832,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 @@ -879,7 +839,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 @@ -887,7 +846,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. @@ -895,7 +853,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. @@ -903,7 +860,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. @@ -911,7 +867,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. @@ -919,7 +874,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). @@ -928,7 +882,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). @@ -937,7 +890,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). @@ -946,7 +898,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). @@ -955,7 +906,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. @@ -963,7 +913,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. @@ -971,7 +920,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. @@ -979,7 +927,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 @@ -987,7 +934,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 @@ -995,7 +941,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 @@ -1003,7 +948,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 @@ -1011,7 +955,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 @@ -1019,7 +962,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 @@ -1027,7 +969,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 @@ -1035,17 +976,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: @@ -1060,13 +993,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: @@ -1085,7 +1011,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 @@ -1093,7 +1018,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 @@ -1101,7 +1025,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 @@ -1109,7 +1032,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 @@ -1180,7 +1102,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 @@ -1188,7 +1109,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 @@ -1196,7 +1116,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 @@ -1204,7 +1123,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) @@ -1212,7 +1130,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 @@ -1220,7 +1137,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 @@ -1228,7 +1144,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 @@ -1236,7 +1151,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 @@ -1244,7 +1158,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 @@ -1252,7 +1165,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 @@ -1260,7 +1172,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" @@ -1268,7 +1179,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" @@ -1276,7 +1186,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 @@ -1284,7 +1193,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 @@ -1292,7 +1200,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) @@ -1300,7 +1207,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) @@ -1308,7 +1214,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) @@ -1316,7 +1221,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 @@ -1324,7 +1228,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 @@ -1332,7 +1235,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 @@ -1340,7 +1242,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 @@ -1348,7 +1249,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 @@ -1356,7 +1256,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 @@ -1364,7 +1263,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) @@ -1372,7 +1270,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) @@ -1380,7 +1277,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 @@ -1395,7 +1291,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. @@ -1411,7 +1306,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 @@ -1419,7 +1313,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 @@ -1427,7 +1320,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 @@ -1435,7 +1327,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 @@ -1443,7 +1334,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 @@ -1451,7 +1341,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 @@ -1459,7 +1348,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 @@ -1467,7 +1355,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 @@ -1475,7 +1362,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 @@ -1483,7 +1369,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 @@ -1491,7 +1376,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 @@ -1499,7 +1383,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 @@ -1514,7 +1397,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 @@ -1522,7 +1404,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 @@ -1544,7 +1425,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 @@ -1552,7 +1432,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 @@ -1560,7 +1439,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 @@ -1568,7 +1446,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 @@ -1576,7 +1453,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) @@ -1584,7 +1460,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) @@ -1592,7 +1467,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 @@ -1600,7 +1474,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 @@ -1608,7 +1481,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 @@ -1616,7 +1488,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 @@ -1624,7 +1495,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 @@ -1632,7 +1502,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 @@ -1640,7 +1509,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 @@ -1648,7 +1516,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 @@ -1656,7 +1523,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 @@ -1664,7 +1530,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 @@ -1672,7 +1537,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 @@ -1680,7 +1544,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 @@ -1688,7 +1551,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 @@ -1696,7 +1558,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 @@ -1704,7 +1565,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 @@ -1712,7 +1572,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 @@ -1720,7 +1579,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 @@ -1728,7 +1586,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 @@ -1736,7 +1593,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. @@ -1744,7 +1600,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 @@ -1752,7 +1607,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 @@ -1774,7 +1628,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. @@ -1782,7 +1635,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 @@ -1790,7 +1642,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 @@ -1798,7 +1649,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 @@ -1806,7 +1656,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 @@ -1814,7 +1663,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 @@ -1822,7 +1670,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. @@ -1833,9 +1680,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) @@ -1846,9 +1690,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) @@ -1857,7 +1698,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 @@ -1865,7 +1705,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 @@ -1873,7 +1712,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 @@ -1881,7 +1719,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 @@ -1889,7 +1726,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. @@ -1898,7 +1734,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. @@ -1923,7 +1758,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. @@ -1931,7 +1765,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. @@ -1985,7 +1818,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. @@ -1994,7 +1826,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. @@ -2019,7 +1850,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 @@ -2043,7 +1873,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 @@ -2051,7 +1880,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 @@ -2059,7 +1887,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 @@ -2067,7 +1894,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 @@ -2075,7 +1901,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 @@ -2084,7 +1909,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 @@ -2093,7 +1917,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 @@ -2102,7 +1925,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 @@ -2111,7 +1933,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. @@ -2119,7 +1940,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. @@ -2127,7 +1947,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. @@ -2135,7 +1954,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. @@ -2143,7 +1961,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. @@ -2151,7 +1968,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. @@ -2159,7 +1975,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. @@ -2167,7 +1982,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. @@ -2175,7 +1989,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. @@ -2183,7 +1996,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 @@ -2191,7 +2003,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 @@ -2199,7 +2010,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. @@ -2207,7 +2017,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. @@ -2215,7 +2024,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. @@ -2223,7 +2031,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. @@ -2231,7 +2038,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 @@ -2239,7 +2045,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 @@ -2247,7 +2052,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 @@ -2255,7 +2059,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 @@ -2263,7 +2066,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 @@ -2271,7 +2073,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 @@ -2279,7 +2080,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 @@ -2287,7 +2087,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 @@ -2309,7 +2108,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 @@ -2317,7 +2115,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 @@ -2325,7 +2122,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 @@ -2333,7 +2129,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 @@ -2341,7 +2136,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 @@ -2349,7 +2143,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 @@ -2357,7 +2150,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 @@ -2365,7 +2157,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 @@ -2389,17 +2180,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. @@ -2407,7 +2195,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. @@ -2415,7 +2202,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. @@ -2424,7 +2210,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. @@ -2433,7 +2218,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 @@ -2441,7 +2225,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 @@ -2449,7 +2232,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 @@ -2457,7 +2239,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 @@ -2465,7 +2246,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. @@ -2474,7 +2254,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. @@ -2499,7 +2278,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 @@ -2507,7 +2285,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 @@ -2515,7 +2292,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 @@ -2523,7 +2299,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 @@ -2531,7 +2306,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 @@ -2539,7 +2313,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 @@ -2548,7 +2321,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 @@ -2557,7 +2329,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 @@ -2565,7 +2336,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 @@ -2573,7 +2343,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. @@ -2581,7 +2350,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 @@ -2589,7 +2357,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 @@ -2597,7 +2364,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. @@ -2605,7 +2371,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. @@ -2613,7 +2378,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 @@ -2622,7 +2386,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 @@ -2631,7 +2394,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) @@ -2639,7 +2401,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) @@ -2647,7 +2408,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 @@ -2655,7 +2415,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 |