├── support └── docs │ ├── ug │ ├── scripts │ │ ├── .htaccess │ │ ├── README.txt │ │ └── shed_website_update.sh │ ├── data │ │ ├── .htaccess │ │ └── 3.0 │ │ │ ├── en │ │ │ ├── glossary │ │ │ │ └── _navigation │ │ │ ├── userguide │ │ │ │ ├── pm_filters │ │ │ │ ├── ucp_usergroups │ │ │ │ ├── pm_display │ │ │ │ ├── ucp_attachments │ │ │ │ ├── pm_new │ │ │ │ ├── user_search │ │ │ │ ├── ucp_friends_foes │ │ │ │ ├── user_control_panel │ │ │ │ ├── user_posting │ │ │ │ ├── posting_smilies │ │ │ │ ├── posting_drafts │ │ │ │ ├── user_permissions │ │ │ │ ├── posting_polls │ │ │ │ ├── user_pm │ │ │ │ ├── _navigation │ │ │ │ ├── posting_bbcodes │ │ │ │ ├── posting_attachments │ │ │ │ └── posting_form │ │ │ ├── adminguide │ │ │ │ ├── permissions_masks │ │ │ │ ├── permissions_roles │ │ │ │ ├── permissions_forumbased │ │ │ │ ├── forums │ │ │ │ ├── groups │ │ │ │ ├── users │ │ │ │ ├── system │ │ │ │ ├── maintenance │ │ │ │ ├── system_phpinfo │ │ │ │ ├── forums_types │ │ │ │ ├── forums_manage │ │ │ │ ├── general │ │ │ │ ├── posting │ │ │ │ ├── posting_censors │ │ │ │ ├── system_updates │ │ │ │ ├── attach_orphaned │ │ │ │ ├── attach_extensions │ │ │ │ ├── admin_control_panel │ │ │ │ ├── maintenance_logs │ │ │ │ ├── system_reasons │ │ │ │ ├── forums_subforums │ │ │ │ ├── users_inactive │ │ │ │ ├── groups_default │ │ │ │ └── system_mail │ │ │ ├── _tabs │ │ │ ├── quickstart │ │ │ │ ├── permissions │ │ │ │ ├── settings │ │ │ │ ├── installation_admin │ │ │ │ ├── installation_intro │ │ │ │ ├── installation_config │ │ │ │ ├── installation │ │ │ │ ├── installation_requirements │ │ │ │ ├── installation_advanced │ │ │ │ ├── permissions_roles │ │ │ │ ├── permissions_global │ │ │ │ ├── requirements │ │ │ │ ├── _navigation │ │ │ │ ├── settings_boardsettings │ │ │ │ ├── permissions_types │ │ │ │ ├── settings_boardfeatures │ │ │ │ └── permissions_manual │ │ │ ├── upgradeguide │ │ │ │ ├── _navigation │ │ │ │ ├── general │ │ │ │ ├── upgrade │ │ │ │ ├── general_requirements │ │ │ │ └── general_preliminary │ │ │ └── moderatorguide │ │ │ │ ├── mcp_reported │ │ │ │ ├── mcp_queue │ │ │ │ ├── modtools_copy │ │ │ │ ├── modtools_lock │ │ │ │ ├── modtools_mergeposts │ │ │ │ ├── modtools_type │ │ │ │ ├── moderator_modtools │ │ │ │ ├── modtools_delete │ │ │ │ ├── modtools_split │ │ │ │ ├── modtools_mergetopics │ │ │ │ ├── _navigation │ │ │ │ ├── moderator_reported │ │ │ │ ├── moderator_queue │ │ │ │ ├── moderator_mcp │ │ │ │ ├── modtools_move │ │ │ │ └── moderator_edit │ │ │ └── _updater │ │ │ ├── content │ │ │ ├── da │ │ │ │ └── images │ │ │ │ │ ├── admin_guide │ │ │ │ │ ├── captcha.png │ │ │ │ │ ├── acp_index.png │ │ │ │ │ ├── imageset_edit.png │ │ │ │ │ ├── creating_bbcodes.png │ │ │ │ │ ├── database_restore.png │ │ │ │ │ ├── denial_reasons.png │ │ │ │ │ ├── styles_overview.png │ │ │ │ │ ├── subforums_list.png │ │ │ │ │ ├── users_forum_permissions.png │ │ │ │ │ ├── choose_group_permissions.png │ │ │ │ │ ├── manage_forums_icon_legend.png │ │ │ │ │ └── setting_global_group_permissions.png │ │ │ │ │ ├── user_guide │ │ │ │ │ ├── ucp_overview.png │ │ │ │ │ ├── memberlist_sorting.png │ │ │ │ │ ├── visual_confirmation.png │ │ │ │ │ └── typical_registration_page.png │ │ │ │ │ ├── upgrade_guide │ │ │ │ │ ├── convert_diff.png │ │ │ │ │ ├── convert_select.png │ │ │ │ │ ├── convert_status.png │ │ │ │ │ ├── convert_dbupdate.png │ │ │ │ │ └── convert_mergefile.png │ │ │ │ │ ├── moderator_guide │ │ │ │ │ └── quick_mod_tools.png │ │ │ │ │ └── quick_start_guide │ │ │ │ │ ├── creating_forums.png │ │ │ │ │ ├── permissions_roles.png │ │ │ │ │ ├── permissions_types.png │ │ │ │ │ ├── settings_features.png │ │ │ │ │ ├── settings_sitename.png │ │ │ │ │ ├── installation_intro.png │ │ │ │ │ ├── permissions_manual.png │ │ │ │ │ ├── permissions_select.png │ │ │ │ │ ├── installation_database.png │ │ │ │ │ └── permissions_moderator.png │ │ │ ├── en │ │ │ │ └── images │ │ │ │ │ ├── admin_guide │ │ │ │ │ ├── captcha.png │ │ │ │ │ ├── acp_index.png │ │ │ │ │ ├── imageset_edit.png │ │ │ │ │ ├── creating_bbcodes.png │ │ │ │ │ ├── database_restore.png │ │ │ │ │ ├── denial_reasons.png │ │ │ │ │ ├── styles_overview.png │ │ │ │ │ ├── subforums_list.png │ │ │ │ │ ├── users_forum_permissions.png │ │ │ │ │ ├── choose_group_permissions.png │ │ │ │ │ ├── manage_forums_icon_legend.png │ │ │ │ │ └── setting_global_group_permissions.png │ │ │ │ │ ├── user_guide │ │ │ │ │ ├── ucp_overview.png │ │ │ │ │ ├── memberlist_sorting.png │ │ │ │ │ ├── visual_confirmation.png │ │ │ │ │ └── typical_registration_page.png │ │ │ │ │ ├── moderator_guide │ │ │ │ │ └── quick_mod_tools.png │ │ │ │ │ └── quick_start_guide │ │ │ │ │ ├── creating_forums.png │ │ │ │ │ ├── permissions_roles.png │ │ │ │ │ ├── permissions_types.png │ │ │ │ │ ├── settings_features.png │ │ │ │ │ ├── settings_sitename.png │ │ │ │ │ ├── installation_intro.png │ │ │ │ │ ├── permissions_manual.png │ │ │ │ │ ├── permissions_select.png │ │ │ │ │ ├── installation_database.png │ │ │ │ │ └── permissions_moderator.png │ │ │ ├── cs │ │ │ │ ├── images │ │ │ │ │ ├── admin_guide │ │ │ │ │ │ ├── acp_index.png │ │ │ │ │ │ ├── creating_bbcodes.png │ │ │ │ │ │ ├── subforums_list.png │ │ │ │ │ │ ├── users_forum_permissions.png │ │ │ │ │ │ └── manage_forums_icon_legend.png │ │ │ │ │ ├── user_guide │ │ │ │ │ │ ├── ucp_overview.png │ │ │ │ │ │ └── memberlist_sorting.png │ │ │ │ │ ├── moderator_guide │ │ │ │ │ │ └── quick_mod_tools.png │ │ │ │ │ └── quick_start_guide │ │ │ │ │ │ ├── creating_forums.png │ │ │ │ │ │ ├── permissions_roles.png │ │ │ │ │ │ ├── permissions_types.png │ │ │ │ │ │ ├── settings_features.png │ │ │ │ │ │ ├── settings_sitename.png │ │ │ │ │ │ ├── installation_intro.png │ │ │ │ │ │ ├── permissions_manual.png │ │ │ │ │ │ ├── permissions_select.png │ │ │ │ │ │ ├── installation_database.png │ │ │ │ │ │ └── permissions_moderator.png │ │ │ │ └── chapters │ │ │ │ │ └── upgrade_guide.xml │ │ │ ├── hu │ │ │ │ ├── images │ │ │ │ │ ├── admin_guide │ │ │ │ │ │ ├── acp_index.png │ │ │ │ │ │ ├── creating_bbcodes.png │ │ │ │ │ │ ├── subforums_list.png │ │ │ │ │ │ ├── users_forum_permissions.png │ │ │ │ │ │ └── manage_forums_icon_legend.png │ │ │ │ │ ├── user_guide │ │ │ │ │ │ ├── ucp_overview.png │ │ │ │ │ │ └── memberlist_sorting.png │ │ │ │ │ ├── moderator_guide │ │ │ │ │ │ └── quick_mod_tools.png │ │ │ │ │ └── quick_start_guide │ │ │ │ │ │ ├── creating_forums.png │ │ │ │ │ │ ├── permissions_roles.png │ │ │ │ │ │ ├── permissions_types.png │ │ │ │ │ │ ├── settings_features.png │ │ │ │ │ │ ├── settings_sitename.png │ │ │ │ │ │ ├── installation_intro.png │ │ │ │ │ │ ├── permissions_manual.png │ │ │ │ │ │ ├── permissions_select.png │ │ │ │ │ │ ├── installation_database.png │ │ │ │ │ │ └── permissions_moderator.png │ │ │ │ └── chapters │ │ │ │ │ └── upgrade_guide.xml │ │ │ ├── nl │ │ │ │ └── images │ │ │ │ │ ├── admin_guide │ │ │ │ │ ├── acp_index.png │ │ │ │ │ ├── creating_bbcodes.png │ │ │ │ │ ├── database_restore.png │ │ │ │ │ ├── denial_reasons.png │ │ │ │ │ ├── subforums_list.png │ │ │ │ │ ├── users_forum_permissions.png │ │ │ │ │ ├── choose_group_permissions.png │ │ │ │ │ ├── manage_forums_icon_legend.png │ │ │ │ │ └── setting_global_group_permissions.png │ │ │ │ │ ├── user_guide │ │ │ │ │ ├── ucp_overview.png │ │ │ │ │ ├── memberlist_sorting.png │ │ │ │ │ ├── visual_confirmation.png │ │ │ │ │ └── typical_registration_page.png │ │ │ │ │ ├── moderator_guide │ │ │ │ │ └── quick_mod_tools.png │ │ │ │ │ └── quick_start_guide │ │ │ │ │ ├── creating_forums.png │ │ │ │ │ ├── permissions_roles.png │ │ │ │ │ ├── permissions_types.png │ │ │ │ │ ├── settings_features.png │ │ │ │ │ ├── settings_sitename.png │ │ │ │ │ ├── installation_intro.png │ │ │ │ │ ├── permissions_manual.png │ │ │ │ │ ├── permissions_select.png │ │ │ │ │ ├── installation_database.png │ │ │ │ │ └── permissions_moderator.png │ │ │ ├── tr │ │ │ │ ├── images │ │ │ │ │ ├── admin_guide │ │ │ │ │ │ ├── acp_index.png │ │ │ │ │ │ ├── creating_bbcodes.png │ │ │ │ │ │ ├── subforums_list.png │ │ │ │ │ │ ├── users_forum_permissions.png │ │ │ │ │ │ └── manage_forums_icon_legend.png │ │ │ │ │ ├── user_guide │ │ │ │ │ │ ├── ucp_overview.png │ │ │ │ │ │ └── memberlist_sorting.png │ │ │ │ │ ├── moderator_guide │ │ │ │ │ │ └── quick_mod_tools.png │ │ │ │ │ └── quick_start_guide │ │ │ │ │ │ ├── creating_forums.png │ │ │ │ │ │ ├── permissions_roles.png │ │ │ │ │ │ ├── permissions_types.png │ │ │ │ │ │ ├── settings_features.png │ │ │ │ │ │ ├── settings_sitename.png │ │ │ │ │ │ ├── installation_intro.png │ │ │ │ │ │ ├── permissions_manual.png │ │ │ │ │ │ ├── permissions_select.png │ │ │ │ │ │ ├── installation_database.png │ │ │ │ │ │ └── permissions_moderator.png │ │ │ │ └── chapters │ │ │ │ │ └── upgrade_guide.xml │ │ │ └── pl │ │ │ │ └── upgrade_guide.xml │ │ │ ├── create_pdf.sh │ │ │ ├── create_pdf.bat │ │ │ ├── xsl │ │ │ ├── xhtml │ │ │ │ ├── docbookng.xsl │ │ │ │ ├── keywords.xsl │ │ │ │ ├── onechunk.xsl │ │ │ │ ├── profile-onechunk.xsl │ │ │ │ ├── chunk.xsl │ │ │ │ ├── profile-chunk.xsl │ │ │ │ ├── htmltbl.xsl │ │ │ │ └── info.xsl │ │ │ ├── pdf │ │ │ │ ├── fo │ │ │ │ │ ├── annotations.xsl │ │ │ │ │ ├── keywords.xsl │ │ │ │ │ ├── info.xsl │ │ │ │ │ └── passivetex.xsl │ │ │ │ ├── common │ │ │ │ │ ├── targetdatabase.dtd │ │ │ │ │ ├── l10n.dtd │ │ │ │ │ └── autoidx-kimber.xsl │ │ │ │ └── COPYING │ │ │ ├── olympus_pdf.xsl │ │ │ ├── common │ │ │ │ ├── targetdatabase.dtd │ │ │ │ ├── l10n.dtd │ │ │ │ └── l10n.xml │ │ │ └── olympus_xhtml.xsl │ │ │ ├── create_docs.sh │ │ │ ├── includes │ │ │ └── xinclude.mod │ │ │ └── olympus_doc.xml │ └── common.php │ ├── flash │ ├── swf │ │ ├── 3.0_ranks.swf │ │ ├── 3.0_backup.swf │ │ ├── 3.0_bbcode.swf │ │ ├── 3.0_fields.swf │ │ ├── 3.0_forums.swf │ │ ├── 3.0_mass_email.swf │ │ ├── 3.0_add_moderator.swf │ │ ├── 3.0_attachments.swf │ │ ├── 3.0_custom_groups.swf │ │ ├── 3.0_user_security.swf │ │ ├── 3.0_word_censor.swf │ │ └── 3.0_report_reasons.swf │ ├── thumbs │ │ ├── 3.0_ranks.gif │ │ ├── 3.0_backup.gif │ │ ├── 3.0_bbcode.gif │ │ ├── 3.0_fields.gif │ │ ├── 3.0_forums.gif │ │ ├── 3.0_mass_email.gif │ │ ├── 3.0_attachments.gif │ │ ├── 3.0_word_censor.gif │ │ ├── 3.0_add_moderator.gif │ │ ├── 3.0_custom_groups.gif │ │ ├── 3.0_report_reasons.gif │ │ └── 3.0_user_security.gif │ ├── common.php │ └── show.php │ ├── index.php │ └── kb │ └── clear.php ├── template └── support │ └── docs │ ├── docs_nav.png │ ├── docs_footer.html │ ├── flash_popup.html │ ├── flash_swf.html │ ├── docs_index.html │ ├── flash_submission.html │ ├── ug_index.html │ ├── kb_display_message.html │ ├── kb_adm_pm.html │ └── flash_body.html ├── theme └── images │ └── support │ └── docs │ ├── kb_new.gif │ ├── docs_nav.png │ ├── kb_active.gif │ ├── kb_denied.gif │ ├── kb_inactive.gif │ ├── kb_redirect.gif │ ├── kb_reviewed.gif │ ├── kb_revision.gif │ ├── kb_pm_buttons.gif │ ├── kb_topic_edit.gif │ ├── kb_topic_new.gif │ ├── kb_status_active.gif │ ├── kb_status_denied.gif │ ├── kb_topic_change.gif │ ├── kb_status_inactive.gif │ ├── kb_status_reviewed.gif │ ├── kb_topic_revision.gif │ ├── kb_status_newly_added.gif │ ├── kb_status_newly_added2.gif │ └── kb_status_revision_submitted.gif ├── README.md ├── includes └── support │ └── docs │ ├── functions_docs.php │ └── functions_flash.php └── docs_flash.sql /support/docs/ug/scripts/.htaccess: -------------------------------------------------------------------------------- 1 | Deny from all -------------------------------------------------------------------------------- /support/docs/ug/data/.htaccess: -------------------------------------------------------------------------------- 1 | 2 | Order Allow,Deny 3 | Deny from All 4 | -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/en/glossary/_navigation: -------------------------------------------------------------------------------- 1 | a:1:{s:5:"terms";a:2:{i:0;s:5:"Terms";i:1;i:1;}} -------------------------------------------------------------------------------- /template/support/docs/docs_nav.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/template/support/docs/docs_nav.png -------------------------------------------------------------------------------- /support/docs/flash/swf/3.0_ranks.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/flash/swf/3.0_ranks.swf -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/en/userguide/pm_filters: -------------------------------------------------------------------------------- 1 |

TODO: How to work with message filters. That is quite a complex system

-------------------------------------------------------------------------------- /theme/images/support/docs/kb_new.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/theme/images/support/docs/kb_new.gif -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | docs-system 2 | =========== 3 | 4 | The documentation system used on www.phpbb.com. GSoC Project. Contact Marshalrusty 5 | -------------------------------------------------------------------------------- /support/docs/flash/swf/3.0_backup.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/flash/swf/3.0_backup.swf -------------------------------------------------------------------------------- /support/docs/flash/swf/3.0_bbcode.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/flash/swf/3.0_bbcode.swf -------------------------------------------------------------------------------- /support/docs/flash/swf/3.0_fields.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/flash/swf/3.0_fields.swf -------------------------------------------------------------------------------- /support/docs/flash/swf/3.0_forums.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/flash/swf/3.0_forums.swf -------------------------------------------------------------------------------- /support/docs/flash/thumbs/3.0_ranks.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/flash/thumbs/3.0_ranks.gif -------------------------------------------------------------------------------- /theme/images/support/docs/docs_nav.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/theme/images/support/docs/docs_nav.png -------------------------------------------------------------------------------- /theme/images/support/docs/kb_active.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/theme/images/support/docs/kb_active.gif -------------------------------------------------------------------------------- /theme/images/support/docs/kb_denied.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/theme/images/support/docs/kb_denied.gif -------------------------------------------------------------------------------- /support/docs/flash/swf/3.0_mass_email.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/flash/swf/3.0_mass_email.swf -------------------------------------------------------------------------------- /support/docs/flash/thumbs/3.0_backup.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/flash/thumbs/3.0_backup.gif -------------------------------------------------------------------------------- /support/docs/flash/thumbs/3.0_bbcode.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/flash/thumbs/3.0_bbcode.gif -------------------------------------------------------------------------------- /support/docs/flash/thumbs/3.0_fields.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/flash/thumbs/3.0_fields.gif -------------------------------------------------------------------------------- /support/docs/flash/thumbs/3.0_forums.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/flash/thumbs/3.0_forums.gif -------------------------------------------------------------------------------- /theme/images/support/docs/kb_inactive.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/theme/images/support/docs/kb_inactive.gif -------------------------------------------------------------------------------- /theme/images/support/docs/kb_redirect.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/theme/images/support/docs/kb_redirect.gif -------------------------------------------------------------------------------- /theme/images/support/docs/kb_reviewed.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/theme/images/support/docs/kb_reviewed.gif -------------------------------------------------------------------------------- /theme/images/support/docs/kb_revision.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/theme/images/support/docs/kb_revision.gif -------------------------------------------------------------------------------- /support/docs/flash/swf/3.0_add_moderator.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/flash/swf/3.0_add_moderator.swf -------------------------------------------------------------------------------- /support/docs/flash/swf/3.0_attachments.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/flash/swf/3.0_attachments.swf -------------------------------------------------------------------------------- /support/docs/flash/swf/3.0_custom_groups.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/flash/swf/3.0_custom_groups.swf -------------------------------------------------------------------------------- /support/docs/flash/swf/3.0_user_security.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/flash/swf/3.0_user_security.swf -------------------------------------------------------------------------------- /support/docs/flash/swf/3.0_word_censor.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/flash/swf/3.0_word_censor.swf -------------------------------------------------------------------------------- /support/docs/flash/thumbs/3.0_mass_email.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/flash/thumbs/3.0_mass_email.gif -------------------------------------------------------------------------------- /theme/images/support/docs/kb_pm_buttons.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/theme/images/support/docs/kb_pm_buttons.gif -------------------------------------------------------------------------------- /theme/images/support/docs/kb_topic_edit.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/theme/images/support/docs/kb_topic_edit.gif -------------------------------------------------------------------------------- /theme/images/support/docs/kb_topic_new.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/theme/images/support/docs/kb_topic_new.gif -------------------------------------------------------------------------------- /support/docs/flash/swf/3.0_report_reasons.swf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/flash/swf/3.0_report_reasons.swf -------------------------------------------------------------------------------- /support/docs/flash/thumbs/3.0_attachments.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/flash/thumbs/3.0_attachments.gif -------------------------------------------------------------------------------- /support/docs/flash/thumbs/3.0_word_censor.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/flash/thumbs/3.0_word_censor.gif -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/en/userguide/ucp_usergroups: -------------------------------------------------------------------------------- 1 |

TODO: Work in progress, might change, so not sure how this is going to be structured.

-------------------------------------------------------------------------------- /theme/images/support/docs/kb_status_active.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/theme/images/support/docs/kb_status_active.gif -------------------------------------------------------------------------------- /theme/images/support/docs/kb_status_denied.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/theme/images/support/docs/kb_status_denied.gif -------------------------------------------------------------------------------- /theme/images/support/docs/kb_topic_change.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/theme/images/support/docs/kb_topic_change.gif -------------------------------------------------------------------------------- /support/docs/flash/thumbs/3.0_add_moderator.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/flash/thumbs/3.0_add_moderator.gif -------------------------------------------------------------------------------- /support/docs/flash/thumbs/3.0_custom_groups.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/flash/thumbs/3.0_custom_groups.gif -------------------------------------------------------------------------------- /support/docs/flash/thumbs/3.0_report_reasons.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/flash/thumbs/3.0_report_reasons.gif -------------------------------------------------------------------------------- /support/docs/flash/thumbs/3.0_user_security.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/flash/thumbs/3.0_user_security.gif -------------------------------------------------------------------------------- /theme/images/support/docs/kb_status_inactive.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/theme/images/support/docs/kb_status_inactive.gif -------------------------------------------------------------------------------- /theme/images/support/docs/kb_status_reviewed.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/theme/images/support/docs/kb_status_reviewed.gif -------------------------------------------------------------------------------- /theme/images/support/docs/kb_topic_revision.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/theme/images/support/docs/kb_topic_revision.gif -------------------------------------------------------------------------------- /theme/images/support/docs/kb_status_newly_added.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/theme/images/support/docs/kb_status_newly_added.gif -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/en/userguide/pm_display: -------------------------------------------------------------------------------- 1 |

The Inbox is the default incoming folder, which contains a list of your recently received Private Messages.

-------------------------------------------------------------------------------- /theme/images/support/docs/kb_status_newly_added2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/theme/images/support/docs/kb_status_newly_added2.gif -------------------------------------------------------------------------------- /theme/images/support/docs/kb_status_revision_submitted.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/theme/images/support/docs/kb_status_revision_submitted.gif -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/en/userguide/ucp_attachments: -------------------------------------------------------------------------------- 1 |

TODO: The attachment section of the UCP shows you a list of all attachments that you have uploaded to the board so far ...

-------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/da/images/admin_guide/captcha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/da/images/admin_guide/captcha.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/en/images/admin_guide/captcha.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/en/images/admin_guide/captcha.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/cs/images/admin_guide/acp_index.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/cs/images/admin_guide/acp_index.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/cs/images/user_guide/ucp_overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/cs/images/user_guide/ucp_overview.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/da/images/admin_guide/acp_index.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/da/images/admin_guide/acp_index.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/da/images/user_guide/ucp_overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/da/images/user_guide/ucp_overview.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/en/images/admin_guide/acp_index.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/en/images/admin_guide/acp_index.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/en/images/user_guide/ucp_overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/en/images/user_guide/ucp_overview.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/hu/images/admin_guide/acp_index.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/hu/images/admin_guide/acp_index.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/hu/images/user_guide/ucp_overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/hu/images/user_guide/ucp_overview.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/nl/images/admin_guide/acp_index.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/nl/images/admin_guide/acp_index.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/nl/images/user_guide/ucp_overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/nl/images/user_guide/ucp_overview.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/tr/images/admin_guide/acp_index.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/tr/images/admin_guide/acp_index.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/tr/images/user_guide/ucp_overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/tr/images/user_guide/ucp_overview.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/da/images/admin_guide/imageset_edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/da/images/admin_guide/imageset_edit.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/en/images/admin_guide/imageset_edit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/en/images/admin_guide/imageset_edit.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/cs/images/admin_guide/creating_bbcodes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/cs/images/admin_guide/creating_bbcodes.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/cs/images/admin_guide/subforums_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/cs/images/admin_guide/subforums_list.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/da/images/admin_guide/creating_bbcodes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/da/images/admin_guide/creating_bbcodes.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/da/images/admin_guide/database_restore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/da/images/admin_guide/database_restore.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/da/images/admin_guide/denial_reasons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/da/images/admin_guide/denial_reasons.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/da/images/admin_guide/styles_overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/da/images/admin_guide/styles_overview.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/da/images/admin_guide/subforums_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/da/images/admin_guide/subforums_list.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/da/images/upgrade_guide/convert_diff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/da/images/upgrade_guide/convert_diff.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/da/images/upgrade_guide/convert_select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/da/images/upgrade_guide/convert_select.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/da/images/upgrade_guide/convert_status.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/da/images/upgrade_guide/convert_status.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/en/images/admin_guide/creating_bbcodes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/en/images/admin_guide/creating_bbcodes.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/en/images/admin_guide/database_restore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/en/images/admin_guide/database_restore.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/en/images/admin_guide/denial_reasons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/en/images/admin_guide/denial_reasons.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/en/images/admin_guide/styles_overview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/en/images/admin_guide/styles_overview.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/en/images/admin_guide/subforums_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/en/images/admin_guide/subforums_list.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/hu/images/admin_guide/creating_bbcodes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/hu/images/admin_guide/creating_bbcodes.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/hu/images/admin_guide/subforums_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/hu/images/admin_guide/subforums_list.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/nl/images/admin_guide/creating_bbcodes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/nl/images/admin_guide/creating_bbcodes.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/nl/images/admin_guide/database_restore.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/nl/images/admin_guide/database_restore.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/nl/images/admin_guide/denial_reasons.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/nl/images/admin_guide/denial_reasons.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/nl/images/admin_guide/subforums_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/nl/images/admin_guide/subforums_list.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/tr/images/admin_guide/creating_bbcodes.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/tr/images/admin_guide/creating_bbcodes.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/tr/images/admin_guide/subforums_list.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/tr/images/admin_guide/subforums_list.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/cs/images/user_guide/memberlist_sorting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/cs/images/user_guide/memberlist_sorting.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/da/images/upgrade_guide/convert_dbupdate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/da/images/upgrade_guide/convert_dbupdate.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/da/images/user_guide/memberlist_sorting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/da/images/user_guide/memberlist_sorting.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/da/images/user_guide/visual_confirmation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/da/images/user_guide/visual_confirmation.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/en/images/user_guide/memberlist_sorting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/en/images/user_guide/memberlist_sorting.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/en/images/user_guide/visual_confirmation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/en/images/user_guide/visual_confirmation.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/hu/images/user_guide/memberlist_sorting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/hu/images/user_guide/memberlist_sorting.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/nl/images/user_guide/memberlist_sorting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/nl/images/user_guide/memberlist_sorting.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/nl/images/user_guide/visual_confirmation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/nl/images/user_guide/visual_confirmation.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/tr/images/user_guide/memberlist_sorting.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/tr/images/user_guide/memberlist_sorting.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/en/adminguide/permissions_masks: -------------------------------------------------------------------------------- 1 |

3.7.4. Permission Masks

-------------------------------------------------------------------------------- /support/docs/ug/data/3.0/en/adminguide/permissions_roles: -------------------------------------------------------------------------------- 1 |

3.7.3. Permission Roles

-------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/cs/images/moderator_guide/quick_mod_tools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/cs/images/moderator_guide/quick_mod_tools.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/cs/images/quick_start_guide/creating_forums.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/cs/images/quick_start_guide/creating_forums.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/da/images/moderator_guide/quick_mod_tools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/da/images/moderator_guide/quick_mod_tools.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/da/images/quick_start_guide/creating_forums.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/da/images/quick_start_guide/creating_forums.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/da/images/upgrade_guide/convert_mergefile.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/da/images/upgrade_guide/convert_mergefile.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/en/images/moderator_guide/quick_mod_tools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/en/images/moderator_guide/quick_mod_tools.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/en/images/quick_start_guide/creating_forums.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/en/images/quick_start_guide/creating_forums.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/hu/images/moderator_guide/quick_mod_tools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/hu/images/moderator_guide/quick_mod_tools.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/hu/images/quick_start_guide/creating_forums.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/hu/images/quick_start_guide/creating_forums.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/nl/images/moderator_guide/quick_mod_tools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/nl/images/moderator_guide/quick_mod_tools.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/nl/images/quick_start_guide/creating_forums.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/nl/images/quick_start_guide/creating_forums.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/tr/images/moderator_guide/quick_mod_tools.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/tr/images/moderator_guide/quick_mod_tools.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/tr/images/quick_start_guide/creating_forums.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/tr/images/quick_start_guide/creating_forums.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/cs/images/admin_guide/users_forum_permissions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/cs/images/admin_guide/users_forum_permissions.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/cs/images/quick_start_guide/permissions_roles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/cs/images/quick_start_guide/permissions_roles.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/cs/images/quick_start_guide/permissions_types.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/cs/images/quick_start_guide/permissions_types.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/cs/images/quick_start_guide/settings_features.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/cs/images/quick_start_guide/settings_features.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/cs/images/quick_start_guide/settings_sitename.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/cs/images/quick_start_guide/settings_sitename.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/da/images/admin_guide/users_forum_permissions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/da/images/admin_guide/users_forum_permissions.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/da/images/quick_start_guide/permissions_roles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/da/images/quick_start_guide/permissions_roles.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/da/images/quick_start_guide/permissions_types.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/da/images/quick_start_guide/permissions_types.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/da/images/quick_start_guide/settings_features.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/da/images/quick_start_guide/settings_features.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/da/images/quick_start_guide/settings_sitename.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/da/images/quick_start_guide/settings_sitename.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/en/images/admin_guide/users_forum_permissions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/en/images/admin_guide/users_forum_permissions.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/en/images/quick_start_guide/permissions_roles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/en/images/quick_start_guide/permissions_roles.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/en/images/quick_start_guide/permissions_types.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/en/images/quick_start_guide/permissions_types.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/en/images/quick_start_guide/settings_features.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/en/images/quick_start_guide/settings_features.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/en/images/quick_start_guide/settings_sitename.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/en/images/quick_start_guide/settings_sitename.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/hu/images/admin_guide/users_forum_permissions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/hu/images/admin_guide/users_forum_permissions.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/hu/images/quick_start_guide/permissions_roles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/hu/images/quick_start_guide/permissions_roles.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/hu/images/quick_start_guide/permissions_types.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/hu/images/quick_start_guide/permissions_types.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/hu/images/quick_start_guide/settings_features.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/hu/images/quick_start_guide/settings_features.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/hu/images/quick_start_guide/settings_sitename.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/hu/images/quick_start_guide/settings_sitename.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/nl/images/admin_guide/users_forum_permissions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/nl/images/admin_guide/users_forum_permissions.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/nl/images/quick_start_guide/permissions_roles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/nl/images/quick_start_guide/permissions_roles.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/nl/images/quick_start_guide/permissions_types.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/nl/images/quick_start_guide/permissions_types.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/nl/images/quick_start_guide/settings_features.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/nl/images/quick_start_guide/settings_features.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/nl/images/quick_start_guide/settings_sitename.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/nl/images/quick_start_guide/settings_sitename.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/tr/images/admin_guide/users_forum_permissions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/tr/images/admin_guide/users_forum_permissions.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/tr/images/quick_start_guide/permissions_roles.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/tr/images/quick_start_guide/permissions_roles.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/tr/images/quick_start_guide/permissions_types.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/tr/images/quick_start_guide/permissions_types.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/tr/images/quick_start_guide/settings_features.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/tr/images/quick_start_guide/settings_features.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/tr/images/quick_start_guide/settings_sitename.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/tr/images/quick_start_guide/settings_sitename.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/cs/images/admin_guide/manage_forums_icon_legend.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/cs/images/admin_guide/manage_forums_icon_legend.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/cs/images/quick_start_guide/installation_intro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/cs/images/quick_start_guide/installation_intro.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/cs/images/quick_start_guide/permissions_manual.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/cs/images/quick_start_guide/permissions_manual.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/cs/images/quick_start_guide/permissions_select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/cs/images/quick_start_guide/permissions_select.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/da/images/admin_guide/choose_group_permissions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/da/images/admin_guide/choose_group_permissions.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/da/images/admin_guide/manage_forums_icon_legend.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/da/images/admin_guide/manage_forums_icon_legend.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/da/images/quick_start_guide/installation_intro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/da/images/quick_start_guide/installation_intro.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/da/images/quick_start_guide/permissions_manual.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/da/images/quick_start_guide/permissions_manual.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/da/images/quick_start_guide/permissions_select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/da/images/quick_start_guide/permissions_select.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/da/images/user_guide/typical_registration_page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/da/images/user_guide/typical_registration_page.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/en/images/admin_guide/choose_group_permissions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/en/images/admin_guide/choose_group_permissions.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/en/images/admin_guide/manage_forums_icon_legend.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/en/images/admin_guide/manage_forums_icon_legend.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/en/images/quick_start_guide/installation_intro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/en/images/quick_start_guide/installation_intro.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/en/images/quick_start_guide/permissions_manual.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/en/images/quick_start_guide/permissions_manual.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/en/images/quick_start_guide/permissions_select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/en/images/quick_start_guide/permissions_select.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/en/images/user_guide/typical_registration_page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/en/images/user_guide/typical_registration_page.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/hu/images/admin_guide/manage_forums_icon_legend.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/hu/images/admin_guide/manage_forums_icon_legend.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/hu/images/quick_start_guide/installation_intro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/hu/images/quick_start_guide/installation_intro.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/hu/images/quick_start_guide/permissions_manual.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/hu/images/quick_start_guide/permissions_manual.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/hu/images/quick_start_guide/permissions_select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/hu/images/quick_start_guide/permissions_select.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/nl/images/admin_guide/choose_group_permissions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/nl/images/admin_guide/choose_group_permissions.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/nl/images/admin_guide/manage_forums_icon_legend.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/nl/images/admin_guide/manage_forums_icon_legend.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/nl/images/quick_start_guide/installation_intro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/nl/images/quick_start_guide/installation_intro.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/nl/images/quick_start_guide/permissions_manual.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/nl/images/quick_start_guide/permissions_manual.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/nl/images/quick_start_guide/permissions_select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/nl/images/quick_start_guide/permissions_select.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/nl/images/user_guide/typical_registration_page.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/nl/images/user_guide/typical_registration_page.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/tr/images/admin_guide/manage_forums_icon_legend.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/tr/images/admin_guide/manage_forums_icon_legend.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/tr/images/quick_start_guide/installation_intro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/tr/images/quick_start_guide/installation_intro.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/tr/images/quick_start_guide/permissions_manual.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/tr/images/quick_start_guide/permissions_manual.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/tr/images/quick_start_guide/permissions_select.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/tr/images/quick_start_guide/permissions_select.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/cs/images/quick_start_guide/installation_database.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/cs/images/quick_start_guide/installation_database.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/cs/images/quick_start_guide/permissions_moderator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/cs/images/quick_start_guide/permissions_moderator.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/da/images/quick_start_guide/installation_database.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/da/images/quick_start_guide/installation_database.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/da/images/quick_start_guide/permissions_moderator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/da/images/quick_start_guide/permissions_moderator.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/en/images/quick_start_guide/installation_database.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/en/images/quick_start_guide/installation_database.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/en/images/quick_start_guide/permissions_moderator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/en/images/quick_start_guide/permissions_moderator.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/hu/images/quick_start_guide/installation_database.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/hu/images/quick_start_guide/installation_database.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/hu/images/quick_start_guide/permissions_moderator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/hu/images/quick_start_guide/permissions_moderator.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/nl/images/quick_start_guide/installation_database.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/nl/images/quick_start_guide/installation_database.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/nl/images/quick_start_guide/permissions_moderator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/nl/images/quick_start_guide/permissions_moderator.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/tr/images/quick_start_guide/installation_database.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/tr/images/quick_start_guide/installation_database.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/tr/images/quick_start_guide/permissions_moderator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/tr/images/quick_start_guide/permissions_moderator.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/create_pdf.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | echo "Removing previous PDF" 4 | rm olympus_doc.pdf 5 | 6 | echo "Creating new PDF" 7 | fop -xml olympus_doc.xml -xsl xsl/olympus_pdf.xsl -pdf olympus_doc.pdf 8 | 9 | echo "Done" -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/en/adminguide/permissions_forumbased: -------------------------------------------------------------------------------- 1 |

3.7.2. Forum Based Permissions

-------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/da/images/admin_guide/setting_global_group_permissions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/da/images/admin_guide/setting_global_group_permissions.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/en/images/admin_guide/setting_global_group_permissions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/en/images/admin_guide/setting_global_group_permissions.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/nl/images/admin_guide/setting_global_group_permissions.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/phpbb/docs-system/master/support/docs/ug/data/3.0/_updater/content/nl/images/admin_guide/setting_global_group_permissions.png -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/en/_tabs: -------------------------------------------------------------------------------- 1 | a:6:{s:10:"quickstart";s:17:"Quick Start Guide";s:12:"upgradeguide";s:13:"Upgrade Guide";s:10:"adminguide";s:20:"Administration Guide";s:14:"moderatorguide";s:15:"Moderator Guide";s:9:"userguide";s:10:"User Guide";s:8:"glossary";s:8:"Glossary";} -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/en/adminguide/forums: -------------------------------------------------------------------------------- 1 |

The Forum section offers the tools to manage your forums. Whether you want to add new forums, add new categories, change forum descriptions, reorder or rename your forums, this is the place to go.

-------------------------------------------------------------------------------- /support/docs/ug/data/3.0/en/userguide/pm_new: -------------------------------------------------------------------------------- 1 |

TODO: Similar to the posting screen, so a reference for the basic functions should be enough. What needs to be explained are the To and Bcc fields, how they integrate with the friends list and how to find members (which could also be a link to the memberlist section).

-------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/create_pdf.bat: -------------------------------------------------------------------------------- 1 | @echo off 2 | 3 | ::Path to FOP 4 | set fop_path=C:\fop-0.95 5 | 6 | echo Removing previous PDF 7 | del olympus_doc.pdf 8 | 9 | echo Creating new PDF 10 | %fop_path%\fop -xml olympus_doc.xml -xsl xsl\olympus_pdf.xsl -pdf olympus_doc.pdf 11 | 12 | echo Done -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/en/adminguide/groups: -------------------------------------------------------------------------------- 1 |

Usergroups are a way of grouping users. This makes it easier to set permissions to many people at the same time. phpBB 3.0 has six pre-defined groups: Administrators, Bots, Global Moderators, Guests, Registered Users, and Registered COPPA Users.

-------------------------------------------------------------------------------- /support/docs/ug/scripts/README.txt: -------------------------------------------------------------------------------- 1 | These are copies of the files located in /data on the server. 2 | The .sh file is activated every 2 minutes via a cron 3 | Changes made to the files here will not affect the real files (contact a Manager to make changes) 4 | Managers: The .sh file runs with escalated privs, so be careful! 5 | 6 | 7 | - Yuriy -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/en/userguide/user_search: -------------------------------------------------------------------------------- 1 |

TODO: Explain how to use the search system. This should also include the results page, and the refine function. Also note, that the title (Search: search term) is a link that one can copy and paste into a post to directly link to the results. Egosearch and the global search field should also be included here.

-------------------------------------------------------------------------------- /support/docs/ug/data/3.0/en/quickstart/permissions: -------------------------------------------------------------------------------- 1 |

After you created your first forum, you have to decide who has access to it and what your users are allowed to do and what not. This is what Permissions are for. You can disallow guests to post or hand out moderating powers, for instance. Almost every aspect of user interaction with phpBB3 Olympus can be adjusted with permissions.

-------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/xsl/xhtml/docbookng.xsl: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/en/upgradeguide/_navigation: -------------------------------------------------------------------------------- 1 | a:5:{s:7:"upgrade";a:2:{i:0;s:25:"Upgrading from 2.0 to 3.0";i:1;i:1;}s:7:"general";a:2:{i:0;s:43:"Upgrading from any board software to phpBB3";i:1;i:1;}s:20:"general_requirements";a:2:{i:0;s:12:"Requirements";i:1;i:2;}s:19:"general_preliminary";a:2:{i:0;s:17:"Preliminary steps";i:1;i:2;}s:18:"general_conversion";a:2:{i:0;s:16:"Conversion steps";i:1;i:2;}} -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/en/adminguide/users: -------------------------------------------------------------------------------- 1 |

3.5. Users Management

dhn

MennoniteHobbit

-------------------------------------------------------------------------------- /support/docs/ug/data/3.0/en/userguide/ucp_friends_foes: -------------------------------------------------------------------------------- 1 |

TODO: (Not sure if this deserves its own section yet. For 3.0 this does not have much of an influence on the overall forum experience, this might change with 3.2, so leaving it here for now.) Write a detailed explanation about what Friends and Foes are and how they affect the forum like hiding posts of foes, adding users to the friends list for fast access / online checks, and so forth.

-------------------------------------------------------------------------------- /support/docs/ug/data/3.0/en/moderatorguide/mcp_reported: -------------------------------------------------------------------------------- 1 |

Reported posts are reports submitted by users regarding problematic posts. Any current reported posts are accessible from the Moderator Control Panel. For more information regarding reported posts, see Section 4.4, “What are “Reported posts”?”.

-------------------------------------------------------------------------------- /support/docs/ug/data/3.0/en/moderatorguide/mcp_queue: -------------------------------------------------------------------------------- 1 |

The moderation queue lists topics or posts which require moderator action. The moderation queue is accessible from the Moderator Control Panel. For more information regarding the moderation queue, see Section 4.3, “What is the “Moderation queue”?”.

-------------------------------------------------------------------------------- /support/docs/ug/data/3.0/en/adminguide/system: -------------------------------------------------------------------------------- 1 |

Controls which affect the whole board and which are a key part of configuring and running phpBB are located in the System section. Most of these settings require more attention from the administrator and are not so easy to configure, fortunately you will probably not be changing them too often. This includes keeping your installation up-to-date, managing the board's languages or editing the structure of phpBB's control panels.

-------------------------------------------------------------------------------- /support/docs/ug/data/3.0/en/quickstart/settings: -------------------------------------------------------------------------------- 1 |

In this section you will learn how to change some of the basic settings of your new board.

Right after the installation you will be redirected to the so called "Administration Control Panel" (ACP). You can also access this panel by clicking the [Administration Control Panel] link at the bottom of your forum. In this interface you can change everything about your board.

-------------------------------------------------------------------------------- /template/support/docs/docs_footer.html: -------------------------------------------------------------------------------- 1 | 2 |
3 |
4 | 5 | 6 |
7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | -------------------------------------------------------------------------------- /support/docs/index.php: -------------------------------------------------------------------------------- 1 | set_filenames(array( 17 | 'body' => DOCS_TEMPLATE_PATH . 'docs_index.html' 18 | )); 19 | 20 | page_header($page_title, false); 21 | page_footer(false); 22 | -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/en/quickstart/installation_admin: -------------------------------------------------------------------------------- 1 |

Now you have to create your administration user. This user will have full administration access and he will be the first user on your forum. All fields on this page are required. You can also set the default language of your forum on this page. In a vanilla (basic) phpBB 3.0 installation we only include English [GB]. You can download further languages from www.phpbb.com, and add them later.

-------------------------------------------------------------------------------- /support/docs/ug/data/3.0/en/adminguide/maintenance: -------------------------------------------------------------------------------- 1 |

Running a phpBB 3.0 board is a very important job that is up to the administrator(s). Maintaining the board to make sure it runs as cleanly and properly as possible is the administrator's job.

Board Maintenance is a section in the ACP that allows you to keep track of internal phpBB information, such as logs, as well as maintaining your database (which holds your phpBB-related data), such as backing up and restoring data.

-------------------------------------------------------------------------------- /support/docs/ug/data/3.0/en/quickstart/installation_intro: -------------------------------------------------------------------------------- 1 |

The installation screen gives you a short introduction into phpBB. It allows you to read the license phpBB 3.0 is released under (the General Public License) and provides information about how you can receive support. To start the installation, click the Install tab (see Figure 1.1, “Introduction”).

-------------------------------------------------------------------------------- /support/docs/ug/data/3.0/en/moderatorguide/modtools_copy: -------------------------------------------------------------------------------- 1 |

Moderators are also allowed to duplicate topics. Duplicating a topic simply creates a copy of the selected topic in another forum. This can be achieved by using the Quick MOD Tools area beneath the topic you want to duplicate, or through the Moderator Control Panel when viewing the forum. From this, you simply select the destination forum you wish to duplicate the topic to. Click Yes to duplicate the topic.

-------------------------------------------------------------------------------- /support/docs/ug/data/3.0/en/moderatorguide/modtools_lock: -------------------------------------------------------------------------------- 1 |

This outlines how a moderator may lock whole topics or individual posts. There are various ways a moderator may do this, either by using the Moderator Control Panel when viewing a forum, navigating to the selection menu beneath the topic in question, or editing any post within a topic and checking the relevant checkbox.

Locking a whole topic ensures that no user can reply to it, whereas locking individual posts denies the post author any editing permissions for that post.

-------------------------------------------------------------------------------- /support/docs/ug/data/3.0/en/upgradeguide/general: -------------------------------------------------------------------------------- 1 |

In order to allow administrators of phpBB2 boards to use phpBB3 and all of its features. There is a convertor packed with the default installation. The conversion framework is flexible and allows you to convert other bulletin board systems as well. Read more if you need help with converting your board to phpBB3

Note

The convertor will not harm the database of the board software you are converting from. In case of a problem, your old board software will still be fully operational.

-------------------------------------------------------------------------------- /support/docs/ug/data/3.0/en/adminguide/system_phpinfo: -------------------------------------------------------------------------------- 1 |

This option will provide you with information about the version of PHP installed on your server, along with information on loaded modules and the configuration applicable to the current location. This information can be useful to phpBB team members in helping you to diagnose problems affecting your installation of phpBB. The information here can be security sensitive and it is recommended that you only grant access to this option to those users who need access to the information and do not disclose the information unless necessary.

Please note that some hosting providers may limit the information which is available to you on this page for security reasons.

-------------------------------------------------------------------------------- /support/docs/kb/clear.php: -------------------------------------------------------------------------------- 1 | data['username'] == 'Marshalrusty') 17 | { 18 | $sql = 'TRUNCATE TABLE ' . KB_ARTICLES_TABLE; 19 | $db->sql_query($sql); 20 | 21 | $sql = 'TRUNCATE TABLE ' . KB_CATEGORY_ENTRIES_TABLE; 22 | $db->sql_query($sql); 23 | 24 | $sql = 'TRUNCATE TABLE ' . KB_REVISIONS_TABLE; 25 | $db->sql_query($sql); 26 | 27 | $sql = 'TRUNCATE TABLE ' . KB_LOG_TABLE; 28 | $db->sql_query($sql); 29 | } 30 | 31 | echo 'Cleared'; 32 | -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/en/upgradeguide/upgrade: -------------------------------------------------------------------------------- 1 |

In order to allow administrators of phpBB2 boards to use phpBB3 and all of its features. There is a convertor packed with the default installation. The conversion framework is flexible and allows you to convert other bulletin board systems as well. Read more if you need help with converting your board to phpBB3

The process is in the form of a PHP file, similar to the update file found in phpBB 2.0.x. The file will take you through wizard-like screens until your phpBB is running 3.0.x. Basic instructions and troubleshooting for doing this conversion are here.

Warning: Be sure to backup both the database and the files before attempting to upgrade.

-------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/create_docs.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | # set this to the correct path 4 | path="/var/www/phpbb.com/htdocs/support/documentation/3.0" 5 | 6 | echo "Removing build directory" 7 | rm -rf build 8 | 9 | echo "Creating docs" 10 | xsltproc --xinclude xsl/olympus_php.xsl olympus_doc.xml 11 | 12 | if [ "$?" == "0" ]; then 13 | echo "Successfully created documentation" 14 | echo "Removing $path" 15 | rm -rf $path 16 | echo "Copying documentation to $path" 17 | cp -r build $path 18 | echo "Creating directory $path/images" 19 | mkdir $path/images 20 | echo "Copying images/* to $path/images/" 21 | cp -r content/en/images/* $path/images/ 22 | echo "Making documentation directory group writable" 23 | chmod g+w -R $path 24 | else 25 | echo "Failed creating documentation" 26 | fi -------------------------------------------------------------------------------- /support/docs/flash/common.php: -------------------------------------------------------------------------------- 1 | assign_vars(array( 34 | 'S_IN_DOCS_FLASH' => true, 35 | 'S_BODY_CLASS' => 'support tutorials', 36 | 'S_ABS_PATH_TO_DOCS_FLASH' => ABS_PATH_TO_DOCS_FLASH, 37 | )); 38 | -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/xsl/pdf/fo/annotations.xsl: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 15 | 16 | 17 | 18 | 19 | -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/en/moderatorguide/modtools_mergeposts: -------------------------------------------------------------------------------- 1 |

Rather than just merging topics together, you can also merge specific posts into any other topic.

To merge specific posts into another topic, start by locating the selection menu beneath the topic, and get to the Moderator Control Panel. From here, you need to enter the topic ID of the topic you want to move the posts to. You can click Select topic to see a list of the topics available and specify which. Select the posts which you wish to merge from the current topic, into the existing topic. The posts merged into the new topic will retain their existing timestamp (e.g. they will not appear at the end of the topic they are being merged to, but will be sorted based on their timestamp).

-------------------------------------------------------------------------------- /support/docs/ug/common.php: -------------------------------------------------------------------------------- 1 | assign_vars(array( 37 | 'S_IN_DOCS_UG' => true, 38 | 'S_BODY_CLASS' => 'support_docs ug support', 39 | 'S_ABS_PATH_TO_DOCS_UG' => ABS_PATH_TO_DOCS_UG, 40 | )); 41 | -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/en/quickstart/installation_config: -------------------------------------------------------------------------------- 1 |

In this step, phpBB will automatically try to write the configuration file. The forum needs the configuration to run properly. It contains all of the database settings, so without it, phpBB will not be able to access the database.

Usually, automatically writing the configuration file works fine. But in some cases it can fail due to wrong file permissions, for instance. In this case, you need to upload the file manually. phpBB asks you to download the config.php file and tells you what to do with it. Please read the instructions carefully. After you have uploaded the file, click Done to get to the last step. If Done returns you to the same page as before, and does not return a success message, you did not upload the file correctly.

-------------------------------------------------------------------------------- /support/docs/ug/data/3.0/en/moderatorguide/modtools_type: -------------------------------------------------------------------------------- 1 |

There are various types of topics the forum administrators and moderators (if they have the appropriate permissions) can assign to specific topics. These special topic types are: Global Announcements, Announcements, and Stickies. The Topic Type can be chosen when posting a new topic or editing the first post of a previously posted topic. You may choose which type of topic you would prefer by selecting the relevant radio button. When viewing the forum, global announcements and basic announcements are displayed under a separate heading than that of stickies and normal topics.

-------------------------------------------------------------------------------- /support/docs/ug/data/3.0/en/adminguide/forums_types: -------------------------------------------------------------------------------- 1 |

In phpBB 3.0, there are three forum types. A forum can be a normal forum where people can post in, a category that contains forums, or it can be a simple link.

Forum

In a forum people can post their topics.

Link

The forum list displays a forum link like a normal forum. But instead of linking to a forum, you can point it to a URL of your choice. It can display a hit counter, which shows how many times the link was clicked.

Category

If you want to combine multiple forums or links for a specific topic, you can put them inside a category. The forums will appear below the category title, clearly separated from other categories. Users are not able to post inside categories.

-------------------------------------------------------------------------------- /support/docs/ug/data/3.0/en/userguide/user_control_panel: -------------------------------------------------------------------------------- 1 |

The User Control Panel (UCP) allows you to alter personal preferences, manage posts you are watching, send and receive private messages, and change the way information about you appears to other users. To view the UCP, click the 'User Control Panel' link that appears after logging in.

The UCP is separated into seven tabs: Overview, Private Messages, Profile, Preferences, Friends and Foes, Attachments, and Groups. Within each tab are several sub pages, accessed by clicking the desired link on the left side of the UCP interface. Some of these areas may not be available depending on the permissions set for you by the administrator.

Every page of the UCP displays your Friends List on the left side. To send a private message to a friend, click their user name.

TODO: Note that Private messaging will be discussed in its own section

-------------------------------------------------------------------------------- /support/docs/ug/data/3.0/en/adminguide/forums_manage: -------------------------------------------------------------------------------- 1 |

Here you can add, edit, delete, and reorder the forums, categories, and links.

Figure 3.4. Managing Forums Icon Legend

Managing Forums Icon Legend

This is the legend for the icons on the manage forums page. Each icon allows you to commit a certain action. Pay close attention to which action you click on when managing your forums.

The initial Manage forums page shows you a list of your top level forums and categories. Note, that this is not analogue to the forum index, as categories are not expanded here. If you want to reorder the forums inside a category, you have to open the category first.

-------------------------------------------------------------------------------- /support/docs/flash/show.php: -------------------------------------------------------------------------------- 1 | sql_query($sql); 23 | 24 | $tutorials=array(); 25 | 26 | $flash=array(); 27 | 28 | while ($flash = $db->sql_fetchrow($flash_data)) 29 | { 30 | $template->assign_vars(array( 31 | 'FLASH' => $flash['flash'], 32 | 'SERVER_NAME' =>$config['server_name'], 33 | 'ID' => $flash['flash_id'], 34 | )); 35 | } 36 | 37 | 38 | $template->set_filenames(array( 39 | 'body' => DOCS_TEMPLATE_PATH . 'flash_popup.html', 40 | )); 41 | $template->display('body'); 42 | -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/en/userguide/user_posting: -------------------------------------------------------------------------------- 1 |

TODO: How to write a new post and how to reply. Special items like attachments or polls are subsections. Don't forget to mention the "someone has replied before you replied" feature, the topic review, and so forth. Topic icons, smilies, post options, usage of HTML ... it would probably best to add a screenshot with arrows to the different sections.

Posting is the primary purpose of bulletin boards. There are two main types of posts you can make: a topic or a reply. Selecting the New Topic button in a forum button will take you to the posting screen. After submitting your post, a new topic will appear in that forum with your post as the first displayed. Other users (and you as well) are now able to reply to your topic by using the Post Reply button. This will once again bring you to the posting screen, allowying you to enter your post.

-------------------------------------------------------------------------------- /support/docs/ug/data/3.0/en/adminguide/general: -------------------------------------------------------------------------------- 1 |

The General section is the first screen you see each time you log into the ACP. It contains some basic statistics and information about your forum. It also has a subsection called Quick Access. It provides quick access to some of the admin pages that are frequently used, like User Management or Moderator Logs. We will discuss its items later in their specific sections.

We will concentrate on the other three subsections: Board Configuration, Client Communication, and Server Configuration.

-------------------------------------------------------------------------------- /support/docs/ug/data/3.0/en/moderatorguide/moderator_modtools: -------------------------------------------------------------------------------- 1 |

Beneath topics, the moderator has various options in a dropdown box which modify the topic in different ways. These include the ability to lock, unlock, delete, move, split, merge and copy the topic. As well as these, they are also able to change the topic type (Sticky/Announcement/Global), and also view the topics logs. The following subsections detail each action on a topic that a moderator can perform.

Figure 4.1. Quick Mod Tools

Quick Mod Tools

The quick moderator tools. As you can see, these tools are located at the end of each topic at the bottom of the page, before the last post on that page. Clicking on the selection menu will show you all of the actions you may perform.

-------------------------------------------------------------------------------- /support/docs/ug/data/3.0/en/quickstart/installation: -------------------------------------------------------------------------------- 1 |

phpBB 3.0 Olympus has an easy to use installation system that will guide you through the installation process.

After you have decompressed the phpBB3 archive and uploaded the files to the location where you want it to be installed, you need to enter the URL into your browser to open the installation screen. The first time you point your browser to the URL (http://www.example.com/phpBB3 for instance), phpBB will detect that it is not yet installed and automatically redirect you to the installation screen.

Figure 1.1. Introduction

Introduction

The introduction page of the installation system.

-------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/xsl/pdf/fo/keywords.xsl: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/en/moderatorguide/modtools_delete: -------------------------------------------------------------------------------- 1 |

If enabled within the Administration Control Panel permissions, a user may delete their own posts when either viewing a topic or editing a previous post. The user may only delete a topic or post if it has not yet been replied to.

To delete other user's posts, one must have appropriate moderator forum-based permission - Can delete posts. Using the selection menu beneath topics allows quick removal. The Moderator Control Panel allows multiple deletions of separate posts.

Tip

Please note that any topics or posts cannot be retrieved once deleted. Consider using a hidden forum that topics can be moved to for future reference.

-------------------------------------------------------------------------------- /support/docs/ug/data/3.0/en/quickstart/installation_requirements: -------------------------------------------------------------------------------- 1 |

Please read the section on phpBB3's requirements to find out more about the phpBB 3.0's minimum requirements.

The requirements list is the first page you will see after starting the installation. phpBB 3.0 automatically checks if everything that it needs to run properly is installed on your server. In order to continue the installation, you will need to have PHP installed (the minimum version number is shown on the requirements page), and at least one database available to continue the installation. It is also important that all shown folders are available and have the correct permissions set. Please see the description of each section to find out if they are optional or required for phpBB 3.0 to run. If everything is in order, you can continue the installation by clicking the Start Install button.

-------------------------------------------------------------------------------- /support/docs/ug/data/3.0/en/userguide/posting_smilies: -------------------------------------------------------------------------------- 1 |

Smilies, or emoticons, are small images which can be inserted into your post to add expression emphasis. To use Smiles, certain characters are put together to get the desired output. For example, typing :) will insert [insert smilie here], ;) will insert [insert wink smilie here], etc. Other smilies require the format :texthere: to display. For example, :roll: will insert smilie whose eyes are rolling: [insert rolling smilie here], and :cry: will insert a smilie who is crying: [insert crying smilie here].

In many cases you can also select which smilie you'd like to insert by clicking its picture on the right side of the Post Content text box. When clicked, the smilie's characters will appear at the current location of the curser in the text box.

If you wish to be able to use these characters in your post, but not have them appear as smilies, please see Posting Options.

-------------------------------------------------------------------------------- /support/docs/ug/data/3.0/en/moderatorguide/modtools_split: -------------------------------------------------------------------------------- 1 |

Moderators also have the ability to split posts from a topic. This can be useful if certain discussions have spawned a new idea worthy of its own thread, thus needing to be split from the original topic. Splitting posts involves moving individual posts from an existing topic to a new topic. You may do this by using the Quick MOD Tools area beneath the topic you want to split or from the Moderator Control Panel within the topic.

While splitting, you may choose a title for the new topic, a different forum for the new topic, and also a different icon. You may also override the default board settings for the amount of posts to be displayed per page. The Splitting from the selected post option will split all posts from the checked post, to the last post. The Splitting selected posts option will only split the current selected posts.

-------------------------------------------------------------------------------- /template/support/docs/flash_popup.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 |

19 | 20 | Share on Facebook 21 | 22 |

23 | 24 | -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/en/moderatorguide/modtools_mergetopics: -------------------------------------------------------------------------------- 1 |

In phpBB3, it is now possible to merge topics together, in addition to splitting topics. This can be useful if, for example, two separate topics are related and involve the same discussion. The merging topics feature allows existing topics to be merged into one another.

To merge topics together, start by locating selection menu beneath the topic in question, which brings you to the Moderator Control Panel. From here, you need to enter the topic ID of the topic you want to move the posts to. You can click Select topic to see a list of the topics available and specify which. Checking the Mark all section will select all the posts in the current topic and allow moving to the existing topic. The posts merged into the new topic will retain their existing timestamp (e.g. they will not appear at the end of the topic they are being merged to, but will be sorted based on their timestamp).

-------------------------------------------------------------------------------- /support/docs/ug/data/3.0/en/upgradeguide/general_requirements: -------------------------------------------------------------------------------- 1 |

In order for the the conversion to be smooth as possible, check and prepare these items. You will need them to perform a succesful conversion.

-------------------------------------------------------------------------------- /support/docs/ug/data/3.0/en/adminguide/posting: -------------------------------------------------------------------------------- 1 |

Forums are nothing without content. Content is created and posted by your users; as such, it is very important to have the right posting settings that control how the content is posted. You can reach this section by clicking the Posting navigation tab.

The first page you are greeted with after getting to the Posting Settings section is BBCodes. The other available subsections are divided into two main groups: Messages and Attachments. Private message settings, Topic icons, Smilies, and Word censoring are message-related settings. Attachment settings, Manage extensions, Manage extension groups, and Orphaned attachments are attachment-related settings.

-------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/includes/xinclude.mod: -------------------------------------------------------------------------------- 1 | 2 | 11 | 12 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 22 | 23 | -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/en/moderatorguide/_navigation: -------------------------------------------------------------------------------- 1 | a:16:{s:14:"moderator_edit";a:2:{i:0;s:13:"Editing posts";i:1;i:1;}s:18:"moderator_modtools";a:2:{i:0;s:16:"Moderation tools";i:1;i:1;}s:13:"modtools_lock";a:2:{i:0;s:23:"Locking a topic or post";i:1;i:2;}s:15:"modtools_delete";a:2:{i:0;s:24:"Deleting a topic or post";i:1;i:2;}s:13:"modtools_move";a:2:{i:0;s:33:"Moving a topic into another forum";i:1;i:2;}s:13:"modtools_copy";a:2:{i:0;s:19:"Duplicating a topic";i:1;i:2;}s:13:"modtools_type";a:2:{i:0;s:26:"Announcements and stickies";i:1;i:2;}s:14:"modtools_split";a:2:{i:0;s:27:"Splitting posts off a topic";i:1;i:2;}s:20:"modtools_mergetopics";a:2:{i:0;s:12:"Merge topics";i:1;i:2;}s:19:"modtools_mergeposts";a:2:{i:0;s:30:"Merge posts into another topic";i:1;i:2;}s:15:"moderator_queue";a:2:{i:0;s:35:"What is the “Moderation queue”?";i:1;i:1;}s:18:"moderator_reported";a:2:{i:0;s:30:"What are “Reported posts”?";i:1;i:1;}s:13:"moderator_mcp";a:2:{i:0;s:33:"The Moderator Control Panel (MCP)";i:1;i:1;}s:9:"mcp_queue";a:2:{i:0;s:16:"Moderation queue";i:1;i:2;}s:12:"mcp_reported";a:2:{i:0;s:14:"Reported posts";i:1;i:2;}s:9:"mcp_forum";a:2:{i:0;s:16:"Forum moderation";i:1;i:2;}} -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/en/adminguide/posting_censors: -------------------------------------------------------------------------------- 1 |

On some forums, a certain level of appropriate, profanity-free speech is required. Like phpBB2, phpBB3 continues to offer word censoring. Words that match the patterns set in the Word censoring panel will automatically be censored with text that you, the admin, specify. To manage your board's word censoring, click Word censoring.

To add a new word censor, click Add new word. There are two fields: Word and Replacement. Type in the word that you want automatically censored in the Word text field. (Note that you can use wildcards (*).) Then, type in the text you want the censored word to be replaced with in the Replacement text field. Once you are done, click Submit to add the new censored word to your board.

To edit an existing word censor, locate the censored word's row. Click the "edit" icon located in that row, and proceed with changing the censored word's settings.

-------------------------------------------------------------------------------- /support/docs/ug/data/3.0/en/userguide/posting_drafts: -------------------------------------------------------------------------------- 1 |

When creating a post, it can be saved or loaded using the drafts feature. If the board permissions allow drafts to be saved, then Save and Load buttons will appear on the posting page.

Once a draft is used, it is removed. For more information on managing drafts, please see UCP Drafts.

Note

If there are no drafts available, the Load button will not appear.

-------------------------------------------------------------------------------- /support/docs/ug/data/3.0/en/moderatorguide/moderator_reported: -------------------------------------------------------------------------------- 1 |

Unlike phpBB2, phpBB3 now allows users to report a post, for reasons the board administrator can define within the Administration Control Panel. If a user finds a post unsuitable for any reason, they may report it using the Report Post button beside the offending message. This report is then displayed within the Moderator Control Panel where the Administrator or Moderators can view, close, or delete the report.

When viewing a forum with post reports within topics, the topic title will be accompanied by a red exclamation icon. This alerts the administrator(s) or moderators that there a post has been reported. When viewing topics, reported posts are accompanied by a red exclamation and text. Clicking this icon or text will bring them to the Reported Posts section of the Moderator Control Panel.

For further information regarding the Moderator Control Panel, see Section 4.5, “The Moderator Control Panel (MCP)”.

-------------------------------------------------------------------------------- /includes/support/docs/functions_docs.php: -------------------------------------------------------------------------------- 1 | data['user_id'] && $user->data['user_id'] != ANONYMOUS) 34 | { 35 | return true; 36 | } 37 | 38 | return false; 39 | } 40 | 41 | function ug_report_error($message, $is_ajax_request) 42 | { 43 | if ($is_ajax_request) 44 | { 45 | // @TODO Fix this 46 | echo '

47 |
48 |

Information

49 |

' . $message . '

50 | 51 |
52 |
'; 53 | exit; 54 | } 55 | else 56 | { 57 | trigger_error($message); 58 | } 59 | } 60 | -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/en/quickstart/installation_advanced: -------------------------------------------------------------------------------- 1 |

The Advanced settings allow you to set some parameters of the board configuration. They are optional, and you can always change them later if you wish. So if you are unsure of what these settings mean, ignore them and proceed to the final step to finish the installation.

If the installation was successful, you can now use the Login button to visit the Administration Control Panel. Congratulations, you have installed phpBB 3.0 successfully. But there is still a lot of work ahead!

If you are unable to get phpBB 3.0 installed even after reading this guide, please look at the support section to find out where you can ask for further assistance.

At this point if you are upgrading from phpBB 2.0, you should refer to the upgrade guide for further information. If not, you should remove the install directory from your server as you will only be able to access the Administration Control Panel whilst it is present.

-------------------------------------------------------------------------------- /support/docs/ug/data/3.0/en/userguide/user_permissions: -------------------------------------------------------------------------------- 1 |

phpBB3 uses permissions on a per-user or per-usergroup basis to allow or disallow users access to certain functions or features which software offers. These may include the ability to post in certain forums, having an avatar, or being able to communicate through private messages. All of the permissions can be set through the Administration Panel.

Permissions can also be set allowing appointed members to perform special tasks or have special abilities on the bulletin board. Permissions allow the Administrator to define which moderation functions and in which forums certain users or groups of users are allowed to use. This allows for appointed users to become moderators on the bulletin board. The administrator can also give users access to certain sections of the Administration panel, keeping important settings or functions restricted and safe from malicious acts. For example, a select group of moderators could be allowed to modify a user's avatar or signature if said avatar or signature is not allowed under a paticular forum's rules. Without these abilities set, the moderator would need to notify an administrator in order to have the user's profile changed.

-------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/xsl/olympus_pdf.xsl: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/en/userguide/posting_polls: -------------------------------------------------------------------------------- 1 |

Polls allow users to use a topic to vote about an idea or issue. Polls can only be created in the first post of a topic. The ability to create and vote in polls is determined by the "Polls" set by the administrator.

-------------------------------------------------------------------------------- /support/docs/ug/data/3.0/en/adminguide/system_updates: -------------------------------------------------------------------------------- 1 |

The phpBB 3.0.x branch is usually updated every couple of months as necessary. Bugfixes, new features and other changes are included in these updates. The minor version number gets incremented each time. It is strongly recommended to keep your phpBB installation up to date. Updating from older versions is more difficult and you will have a hard time finding solutions to possible conflicts. You can update with the Automatic Update Package, which is able to merge modifications from MODs with the updates or you can use one of the other packages provided.

You will be notified in your ACP if a new version is released, you will also have a link to the newest release announcement, which will brief you on the added features and the overall changelog.

Updating with the Automatic Update Package is very simple. First, you will go to the linked phpBB.com downloads page and download the appropriate file. You will extract the contents on your PC and upload them to the root directory of your board. The board will be offline for normal users for the moment. Then simply go to the install/ directory and select the Update tab, the updater will then give you further instructions.

-------------------------------------------------------------------------------- /support/docs/ug/scripts/shed_website_update.sh: -------------------------------------------------------------------------------- 1 | #!/bin/bash 2 | 3 | if [ -f /var/www/phpbb.com/htdocs/community/cache/.update ]; 4 | then 5 | cd /var/www/phpbb.com/htdocs 6 | svn update > community/cache/.svn_update_result 2>&1 7 | 8 | cat community/cache/.update > community/cache/.update_result 9 | cat community/cache/.svn_update_result >> community/cache/.update_result 10 | cat community/cache/.update_result 11 | 12 | rm community/cache/*tpl_* 13 | # sql_* 14 | # data_* 15 | rm community/cache/.update 16 | elif [ -f /var/www/phpbb.com/htdocs/community/cache/.docs_update ]; 17 | then 18 | # 19 | # This updates the English 3.0 user guide on the site. 20 | # 21 | 22 | # Path to the user guide section of the site 23 | path="/var/www/phpbb.com/htdocs/support/docs/ug" 24 | 25 | cd $path/data/3.0/_updater 26 | 27 | echo "Update SVN..." 28 | svn up 29 | 30 | echo "Removing build directory..." 31 | rm -rf build 32 | 33 | echo "Moving images folder in place..." 34 | cp -r ./content/en/images $path/images/3.0 35 | 36 | echo "Building docs..." 37 | xsltproc --xinclude xsl/olympus_phpbb_dot_com.xsl olympus_doc.xml 38 | 39 | rm -rf $path/data/3.0/en 40 | 41 | /data/phpbb/documentation_update.php 42 | 43 | rm /var/www/phpbb.com/htdocs/community/cache/.docs_update 44 | fi -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/en/quickstart/permissions_roles: -------------------------------------------------------------------------------- 1 |

phpBB3 Olympus ships with a number of default permission roles, that offer you a wide variety of options for setting permissions. Instead of having to check each radio button manually, you can select a predefined role in the Rolepull down list. Each role has a detailed description, that will pop up when you hover your mouse over it. Submit your changes with Apply Permissions or Apply All Permissions when you are satisfied with them. That will set the permissions and you are done.

Figure 1.9. Permission roles

Permission roles

Setting permissions with roles

But permission roles are not only a quick and easy way to set permissions, they are also a powerful tool for experienced board administrators to manage permissions on bigger boards. You can create your own roles and edit existing ones. Roles are dynamic, so when you edit a role, all groups and users that have the role assigned will automatically be updated.

-------------------------------------------------------------------------------- /template/support/docs/flash_swf.html: -------------------------------------------------------------------------------- 1 | 2 | 9 |
10 |

Flash tutorials

11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/en/quickstart/permissions_global: -------------------------------------------------------------------------------- 1 |

Local Permissions are too local for you? Well, then phpBB3 has something to offer for you, too: Global Permissions:

  1. Users Permissions

  2. Groups Permissions

  3. Administrators

  4. Global Moderators

In "User Permissions" and "Group Permissions" you can allow and disallow features like attachments, signatures and avatars for specific users and user groups. Note that some of these settings only matter, if the respective feature is enabled in the "Board Features" (see Section 1.3.2, “Board Features” for details).

Under "Administrators" you can give users or groups administrator privileges like the ability to manage forums or change user permissions. For details on these settings please read the Section 3.7, “Permission Overload”.

The "Global Moderators" form offers you the same settings as the forum specific form (described in Section 1.5.5, “Assign moderators to forums”) but applies to all forums on your board.

-------------------------------------------------------------------------------- /support/docs/ug/data/3.0/en/adminguide/attach_orphaned: -------------------------------------------------------------------------------- 1 |

Sometimes, attachments may be orphaned, which means that they exist in the specified files directory (to configure this directory, see the section on attachment settings), but aren't assigned to any post(s). This can happen when posts are deleted or edited, or even when users attach a file, but don't submit their post.

To manage orphaned attachments, click on Orphaned attachments on the left-hand menu once you're in the Posting settings section of the ACP. You should see a list of all orphaned attachments in the table, along with all the important information regarding each orphaned attachment.

You can assign an orphaned attachment to a specific post. To do so, you must first find the post's post ID. Enter this value into the Post ID column for the particular orphaned attachment. Enable Attach file to post, then click Submit.

To delete an orphaned attachment, check the orphaned attachment's Delete checkbox, then click Submit. Note that this cannot be undone.

-------------------------------------------------------------------------------- /support/docs/ug/data/3.0/en/quickstart/requirements: -------------------------------------------------------------------------------- 1 |

phpBB has a few requirements which must be met before you are able to install and use it. In this section, these requirements are explained.

The presence of each of these required features will be checked during the installation process, explained in Section 1.2, “Installation”.

-------------------------------------------------------------------------------- /includes/support/docs/functions_flash.php: -------------------------------------------------------------------------------- 1 | $title) 26 | { 27 | $template->assign_block_vars('tabs', array( 28 | 'TAB' => $title, 29 | 'S_TAB_ACTIVE' => ($slug == $active_tab) ? TRUE : FALSE, 30 | 'U_TAB' => append_sid(ABS_PATH_TO_DOCS_FLASH . ($slug ? $slug . '/' : '')), 31 | )); 32 | } 33 | 34 | // Add an additional tab to the end when in a dynamic section 35 | // Also very useful for displaying notices 36 | if ($active_tab && !isset($tabs[$active_tab])) 37 | { 38 | $template->assign_block_vars('tabs', array( 39 | 'TAB' => $active_tab, 40 | 'S_TAB_ACTIVE' => TRUE, 41 | 'U_TAB' => append_sid(''), 42 | )); 43 | } 44 | 45 | page_header('Knowledge Base > ' . $page_title, false); 46 | page_footer(false); 47 | } 48 | 49 | 50 | -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/en/quickstart/_navigation: -------------------------------------------------------------------------------- 1 | a:20:{s:12:"requirements";a:2:{i:0;s:12:"Requirements";i:1;i:1;}s:12:"installation";a:2:{i:0;s:12:"Installation";i:1;i:1;}s:18:"installation_intro";a:2:{i:0;s:12:"Introduction";i:1;i:2;}s:25:"installation_requirements";a:2:{i:0;s:12:"Requirements";i:1;i:2;}s:21:"installation_database";a:2:{i:0;s:17:"Database settings";i:1;i:2;}s:18:"installation_admin";a:2:{i:0;s:21:"Administrator details";i:1;i:2;}s:19:"installation_config";a:2:{i:0;s:18:"Configuration file";i:1;i:2;}s:21:"installation_advanced";a:2:{i:0;s:17:"Advanced settings";i:1;i:2;}s:8:"settings";a:2:{i:0;s:16:"General settings";i:1;i:1;}s:22:"settings_boardsettings";a:2:{i:0;s:14:"Board Settings";i:1;i:2;}s:22:"settings_boardfeatures";a:2:{i:0;s:14:"Board Features";i:1;i:2;}s:6:"forums";a:2:{i:0;s:30:"Creating and setting up forums";i:1;i:1;}s:11:"permissions";a:2:{i:0;s:19:"Setting permissions";i:1;i:1;}s:17:"permissions_types";a:2:{i:0;s:16:"Permission types";i:1;i:2;}s:17:"permissions_forum";a:2:{i:0;s:25:"Setting forum permissions";i:1;i:2;}s:18:"permissions_manual";a:2:{i:0;s:18:"Manual permissions";i:1;i:2;}s:17:"permissions_roles";a:2:{i:0;s:17:"Permissions roles";i:1;i:2;}s:22:"permissions_moderators";a:2:{i:0;s:27:"Assign moderators to forums";i:1;i:2;}s:18:"permissions_global";a:2:{i:0;s:26:"Setting global permissions";i:1;i:2;}s:7:"support";a:2:{i:0;s:17:"Obtaining support";i:1;i:1;}} -------------------------------------------------------------------------------- /template/support/docs/docs_index.html: -------------------------------------------------------------------------------- 1 | 2 | 7 | 8 | 15 | 16 | 21 | 22 |

23 | 24 |
25 |
26 | 27 |

Reserved for welcome page

28 |

This will have a welcome message, a navigation overview and participation stats




Choose one of the documentation sections from the above nav panel to continue.

29 |

30 | 31 | 32 |
33 |
34 | 35 | -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/en/userguide/user_pm: -------------------------------------------------------------------------------- 1 |

phpBB 3.0 allows its users to communicate privately by using Private Messages. To visit the Private Messages section, you either can click on the [X new messages] link on the left hand side below the forum header, or you can directly access it through the User Control Panel..

Depending on your [settings], there are 3 ways of being notified that a new Private Message has arrived:

  1. By receiving an e-mail or Jabber message

  2. While browsing the forum a notification window will pop up

  3. The [X new messages] link will show the number of currently unread messages

You can set the options to your liking in the Preferences section. Note, that for the popup window notification to work, your will have to add the forum you are visiting to your browser’s popup blocker white list.

You can choose to not receive Private Messages by other users in your Preferences. Note, that moderators and administrators will still be able send you Private Messages, even if you have disabled them.

[To use this feature, you have to be a registered user and need the to have the correct permissions.]

-------------------------------------------------------------------------------- /support/docs/ug/data/3.0/en/adminguide/attach_extensions: -------------------------------------------------------------------------------- 1 |

You can further configure your board's attachments settings by controlling what file extensions attached files can have to be uploaded. It is recommended that you do not allow scripting file extensions (such as php, php3, php4, phtml, pl, cgi, py, rb, asp, aspx, and so forth) for security reasons. You can find this page by clicking Manage extensions once you're in the ACP.

To add an allowed file extension, find the Add Extension form on the page. In the field labeled Extension, type in the file extension. Do not include the period before the file extension. Then, select the extension group that this new file extension should be added to via the Extension group selection menu. Then, click Submit.

You can also view your board's current allowed file extensions. On the page, you should see a table listing all of the allowed file extensions. To change the group that an extension belongs to, select a new extension group from the selection menu located in the extension's row. To delete an extension, check the checkbox in the Delete column. When you're done managing your board's current file extensions, click Submit at the bottom of the page.

-------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/hu/chapters/upgrade_guide.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | $Id: upgrade_guide.xml 240 2008-12-19 17:06:29Z toonarmy $ 8 | 9 | 2006 10 | phpBB Group 11 | 12 | 13 | Frissítési kézikönyv 14 | 15 | Do you want to upgrade your phpBB2 forum to version 3.0? This chapter will tell and show you how it is done. 16 | 17 |
18 | 19 | 20 | 21 | Techie-Micheal 22 | 23 | 24 | 25 | Frissítés 2.0-ról 3.0-ra 26 | The upgrade process from 2.0.x to 3.0.x is a straight-forward, simplified process. 27 | The process is in the form of a PHP file, similar to the update file found in phpBB 2.0.x. The file will take you through wizard-like screens until your phpBB is running 3.0.x. 28 | Warning: Be sure to backup both the database and the files before attempting to upgrade. 29 |
30 |
31 | -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/pl/upgrade_guide.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | $Id: upgrade_guide.xml 102 2007-02-18 19:58:09Z mhobbit $ 8 | 9 | 2006 10 | phpBB Group 11 | 12 | 13 | Upgrade Guide 14 | 15 | Do you want to upgrade your phpBB2 forum to version 3.0? This chapter will tell and show you how it is done. 16 | 17 |
18 | 19 | 20 | 21 | Techie-Micheal 22 | 23 | 24 | 25 | Upgrading from 2.0 to 3.0 26 | The upgrade process from 2.0.x to 3.0.x is a straight-forward, simplified process. 27 | The process is in the form of a PHP file, similar to the update file found in phpBB 2.0.x. The file will take you through wizard-like screens until your phpBB is running 3.0.x. 28 | Warning: Be sure to backup both the database and the files before attempting to upgrade. 29 |
30 |
31 | -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/cs/chapters/upgrade_guide.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | $Id: upgrade_guide.xml 241 2008-12-19 17:21:51Z ameeck $ 8 | 9 | 2006 10 | phpBB Group 11 | 12 | 13 | Upgrade Guide 14 | 15 | Do you want to upgrade your phpBB2 forum to version 3.0? This chapter will tell and show you how it is done. 16 | 17 |
18 | 19 | 20 | 21 | Techie-Micheal 22 | 23 | 24 | 25 | Upgrading from 2.0 to 3.0 26 | The upgrade process from 2.0.x to 3.0.x is a straight-forward, simplified process. 27 | The process is in the form of a PHP file, similar to the update file found in phpBB 2.0.x. The file will take you through wizard-like screens until your phpBB is running 3.0.x. 28 | Warning: Be sure to backup both the database and the files before attempting to upgrade. 29 |
30 |
31 | -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/xsl/common/targetdatabase.dtd: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 14 | 15 | 16 | 22 | 23 | 24 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 49 | -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/en/upgradeguide/general_preliminary: -------------------------------------------------------------------------------- 1 |

phpBB3 needs to be installed. Once phpBB3 is installed, do not delete the install directory if you will be converting immediately. If you will be testing and setting up your phpBB3 board prior to the conversion and converting at a later time, rename the install directory to something like _install. This will allow you to use your phpBB3 board. You will be needing the install directory later for the conversion.

You will need specific convertor files for the board software you are converting from. The phpBB2 specific convertor files are included with the phpBB3 installation files. For other board softwares, you will need to get the convertor files from the appropriate phpBB3 convertor topic. These topics can be found in the [3.0.x] Convertors forum on phpBB.com

For converting from phpBB2, you only need to point your browser to {phpBB3_root_directory}/install/index.php, click the Convert tab and follow the instructions. For other board softwares, you will need to upload the convertor files to the appropriate directories. The convertor files you get will consist of two or three files, convert_xxx.php, functions_xxx.php and, optionally, auth_xxx.php. The xxx will generally be the name of the software you are converting from.

-------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/xsl/pdf/fo/info.xsl: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 15 | 16 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/xsl/pdf/common/targetdatabase.dtd: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 14 | 15 | 16 | 23 | 24 | 25 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 50 | -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/xsl/xhtml/keywords.xsl: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | , 32 | 33 | 34 | 35 | 36 | 37 | -------------------------------------------------------------------------------- /template/support/docs/flash_submission.html: -------------------------------------------------------------------------------- 1 |
2 |
3 |
4 |
5 |
6 |
7 | 8 |
9 |
10 |
11 |
12 |
13 | 14 |
15 |
16 |
17 |
18 |
19 | 20 |
21 |
22 |
23 |
24 |
25 | 26 |
27 |
28 |
29 |
30 |
31 | 34 |
35 |
36 |
37 |
38 | 39 | 40 | 41 | 42 |
43 |
44 |
-------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/xsl/pdf/fo/passivetex.xsl: -------------------------------------------------------------------------------- 1 | 2 | 5 | 6 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 23 | 24 | 25 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/content/tr/chapters/upgrade_guide.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | $Id: upgrade_guide.xml 102 2007-02-18 19:58:09Z mhobbit $ 8 | 9 | 2006 10 | phpBB Group 11 | 12 | 13 | Güncelleme Rehberi 14 | 15 | phpBB2 forumunuzu 3.0 sürümüne güncellemek ister misiniz? Bu bölüm, bu işlemin nasıl yapılacağını size söyleyecek ve gösterecektir. 16 | 17 |
18 | 19 | 20 | 21 | Techie-Micheal 22 | 23 | 24 | 25 | 2.0'dan 3.0'a güncelleme 26 | 2.0.x sürümlerinden 3.0.x sürümlerine güncelleme işlemi anlaşılır ve basit bir işlemdir. 27 | İşlem, bir PHP dosyası formu şeklindedir ve phpBB 2.0.x'te bulunan güncelleme dosyasına benzer. Bu dosya, phpBB'niz 3.0.x sürümünü çalıştırana kadar güncelleme sihirbazı ekranları aracılığıyla size rehberlik edecektir. 28 | Uyarı: Güncellemeye başlamadan önce veritabanınızın ve dosyalarınızın yedeklerini aldığınıza emin olun. 29 |
30 |
31 | -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/en/moderatorguide/moderator_queue: -------------------------------------------------------------------------------- 1 |

The Moderation Queue is an area where topics and posts which need to be approved are listed. If a forum or user’s permissions are set to moderator queue via the Administration Control Panel, all posts made in that forum or by this user will need to be approved by an administrator or moderator before they are displayed to other users. Topics and posts which require approval can be viewed through the Moderator Control Panel.

When viewing a forum, topics which have not yet been approved will be marked with an icon, clicking on this icon will take you directly to the Moderator Control Panel where you may approve or disapprove the topic. Likewise, when viewing the topic itself, the post requiring approval will be accompanied with a message which also links to the post waiting approval.

If you choose to approve a topic or post, you will be given the option to notify the user of its approval. If you choose to disapprove a topic or post, you will be given the option to notify the user of its disapproval and also specify why you have disapproved the post, and enter a description.

For further information regarding the Moderator Control Panel, see Section 4.5, “The Moderator Control Panel (MCP)”.

-------------------------------------------------------------------------------- /template/support/docs/ug_index.html: -------------------------------------------------------------------------------- 1 | 2 | 8 |
9 |
10 |

{SECTION_TITLE}

11 |
12 |
13 |
14 | {SECTION_CONTENT} 15 | 16 | 17 | 18 | 19 | 20 |

Article comments

21 | 22 | 23 | 24 |
25 |
26 | 27 | -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/en/adminguide/admin_control_panel: -------------------------------------------------------------------------------- 1 |

Even more so than its predecessor, phpBB 3.0 "Olympus" is highly configurable. You can tune, adjust, or turn off almost all features. To make this load of settings as accessible as possible, we redesigned the Administration Control Panel (ACP) completely.

Click on the Administration Control Panel link on the bottom of the default forum style to visit the ACP.

The ACP has seven different sections by default with each containing a number of subsections. We will discuss each section in this Admin Guide.

Figure 3.1. Administration Control Panel Index

Administration Control Panel Index

The Administration Control Panel Index, the home of managing your phpBB board. Administration functions are grouped into eight different categories: General, Forums, Posting, Users and Groups, Permissions, Styles, Maintenance, and System. Each category is a tab located at the top of the page. Specific functions of the category you're in can be found in the left-hand sidebar of each page.

-------------------------------------------------------------------------------- /support/docs/ug/data/3.0/en/userguide/_navigation: -------------------------------------------------------------------------------- 1 | a:24:{s:16:"user_permissions";a:2:{i:0;s:44:"How user permissions affect forum experience";i:1;i:1;}s:16:"user_registering";a:2:{i:0;s:29:"Registering on a phpBB3 board";i:1;i:1;}s:18:"user_control_panel";a:2:{i:0;s:44:"Orienting Yourself in the User Control Panel";i:1;i:1;}s:12:"ucp_overview";a:2:{i:0;s:8:"Overview";i:1;i:2;}s:11:"ucp_profile";a:2:{i:0;s:7:"Profile";i:1;i:2;}s:15:"ucp_preferences";a:2:{i:0;s:11:"Preferences";i:1;i:2;}s:16:"ucp_friends_foes";a:2:{i:0;s:16:"Friends and Foes";i:1;i:2;}s:15:"ucp_attachments";a:2:{i:0;s:11:"Attachments";i:1;i:2;}s:14:"ucp_usergroups";a:2:{i:0;s:10:"Usergroups";i:1;i:2;}s:12:"user_posting";a:2:{i:0;s:28:"Mastering the Posting Screen";i:1;i:1;}s:12:"posting_form";a:2:{i:0;s:12:"Posting Form";i:1;i:2;}s:15:"posting_smilies";a:2:{i:0;s:7:"Smilies";i:1;i:2;}s:15:"posting_bbcodes";a:2:{i:0;s:7:"BBCodes";i:1;i:2;}s:15:"posting_options";a:2:{i:0;s:12:"Post Options";i:1;i:2;}s:19:"posting_attachments";a:2:{i:0;s:11:"Attachments";i:1;i:2;}s:13:"posting_polls";a:2:{i:0;s:5:"Polls";i:1;i:2;}s:14:"posting_drafts";a:2:{i:0;s:6:"Drafts";i:1;i:2;}s:7:"user_pm";a:2:{i:0;s:33:"Communicate with Private Messages";i:1;i:1;}s:10:"pm_display";a:2:{i:0;s:15:"Message display";i:1;i:2;}s:6:"pm_new";a:2:{i:0;s:23:"Composing a new message";i:1;i:2;}s:10:"pm_folders";a:2:{i:0;s:15:"Message Folders";i:1;i:2;}s:10:"pm_filters";a:2:{i:0;s:15:"Message filters";i:1;i:2;}s:11:"user_search";a:2:{i:0;s:45:"Search - How to Find What You are Looking For";i:1;i:1;}s:15:"user_memberlist";a:2:{i:0;s:40:"The Memberlist - More Than Meets the Eye";i:1;i:1;}} -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/xsl/common/l10n.dtd: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 20 | 21 | 22 | 27 | 28 | 29 | 34 | 35 | 36 | 41 | 42 | 43 | 46 | 47 | 48 | 54 | 55 | 56 | 59 | 60 | 61 | 64 | -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/xsl/pdf/common/l10n.dtd: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 20 | 21 | 22 | 27 | 28 | 29 | 34 | 35 | 36 | 41 | 42 | 43 | 46 | 47 | 48 | 54 | 55 | 56 | 59 | 60 | 61 | 64 | -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/en/adminguide/maintenance_logs: -------------------------------------------------------------------------------- 1 |

The Forum Log section of the ACP provides an overview of what has been happening on the board. This is important for you, the administrator, to keep track of. There are four types of logs:

Admin Log

This log records all actions carried out within the administration panel itself.

Moderator Log

This logs records the actions performed by moderators of your board. Whenever a topic is moved or locked it will be recorded here, allowing you to see who carried out a particular action.

User Log

This log records all important actions carried out either by users or on users. All email and password changes are recorded within this log.

Error Log

This log shows you any errors that were caused by actions done by the board itself, such as errors sending emails. If you are having problems with a particular feature not working, this log is a good place to start. If enabled, addtional debugging information may be written to this log.

Click on one of the log links located in the left-hand Forum Logs section.

If you have appropriate permissions, you are able to remove any or all log entries from the above sections. To remove log entries, go to the appropriate log entries section, check the log entries' checkboxes, and then click on the Delete marked checkbox to delete the log entries.

-------------------------------------------------------------------------------- /template/support/docs/kb_display_message.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |

Notice:

4 |
5 |

{MESSAGE}

6 | 7 |
8 | 9 |

Please login so that your credentials can be verified.

10 |
11 |
12 |
13 |
14 |
15 |
16 |
17 |
18 |
19 |
20 |
21 |
22 |
23 |
Log me on automatically each visit
24 |
25 |
26 |
27 |
Hide my online status this session
28 |
29 |
30 |
31 |
32 | 33 | 34 | 35 |
36 |
37 |
38 |
39 | 40 | -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/en/userguide/posting_bbcodes: -------------------------------------------------------------------------------- 1 |

TODO: What are BBcodes. Again, permission based which ones you can use. Explain syntax of the default ones (quote and URL for instance). How to disable BBcode by default, how to disable/enable it for one post.

BBCode is a type of formatting that can be applied to your post content, much like HTML. Unlike HTML, however, BBCode uses square brackets [ and ] instead of angled brackets < and >. Depending on the permissions the board administrator has set, you may be able to use only certain BBCodes or even none at all.

For detailed instructions on the useage of BBCode, you can click the BBCode link to the righthand of the Post Content text box. Please note that the administrator has the option to add new and custom BBCodes, so others may be availible to you which are not on this list.

Basic BBCodes and their outputs are as follows:

TODO: How do we want to go about displaying the output?

[b]Boldface text[/b]:

[i]Italicised text[/i]:

[u]Underlined text[/u]:

[quote]Quoted text[/quote]:

[quote="Name to quote"]Quoted text[/quote]:

[url]http://www.phpbb.com[/url]: http://www.phpbb.com

[url=http://www.phpbb.com]Linked text[/url]: Linked text

[flash=width,height]Path to flash[/flash] will play the flash animation with the specified dimensions.

Again, for more detailed instructions on the useage of BBCode and the many other available BBCodes, please click the BBCode link to the righthand of the Post Content text bos.

-------------------------------------------------------------------------------- /support/docs/ug/data/3.0/en/moderatorguide/moderator_mcp: -------------------------------------------------------------------------------- 1 |

Another new feature in phpBB3 is the Moderator Control Panel, where any moderator will feel at home. Similar to the Administration Control Panel, this area outlines any current moderator duties that need to be acted upon. After navigating to the MCP, the moderator will be greeted with any posts waiting for approval, any post reports and the five latest logged actions - performed by administrators, moderators, and users.

On the left side is a menu containing all the relevant areas within the MCP. This guide outlines each individual section and what kind of information they each contain: 2 |

Main

This contains pre-approved posts, reported posts and the five latest logged actions.

Moderation queue

This area lists any topics or posts waiting for approval.

Reported posts

A list of all open or closed reported posts.

User notes

This is an area for administrators or moderators to leave feedback on certain users.

Warnings

The ability to warn a user, view current users with warnings and view the five latest warnings.

Moderator logs

This is an in-depth list of the five latest actions performed by administrators, moderators or users, as shown on the main page of the MCP.

Banning

The option to ban users by username, IP address or email address.

3 |

-------------------------------------------------------------------------------- /support/docs/ug/data/3.0/en/moderatorguide/modtools_move: -------------------------------------------------------------------------------- 1 |

To move a topic to another forum, navigate to the Quick MOD Tools area beneath the topic and select Move Topic from the selection menu. You will then be met with another selection menu of a location (another forum) to move it to. If you would like to leave a Shadow Topic behind, leave the box checked. Select the desired forum and click Yes.

4.2.3.1. Shadow Topics

camm15h

MennoniteHobbit

Shadow topics can be created when moving a topic from one forum to another. A shadow topic is simply a link to the topic in the forum it’s been moved from. You may choose whether or not to leave a shadow topic by selecting or unselecting the checkbox in the Move Topic dialog.

To delete a shadow topic, navigate to the forum containing the shadow topic, and use the Moderator Control Panel to select and delete the topic.

Note

Deleting a shadow topic will not delete the original topic that it is a shadow of.

-------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/olympus_doc.xml: -------------------------------------------------------------------------------- 1 | 2 | 5 | %xinclude; 6 | 7 | ]> 8 | 9 | 10 | phpBB 3.0 <emphasis>Olympus</emphasis> Documentation 11 | 12 | The detailed documentation for phpBB 3.0 Olympus. 13 | 14 | 15 | 16 | Dominik 17 | Dröscher 18 | 19 | 20 | Graham 21 | Eames 22 | 23 | 24 | 25 | 2005 26 | phpBB Group 27 | 28 | phpBB Group 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/en/adminguide/system_reasons: -------------------------------------------------------------------------------- 1 |

phpBB has a feature that allows you to put new posts in queue, where the post waits until it is approved or denied by a moderator, this can be set with permissions or in the Post settings for users which do not have enough posts. If a moderator chooses to deny a post in the queue, he has an option to specify a reason for the denial. The predefined options from which he can choose are specified here. These reasons are also offered to users reporting a post on the board.

For more information about queue moderation, see Section 4.5.1, “Moderation queue”.

Figure 3.13. Report/denial reasons page

Report/denial reasons page

This is the page from which you can manage reasons shown when denying or reporting a post. Four default reasons present in a standard phpBB installation are shown. The fifth one is added manually and is not localised, this can be achieved by specifying an identifier in the Reason title containing only letters and underscores and then adding localised titles and reasons in the language file called mcp.php located in the language/ directory. The predefined reasons are at the bottom of the file, you need to add your reason in the same way as the others are saved. When you localise a reason, it is shown in the correct translation for each language pack used on the board.

-------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/xsl/xhtml/onechunk.xsl: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 1 27 | 28 | 29 | 30 | # 31 | 32 | 33 | 34 | 35 | 36 | 37 | -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/xsl/xhtml/profile-onechunk.xsl: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 1 27 | 28 | 29 | 30 | # 31 | 32 | 33 | 34 | 35 | 36 | 37 | -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/en/userguide/posting_attachments: -------------------------------------------------------------------------------- 1 |

Attachments allow users to upload files and attach them to their post. The ability to attach and download attachments is determined by the "Can attach files" and "Can download files" permissions respectively.

To add an attachment, find the Upload attachment section of the posting page and click the Browse button. A comment may be placed in the File comment text box. Clicking Add the file will upload and attach the file to the post. To upload multiple files, repeat the process.

To delete an attachment, find the Posted attachments section of the posting page and click teh Delete file button for the desired attachment.

Attachments can be displayed within the post text by clicking the Place inline button for the desired attachment. When an attachment is placed inline, text similar to a BBCode is inserted into the post text so that it may be moved. If an attachment is not placed inline, it will be displayed at the end of the post.

Attachments are controlled by a set of restrictions, namely file size and file type.

For more information on changing attachment settings, please see ACP Attachment Settings.

-------------------------------------------------------------------------------- /support/docs/ug/data/3.0/en/moderatorguide/moderator_edit: -------------------------------------------------------------------------------- 1 |

Moderators with privileges in the relevant forums are able to edit topics and posts, even if the forum is locked. You can usually view who the moderators are beneath the forum description on the index page. A user with moderator privileges is able to select the edit button beside each post. Beyond this point, they are able to:

Delete posts

This option removes the post from the topic. Remember that it cannot be recovered once deleted.

Change or remove the post icon

Decides whether or not an icon accompanies the post, and if so, which icon.

Alter the subject and message body

Allows the moderator to alter the contents of the post.

Alter the post options - disabling BBCode/Smilies parsing URLs etc.

Determines whether certain features are enabled in the post.

Lock the topic or post

Allows the moderator to lock the current post, or the full topic.

Add, alter or remove attachments

Select attachments to be removed or edited (if option is enabled and attachments are present).

Modify poll settings

Alter the current poll settings (if option is enabled and a poll is present).

If, for any case the moderator decides that the post should not be edited, they may lock the post to prevent the user doing so. The user will be shown a notice when they attempt to edit the post in future. Should the moderator wish to state why the post was edited, they may enter a reason when editing the post.

-------------------------------------------------------------------------------- /support/docs/ug/data/3.0/en/adminguide/forums_subforums: -------------------------------------------------------------------------------- 1 |

One of the many new features in phpBB 3.0 are subforums. Especially bulletin boards with a high number of forums will benefit from this. In the simple flat category and forum approach in phpBB 2.0, all forums and categories were listed on the forum index. In Olympus you can now put as many forums, links, or categories as you like inside other forums.

If you have a forum about pets for instance, you are able to put subforums for cats, dogs, or guinea pigs inside it without making the parent "Pets" forum a category. In this example, only the "Pets" forum will be listed on the index like a normal forum. Its subforums will appear as simple links below the forum description (unless you disabled this).

Figure 3.3. Creating subforums

Creating subforums

Creating subforums. In this example, the subforums titled "Cats" and "Dogs" belong in the "Pets" parent forum. Pay close attention to the breadcrumbs on the page, located right above the list of the subforums. This tells you exactly where you are in the forums hierarchy.

This system theoretically allows unlimited levels of subforums. You can put as many subforums inside subforums as you like. However, please do not go overboard with this feature. On boards with five to ten forums or less, it is not a good idea to use subforums. Remember, the less forums you have, the more active your forum will appear. You can always add more forums later.

Read the section on forum management to find out how to create subforums.

-------------------------------------------------------------------------------- /support/docs/ug/data/3.0/en/userguide/posting_form: -------------------------------------------------------------------------------- 1 |

You will be taken to the posting form when you decide to post either a new topic or reply, where you can enter your post content.

-------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/xsl/pdf/common/autoidx-kimber.xsl: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | ]> 9 | 13 | 14 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | ERROR: the 'kimber' index method requires the 30 | Saxon version 6 or 8 XSLT processor. 31 | 32 | 33 | 1 34 | 35 | 36 | 37 | 38 | 39 | 42 | 43 | 44 | -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/xsl/xhtml/chunk.xsl: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 37 | 38 | 39 | 40 | 41 | -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/xsl/xhtml/profile-chunk.xsl: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 37 | 38 | 39 | 40 | 41 | -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/en/quickstart/settings_boardsettings: -------------------------------------------------------------------------------- 1 |

The first section of the ACP you will probably want to visit right after the installation is "Board Settings". Here you can first of all change the name (Site name) and description (Site description) of your board.

Figure 1.3. Board Settings

Board Settings

Here you can edit the Site name and Site description of your board.

This form also holds the options for changing things like the timezone (System timezone) as well as the date format used to render dates/times (Date format).

There you can also select a new style (after having installed it) for your board and enforce it on all members ignoring whatever style they've selected in their "User Control Panel". The style will also be used for all forums where you haven't specified a different one. For details on where to get new styles and how to install them, please visit the styles home page at phpbb.com.

If you want to use your board for a non-English community, this form also lets you change the default language (Default Language) (which can be overridden by each user in their UCPs). By default, phpBB3 only ships with the English language pack. So, before using this field, you will have to download the language pack for the language you want to use and install it. For details, please read Language packs .

-------------------------------------------------------------------------------- /template/support/docs/kb_adm_pm.html: -------------------------------------------------------------------------------- 1 | 2 |
3 |

› {ERRORS}

4 |
5 |

{WARNING}

6 |

If you would like to send a private message to the author regarding this action, fill in the form below.
Otherwise, you can skip this step.

7 |
8 | 9 |
10 |
11 |
12 |
13 |
14 |
{AUTHOR}
15 |
16 |
17 |
18 |
{KB_BOT}
19 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
27 |
28 | 29 |
30 |
31 | 32 | 33 | 34 | 35 |
36 |
37 | -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/en/adminguide/users_inactive: -------------------------------------------------------------------------------- 1 |

Here you are able to view details of all users who are currently marked as inactive along with the reason their account is marked as inactive and when this occurred.

Using the checkboxes on this page it is possible to perform bulk actions on the users, these include activating the accounts, sending them a reminder email indicating that they need to activate their account or deleting the account.

There are 5 reasons which may be indicated for an account being inactive:

Account deactivated by administrator

This account has been manually deactivated by an administrator via the user management tools. More details on who performed this action and the reasons may be available via the User Notes.

Profile details changed

The board is configured to require user activation and this user has changed key information related to their account such as the email address and is required to reactivate the account to confirm these changes.

Newly registered account

The board is configured to require user activation and either the user or an administrator (depending on the settings) has not yet activated this new account.

Forced user account reactivation

An administrator has forced this user to reactivate their account via the user management tools. More details on who performed this action and the reasons may be available via the User Notes.

Unknown

No reason was recorded for this user being inactive; it is likely that the change was made by an external application or that this user was added from another source.

-------------------------------------------------------------------------------- /docs_flash.sql: -------------------------------------------------------------------------------- 1 | -- 2 | -- Table structure for table `docs_flash` 3 | -- 4 | 5 | CREATE TABLE IF NOT EXISTS `docs_flash` ( 6 | `flash_id` int(10) NOT NULL AUTO_INCREMENT, 7 | `title` varchar(255) NOT NULL, 8 | `unique_name` varchar(255) NOT NULL, 9 | `flash` varchar(255) NOT NULL, 10 | `thumb` varchar(255) NOT NULL, 11 | `version` varchar(24) NOT NULL, 12 | `article_id` mediumint(8) DEFAULT NULL, 13 | `user_id` mediumint(8) NOT NULL, 14 | PRIMARY KEY (`flash_id`) 15 | ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; 16 | 17 | -- 18 | -- Dumping data for table `docs_flash` 19 | -- 20 | 21 | INSERT INTO `docs_flash` (`flash_id`, `title`, `unique_name`, `flash`, `thumb`, `version`, `article_id`, `user_id`) VALUES 22 | (1, 'Add a moderator', '3.0_add_moderator', '3.0_add_moderator.swf', '3.0_add_moderator.gif', '3.0', NULL, 2), 23 | (2, 'Manage attachments', '3.0_attachments', '3.0_attachments.swf', '3.0_attachments.gif', '3.0', NULL, 2), 24 | (3, 'Backup and restore', '3.0_backup', '3.0_backup.swf', '3.0_backup.gif', '3.0', NULL, 2), 25 | (6, 'Add custom BBCodes', '3.0_bbcode', '3.0_bbcode.swf', '3.0_bbcode.gif', '3.0', NULL, 2), 26 | (7, 'Custom usergroups', '3.0_custom_groups', '3.0_custom_groups.swf', '3.0_custom_groups.gif', '3.0', NULL, 2), 27 | (8, 'Custom profile fields', '3.0_fields', '3.0_fields.swf', '3.0_custom_groups.gif', '3.0', NULL, 2), 28 | (9, 'Managing forums', '3.0_forums', '3.0_forums.swf', '3.0_forums.gif', '3.0', NULL, 2), 29 | (10, 'Report reasons', '3.0_report_reasons', '3.0_report_reasons.swf', '3.0_report_reasons.gif', '3.0', NULL, 2), 30 | (11, 'Word censor', '3.0_word_censor', '3.0_word_censor.swf', '3.0_word_censor.gif', '3.0', NULL, 2), 31 | (12, 'User security', '3.0_user_security', '3.0_user_security.swf', '3.0_user_security.gif', '3.0', NULL, 2), 32 | (13, 'Managing ranks', '3.0_ranks', '3.0_ranks.swf', '3.0_ranks.gif', '3.0', NULL, 2), 33 | (14, 'Mass email', '3.0_mass_email', '3.0_mass_email.swf', '3.0_mass_email.gif', '3.0', NULL, 2); 34 | -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/xsl/xhtml/htmltbl.xsl: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 57 | -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/xsl/olympus_xhtml.xsl: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 35 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/xsl/xhtml/info.xsl: -------------------------------------------------------------------------------- 1 | 2 | 3 | 4 | 5 | 6 | 15 | 16 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/en/adminguide/groups_default: -------------------------------------------------------------------------------- 1 |

As it is now possible to assign attributes like colours or avatars to groups (see Section 3.6.2, “Group attributes”, it can happen that a user is a member of two or more different groups that have different avatars or other attributes. So, which avatar will the user now inherit?

To overcome this problem, you are able to assign each user exactly one "Default group". The user will only inherit the attributes of this group. Note, that it is not possible to mix attributes: If one group has a rank but no avatar, and another group has only a avatar, it is not possible to display the avatar from one group and the rank from the other group. You have to decide for one "Default group".

Important

Default groups have no influence on permissions. There is no added permissions bonus for your default group, so a user's permissions will stay the same, no matter what group is his default one.

You can change default groups in two ways. You can do this either through the user management (see Section 3.5, “Users Management”), or directly through the groups management (Manage groups) page. Please be careful with the second option, as when you change the default group through a group directly, this will change the default group for all its group members and overwrite their old default groups. So, if you change the default group for the "Registered Users" group by using the Default link, all members of your forum will have this group as their default one, even members of the Administrators and Moderators groups as they are also members of "Registered Users".

Important

If you make a group the default one that has a rank and avatar set, the user's old avatar and rank will be overwritten by the group.

-------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/xsl/pdf/COPYING: -------------------------------------------------------------------------------- 1 | Copyright 2 | --------- 3 | Copyright (C) 1999-2007 Norman Walsh 4 | Copyright (C) 2003 Jiří Kosek 5 | Copyright (C) 2004-2007 Steve Ball 6 | Copyright (C) 2005-2008 The DocBook Project 7 | 8 | Permission is hereby granted, free of charge, to any person 9 | obtaining a copy of this software and associated documentation 10 | files (the ``Software''), to deal in the Software without 11 | restriction, including without limitation the rights to use, 12 | copy, modify, merge, publish, distribute, sublicense, and/or 13 | sell copies of the Software, and to permit persons to whom the 14 | Software is furnished to do so, subject to the following 15 | conditions: 16 | 17 | The above copyright notice and this permission notice shall be 18 | included in all copies or substantial portions of the Software. 19 | 20 | Except as contained in this notice, the names of individuals 21 | credited with contribution to this software shall not be used in 22 | advertising or otherwise to promote the sale, use or other 23 | dealings in this Software without prior written authorization 24 | from the individuals in question. 25 | 26 | Any stylesheet derived from this Software that is publically 27 | distributed will be identified with a different name and the 28 | version strings in any derived Software will be changed so that 29 | no possibility of confusion between the derived package and this 30 | Software will exist. 31 | 32 | Warranty 33 | -------- 34 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, 35 | EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES 36 | OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND 37 | NONINFRINGEMENT. IN NO EVENT SHALL NORMAN WALSH OR ANY OTHER 38 | CONTRIBUTOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, 39 | WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING 40 | FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR 41 | OTHER DEALINGS IN THE SOFTWARE. 42 | 43 | Contacting the Author 44 | --------------------- 45 | The DocBook XSL stylesheets are maintained by Norman Walsh, 46 | , and members of the DocBook Project, 47 | 48 | -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/en/quickstart/permissions_types: -------------------------------------------------------------------------------- 1 |

There are four different types of permissions:

  1. User/Group permissions (global) - e.g. disallow changing avatar

  2. Administrator permissions (global) - e.g. allow to manage forums

  3. Moderator permissions (global or local) - e.g. allow to lock topics or ban users (only global)

  4. Forum permissions (local) - e.g. allow to see a forum or post topics

Each permission type consists of a different set of permissions and can apply either locally or globally. A global permission type is set for your whole bulletin board. If you disallow one of your users to send Private Messages, for instance, you have to do this with the global user permission. Administrator permission are also global.

Figure 1.6. Global and local permissions

Global and local permissions

Global and local permissions

On the other hand local permissions do only apply to specific forums. So if you disallow someone to post in one forum, for instance, it will not impact the rest of the board. The user will still be able to post in any other forum he has the local permission to post.

You can appoint moderators either globally or locally. If you trust some of your users enough, you can make them Global Moderators. They can moderate all forums they have access to with the permissions you assign to them. Compared to that, local moderators will only be able to moderate the number of forums you select for them. They can also have different moderator permissions for different forums. While they are able to delete topics in one forum, they may not be allowed to do it in another. Global moderators will have the same permissions for all forums.

-------------------------------------------------------------------------------- /support/docs/ug/data/3.0/en/quickstart/settings_boardfeatures: -------------------------------------------------------------------------------- 1 |

If you want to enable or disable some of the basic features of your board, this is the place to go. Here you can allow and disallow for example username changes (Allow Username changes) or the creation of attachments (Allow Attachments). You can even disable BBCode altogether (Allow BBCode).

Figure 1.4. Board Features

Board Features

Enabling and disabling basic features with just 2 clicks

Disabling BBCode completely is a little bit to harsh for your taste but you don't want your users to abuse the signature field for tons of images? Simply set Allow use of IMG BBCode Tag in user signatures to "No". If you want to be a little bit more specific on what you want to allow and disallow in users' signatures, have a look at the "Signature Settings" form.

The "Board Features" form offers you a great way to control the features in an all-or-nothing way. If you want to get into the details on each feature, there is for everything also a separated form which let's you specify everything from the maximum number of characters allowed in a post (Max characters per post in "Post Settings") to how large a user's avatar can be (Maximum Avatar Dimensions in "Avatar Settings").

Important

If you disable features, these will also be unavailable to users who would normally have them according to their respective permissions. For details on the permissions system, please read Section 1.5, “Setting permissions” or the in-depth guide in the Administrator Guide.

-------------------------------------------------------------------------------- /support/docs/ug/data/3.0/_updater/xsl/common/l10n.xml: -------------------------------------------------------------------------------- 1 | 2 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 14 | 15 | 16 | 17 | 18 | 19 | 20 | 21 | 22 | 23 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | ]> 50 | 51 | ⁡ 52 | &ar; 53 | &bg; 54 | &bn; 55 | &bs; 56 | &ca; 57 | &cs; 58 | &da; 59 | &de; 60 | ⪙ 61 | &en; 62 | &es; 63 | &et; 64 | &eu; 65 | &fa; 66 | &fi; 67 | &fr; 68 | &he; 69 | &hr; 70 | &hu; 71 | &id; 72 | ⁢ 73 | &ja; 74 | &ko; 75 | &la; 76 | &lit; 77 | &nl; 78 | &nn; 79 | &no; 80 | &pl; 81 | &pt; 82 | &pt_br; 83 | &ro; 84 | &ru; 85 | &sk; 86 | &sl; 87 | &sr; 88 | &sr_Latn; 89 | &sv; 90 | &th; 91 | &tr; 92 | &uk; 93 | &vi; 94 | &xh; 95 | &zh_cn; 96 | &zh_tw; 97 | 98 | -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/en/quickstart/permissions_manual: -------------------------------------------------------------------------------- 1 |

This is the most important aspect of permissions. You need to understand this to properly work with them. There are three different values that a permission can take:

  • YES will allow a permission setting unless it is overwritten by a NEVER.

  • NO will be disallow a permission setting unless it is overwritten by a YES.

  • NEVER will completely disallow a permission setting for a user. It cannot be overwritten by a YES.

The three values are important as it is possible for a user to have more than one permissions for the same setting through multiple groups. If the user is a member of the default "Registered Users" group and a custom group called "Senior Users" you created for your most dedicated members, both could have different permissions for seeing a forum. In this example you want to make a forum called "Good old times" only available to the "Senior Users" group, but don't want all "Registered Users" to see it. You will of course set the Can see forum permission to Yes for "Senior Users". But do not set the permission to Never for "Registered Users". If you do this, "Senior Members" will not see the forum as the Never overrides any Yes they have. Leave the setting at No instead. No is a weak Never that a Yes can override.

Figure 1.8. Manual permissions

Manual permissions

Setting permissions manually

-------------------------------------------------------------------------------- /template/support/docs/flash_body.html: -------------------------------------------------------------------------------- 1 | 2 | 3 | 8 | 9 | 17 | 18 | 23 | 24 |

25 | 26 |
27 |

You can find the flash tutorials for phpBB {V_VERSION} below. To open a flash tutorial, simply click the thumbnail and you will be taken to the tutorial. Please note that these tutorials require the Adobe Flash Player to be installed on your system.

If you have any further questions after having watched these tutorials and consulting the online documentation, please feel free to post in our support forum to get help from other users.

28 |
29 | 30 |
31 |
32 |
33 |

found a bug?

34 | 38 |
39 |
40 |
41 | 42 |
43 |
    44 | 45 |
  • {tutorials.V_TITLE}
    {tutorials.V_TITLE}
  • 46 | 47 |
48 |
49 | 50 | -------------------------------------------------------------------------------- /support/docs/ug/data/3.0/en/adminguide/system_mail: -------------------------------------------------------------------------------- 1 |

phpBB allows you to send an e-mail or message to every user on the board, which allows it in his board preferences. The message can serve as a newsletter, notification about changes on the board etc. You can choose whether to send the e-mail to all users, a specific group or a list of specific users. The e-mail is sent from the administrator's e-mail address and all recipients are included in a BCC - Blind Carbon Copy.

On some hosts, sending a mass e-mail can be a problem, since sometimes the hosting company limits the number of e-mails that can be sent out at once. phpBB includes only 50 recipients per e-mail and sends another one for the next batch to prevent this, however, if you still are not able to send a mass e-mail, consult the situation with your hosting provider.

Composing a mass e-mail

  • Send to group: Select the group you want to send the e-mail too. The Registered Users group contains all the users on the board.

  • Send to users: You can also specify a list of users. Entering any usernames in this field will override the first setting. Each username should be on a new line.

  • Subject: This is the subject of the message, which you are used to enter when sending an e-mail.

  • Your message: This field contains the message, you can only enter plaintext. BBCode or HTML will be encoded in HTML entities and shown as is without formatting the text when the user receives the e-mail.

  • Mail priority: This is the priority of the e-mail sent with the e-mail headers.

  • Send immediately: You can choose whether to send the e-mail immediately or pass the messages to the cache system and let them be sent gradually.

Note

Sending e-mails to all users on the board or a large group can be a lengthy process. Wait until the script confirms that the e-mails have been sent.

--------------------------------------------------------------------------------