diff options
Diffstat (limited to 'phpBB/docs')
-rw-r--r-- | phpBB/docs/INSTALL.html | 4 | ||||
-rw-r--r-- | phpBB/docs/README.html | 4 | ||||
-rw-r--r-- | phpBB/docs/events.md | 213 | ||||
-rw-r--r-- | phpBB/docs/install-config.sample.yml | 35 |
4 files changed, 40 insertions, 216 deletions
diff --git a/phpBB/docs/INSTALL.html b/phpBB/docs/INSTALL.html index 132367dd0a..a0e63092f0 100644 --- a/phpBB/docs/INSTALL.html +++ b/phpBB/docs/INSTALL.html @@ -147,7 +147,7 @@ <li>Oracle</li> </ul> </li> - <li><strong>PHP 5.3.3+</strong> with support for the database you intend to use.</li> + <li><strong>PHP 5.3.9+</strong> with support for the database you intend to use.</li> <li>The following PHP modules are required: <ul> <li>json</li> @@ -321,7 +321,7 @@ <p>If you have non-English language packs installed, you may want to see if a new version has been made available. A number of missing strings may have been added which, though not essential, may be beneficial to users. Please note that at this time not all language packs have been updated so you should be prepared to periodically check for updates.</p> - <p>These update methods will only update the standard styles, <code>prosilver</code> and <code>subsilver2</code>, any other styles you have installed for your board will usually also need to be updated.</p> + <p>These update methods will only update the standard style <code>prosilver</code>, any other styles you have installed for your board will usually also need to be updated.</p> </div> diff --git a/phpBB/docs/README.html b/phpBB/docs/README.html index 21639045a3..1d6530b4da 100644 --- a/phpBB/docs/README.html +++ b/phpBB/docs/README.html @@ -265,7 +265,7 @@ <ul> <li>Your server type/version, e.g. Apache 2.2.3, IIS 7, Sambar, etc.</li> - <li>PHP version and mode of operation, e.g. PHP 5.3.3 as a module, PHP 5.4.0 running as CGI, etc.</li> + <li>PHP version and mode of operation, e.g. PHP 5.3.9 as a module, PHP 5.4.0 running as CGI, etc.</li> <li>DB type/version, e.g. MySQL 5.0.77, PostgreSQL 9.0.6, MSSQL Server 2000 SP1, etc.</li> </ul> @@ -323,7 +323,7 @@ <div class="content"> - <p>phpBB 3.1.x takes advantage of new features added in PHP 5.3. We recommend that you upgrade to the latest stable release of PHP5 to run phpBB. The minimum version required is PHP 5.3.3.</p> + <p>phpBB 3.1.x takes advantage of new features added in PHP 5.3. We recommend that you upgrade to the latest stable release of PHP5 to run phpBB. The minimum version required is PHP 5.3.9.</p> <p>Please remember that running any application on a development (unstable, e.g. a beta release) version of PHP can lead to strange/unexpected results which may appear to be bugs in the application. Therefore, we recommend you upgrade to the newest stable version of PHP before running phpBB. If you are running a development version of PHP please check any bugs you find on a system running a stable release before submitting.</p> diff --git a/phpBB/docs/events.md b/phpBB/docs/events.md index b69cbf77c9..7203e7758e 100644 --- a/phpBB/docs/events.md +++ b/phpBB/docs/events.md @@ -294,7 +294,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. @@ -302,7 +301,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. @@ -310,7 +308,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. @@ -318,7 +315,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. @@ -326,7 +322,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. @@ -334,7 +329,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. @@ -356,7 +350,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. @@ -364,7 +357,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. @@ -372,7 +364,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. @@ -380,7 +371,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. @@ -388,7 +378,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. @@ -396,7 +385,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. @@ -404,7 +392,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. @@ -412,7 +399,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. @@ -420,7 +406,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 @@ -428,7 +413,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 @@ -436,7 +420,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 @@ -444,7 +427,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 @@ -452,7 +434,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 @@ -460,7 +441,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 @@ -468,7 +448,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 @@ -476,7 +455,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 @@ -484,7 +462,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 @@ -492,7 +469,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 @@ -500,7 +476,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 @@ -508,7 +483,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 @@ -516,7 +490,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 @@ -524,7 +497,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 @@ -532,7 +504,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 @@ -540,7 +511,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 @@ -548,7 +518,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 @@ -556,7 +525,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 @@ -564,7 +532,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 @@ -572,7 +539,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 @@ -580,7 +546,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 @@ -588,7 +553,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 @@ -596,7 +560,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 @@ -604,7 +567,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 @@ -612,7 +574,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 @@ -620,7 +581,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 @@ -628,7 +588,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 @@ -636,7 +595,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. @@ -644,7 +602,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. @@ -652,7 +609,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. @@ -660,7 +616,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. @@ -668,7 +623,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). @@ -677,7 +631,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). @@ -686,7 +639,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). @@ -695,7 +647,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). @@ -704,7 +655,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. @@ -712,7 +662,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. @@ -720,7 +669,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. @@ -728,7 +676,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 @@ -736,7 +683,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 @@ -744,7 +690,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 @@ -752,17 +697,9 @@ 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 -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: @@ -777,13 +714,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: @@ -802,7 +732,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 @@ -810,7 +739,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 @@ -867,7 +795,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 @@ -875,7 +802,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 @@ -883,7 +809,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 @@ -891,7 +816,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) @@ -899,7 +823,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 @@ -907,7 +830,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 @@ -915,7 +837,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 @@ -923,7 +844,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 @@ -931,7 +851,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 @@ -939,7 +858,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 @@ -947,7 +865,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" @@ -955,7 +872,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" @@ -963,7 +879,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 @@ -971,7 +886,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 @@ -979,7 +893,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) @@ -987,7 +900,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) @@ -995,7 +907,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) @@ -1003,7 +914,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 @@ -1011,7 +921,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 @@ -1019,7 +928,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 @@ -1027,7 +935,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 @@ -1035,7 +942,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 @@ -1043,7 +949,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 @@ -1051,7 +956,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) @@ -1059,7 +963,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) @@ -1067,7 +970,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 @@ -1082,7 +984,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. @@ -1098,7 +999,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 @@ -1106,7 +1006,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 @@ -1114,7 +1013,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 @@ -1122,7 +1020,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 @@ -1130,7 +1027,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 @@ -1138,7 +1034,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 @@ -1146,7 +1041,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 @@ -1154,7 +1048,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 @@ -1162,7 +1055,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 @@ -1170,7 +1062,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 @@ -1178,7 +1069,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 @@ -1186,7 +1076,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 @@ -1201,7 +1090,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 @@ -1209,7 +1097,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 @@ -1231,7 +1118,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 @@ -1239,7 +1125,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 @@ -1247,7 +1132,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 @@ -1255,7 +1139,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) @@ -1263,7 +1146,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) @@ -1271,7 +1153,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 @@ -1279,7 +1160,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 @@ -1287,7 +1167,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 @@ -1295,7 +1174,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 @@ -1303,7 +1181,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. @@ -1311,7 +1188,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 @@ -1319,7 +1195,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 @@ -1341,7 +1216,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. @@ -1349,7 +1223,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 @@ -1357,7 +1230,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 @@ -1365,7 +1237,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 @@ -1373,7 +1244,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 @@ -1381,7 +1251,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 @@ -1389,7 +1258,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. @@ -1400,9 +1268,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) @@ -1413,9 +1278,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) @@ -1424,7 +1286,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 @@ -1432,7 +1293,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 @@ -1440,7 +1300,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 @@ -1448,7 +1307,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 @@ -1456,7 +1314,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. @@ -1465,7 +1322,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. @@ -1490,7 +1346,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. @@ -1498,7 +1353,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. @@ -1552,7 +1406,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. @@ -1561,7 +1414,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. @@ -1586,7 +1438,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 @@ -1610,7 +1461,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 @@ -1618,7 +1468,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 @@ -1626,7 +1475,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 @@ -1634,7 +1482,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 @@ -1642,7 +1489,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 @@ -1651,7 +1497,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 @@ -1660,7 +1505,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 @@ -1669,7 +1513,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 @@ -1678,7 +1521,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. @@ -1686,7 +1528,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. @@ -1694,7 +1535,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. @@ -1702,7 +1542,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. @@ -1710,7 +1549,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. @@ -1718,7 +1556,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. @@ -1726,7 +1563,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. @@ -1734,7 +1570,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. @@ -1742,7 +1577,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. @@ -1750,7 +1584,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 @@ -1758,7 +1591,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 @@ -1766,7 +1598,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 @@ -1774,7 +1605,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 @@ -1782,7 +1612,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 @@ -1790,7 +1619,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 @@ -1798,7 +1626,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 @@ -1806,7 +1633,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 @@ -1814,7 +1640,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 @@ -1822,7 +1647,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 @@ -1844,7 +1668,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 @@ -1852,7 +1675,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 @@ -1860,7 +1682,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 @@ -1868,7 +1689,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 @@ -1876,7 +1696,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 @@ -1884,7 +1703,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 @@ -1892,7 +1710,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 @@ -1900,7 +1717,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 @@ -1924,17 +1740,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. @@ -1942,7 +1755,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. @@ -1950,7 +1762,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. @@ -1959,7 +1770,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. @@ -1968,7 +1778,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 @@ -1976,7 +1785,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 @@ -1984,7 +1792,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 @@ -1992,7 +1799,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 @@ -2000,7 +1806,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. @@ -2009,7 +1814,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. @@ -2034,7 +1838,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 @@ -2043,7 +1846,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 @@ -2052,7 +1854,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 @@ -2060,7 +1861,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 @@ -2068,7 +1868,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. @@ -2076,7 +1875,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 @@ -2084,7 +1882,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 @@ -2092,7 +1889,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. @@ -2100,7 +1896,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. @@ -2108,7 +1903,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 @@ -2117,7 +1911,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 @@ -2126,7 +1919,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) @@ -2134,7 +1926,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) @@ -2142,7 +1933,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 @@ -2150,7 +1940,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 diff --git a/phpBB/docs/install-config.sample.yml b/phpBB/docs/install-config.sample.yml new file mode 100644 index 0000000000..d49e322a1f --- /dev/null +++ b/phpBB/docs/install-config.sample.yml @@ -0,0 +1,35 @@ +installer: + admin: + name: admin + password: adminadmin + email: admin@example.org + + board: + lang: en + name: My Board + description: My amazing new phpBB board + + database: + dbms: sqlite3 + dbhost: /tmp/phpbb.sqlite3 + dbport: ~ + dbuser: ~ + dbpasswd: ~ + dbname: ~ + table_prefix: phpbb_ + + email: + enabled: false + smtp_delivery : ~ + smtp_host: ~ + smtp_auth: ~ + smtp_user: ~ + smtp_pass: ~ + + server: + cookie_secure: false + server_protocol: http:// + force_server_vars: false + server_name: localhost + server_port: 80 + script_path: / |