Verzeichnisstruktur phpBB-3.1.0
- Veröffentlicht
- 27.10.2014
So funktioniert es
|
Auf das letzte Element klicken. Dies geht jeweils ein Schritt zurück |
Auf das Icon klicken, dies öffnet das Verzeichnis. Nochmal klicken schließt das Verzeichnis. |
|
(Beispiel Datei-Icons)
|
Auf das Icon klicken um den Quellcode anzuzeigen |
events.md
0001 acp_bbcodes_actions_append
0002 ===
0003 * Location: adm/style/acp_bbcodes.html
0004 * Since: 3.1.0-a3
0005 * Purpose: Add actions to the BBCodes page, after edit/delete buttons
0006
0007 acp_bbcodes_actions_prepend
0008 ===
0009 * Location: adm/style/acp_bbcodes.html
0010 * Since: 3.1.0-a3
0011 * Purpose: Add actions to the BBCodes page, before edit/delete buttons
0012
0013 acp_bbcodes_edit_fieldsets_after
0014 ===
0015 * Location: adm/style/acp_bbcodes.html
0016 * Since: 3.1.0-a3
0017 * Purpose: Add settings to BBCode add/edit form
0018
0019 acp_forums_normal_settings_append
0020 ===
0021 * Location: adm/style/acp_forums.html
0022 * Since: 3.1.0-a1
0023 * Purpose: Add settings to forums
0024
0025 acp_group_options_before
0026 ===
0027 * Location: adm/style/acp_groups.html
0028 * Since: 3.1.0-b4
0029 * Purpose: Add addtional options to group settings (before GROUP_FOUNDER_MANAGE)
0030
0031 acp_group_options_after
0032 ===
0033 * Location: adm/style/acp_groups.html
0034 * Since: 3.1.0-b4
0035 * Purpose: Add addtional options to group settings (after GROUP_RECEIVE_PM)
0036
0037 acp_main_actions_append
0038 ===
0039 * Location: adm/style/acp_main.html
0040 * Since: 3.1.0-a1
0041 * Purpose: Add actions to the ACP main page below the cache purge action
0042
0043 acp_main_notice_after
0044 ===
0045 * Location: adm/style/acp_main.html
0046 * Since: 3.1.0-a1
0047 * Purpose: Add notices or other blocks in the ACP below other configuration notices
0048
0049 acp_overall_footer_after
0050 ===
0051 * Location: adm/style/overall_footer.html
0052 * Since: 3.1.0-a1
0053 * Purpose: Add content below the footer in the ACP
0054
0055 acp_overall_header_body_before
0056 ===
0057 * Location: adm/style/overall_header.html
0058 * Since: 3.1.0-b2
0059 * Purpose: Add content to the header body
0060
0061 acp_overall_header_head_append
0062 ===
0063 * Location: adm/style/overall_header.html
0064 * Since: 3.1.0-a1
0065 * Purpose: Add assets within the `<head>` tags in the ACP
0066
0067 acp_overall_header_stylesheets_after
0068 ===
0069 * Location: adm/style/overall_header.html
0070 * Since: 3.1.0-RC3
0071 * Purpose: Add assets after stylesheets within the `<head>` tags in the ACP.
0072 Note that INCLUDECSS will not work with this event.
0073
0074 acp_posting_buttons_after
0075 ===
0076 * Locations:
0077 + adm/style/acp_posting_buttons.html
0078 * Since: 3.1.0-b4
0079 * Purpose: Add content after BBCode posting buttons in the ACP
0080
0081 acp_posting_buttons_before
0082 ===
0083 * Locations:
0084 + adm/style/acp_posting_buttons.html
0085 * Since: 3.1.0-b4
0086 * Purpose: Add content before BBCode posting buttons in the ACP
0087
0088 acp_ranks_edit_after
0089 ===
0090 * Locations:
0091 + adm/style/acp_ranks.html
0092 * Since: 3.1.0-RC3
0093 * Purpose: Add content after the rank details when editing a rank in the ACP
0094
0095 acp_ranks_edit_before
0096 ===
0097 * Locations:
0098 + adm/style/acp_ranks.html
0099 * Since: 3.1.0-RC3
0100 * Purpose: Add content before the rank details when editing a rank in the ACP
0101
0102 acp_ranks_list_column_after
0103 ===
0104 * Locations:
0105 + adm/style/acp_ranks.html
0106 * Since: 3.1.0-RC3
0107 * Purpose: Add content before the first column in the ranks list in the ACP
0108
0109 acp_ranks_list_column_before
0110 ===
0111 * Locations:
0112 + adm/style/acp_ranks.html
0113 * Since: 3.1.0-RC3
0114 * Purpose: Add content after the last column (but before the action column)
0115 in the ranks list in the ACP
0116
0117 acp_ranks_list_header_after
0118 ===
0119 * Locations:
0120 + adm/style/acp_ranks.html
0121 * Since: 3.1.0-RC3
0122 * Purpose: Add content before the first header-column in the ranks list in the ACP
0123
0124 acp_ranks_list_header_before
0125 ===
0126 * Locations:
0127 + adm/style/acp_ranks.html
0128 * Since: 3.1.0-RC3
0129 * Purpose: Add content after the last header-column (but before the action column)
0130 in the ranks list in the ACP
0131
0132 acp_simple_footer_after
0133 ===
0134 * Location: adm/style/simple_footer.html
0135 * Since: 3.1.0-a1
0136 * Purpose: Add content below the simple footer in the ACP
0137
0138 acp_simple_header_body_before
0139 ===
0140 * Location: adm/style/simple_header.html
0141 * Since: 3.1.0-b2
0142 * Purpose: Add content to the header body
0143
0144 acp_simple_header_head_append
0145 ===
0146 * Location: adm/style/simple_header.html
0147 * Since: 3.1.0-a1
0148 * Purpose: Add assets within the `<head>` tags in the simple header of the ACP
0149
0150 acp_simple_header_stylesheets_after
0151 ===
0152 * Location: adm/style/simple_header.html
0153 * Since: 3.1.0-RC3
0154 * Purpose: Add assets after stylesheets within the `<head>` tags in the simple header
0155 of the ACP. Note that INCLUDECSS will not work with this event.
0156
0157 acp_users_overview_options_append
0158 ===
0159 * Location: adm/style/acp_users_overview.html
0160 * Since: 3.1.0-a1
0161 * Purpose: Add options and settings on user overview page
0162
0163 acp_users_prefs_append
0164 ===
0165 * Location: adm/style/acp_users_prefs.html
0166 * Since: 3.1.0-b3
0167 * Purpose: Add user options fieldset to the bottom of ACP users prefs settings
0168
0169 acp_users_prefs_prepend
0170 ===
0171 * Location: adm/style/acp_users_prefs.html
0172 * Since: 3.1.0-b3
0173 * Purpose: Add user options fieldset to the top of ACP users prefs settings
0174
0175 acp_users_prefs_personal_append
0176 ===
0177 * Location: adm/style/acp_users_prefs.html
0178 * Since: 3.1.0-b3
0179 * Purpose: Add user options fieldset to the bottom of ACP users personal prefs settings
0180
0181 acp_users_prefs_personal_prepend
0182 ===
0183 * Location: adm/style/acp_users_prefs.html
0184 * Since: 3.1.0-b3
0185 * Purpose: Add user options fieldset to the top of ACP users personal prefs settings
0186
0187 acp_users_prefs_post_append
0188 ===
0189 * Location: adm/style/acp_users_prefs.html
0190 * Since: 3.1.0-b3
0191 * Purpose: Add user options fieldset to the bottom of ACP users post prefs settings
0192
0193 acp_users_prefs_post_prepend
0194 ===
0195 * Location: adm/style/acp_users_prefs.html
0196 * Since: 3.1.0-b3
0197 * Purpose: Add user options fieldset to the top of ACP users post prefs settings
0198
0199 acp_users_prefs_view_append
0200 ===
0201 * Location: adm/style/acp_users_prefs.html
0202 * Since: 3.1.0-b3
0203 * Purpose: Add user options fieldset to the bottom of ACP users view prefs settings
0204
0205 acp_users_prefs_view_prepend
0206 ===
0207 * Location: adm/style/acp_users_prefs.html
0208 * Since: 3.1.0-b3
0209 * Purpose: Add user options fieldset to the top of ACP users view prefs settings
0210
0211 forumlist_body_category_header_after
0212 ===
0213 * Locations:
0214 + styles/prosilver/template/forumlist_body.html
0215 + styles/subsilver2/template/forumlist_body.html
0216 * Since: 3.1.0-a4
0217 * Purpose: Add content after the header of the category on the forum list.
0218
0219 forumlist_body_category_header_before
0220 ===
0221 * Locations:
0222 + styles/prosilver/template/forumlist_body.html
0223 + styles/subsilver2/template/forumlist_body.html
0224 * Since: 3.1.0-a4
0225 * Purpose: Add content before the header of the category on the forum list.
0226
0227 forumlist_body_forum_row_after
0228 ===
0229 * Locations:
0230 + styles/prosilver/template/forumlist_body.html
0231 + styles/subsilver2/template/forumlist_body.html
0232 * Since: 3.1.0-RC5
0233 * Purpose: Add content after the forum list item.
0234
0235 forumlist_body_forum_row_append
0236 ===
0237 * Locations:
0238 + styles/prosilver/template/forumlist_body.html
0239 + styles/subsilver2/template/forumlist_body.html
0240 * Since: 3.1.0-RC5
0241 * Purpose: Add content at the start of the forum list item.
0242
0243 forumlist_body_forum_row_before
0244 ===
0245 * Locations:
0246 + styles/prosilver/template/forumlist_body.html
0247 + styles/subsilver2/template/forumlist_body.html
0248 * Since: 3.1.0-RC5
0249 * Purpose: Add content before the forum list item.
0250
0251 forumlist_body_forum_row_prepend
0252 ===
0253 * Locations:
0254 + styles/prosilver/template/forumlist_body.html
0255 + styles/subsilver2/template/forumlist_body.html
0256 * Since: 3.1.0-RC5
0257 * Purpose: Add content at the end of the forum list item.
0258
0259 forumlist_body_last_post_title_prepend
0260 ===
0261 * Locations:
0262 + styles/prosilver/template/forumlist_body.html
0263 + styles/subsilver2/template/forumlist_body.html
0264 * Since: 3.1.0-a1
0265 * Purpose: Add content before the post title of the latest post in a forum on the forum list.
0266
0267 forumlist_body_subforums_after
0268 ===
0269 * Locations:
0270 + styles/prosilver/template/forumlist_body.html
0271 + styles/subsilver2/template/forumlist_body.html
0272 * Since: 3.1.0-a4
0273 * Purpose: Add content after the list of subforums (if any) for each forum on the forum list.
0274
0275 forumlist_body_subforums_before
0276 ===
0277 * Locations:
0278 + styles/prosilver/template/forumlist_body.html
0279 + styles/subsilver2/template/forumlist_body.html
0280 * Since: 3.1.0-a4
0281 * Purpose: Add content before the list of subforums (if any) for each forum on the forum list.
0282
0283 forumlist_body_last_row_after
0284 ===
0285 * Locations:
0286 + styles/prosilver/template/forumlist_body.html
0287 + styles/subsilver2/template/forumlist_body.html
0288 * Since: 3.1.0-b2
0289 * Purpose: Add content after the very last row of the forum list.
0290
0291 index_body_block_birthday_append
0292 ===
0293 * Locations:
0294 + styles/prosilver/template/index_body.html
0295 + styles/subsilver2/template/index_body.html
0296 * Since: 3.1.0-b3
0297 * Purpose: Append content to the birthday list on the Board index
0298
0299 index_body_block_birthday_prepend
0300 ===
0301 * Locations:
0302 + styles/prosilver/template/index_body.html
0303 + styles/subsilver2/template/index_body.html
0304 * Since: 3.1.0-b3
0305 * Purpose: Prepend content to the birthday list on the Board index
0306
0307 index_body_block_online_append
0308 ===
0309 * Locations:
0310 + styles/prosilver/template/index_body.html
0311 + styles/subsilver2/template/index_body.html
0312 * Since: 3.1.0-b3
0313 * Purpose: Append content to the online list on the Board index
0314
0315 index_body_block_online_prepend
0316 ===
0317 * Locations:
0318 + styles/prosilver/template/index_body.html
0319 + styles/subsilver2/template/index_body.html
0320 * Since: 3.1.0-b3
0321 * Purpose: Prepend content to the online list on the Board index
0322
0323 index_body_block_stats_append
0324 ===
0325 * Locations:
0326 + styles/prosilver/template/index_body.html
0327 + styles/subsilver2/template/index_body.html
0328 * Since: 3.1.0-b3
0329 * Purpose: Append content to the statistics list on the Board index
0330
0331 index_body_block_stats_prepend
0332 ===
0333 * Locations:
0334 + styles/prosilver/template/index_body.html
0335 + styles/subsilver2/template/index_body.html
0336 * Since: 3.1.0-b3
0337 * Purpose: Prepend content to the statistics list on the Board index
0338
0339 index_body_markforums_after
0340 ===
0341 * Locations:
0342 + styles/prosilver/template/index_body.html
0343 + styles/subsilver2/template/index_body.html
0344 * Since: 3.1.0-RC2
0345 * Purpose: Add content after the mark-read link above the forum list on Board index
0346
0347 index_body_markforums_before
0348 ===
0349 * Locations:
0350 + styles/prosilver/template/index_body.html
0351 + styles/subsilver2/template/index_body.html
0352 * Since: 3.1.0-RC2
0353 * Purpose: Add content before the mark-read link above the forum list on Board index
0354
0355 index_body_stat_blocks_after
0356 ===
0357 * Locations:
0358 + styles/prosilver/template/index_body.html
0359 + styles/subsilver2/template/index_body.html
0360 * Since: 3.1.0-b3
0361 * Purpose: Add new statistic blocks below the Who Is Online and Board Statistics blocks
0362
0363 index_body_stat_blocks_before
0364 ===
0365 * Locations:
0366 + styles/prosilver/template/index_body.html
0367 + styles/subsilver2/template/index_body.html
0368 * Since: 3.1.0-a1
0369 * Purpose: Add new statistic blocks above the Who Is Online and Board Statistics blocks
0370
0371 mcp_ban_fields_after
0372 ===
0373 * Locations:
0374 + styles/prosilver/template/mcp_ban.html
0375 + styles/subsilver2/template/mcp_ban.html
0376 * Since: 3.1.0-RC3
0377 * Purpose: Add additional fields to the ban form in MCP
0378
0379 mcp_ban_fields_before
0380 ===
0381 * Locations:
0382 + styles/prosilver/template/mcp_ban.html
0383 + styles/subsilver2/template/mcp_ban.html
0384 * Since: 3.1.0-RC3
0385 * Purpose: Add additional fields to the ban form in MCP
0386
0387 mcp_ban_unban_after
0388 ===
0389 * Locations:
0390 + styles/prosilver/template/mcp_ban.html
0391 + styles/subsilver2/template/mcp_ban.html
0392 * Since: 3.1.0-RC3
0393 * Purpose: Add additional fields to the unban form in MCP
0394
0395 mcp_ban_unban_before
0396 ===
0397 * Locations:
0398 + styles/prosilver/template/mcp_ban.html
0399 + styles/subsilver2/template/mcp_ban.html
0400 * Since: 3.1.0-RC3
0401 * Purpose: Add additional fields to the unban form in MCP
0402
0403 memberlist_body_username_append
0404 ===
0405 * Locations:
0406 + styles/prosilver/template/memberlist_body.html
0407 + styles/subsilver2/template/memberlist_body.html
0408 * Since: 3.1.0-a1
0409 * Purpose: Add information after every username in the memberlist. Works in
0410 all display modes (leader, group and normal memberlist).
0411
0412 memberlist_body_username_prepend
0413 ===
0414 * Locations:
0415 + styles/prosilver/template/memberlist_body.html
0416 + styles/subsilver2/template/memberlist_body.html
0417 * Since: 3.1.0-a1
0418 * Purpose: Add information before every username in the memberlist. Works in
0419 all display modes (leader, group and normal memberlist).
0420
0421 memberlist_view_contact_after
0422 ===
0423 * Locations:
0424 + styles/prosilver/template/memberlist_view.html
0425 + styles/subsilver2/template/memberlist_view.html
0426 * Since: 3.1.0-b2
0427 * Purpose: Add content after the user contact part of any user profile
0428
0429 memberlist_view_contact_before
0430 ===
0431 * Locations:
0432 + styles/prosilver/template/memberlist_view.html
0433 + styles/subsilver2/template/memberlist_view.html
0434 * Since: 3.1.0-b2
0435 * Purpose: Add content before the user contact part of any user profile
0436
0437 memberlist_view_content_append
0438 ===
0439 * Locations:
0440 + styles/prosilver/template/memberlist_view.html
0441 + styles/subsilver2/template/memberlist_view.html
0442 * Since: 3.1.0-b2
0443 * Purpose: Add custom content to the user profile view after the main content
0444
0445 memberlist_view_content_prepend
0446 ===
0447 * Locations:
0448 + styles/prosilver/template/memberlist_view.html
0449 + styles/subsilver2/template/memberlist_view.html
0450 * Since: 3.1.0-b3
0451 * Purpose: Add custom content to the user profile view before the main content
0452
0453 memberlist_view_user_statistics_after
0454 ===
0455 * Locations:
0456 + styles/prosilver/template/memberlist_view.html
0457 + styles/subsilver2/template/memberlist_view.html
0458 * Since: 3.1.0-a1
0459 * Purpose: Add entries after the user statistics part of any user profile
0460
0461 memberlist_view_user_statistics_before
0462 ===
0463 * Locations:
0464 + styles/prosilver/template/memberlist_view.html
0465 + styles/subsilver2/template/memberlist_view.html
0466 * Since: 3.1.0-a1
0467 * Purpose: Add entries before the user statistics part of any user profile
0468
0469 mcp_warn_post_add_warning_field_after
0470 ===
0471 * Locations:
0472 + styles/prosilver/template/mcp_warn_post.html
0473 + styles/subsilver2/template/mcp_warn_post.html
0474 * Since: 3.1.0-RC4
0475 * Purpose: Add content during warning for a post - after add warning field.
0476
0477 mcp_warn_post_add_warning_field_before
0478 ===
0479 * Locations:
0480 + styles/prosilver/template/mcp_warn_post.html
0481 + styles/subsilver2/template/mcp_warn_post.html
0482 * Since: 3.1.0-RC4
0483 * Purpose: Add content during warning for a post - before add warning field.
0484
0485 mcp_warn_user_add_warning_field_after
0486 ===
0487 * Locations:
0488 + styles/prosilver/template/mcp_warn_user.html
0489 + styles/subsilver2/template/mcp_warn_user.html
0490 * Since: 3.1.0-RC4
0491 * Purpose: Add content during warning a user - after add warning field.
0492
0493 mcp_warn_user_add_warning_field_before
0494 ===
0495 * Locations:
0496 + styles/prosilver/template/mcp_warn_user.html
0497 + styles/subsilver2/template/mcp_warn_user.html
0498 * Since: 3.1.0-RC4
0499 * Purpose: Add content during warning a user - before add warning field.
0500
0501 navbar_header_logged_out_content
0502 ===
0503 * Locations:
0504 + styles/prosilver/template/navbar_header.html
0505 * Since: 3.1.0-RC1
0506 * Purpose: Add text and HTML in place of the username when not logged in.
0507
0508 navbar_header_profile_list_after
0509 ===
0510 * Locations:
0511 + styles/prosilver/template/navbar_header.html
0512 * Since: 3.1.0-RC2
0513 * Purpose: Add links to the bottom of the profile drop-down menu in the header navbar
0514
0515 navbar_header_profile_list_before
0516 ===
0517 * Locations:
0518 + styles/prosilver/template/navbar_header.html
0519 * Since: 3.1.0-RC2
0520 * Purpose: Add links to the top of the profile drop-down menu in the header navbar
0521
0522 navbar_header_quick_links_after
0523 ===
0524 * Locations:
0525 + styles/prosilver/template/navbar_header.html
0526 * Since: 3.1.0-RC2
0527 * Purpose: Add links to the bottom of the quick-links drop-down menu in the header
0528
0529 navbar_header_quick_links_before
0530 ===
0531 * Locations:
0532 + styles/prosilver/template/navbar_header.html
0533 * Since: 3.1.0-RC2
0534 * Purpose: Add links to the top of the quick-links drop-down menu in the header
0535
0536 navbar_header_username_append
0537 ===
0538 * Locations:
0539 + styles/prosilver/template/navbar_header.html
0540 * Since: 3.1.0-RC1
0541 * Purpose: Add text and HTMl after the username shown in the navbar.
0542
0543 navbar_header_username_prepend
0544 ===
0545 * Locations:
0546 + styles/prosilver/template/navbar_header.html
0547 * Since: 3.1.0-RC1
0548 * Purpose: Add text and HTMl before the username shown in the navbar.
0549
0550 overall_footer_after
0551 ===
0552 * Locations:
0553 + styles/prosilver/template/overall_footer.html
0554 + styles/subsilver2/template/overall_footer.html
0555 * Since: 3.1.0-a1
0556 * Purpose: Add content at the end of the file, directly prior to the `</body>` tag
0557
0558 overall_footer_breadcrumb_append
0559 ===
0560 * Locations:
0561 + styles/prosilver/template/navbar_footer.html
0562 + styles/subsilver2/template/breadcrumbs.html
0563 * Since: 3.1.0-a1
0564 * Purpose: Add links to the list of breadcrumbs in the footer
0565
0566 overall_footer_breadcrumb_prepend
0567 ===
0568 * Locations:
0569 + styles/prosilver/template/navbar_footer.html
0570 + styles/subsilver2/template/breadcrumbs.html
0571 * Since: 3.1.0-RC3
0572 * Purpose: Add links to the list of breadcrumbs in the footer (after site-home, but before board-index)
0573
0574 overall_footer_content_after
0575 ===
0576 * Locations:
0577 + styles/prosilver/template/overall_footer.html
0578 + styles/subsilver2/template/overall_footer.html
0579 * Since: 3.1.0-a3
0580 * Purpose: Add content on all pages after the main content, before the footer
0581
0582 overall_footer_copyright_append
0583 ===
0584 * Locations:
0585 + styles/prosilver/template/overall_footer.html
0586 + styles/subsilver2/template/overall_footer.html
0587 * Since: 3.1.0-a1
0588 * Purpose: Add content after the copyright line (no new line by default), before the ACP link
0589
0590 overall_footer_copyright_prepend
0591 ===
0592 * Locations:
0593 + styles/prosilver/template/overall_footer.html
0594 + styles/subsilver2/template/overall_footer.html
0595 * Since: 3.1.0-a1
0596 * Purpose: Add content before the copyright line
0597
0598 overall_footer_page_body_after
0599 ===
0600 * Locations:
0601 + styles/prosilver/template/overall_footer.html
0602 + styles/subsilver2/template/overall_footer.html
0603 * Since: 3.1.0-b3
0604 * Purpose: Add content after the page-body, but before the footer
0605
0606 overall_footer_teamlink_after
0607 ===
0608 * Locations:
0609 + styles/prosilver/template/navbar_footer.html
0610 + styles/subsilver2/template/index_body.html
0611 * Since: 3.1.0-b3
0612 * Purpose: Add contents after the team-link in the footer
0613
0614 overall_footer_teamlink_before
0615 ===
0616 * Locations:
0617 + styles/prosilver/template/navbar_footer.html
0618 + styles/subsilver2/template/index_body.html
0619 * Since: 3.1.0-b3
0620 * Purpose: Add contents before the team-link in the footer
0621
0622 overall_footer_timezone_after
0623 ===
0624 * Locations:
0625 + styles/prosilver/template/navbar_footer.html
0626 + styles/subsilver2/template/breadcrumbs.html
0627 * Since: 3.1.0-b3
0628 * Purpose: Add content to the navbar in the page footer, after "Timezone"
0629
0630 overall_footer_timezone_before
0631 ===
0632 * Locations:
0633 + styles/prosilver/template/navbar_footer.html
0634 + styles/subsilver2/template/breadcrumbs.html
0635 * Since: 3.1.0-b3
0636 * Purpose: Add content to the navbar in the page footer, before "Timezone"
0637
0638 overall_header_body_before
0639 ===
0640 * Locations:
0641 + styles/prosilver/template/overall_header.html
0642 + styles/subsilver2/template/overall_header.html
0643 * Since: 3.1.0-b2
0644 * Purpose: Add content to the header body
0645
0646 overall_header_breadcrumb_append
0647 ===
0648 * Locations:
0649 + styles/prosilver/template/navbar_header.html
0650 + styles/subsilver2/template/breadcrumbs.html
0651 * Since: 3.1.0-a1
0652 * Purpose: Add links to the list of breadcrumbs in the header
0653
0654 overall_header_breadcrumb_prepend
0655 ===
0656 * Locations:
0657 + styles/prosilver/template/navbar_header.html
0658 + styles/subsilver2/template/breadcrumbs.html
0659 * Since: 3.1.0-RC3
0660 * Purpose: Add links to the list of breadcrumbs in the header (after site-home, but before board-index)
0661
0662 overall_header_breadcrumbs_after
0663 ===
0664 * Locations:
0665 + styles/prosilver/template/navbar_header.html
0666 + styles/subsilver2/template/breadcrumbs.html
0667 * Since: 3.1.0-RC3
0668 * Purpose: Add content after the breadcrumbs (outside of the breadcrumbs container)
0669
0670 overall_header_breadcrumbs_before
0671 ===
0672 * Locations:
0673 + styles/prosilver/template/navbar_header.html
0674 + styles/subsilver2/template/breadcrumbs.html
0675 * Since: 3.1.0-RC3
0676 * Purpose: Add content before the breadcrumbs (outside of the breadcrumbs container)
0677
0678 overall_header_content_before
0679 ===
0680 * Locations:
0681 + styles/prosilver/template/overall_header.html
0682 + styles/subsilver2/template/overall_header.html
0683 * Since: 3.1.0-a3
0684 * Purpose: Add content on all pages before the main content, after the header
0685
0686 overall_header_head_append
0687 ===
0688 * Locations:
0689 + styles/prosilver/template/overall_header.html
0690 + styles/subsilver2/template/overall_header.html
0691 * Since: 3.1.0-a1
0692 * Purpose: Add asset calls directly before the `</head>` tag
0693
0694 overall_header_navigation_append
0695 ===
0696 * Locations:
0697 + styles/prosilver/template/navbar_header.html
0698 + styles/subsilver2/template/overall_header.html
0699 * Since: 3.1.0-a1
0700 * Purpose: Add links after the navigation links in the header
0701
0702 overall_header_navigation_prepend
0703 ===
0704 * Locations:
0705 + styles/prosilver/template/navbar_header.html
0706 + styles/subsilver2/template/overall_header.html
0707 * Since: 3.1.0-a1
0708 * Purpose: Add links before the navigation links in the header
0709
0710 overall_header_navlink_append
0711 ===
0712 * Locations:
0713 + styles/prosilver/template/navbar_header.html
0714 + styles/subsilver2/template/breadcrumbs.html
0715 * Since: 3.1.0-b3
0716 * Purpose: Add content after each individual navlink (breadcrumb)
0717
0718 overall_header_navlink_prepend
0719 ===
0720 * Locations:
0721 + styles/prosilver/template/navbar_header.html
0722 + styles/subsilver2/template/breadcrumbs.html
0723 * Since: 3.1.0-b3
0724 * Purpose: Add content before each individual navlink (breadcrumb)
0725
0726 overall_header_page_body_before
0727 ===
0728 * Locations:
0729 + styles/prosilver/template/overall_header.html
0730 + styles/subsilver2/template/overall_header.html
0731 * Since: 3.1.0-b3
0732 * Purpose: Add content after the page-header, but before the page-body
0733
0734 overall_header_stylesheets_after
0735 ===
0736 * Locations:
0737 + styles/prosilver/template/overall_header.html
0738 + styles/subsilver2/template/overall_header.html
0739 * Since: 3.1.0-RC3
0740 * Purpose: Add asset calls after stylesheets within the `</head>` tag.
0741 Note that INCLUDECSS will not work with this event.
0742
0743 posting_editor_buttons_after
0744 ===
0745 * Locations:
0746 + styles/prosilver/template/posting_buttons.html
0747 + styles/subsilver2/template/posting_buttons.html
0748 * Since: 3.1.0-a3
0749 * Purpose: Add content after the BBCode posting buttons
0750
0751 posting_editor_buttons_before
0752 ===
0753 * Locations:
0754 + styles/prosilver/template/posting_buttons.html
0755 + styles/subsilver2/template/posting_buttons.html
0756 * Since: 3.1.0-a3
0757 * Purpose: Add content before the BBCode posting buttons
0758
0759 posting_editor_message_after
0760 ===
0761 * Locations:
0762 + styles/prosilver/template/posting_editor.html
0763 + styles/subsilver2/template/posting_body.html
0764 * Since: 3.1.0-a2
0765 * Purpose: Add field (e.g. textbox) to the posting screen after the message
0766
0767 posting_editor_message_before
0768 ===
0769 * Locations:
0770 + styles/prosilver/template/posting_editor.html
0771 + styles/subsilver2/template/posting_body.html
0772 * Since: 3.1.0-a2
0773 * Purpose: Add field (e.g. textbox) to the posting screen before the message
0774
0775 posting_editor_options_prepend
0776 ===
0777 * Locations:
0778 + styles/prosilver/template/posting_editor.html
0779 + styles/subsilver2/template/posting_body.html
0780 * Since: 3.1.0-a1
0781 * Purpose: Add posting options on the posting screen
0782
0783 posting_editor_subject_after
0784 ===
0785 * Locations:
0786 + styles/prosilver/template/posting_editor.html
0787 + styles/subsilver2/template/posting_body.html
0788 * Since: 3.1.0-a2
0789 * Purpose: Add field (e.g. textbox) to the posting screen after the subject
0790
0791 posting_editor_subject_before
0792 ===
0793 * Locations:
0794 + styles/prosilver/template/posting_editor.html
0795 + styles/subsilver2/template/posting_body.html
0796 * Since: 3.1.0-a2
0797 * Purpose: Add field (e.g. textbox) to the posting screen before the subject
0798
0799 posting_pm_header_find_username_after
0800 ===
0801 * Locations:
0802 + styles/prosilver/template/posting_pm_header.html
0803 + styles/subsilver2/template/ucp_header.html
0804 * Since: 3.1.0-RC4
0805 * Purpose: Add content after the find username link on composing pm
0806
0807 posting_pm_header_find_username_before
0808 ===
0809 * Locations:
0810 + styles/prosilver/template/posting_pm_header.html
0811 + styles/subsilver2/template/ucp_header.html
0812 * Since: 3.1.0-RC4
0813 * Purpose: Add content before the find username link on composing pm
0814
0815 quickreply_editor_panel_after
0816 ===
0817 * Locations:
0818 + styles/prosilver/template/quickreply_editor.html
0819 + styles/subsilver2/template/quickreply_editor.html
0820 * Since: 3.1.0-b2
0821 * Purpose: Add content after the quick reply panel (but inside the form)
0822
0823 quickreply_editor_panel_before
0824 ===
0825 * Locations:
0826 + styles/prosilver/template/quickreply_editor.html
0827 + styles/subsilver2/template/quickreply_editor.html
0828 * Since: 3.1.0-b2
0829 * Purpose: Add content before the quick reply panel (but inside the form)
0830
0831 quickreply_editor_message_after
0832 ===
0833 * Locations:
0834 + styles/prosilver/template/quickreply_editor.html
0835 + styles/subsilver2/template/quickreply_editor.html
0836 * Since: 3.1.0-a4
0837 * Purpose: Add content after the quick reply textbox
0838
0839 quickreply_editor_message_before
0840 ===
0841 * Locations:
0842 + styles/prosilver/template/quickreply_editor.html
0843 + styles/subsilver2/template/quickreply_editor.html
0844 * Since: 3.1.0-a4
0845 * Purpose: Add content before the quick reply textbox
0846
0847 search_results_post_after
0848 ===
0849 * Locations:
0850 + styles/prosilver/template/search_results.html
0851 + styles/subsilver2/template/search_results.html
0852 * Since: 3.1.0-b3
0853 * Purpose: Add data after search result posts
0854
0855 search_results_post_before
0856 ===
0857 * Locations:
0858 + styles/prosilver/template/search_results.html
0859 + styles/subsilver2/template/search_results.html
0860 * Since: 3.1.0-b3
0861 * Purpose: Add data before search result posts
0862
0863 search_results_postprofile_after
0864 ===
0865 * Locations:
0866 + styles/prosilver/template/search_results.html
0867 * Since: 3.1.0-b3
0868 * Purpose: Add content after the post author and stats in search results (posts view mode)
0869
0870 search_results_postprofile_before
0871 ===
0872 * Locations:
0873 + styles/prosilver/template/search_results.html
0874 * Since: 3.1.0-b3
0875 * Purpose: Add content directly before the post author in search results (posts view mode)
0876
0877 search_results_topic_after
0878 ===
0879 * Locations:
0880 + styles/prosilver/template/search_results.html
0881 + styles/subsilver2/template/search_results.html
0882 * Since: 3.1.0-b4
0883 * Purpose: Add data after search result topics
0884
0885 search_results_topic_before
0886 ===
0887 * Locations:
0888 + styles/prosilver/template/search_results.html
0889 + styles/subsilver2/template/search_results.html
0890 * Since: 3.1.0-b4
0891 * Purpose: Add data before search result topics
0892
0893 simple_footer_after
0894 ===
0895 * Locations:
0896 + styles/prosilver/template/simple_footer.html
0897 + styles/subsilver2/template/simple_footer.html
0898 * Since: 3.1.0-a1
0899 * Purpose: Add content directly prior to the `</body>` tag of the simple footer
0900
0901 simple_header_body_before
0902 ===
0903 * Locations:
0904 + styles/prosilver/template/simple_header.html
0905 + styles/subsilver2/template/simple_header.html
0906 * Since: 3.1.0-b2
0907 * Purpose: Add content to the header body
0908
0909 simple_header_head_append
0910 ===
0911 * Locations:
0912 + styles/prosilver/template/simple_header.html
0913 + styles/subsilver2/template/simple_header.html
0914 * Since: 3.1.0-b4
0915 * Purpose: Add asset calls directly before the `</head>` tag
0916
0917 simple_header_stylesheets_after
0918 ===
0919 * Locations:
0920 + styles/prosilver/template/simple_header.html
0921 + styles/subsilver2/template/simple_header.html
0922 * Since: 3.1.0-RC3
0923 * Purpose: Add asset calls after stylesheets within the `</head>` tag.
0924 Note that INCLUDECSS will not work with this event.
0925
0926 topiclist_row_prepend
0927 ===
0928 * Locations:
0929 + styles/prosilver/template/search_results.html
0930 + styles/prosilver/template/viewforum_body.html
0931 + styles/subsilver2/template/search_results.html
0932 + styles/subsilver2/template/viewforum_body.html
0933 * Since: 3.1.0-a1
0934 * Purpose: Add content into topic rows (inside the elements containing topic titles)
0935
0936 topiclist_row_append
0937 ===
0938 * Locations:
0939 + styles/prosilver/template/search_results.html
0940 + styles/prosilver/template/viewforum_body.html
0941 + styles/subsilver2/template/search_results.html
0942 + styles/subsilver2/template/viewforum_body.html
0943 * Since: 3.1.0-a1
0944 * Purpose: Add content into topic rows (inside the elements containing topic titles)
0945
0946 ucp_agreement_terms_after
0947 ===
0948 * Locations:
0949 + styles/prosilver/template/ucp_agreement.html
0950 + styles/subsilver2/template/ucp_agreement.html
0951 * Since: 3.1.0-b3
0952 * Purpose: Add content after the terms of agreement text at user registration
0953
0954 ucp_agreement_terms_before
0955 ===
0956 * Locations:
0957 + styles/prosilver/template/ucp_agreement.html
0958 + styles/subsilver2/template/ucp_agreement.html
0959 * Since: 3.1.0-b3
0960 * Purpose: Add content before the terms of agreement text at user registration
0961
0962 ucp_pm_viewmessage_avatar_after
0963 ===
0964 * Locations:
0965 + styles/prosilver/template/ucp_pm_viewmessage.html
0966 * Since: 3.1.0-RC3
0967 * Purpose: Add content right after the avatar when viewing a private message
0968
0969 ucp_pm_viewmessage_avatar_before
0970 ===
0971 * Locations:
0972 + styles/prosilver/template/ucp_pm_viewmessage.html
0973 * Since: 3.1.0-RC3
0974 * Purpose: Add content right before the avatar when viewing a private message
0975
0976 ucp_pm_viewmessage_contact_fields_after
0977 ===
0978 * Locations:
0979 + styles/prosilver/template/ucp_pm_viewmessage.html
0980 * Since: 3.1.0-b1
0981 * Purpose: Add data after the contact fields on the user profile when viewing
0982 a private message
0983
0984 ucp_pm_viewmessage_contact_fields_before
0985 ===
0986 * Locations:
0987 + styles/prosilver/template/ucp_pm_viewmessage.html
0988 * Since: 3.1.0-b1
0989 * Purpose: Add data before the contact fields on the user profile when viewing
0990 a private message
0991
0992 ucp_pm_viewmessage_custom_fields_after
0993 ===
0994 * Locations:
0995 + styles/prosilver/template/ucp_pm_viewmessage.html
0996 * Since: 3.1.0-a1
0997 * Purpose: Add data after the custom fields on the user profile when viewing
0998 a private message
0999
1000 ucp_pm_viewmessage_custom_fields_before
1001 ===
1002 * Locations:
1003 + styles/prosilver/template/ucp_pm_viewmessage.html
1004 * Since: 3.1.0-a1
1005 * Purpose: Add data before the custom fields on the user profile when viewing
1006 a private message
1007
1008 ucp_pm_viewmessage_post_buttons_after
1009 ===
1010 * Locations:
1011 + styles/prosilver/template/ucp_pm_viewmessage.html
1012 + styles/subsilver2/template/ucp_pm_viewmessage.html
1013 * Since: 3.1.0-RC3
1014 * Purpose: Add post button to private messages (next to edit, quote etc), at
1015 the end of the list.
1016
1017 ucp_pm_viewmessage_post_buttons_before
1018 ===
1019 * Locations:
1020 + styles/prosilver/template/ucp_pm_viewmessage.html
1021 + styles/subsilver2/template/ucp_pm_viewmessage.html
1022 * Since: 3.1.0-RC3
1023 * Purpose: Add post button to private messages (next to edit, quote etc), at
1024 the start of the list.
1025
1026 ucp_pm_viewmessage_print_head_append
1027 ===
1028 * Locations:
1029 + styles/prosilver/template/ucp_pm_viewmessage_print.html
1030 + styles/subsilver2/template/ucp_pm_viewmessage_print.html
1031 * Since: 3.1.0-a1
1032 * Purpose: Add asset calls directly before the `</head>` tag of the Print PM screen
1033
1034 ucp_prefs_personal_prepend
1035 ===
1036 * Locations:
1037 + styles/prosilver/template/ucp_prefs_personal.html
1038 + styles/subsilver2/template/ucp_prefs_personal.html
1039 * Since: 3.1.0-a1
1040 * Purpose: Add user options to the top of the Edit Global Settings block
1041
1042 ucp_prefs_personal_append
1043 ===
1044 * Locations:
1045 + styles/prosilver/template/ucp_prefs_personal.html
1046 + styles/subsilver2/template/ucp_prefs_personal.html
1047 * Since: 3.1.0-a1
1048 * Purpose: Add user options to the bottom of the Edit Global Settings block
1049
1050 ucp_prefs_post_prepend
1051 ===
1052 * Locations:
1053 + styles/prosilver/template/ucp_prefs_post.html
1054 + styles/subsilver2/template/ucp_prefs_post.html
1055 * Since: 3.1.0-a1
1056 * Purpose: Add user options to the top of the Edit Posting Defaults block
1057
1058 ucp_prefs_post_append
1059 ===
1060 * Locations:
1061 + styles/prosilver/template/ucp_prefs_post.html
1062 + styles/subsilver2/template/ucp_prefs_post.html
1063 * Since: 3.1.0-a1
1064 * Purpose: Add user options to the bottom of the Edit Posting Defaults block
1065
1066 ucp_prefs_view_radio_buttons_prepend
1067 ===
1068 * Locations:
1069 + styles/prosilver/template/ucp_prefs_view.html
1070 + styles/subsilver2/template/ucp_prefs_view.html
1071 * Since: 3.1.0-a1
1072 * Purpose: Add options to the top of the radio buttons block of the Edit
1073 Display Options screen
1074
1075 ucp_prefs_view_radio_buttons_append
1076 ===
1077 * Locations:
1078 + styles/prosilver/template/ucp_prefs_view.html
1079 + styles/subsilver2/template/ucp_prefs_view.html
1080 * Since: 3.1.0-a1
1081 * Purpose: Add options to the bottom of the radio buttons block of the Edit
1082 Display Options screen
1083
1084 ucp_prefs_view_select_menu_prepend
1085 ===
1086 * Locations:
1087 + styles/prosilver/template/ucp_prefs_view.html
1088 + styles/subsilver2/template/ucp_prefs_view.html
1089 * Since: 3.1.0-a1
1090 * Purpose: Add options to the top of the drop-down lists block of the Edit
1091 Display Options screen
1092
1093 ucp_prefs_view_select_menu_append
1094 ===
1095 * Locations:
1096 + styles/prosilver/template/ucp_prefs_view.html
1097 + styles/subsilver2/template/ucp_prefs_view.html
1098 * Since: 3.1.0-a1
1099 * Purpose: Add options to the bottom of the drop-down lists block of the Edit
1100 Display Options screen
1101
1102 ucp_register_credentials_before
1103 ===
1104 * Locations:
1105 + styles/prosilver/template/ucp_register.html
1106 + styles/subsilver2/template/ucp_register.html
1107 * Since: 3.1.0-b5
1108 * Purpose: Add options in registration page fieldset - before first field.
1109
1110 ucp_register_profile_fields_after
1111 ===
1112 * Locations:
1113 + styles/prosilver/template/ucp_register.html
1114 + styles/subsilver2/template/ucp_register.html
1115 * Since: 3.1.0-b5
1116 * Purpose: Add options in registration page fieldset - after last field.
1117
1118 ucp_register_credentials_after
1119 ===
1120 * Locations:
1121 + styles/prosilver/template/ucp_register.html
1122 + styles/subsilver2/template/ucp_register.html
1123 * Since: 3.1.0-b5
1124 * Purpose: Add options in registration page fieldset - after password field.
1125
1126 ucp_register_options_before
1127 ===
1128 * Locations:
1129 + styles/prosilver/template/ucp_register.html
1130 + styles/subsilver2/template/ucp_register.html
1131 * Since: 3.1.0-b5
1132 * Purpose: Add options in registration page fieldset - before language selector.
1133
1134 ucp_register_profile_fields_before
1135 ===
1136 * Locations:
1137 + styles/prosilver/template/ucp_register.html
1138 + styles/subsilver2/template/ucp_register.html
1139 * Since: 3.1.0-b5
1140 * Purpose: Add options in registration page fieldset - before profile fields.
1141
1142 ucp_friend_list_before
1143 ===
1144 * Locations:
1145 + styles/prosilver/template/ucp_zebra_friends.html
1146 + styles/subsilver2/template/ucp_zebra_friends.html
1147 * Since: 3.1.0-a4
1148 * Purpose: Add optional elements before list of friends in UCP
1149
1150 ucp_friend_list_after
1151 ===
1152 * Locations:
1153 + styles/prosilver/template/ucp_zebra_friends.html
1154 + styles/subsilver2/template/ucp_zebra_friends.html
1155 * Since: 3.1.0-a4
1156 * Purpose: Add optional elements after list of friends in UCP
1157
1158 viewforum_buttons_bottom_before
1159 ===
1160 * Locations:
1161 + styles/prosilver/template/viewforum_body.html
1162 + styles/subsilver2/template/viewforum_body.html
1163 * Since: 3.1.0-RC5
1164 * Purpose: Add buttons before New Topic button on the bottom of the topic's list
1165
1166 viewforum_buttons_bottom_after
1167 ===
1168 * Locations:
1169 + styles/prosilver/template/viewforum_body.html
1170 + styles/subsilver2/template/viewforum_body.html
1171 * Since: 3.1.0-RC5
1172 * Purpose: Add buttons after New Topic button on the bottom of the topic's list
1173
1174 viewforum_buttons_top_before
1175 ===
1176 * Locations:
1177 + styles/prosilver/template/viewforum_body.html
1178 + styles/subsilver2/template/viewforum_body.html
1179 * Since: 3.1.0-RC5
1180 * Purpose: Add buttons before New Topic button on the top of the topic's list
1181
1182 viewforum_buttons_top_after
1183 ===
1184 * Locations:
1185 + styles/prosilver/template/viewforum_body.html
1186 + styles/subsilver2/template/viewforum_body.html
1187 * Since: 3.1.0-RC5
1188 * Purpose: Add buttons after New Topic button on the top of the topic's list
1189
1190 viewtopic_buttons_bottom_before
1191 ===
1192 * Locations:
1193 + styles/prosilver/template/viewtopic_body.html
1194 + styles/subsilver2/template/viewtopic_body.html
1195 * Since: 3.1.0-RC5
1196 * Purpose: Add buttons before Post Reply button on the bottom of the posts's list
1197
1198 viewtopic_buttons_bottom_after
1199 ===
1200 * Locations:
1201 + styles/prosilver/template/viewtopic_body.html
1202 + styles/subsilver2/template/viewtopic_body.html
1203 * Since: 3.1.0-RC5
1204 * Purpose: Add buttons after Post Reply button on the bottom of the posts's list
1205
1206 viewtopic_buttons_top_before
1207 ===
1208 * Locations:
1209 + styles/prosilver/template/viewtopic_body.html
1210 + styles/subsilver2/template/viewtopic_body.html
1211 * Since: 3.1.0-RC5
1212 * Purpose: Add buttons before Post Reply button on the top of the posts's list
1213
1214 viewtopic_buttons_top_after
1215 ===
1216 * Locations:
1217 + styles/prosilver/template/viewtopic_body.html
1218 + styles/subsilver2/template/viewtopic_body.html
1219 * Since: 3.1.0-RC5
1220 * Purpose: Add buttons after Post Reply button on the top of the posts's list
1221
1222 viewforum_forum_name_append
1223 ===
1224 * Locations:
1225 + styles/prosilver/template/viewforum_body.html
1226 + styles/subsilver2/template/viewforum_body.html
1227 * Since: 3.1.0-b3
1228 * Purpose: Add content directly after the forum name link on the View forum screen
1229
1230 viewforum_forum_name_prepend
1231 ===
1232 * Locations:
1233 + styles/prosilver/template/viewforum_body.html
1234 + styles/subsilver2/template/viewforum_body.html
1235 * Since: 3.1.0-b3
1236 * Purpose: Add content directly before the forum name link on the View forum screen
1237
1238 viewtopic_print_head_append
1239 ===
1240 * Locations:
1241 + styles/prosilver/template/viewtopic_print.html
1242 + styles/subsilver2/template/viewtopic_print.html
1243 * Since: 3.1.0-a1
1244 * Purpose: Add asset calls directly before the `</head>` tag of the Print Topic screen
1245
1246 viewtopic_body_avatar_after
1247 ===
1248 * Locations:
1249 + styles/prosilver/template/viewtopic_body.html
1250 + styles/subsilver2/template/viewtopic_body.html
1251 * Since: 3.1.0-RC3
1252 * Purpose: Add content right after the avatar when viewing topics
1253
1254 viewtopic_body_avatar_before
1255 ===
1256 * Locations:
1257 + styles/prosilver/template/viewtopic_body.html
1258 + styles/subsilver2/template/viewtopic_body.html
1259 * Since: 3.1.0-RC3
1260 * Purpose: Add content right before the avatar when viewing topics
1261
1262 viewtopic_body_contact_fields_after
1263 ===
1264 * Locations:
1265 + styles/prosilver/template/viewtopic_body.html
1266 * Since: 3.1.0-b3
1267 * Purpose: Add data after the contact fields on the user profile when viewing
1268 a post
1269
1270 viewtopic_body_contact_fields_before
1271 ===
1272 * Locations:
1273 + styles/prosilver/template/viewtopic_body.html
1274 * Since: 3.1.0-b3
1275 * Purpose: Add data before the contact fields on the user profile when viewing
1276 a post
1277
1278 viewtopic_body_footer_before
1279 ===
1280 * Locations:
1281 + styles/prosilver/template/viewtopic_body.html
1282 + styles/subsilver2/template/viewtopic_body.html
1283 * Since: 3.1.0-a1
1284 * Purpose: Add content to the bottom of the View topic screen below the posts
1285 and quick reply, directly before the jumpbox in Prosilver, breadcrumbs in
1286 Subsilver2.
1287
1288 viewtopic_body_poll_option_after
1289 ===
1290 * Locations:
1291 + styles/prosilver/template/viewtopic_body.html
1292 + styles/subsilver2/template/viewtopic_body.html
1293 * Since: 3.1.0-b3
1294 * Purpose: Add content after the poll option
1295 the list.
1296
1297 viewtopic_body_poll_option_before
1298 ===
1299 * Locations:
1300 + styles/prosilver/template/viewtopic_body.html
1301 + styles/subsilver2/template/viewtopic_body.html
1302 * Since: 3.1.0-b3
1303 * Purpose: Add content before the poll option
1304 the list.
1305
1306 viewtopic_body_poll_question_append
1307 ===
1308 * Locations:
1309 + styles/prosilver/template/viewtopic_body.html
1310 + styles/subsilver2/template/viewtopic_body.html
1311 * Since: 3.1.0-b3
1312 * Purpose: Add content directly after the poll question on the View topic screen
1313
1314 viewtopic_body_poll_question_prepend
1315 ===
1316 * Locations:
1317 + styles/prosilver/template/viewtopic_body.html
1318 + styles/subsilver2/template/viewtopic_body.html
1319 * Since: 3.1.0-b3
1320 * Purpose: Add content directly before the poll question on the View topic screen
1321
1322 viewtopic_body_post_buttons_after
1323 ===
1324 * Locations:
1325 + styles/prosilver/template/viewtopic_body.html
1326 + styles/subsilver2/template/viewtopic_body.html
1327 * Since: 3.1.0-a1
1328 * Purpose: Add post button to posts (next to edit, quote etc), at the end of
1329 the list.
1330
1331 viewtopic_body_post_buttons_before
1332 ===
1333 * Locations:
1334 + styles/prosilver/template/viewtopic_body.html
1335 + styles/subsilver2/template/viewtopic_body.html
1336 * Since: 3.1.0-a1
1337 * Purpose: Add post button to posts (next to edit, quote etc), at the start of
1338 the list.
1339
1340 viewtopic_body_postrow_custom_fields_after
1341 ===
1342 * Locations:
1343 + styles/prosilver/template/viewtopic_body.html
1344 + styles/subsilver2/template/viewtopic_body.html
1345 * Since: 3.1.0-a1
1346 * Purpose: Add data after the custom fields on the user profile when viewing
1347 a post
1348
1349 viewtopic_body_postrow_custom_fields_before
1350 ===
1351 * Locations:
1352 + styles/prosilver/template/viewtopic_body.html
1353 + styles/subsilver2/template/viewtopic_body.html
1354 * Since: 3.1.0-a1
1355 * Purpose: Add data before the custom fields on the user profile when viewing
1356 a post
1357
1358 viewtopic_body_postrow_post_after
1359 ===
1360 * Locations:
1361 + styles/prosilver/template/viewtopic_body.html
1362 + styles/subsilver2/template/viewtopic_body.html
1363 * Since: 3.1.0-a4
1364 * Purpose: Add data after posts
1365
1366 viewtopic_body_postrow_post_before
1367 ===
1368 * Locations:
1369 + styles/prosilver/template/viewtopic_body.html
1370 + styles/subsilver2/template/viewtopic_body.html
1371 * Since: 3.1.0-a4
1372 * Purpose: Add data before posts
1373
1374 viewtopic_body_postrow_post_content_footer
1375 ===
1376 * Locations:
1377 + styles/prosilver/template/viewtopic_body.html
1378 + styles/subsilver2/template/viewtopic_body.html
1379 * Since: 3.1.0-RC4
1380 * Purpose: Add data at the end of the posts.
1381
1382 viewtopic_body_postrow_post_notices_after
1383 ===
1384 * Locations:
1385 + styles/prosilver/template/viewtopic_body.html
1386 + styles/subsilver2/template/viewtopic_body.html
1387 * Since: 3.1.0-b2
1388 * Purpose: Add posts specific custom notices at the notices bottom.
1389
1390 viewtopic_body_postrow_post_notices_before
1391 ===
1392 * Locations:
1393 + styles/prosilver/template/viewtopic_body.html
1394 + styles/subsilver2/template/viewtopic_body.html
1395 * Since: 3.1.0-b2
1396 * Purpose: Add posts specific custom notices at the notices top.
1397
1398 viewtopic_body_topic_actions_before
1399 ===
1400 * Locations:
1401 + styles/prosilver/template/viewtopic_body.html
1402 + styles/subsilver2/template/viewtopic_body.html
1403 * Since: 3.1.0-a4
1404 * Purpose: Add data before the topic actions buttons (after the posts sorting options)
1405
1406 viewtopic_topic_title_append
1407 ===
1408 * Locations:
1409 + styles/prosilver/template/viewtopic_body.html
1410 + styles/subsilver2/template/viewtopic_body.html
1411 * Since: 3.1.0-b3
1412 * Purpose: Add content directly after the topic title link on the View topic screen
1413
1414 viewtopic_topic_title_prepend
1415 ===
1416 * Locations:
1417 + styles/prosilver/template/viewtopic_body.html
1418 + styles/subsilver2/template/viewtopic_body.html
1419 * Since: 3.1.0-a1
1420 * Purpose: Add content directly before the topic title link on the View topic screen
1421
1422 viewtopic_topic_tools_after
1423 ===
1424 * Locations:
1425 + styles/prosilver/template/viewtopic_topic_tools.html
1426 * Since: 3.1.0-a3
1427 * Purpose: Add a new topic tool after the rest of the existing ones
1428
1429 viewtopic_topic_tools_before
1430 ===
1431 * Locations:
1432 + styles/prosilver/template/viewtopic_topic_tools.html
1433 * Since: 3.1.0-a3
1434 * Purpose: Add a new topic tool before the rest of the existing ones
1435