', $context['help_text'], '

', $txt[1006], '
'; } function template_find_members() { global $context, $settings, $options, $scripturl, $modSettings, $txt; echo ' ', $txt['find_members'], '
'; // Only offer to search for buddies if we have some! if (!empty($context['show_buddies'])) echo '
', $txt['find_members'], '
', $txt['find_username'], ':

'; else echo ' '; echo ' ', $txt['find_wildcards'], '

'; if (empty($context['results'])) echo ' '; else { $alternate = true; foreach ($context['results'] as $result) { echo ' '; $alternate = !$alternate; } echo ' '; } echo '
', $txt['find_results'], '
', $txt['find_no_results'], '
' . $txt[27] . ' ', $result['name'], '
', $txt[139], ': ', $context['page_index'], '
'; if (empty($context['results'])) echo ' '; echo ' '; } // Top half of the help template. function template_manual_above() { global $context, $settings, $options, $txt, $scripturl; echo '
'; $menu_items = array(); foreach ($context['all_pages'] as $page_url => $page_txt) { if ($page_url == $context['current_page']) $menu_items[] = '' . $txt['manual_index_' . $page_txt] . ''; else $menu_items[] = '' . $txt['manual_index_' . $page_txt] . ''; } echo implode(' • ', $menu_items); echo '
'; } function template_manual_below() { global $context, $settings, $options, $txt, $scripturl; echo '
'; $menu_items = array(); foreach ($context['all_pages'] as $page_url => $page_txt) { if ($page_url == $context['current_page']) $menu_items[] = '' . $txt['manual_index_' . $page_txt] . ''; else $menu_items[] = '' . $txt['manual_index_' . $page_txt] . ''; } echo implode(' • ', $menu_items); echo '
'; } // The introduction help page. function template_manual_intro() { global $context, $settings, $options, $txt, $scripturl, $modSettings; echo '

', $txt['manual_index_you_have_arrived_part1'], '', $txt['manual_index_you_have_arrived_link_site0'], '', $txt['manual_index_you_have_arrived_part2'], '', $txt['manual_index_you_have_arrived_link_site0_board'], '', $txt['manual_index_you_have_arrived_part3'], '

', $txt['manual_index_guest_permit_read_part1'], '', $txt['manual_index_guest_permit_read_link_registering'], '', $txt['manual_index_guest_permit_read_part2'], '

  1. ', $txt['manual_index_main_menu'], '
  2. ', $txt['manual_index_sec_board_index'], '
  3. ', $txt['manual_index_sec_msg_index'], '
  4. ', $txt['manual_index_sec_topic'], '

', $txt['manual_index_main_menu'], '

', $txt['manual_index_suppossing_guest'], '

', $txt['manual_index_once_registered'], '

', $txt['manual_index_forum_admins_note_presentation'], '

', $txt['manual_index_sec_board_index'], '

', $txt['manual_index_sec_board_index_def'], '

+  ', $txt['manual_index_forum_name'], '
-  ', $txt['manual_index_cat_name'], '
', $txt['manual_index_new_posts'], ' ', $txt['manual_index_board_name'], '
', $txt['manual_index_board_desc'], '
', $txt['manual_index_topics_posts'], ' ', $txt['manual_index_date_time'], '
'; // This changes dependant on theme really... $mark_read_button = array('markread' => array('text' => 452, 'image' => 'markread.gif', 'lang' => true, 'url' => 'javascript:markBoardRead();')); if (!empty($settings['use_tabs'])) { echo '
', $txt['manual_index_new_posts'], ' ', $txt['manual_index_no_new'], ' ', template_button_strip($mark_read_button, 'top', false, 'align="right" class="smalltext"'), '
'; } else { echo '
', template_button_strip($mark_read_button, 'top', false, 'align="right" class="smalltext"'), '
'; // To back support the classic theme we do a little hack here... if (file_exists($settings['theme_dir'] . '/images/' . $context['user']['language'] . '/new_some.gif')) echo ' ', $txt['manual_index_new_posts'], '  ', $txt['manual_index_no_new'], ''; else echo '   ', $txt['manual_index_new_posts'], '  ', $txt['manual_index_no_new']; echo '

'; } echo '

', $txt['manual_index_sec_msg_index'], '

', $txt['manual_index_sec_msg_index_def'], '

+  ', $txt['manual_index_forum_name'], '
|- +  ', $txt['manual_index_cat_name'], '
| |- +  ', $txt['manual_index_board_name'], '
'; // Create the buttons we need here... $mindex_buttons = array( 'markmread' => array('text' => 'mark_read_short', 'image' => 'markread.gif', 'lang' => true, 'url' => 'javascript:markMessageRead();'), 'notify' => array('text' => 'manual_index_notify', 'image' => 'notify.gif', 'lang' => true, 'custom' => 'onclick="return confirm(\'' . $txt['manual_index_ru_sure_notify'] . '\');"', 'url' => $scripturl . '?action=help;page=index#message'), 'topic' => array('text' => 'manual_index_start_new', 'image' => 'new_topic.gif', 'lang' => true, 'url' => $scripturl . '?action=help;page=post#newtopic'), 'poll' => array('text' => 'manual_index_new_poll', 'image' => 'new_poll.gif', 'lang' => true, 'url' => $scripturl . '?action=help;page=post#newpoll'), ); if (!empty($settings['use_tabs'])) { echo '
', $txt['manual_index_pages'], ': [1] ', template_button_strip($mindex_buttons, 'bottom'), '
'; } else { echo '
', template_button_strip($mindex_buttons, 'bottom', false, 'align="right" nowrap="nowrap" style="font-size: smaller;"'), '
', $txt['manual_index_pages'], ': [1]
'; } echo '
', $txt['manual_index_subject'], ' ', $txt['manual_index_started_by'], ' ', $txt['manual_index_replies'], ' ', $txt['manual_index_views'], ' ', $txt['manual_index_last_post'], '  
', $txt['manual_index_topic_subject'], ' ', $txt['manual_index_new'], ' ', $txt['manual_index_topic_starter'], ' 0 0 ', $txt['manual_index_last_poster'], '
'; if (!empty($settings['use_tabs'])) { echo '
', $txt['manual_index_pages'], ': [1] ', template_button_strip($mindex_buttons, 'top'), '
'; } else { echo '
', template_button_strip($mindex_buttons, 'bottom', false, 'align="right" nowrap="nowrap" style="font-size: smaller;"'), '
', $txt['manual_index_pages'], ': [1]
'; } echo '
  ', $txt['manual_index_normal_post'], '
  ', $txt['manual_index_normal_topic'], '
  ', $txt['manual_index_hot_post'], '
  ', $txt['manual_index_very_hot_post'], '
  ', $txt['manual_index_locked'], '
  ', $txt['manual_index_sticky'], '
  ', $txt['manual_index_poll'], '
:  


', $txt['manual_index_sec_topic'], '

', $txt['manual_index_ref_thread'], '

'; // The buttons... $display_buttons = array( 'reply' => array('text' => 'manual_index_reply', 'image' => 'reply.gif', 'lang' => true, 'url' => $scripturl . '?action=help;page=post#reply'), 'notify' => array('text' => 'manual_index_notify', 'image' => 'notify.gif', 'lang' => true, 'custom' => 'onclick="return confirm(\'' . $txt['manual_index_ru_sure_enable_notify'] . '\');"', 'url' => $scripturl . '?action=help;page=post#topic'), 'markunread' => array('text' => 'manual_index_mark_unread', 'image' => 'markunread.gif', 'lang' => true, 'url' => $scripturl . '?action=help;page=post#topic'), 'sendtopic' => array('text' => 'manual_index_send_topic', 'image' => 'sendtopic.gif', 'lang' => true, 'url' => $scripturl . '?action=help;page=post#topic'), 'print' => array('text' => 'manual_index_print', 'image' => 'print.gif', 'lang' => true, 'url' => $scripturl . '?action=help;page=post#topic'), ); echo '
+  ', $txt['manual_index_forum_name'], '
|- +  ', $txt['manual_index_cat_name'], '
| |- +  ', $txt['manual_index_board_name'], '
| | |- +  ', $txt['manual_index_topic_subject'], '
'; if (!empty($settings['use_tabs'])) { echo '
', $txt['manual_index_pages'], ': [1] ', template_button_strip($display_buttons, 'bottom'), '
'; } else { echo '
', template_button_strip($display_buttons, 'bottom', false, 'align="right" style="font-size: smaller;"'), '
', $txt['manual_index_pages'], ': [1]
'; } echo '
', $txt['manual_index_author'], ' ', $txt['manual_index_topic'], ': ', $txt['manual_index_topic_subject'], '  (', $txt['manual_index_read_x_times'], ')
', $txt['manual_index_author'], '
', $txt['manual_index_member_group'], '
', $txt['manual_index_post_group'], '
*
', $txt['manual_index_post_count'], '



', $txt['manual_index_view_profile'], ' ', $txt['manual_index_email'], ' ', $txt['manual_index_personal_msg'], '
', $txt['manual_index_topic_subject'], '
« ', $txt['manual_index_post_date_time'], ' »
', create_button('quote.gif', 'manual_index_reply_quote', 'smf240', 'align="middle"'), '

', $txt['manual_index_topic_text'], ' ', $txt['manual_index_smiley'], '
', $txt['manual_index_report_to_mod'], '     ', $txt['manual_index_logged'], '
'; if (!empty($settings['use_tabs'])) { echo '
', $txt['manual_index_pages'], ': [1] ', template_button_strip($display_buttons, 'top', false), '
'; } else { echo '
', template_button_strip($display_buttons, 'top', false, 'align="right" style="font-size: smaller;"'), '
', $txt['manual_index_pages'], ': [1]
'; } echo '
:  



'; } // Logging in and out page. function template_manual_login() { global $context, $settings, $options, $txt, $scripturl, $modSettings; echo '

', $txt['manual_loginout_complete_reg_part1'], '', $txt['manual_loginout_complete_reg_link_registering'], '', $txt['manual_loginout_complete_reg_part2'], '

  1. ', $txt['manual_loginout_sec_login'], '
    1. ', $txt['manual_loginout_login_screen'], '
    2. ', $txt['manual_loginout_sub_quick_login'], '
  2. ', $txt['manual_loginout_logout'], '
  3. ', $txt['manual_loginout_sec_reminder'], '

', $txt['manual_loginout_sec_login'], '

', $txt['manual_loginout_login_desc'], '

', $txt['manual_loginout_login_screen'], '

', $txt['manual_loginout_login_screen_desc_part1'], '', $txt['manual_loginout_login_screen_desc_link_index_main'], '', $txt['manual_loginout_login_screen_desc_part2'], '

', $txt['manual_loginout_login'], '
', $txt['manual_loginout_username'], ':
', $txt['manual_loginout_password'], ':
', $txt['manual_loginout_how_long'], ':
', $txt['manual_loginout_always'], ':
', $txt['manual_loginout_forgot'], '?


', $txt['manual_loginout_login_screen_explanation'], '

', $txt['manual_loginout_sub_quick_login'], '

', $txt['manual_loginout_although_many_forums_part1'], '', $txt['manual_loginout_although_many_forums_link_index_main'], '', $txt['manual_loginout_although_many_forums_part2'], '


', $txt['manual_loginout_login_all'], '

', $txt['manual_loginout_use_quick_login'], '

', $txt['manual_loginout_logout'], '

', $txt['manual_loginout_logout_desc_part1'], '', $txt['manual_loginout_logout_desc_link_index_main'], '', $txt['manual_loginout_logout_desc_part2'], '

', $txt['manual_loginout_sec_reminder'], '

', $txt['manual_loginout_reminder_desc_part1'], '', $txt['manual_loginout_reminder_desc_link_screen'], '', $txt['manual_loginout_reminder_desc_part2'], '

', $txt['manual_loginout_password_reminder'], '
', $txt['manual_loginout_q_explanation'], '
', $txt['manual_loginout_username_email'], ':

', $txt['manual_loginout_reminder_explanation'], '

'; } // Sending personal messages. function template_manual_pm() { global $context, $settings, $options, $txt, $scripturl, $modSettings; echo '

', $txt['manual_pm_community'], '

  1. ', $txt['manual_pm_sec_pm'], '
    1. ', $txt['manual_pm_pm_desc'], '
    2. ', $txt['manual_pm_reading'], '
  2. ', $txt['manual_pm_sec_pm2'], '
    1. ', $txt['manual_pm_start_reply'], '

', $txt['manual_pm_sec_pm'], '

', $txt['manual_pm_pm_desc'], '

', $txt['manual_pm_pm_desc_1'], '

', $txt['manual_pm_pm_desc_2'], '

', $txt['manual_pm_pm_desc_3'], '

', $txt['manual_pm_reading'], '

', $txt['manual_pm_reading_desc_part1'], '', $txt['manual_pm_reading_desc_link_loginout'], '', $txt['manual_pm_reading_desc_part2'], '', $txt['manual_pm_reading_desc_link_loginout_interface'], '', $txt['manual_pm_reading_desc_part3'], '

', $txt['manual_pm_sec_pm2'], '

', $txt['manual_pm_pm_desc2_part1'], '', $txt['manual_pm_pm_desc2_link_index_message'], '', $txt['manual_pm_pm_desc2_part2'], '

+  ', $txt['manual_pm_forum_name'], '
|- +  ', $txt['manual_pm_personal_msgs'], '
| |- +  ', $txt['manual_pm_inbox'], '
' , $txt['manual_pm_messages'] , '
' , $txt['manual_pm_new_msg'] , '

' , $txt['manual_pm_inbox'] , '
' , $txt['manual_pm_outbox'] , '

  ', $txt['manual_pm_date'], '  ', $txt['manual_pm_subject2'], ' ', $txt['manual_pm_from'], '
', $txt['manual_pm_date_and_time'], ' ', $txt['manual_pm_subject'], ' ', $txt['manual_pm_another_member'], '
', $txt['manual_pm_pages'], ': [1]
 



', $txt['manual_pm_start_reply'], '

', $txt['manual_pm_how_to_start_reply_part1'], '', $txt['manual_pm_how_to_start_reply_link_loginout'], '', $txt['manual_pm_how_to_start_reply_part2'], '

'; } function template_manual_profile() { global $context, $settings, $options, $txt, $scripturl, $modSettings; echo '

', $txt['manual_profile_profile_screen'], '

', $txt['manual_profile_edit_profile_part1'], '', $txt['manual_profile_edit_profile_link_index_main'], '', $txt['manual_profile_edit_profile_part2'], '

  1. ', $txt['manual_profile_available_to_all'], '
    1. ', $txt['manual_profile_profile_info'], '
  2. ', $txt['manual_profile_sec_normal'], '
    1. ', $txt['manual_profile_modify_profile'], '
    2. ', $txt['manual_profile_actions'], '
  3. ', $txt['manual_profile_sec_settings'], '
    1. ', $txt['manual_profile_profile_info'], '
    2. ', $txt['manual_profile_modify_profile'], '
    3. ', $txt['manual_profile_actions'], '

', $txt['manual_profile_available_to_all'], '

', $txt['manual_profile_profile_info'], '

  ', $txt['manual_profile_username'], ': ', $txt['manual_profile_login_name'], ' ', $txt['manual_profile_pic_text'], '
', $txt['manual_profile_name'], ': ', $txt['manual_profile_screen_name'], '
', $txt['manual_profile_posts'], ': ', $txt['manual_profile_member_posts'], '
', $txt['manual_profile_position'], ': ', $txt['manual_profile_membergroup'], '
', $txt['manual_profile_date_reg'], ': ', $txt['manual_profile_date_time_reg'], '
', $txt['manual_profile_last_active'], ': ', $txt['manual_profile_date_time_active'], '

ICQ:
AIM:
MSN:
YIM:
', $txt['manual_profile_email'], ': ', $txt['manual_profile_email_user'], '
', $txt['manual_profile_website'], ':
', $txt['manual_profile_status'], ': ', $txt['manual_profile_online'], ' ', $txt['manual_profile_online'], '

', $txt['manual_profile_gender'], ':
', $txt['manual_profile_age'], ': ', $txt['manual_profile_n_a'], '
', $txt['manual_profile_location'], ':
', $txt['manual_profile_local_time'], ': ', $txt['manual_profile_current_date_time'], '
', $txt['manual_profile_language'], ':

', $txt['manual_profile_sig'], ':


', $txt['manual_profile_other_info'], ':
', $txt['manual_profile_send_pm'], '

', $txt['manual_profile_show_member_posts'], '
', $txt['manual_profile_show_member_stats'], '



', $txt['manual_profile_sec_normal'], '

', $txt['manual_profile_normal_desc'], '

', $txt['manual_profile_modify_profile'], '

', $txt['manual_profile_profile_info2'], '
', $txt['manual_profile_summary2'], '
', $txt['manual_profile_show_stats'], '
', $txt['manual_profile_show_posts'], '

', $txt['manual_profile_modify_own_profile'], '
', $txt['manual_profile_acct_settings'], '
', $txt['manual_profile_forum_profile'], '
', $txt['manual_profile_look_and_layout'], '
', $txt['manual_profile_notify_email'], '
', $txt['manual_profile_pm_options1'], '

', $txt['manual_profile_actions'], '
', $txt['manual_profile_delete_account'], '

   ', $txt['manual_profile_edit_profile1'], '

', $txt['manual_profile_look_layout_explanation'], '

', $txt['manual_profile_current_theme'], ': ', $txt['manual_profile_board_default'], ' (', $txt['manual_profile_change'], ')

', $txt['manual_profile_time_format'], ':
', $txt['manual_profile_help'], ' ', $txt['manual_profile_caption_date'], '

', $txt['manual_profile_time_offset'], ':
', $txt['manual_profile_offset_hours'], '

(', $txt['manual_profile_forum_time'], ')


', $txt['manual_profile_board_descriptions'], '
', $txt['manual_profile_show_child'], '
', $txt['manual_profile_no_ava'], '
', $txt['manual_profile_no_sig'], '
', $txt['manual_profile_return_to_topic'], '
', $txt['manual_profile_recent_posts'], '
', $txt['manual_profile_recent_pms'], '
', $txt['manual_profile_first_day_week'], '
', $txt['manual_profile_quick_reply'], ':
', $txt['manual_profile_quick_mod'], ' 




', $txt['manual_profile_sub_actions'], '

', $txt['manual_profile_sec_settings'], '

', $txt['manual_profile_settings_desc'], '

', $txt['manual_profile_profile_info'], '
', $txt['manual_profile_summary2'], '
', $txt['manual_profile_show_stats'], '
', $txt['manual_profile_show_posts'], '
', $txt['manual_profile_track_user'], '
', $txt['manual_profile_track_ip'], '
', $txt['manual_profile_show_permissions'], '

', $txt['manual_profile_sub_modify_profile'], '
', $txt['manual_profile_acct_settings'], '
', $txt['manual_profile_forum_profile'], '
', $txt['manual_profile_look_and_layout'], '
', $txt['manual_profile_notify_email'], '
', $txt['manual_profile_pm_options1'], '

', $txt['manual_profile_actions'], '
', $txt['manual_profile_ban_user'], '
', $txt['manual_profile_delete_account'], '


', $txt['manual_profile_sub_profile_info'], '

', $txt['manual_profile_sub_modify_profile'], '

', $txt['manual_profile_sub_actions2'], '


'; } function template_manual_posting() { global $context, $settings, $options, $txt, $scripturl, $modSettings; echo '

', $txt['manual_posting_forum_about_part1'], '', $txt['manual_posting_forum_about_link_bbcref'], '', $txt['manual_posting_forum_about_part2'], '', $txt['manual_posting_forum_about_link_bbcref_smileysref'], '', $txt['manual_posting_forum_about_part3'], '

', $txt['manual_posting_please_note'], '

  1. ', $txt['manual_posting_sec_posting_basics'], '
    1. ', $txt['manual_posting_starting_topic'], '
    2. ', $txt['manual_posting_start_poll'], '
    3. ', $txt['manual_posting_post_event'], '
    4. ', $txt['manual_posting_replying'], '
    5. ', $txt['manual_posting_quote_post'], '
    6. ', $txt['manual_posting_modify_delete'], '
  2. ', $txt['manual_posting_sec_posting_options'], '
    1. ', $txt['manual_posting_sub_message_icon'], '
    2. ', $txt['manual_posting_sub_bbc'], '
    3. ', $txt['manual_posting_sub_smileys'], '
  3. ', $txt['manual_posting_sec_tags'], '
  4. ', $txt['manual_posting_sec_additional_options'], '
    1. ', $txt['manual_posting_notify'], '
    2. ', $txt['manual_posting_return'], '
    3. ', $txt['manual_posting_no_smiley'], '
    4. ', $txt['manual_posting_sub_attach'], '
  5. ', $txt['manual_posting_sec_references'], '
    1. ', $txt['manual_posting_sub_SMF_bbc'], '
    2. ', $txt['manual_posting_sub_help_smileys'], '

', $txt['manual_posting_sec_posting_basics'], '

', $txt['manual_posting_starting_topic'], '

', $txt['manual_posting_starting_topic_desc_part1'], '', $txt['manual_posting_starting_topic_desc_link_index_message'], '', $txt['manual_posting_starting_topic_desc_part2'], '', $txt['manual_posting_starting_topic_desc_link_index_message_standard'], '', $txt['manual_posting_starting_topic_desc_part3'], '

+  ', $txt['manual_posting_forum_name'], '
|- +  ', $txt['manual_posting_cat_name'], '
| |- +  ', $txt['manual_posting_board_name'], '
| | |- +  ', $txt['manual_posting_start_topic'], '
', $txt['manual_posting_start_topic'], '
', $txt['manual_posting_std_options'], ' ', $txt['manual_posting_omit_clarity'], '
', $txt['manual_posting_subject'], ':
', $txt['manual_posting_sec_additional_options'], ' ', $txt['manual_posting_omit_clarity'], '

', $txt['manual_posting_shortcuts'], '



', $txt['manual_posting_start_poll'], '

', $txt['manual_posting_poll_desc_part1'], '', $txt['manual_posting_poll_desc_link_newtopic'], '', $txt['manual_posting_poll_desc_part2'], '

', $txt['manual_posting_poll_options'], '

', $txt['manual_posting_poll_note'], '

', $txt['manual_posting_post_event'], '

', $txt['manual_posting_event_desc_part1'], '', $txt['manual_posting_event_desc_link_index_main'], '', $txt['manual_posting_event_desc_part2'], '

', $txt['manual_posting_replying'], '

', $txt['manual_posting_replying_desc_part1'], '', $txt['manual_posting_replying_desc_link_newtopic'], '', $txt['manual_posting_replying_desc_part2'], '

', $txt['manual_posting_quick_reply_part1'], '', $txt['manual_posting_quick_reply_link_bbc'], '', $txt['manual_posting_quick_reply_part2'], '', $txt['manual_posting_quick_reply_link_bbc_smileys'], '', $txt['manual_posting_quick_reply_part3'], '

', $txt['manual_posting_quote_post'], '

', $txt['manual_posting_quote_desc'], '

', $txt['manual_posting_modify_delete'], '

', $txt['manual_posting_modify_desc'], '

', $txt['manual_posting_delete_desc'], '

', $txt['manual_posting_sec_posting_options'], '


', $txt['manual_posting_msg_icon'], ':
', $txt['manual_posting_bold_example'], '', $txt['manual_posting_italicize_example'], '', $txt['manual_posting_underline_example'], '', $txt['manual_posting_strike_example'], '|', $txt['manual_posting_glow_example'], ' ', $txt['manual_posting_shadow_example'], '', $txt['manual_posting_move_example'], '|', $txt['manual_posting_pre_example'], ' ', $txt['manual_posting_left_example'], ' ', $txt['manual_posting_center_example'], '', $txt['manual_posting_right_example'], '|', $txt['manual_posting_hr_example'], '|', $txt['manual_posting_size_example'], '', $txt['manual_posting_face_example'], '
', $txt['manual_posting_flash_example'], '', $txt['manual_posting_img_example'], '', $txt['manual_posting_url_example'], '', $txt['manual_posting_email_example'], ' ', $txt['manual_posting_ftp_example'], '|', $txt['manual_posting_table_example'], '', $txt['manual_posting_tr_example'], '', $txt['manual_posting_td_example'], '|', $txt['manual_posting_sup_example'], '', $txt['manual_posting_sub_example'], '', $txt['manual_posting_tele_example'], '| ', $txt['manual_posting_code_example'], '', $txt['manual_posting_quote_example'], '|', $txt['manual_posting_list_example'], '
', $txt['manual_posting_smiley_code'], ' ', $txt['manual_posting_wink_code'], ' ', $txt['manual_posting_cheesy_code'], ' ', $txt['manual_posting_grin_code'], ' ', $txt['manual_posting_angry_code'], ' ', $txt['manual_posting_sad_code'], ' ', $txt['manual_posting_shocked_code'], ' ', $txt['manual_posting_cool_code'], ' ', $txt['manual_posting_huh_code'], ' ', $txt['manual_posting_rolleyes_code'], ' ', $txt['manual_posting_tongue_code'], ' ', $txt['manual_posting_embarrassed_code'], ' ', $txt['manual_posting_lipsrsealed_code'], ' ', $txt['manual_posting_undecided_code'], ' ', $txt['manual_posting_kiss_code'], ' ', $txt['manual_posting_cry_code'], '


', $txt['manual_posting_sub_message_icon'], '

', $txt['manual_posting_msg_icon_dropdown'], '

', $txt['manual_posting_sub_bbc'], '

', $txt['manual_posting_bbc_desc'], '

', $txt['manual_posting_bbc_ref_part1'], '', $txt['manual_posting_bbc_ref_link_bbcref'], '', $txt['manual_posting_bbc_ref_part2'], '

', $txt['manual_posting_sub_smileys'], '

', $txt['manual_posting_smiley_desc_part1'], '', $txt['manual_posting_smiley_desc_link_nosmileys'], '', $txt['manual_posting_smiley_desc_part2'], '

', $txt['manual_posting_smiley_ref_part1'], '', $txt['manual_posting_smiley_ref_link_smileysref'], '', $txt['manual_posting_smiley_ref_part2'], '

', $txt['manual_posting_sec_tags'], '

', $txt['manual_posting_tags_desc_part1'], '', $txt['manual_posting_tags_desc_link_bbcref'], '', $txt['manual_posting_tags_desc_part2'], '

', $txt['manual_posting_note_tags'], '

', $txt['manual_posting_sec_additional_options'], '

', $txt['manual_posting_sec_additional_options_desc'], '


+ ', $txt['manual_posting_sec_additional_options'], '...
 ', $txt['manual_posting_notify'], '
 ', $txt['manual_posting_return'], '
 ', $txt['manual_posting_no_smiley'], '
', $txt['manual_posting_attach'], ':

', $txt['manual_posting_allowed_types'], '
', $txt['manual_posting_max_size'], '

', $txt['manual_posting_shortcuts'], '



', $txt['manual_posting_sub_notify'], '

', $txt['manual_posting_notify_desc'], '

', $txt['manual_posting_sub_return'], '

', $txt['manual_posting_return_desc'], '

', $txt['manual_posting_sub_no_smiley'], '

', $txt['manual_posting_no_smiley_desc_part1'], '', $txt['manual_posting_no_smiley_desc_link_smileysref'], '', $txt['manual_posting_no_smiley_desc_part2'], '

', $txt['manual_posting_sub_attach'], '

', $txt['manual_posting_attach_desc_part1'], '', $txt['manual_posting_attach_desc_link_modify'], '', $txt['manual_posting_attach_desc_part2'], '

', $txt['manual_posting_sec_references'], '

', $txt['manual_posting_sub_SMF_bbc'], '

', $txt['manual_posting_sub_smf_bbc_desc'], '

', $txt['manual_posting_header_name'], ' ', $txt['manual_posting_header_button'], ' ', $txt['manual_posting_header_code'], ' ', $txt['manual_posting_header_output'], ' ', $txt['manual_posting_header_comments'], '
', $txt['manual_posting_bbc_bold'], ' ', $txt['manual_posting_bbc_bold'], ' ', $txt['manual_posting_bold_code'], ' ', $txt['manual_posting_bold_output'], ' ', $txt['manual_posting_bold_comment'], '
', $txt['manual_posting_bbc_italic'], ' ', $txt['manual_posting_bbc_italic'], ' ', $txt['manual_posting_italic_code'], ' ', $txt['manual_posting_italic_output'], ' ', $txt['manual_posting_italic_comment'], '
', $txt['manual_posting_bbc_underline'], ' ', $txt['manual_posting_bbc_underline'], ' ', $txt['manual_posting_underline_code'], ' ', $txt['manual_posting_underline_output'], ' ', $txt['manual_posting_underline_comment'], '
', $txt['manual_posting_bbc_strike'], ' ', $txt['manual_posting_bbc_strike'], ' ', $txt['manual_posting_strike_code'], ' ', $txt['manual_posting_strike_output'], ' ', $txt['manual_posting_strike_comment'], '
', $txt['manual_posting_bbc_glow'], ' ', $txt['manual_posting_bbc_glow'], ' ', $txt['manual_posting_glow_code'], '
', $txt['manual_posting_glow_output'], '
', $txt['manual_posting_glow_comment'], '
', $txt['manual_posting_bbc_shadow'], ' ', $txt['manual_posting_bbc_shadow'], ' ', $txt['manual_posting_shadow_code'], '
', $txt['manual_posting_shadow_output'], '
', $txt['manual_posting_shadow_comment'], '
', $txt['manual_posting_bbc_move'], ' ', $txt['manual_posting_bbc_move'], ' ', $txt['manual_posting_move_code'], ' ', $txt['manual_posting_move_output'], ' ', $txt['manual_posting_move_comment'], '
', $txt['manual_posting_bbc_pre'], ' ', $txt['manual_posting_bbc_pre'], ' [pre]Simple
  Machines
    Forum[/pre]
Simple
  Machines
						Forum
', $txt['manual_posting_pre_comment'], '
', $txt['manual_posting_bbc_left'], ' ', $txt['manual_posting_bbc_left'], ' ', $txt['manual_posting_left_code'], '

', $txt['manual_posting_left_output'], '

', $txt['manual_posting_left_comment'], '
', $txt['manual_posting_bbc_centered'], ' ', $txt['manual_posting_bbc_centered'], ' ', $txt['manual_posting_centered_code'], '
', $txt['manual_posting_centered_output'], '
', $txt['manual_posting_centered_comment'], '
', $txt['manual_posting_bbc_right'], ' ', $txt['manual_posting_bbc_right'], ' ', $txt['manual_posting_right_code'], '

', $txt['manual_posting_right_output'], '

', $txt['manual_posting_right_comment'], '
', $txt['manual_posting_bbc_rtl'], ' * ', $txt['manual_posting_rtl_code'], '
', $txt['manual_posting_rtl_output'], '
', $txt['manual_posting_rtl_comment'], '
', $txt['manual_posting_bbc_ltr'], ' * ', $txt['manual_posting_ltr_code'], '
', $txt['manual_posting_ltr_output'], '
', $txt['manual_posting_ltr_comment'], '
', $txt['manual_posting_bbc_hr'], ' ', $txt['manual_posting_bbc_hr'], ' ', $txt['manual_posting_hr_code'], '
', $txt['manual_posting_hr_comment'], '
', $txt['manual_posting_bbc_size'], ' ', $txt['manual_posting_bbc_size'], ' ', $txt['manual_posting_size_code'], ' ', $txt['manual_posting_size_output'], ' ', $txt['manual_posting_size_comment'], '
', $txt['manual_posting_bbc_font'], ' ', $txt['manual_posting_bbc_font'], ' ', $txt['manual_posting_font_code'], ' ', $txt['manual_posting_font_output'], ' ', $txt['manual_posting_font_comment'], '
', $txt['manual_posting_bbc_color'], ' ', $txt['manual_posting_color_code'], ' ', $txt['manual_posting_color_output'], ' ', $txt['manual_posting_color_comment'], '
', $txt['manual_posting_bbc_flash'], ' ', $txt['manual_posting_bbc_flash'], ' ', $txt['manual_posting_flash_code'], ' ', $txt['manual_posting_flash_output'], ' ', $txt['manual_posting_flash_comment'], '
', $txt['manual_posting_bbc_img'], ' ', $txt['manual_posting_bbc_img'], ' ', $txt['manual_posting_img_top_code'], ' ', $txt['manual_posting_img_top_comment'], '
', $txt['manual_posting_img_bottom_code'], '
', $txt['manual_posting_bbc_url'], ' ', $txt['manual_posting_bbc_url'], ' ', $txt['manual_posting_url_code'], ' ', $txt['manual_posting_url_output'], ' ', $txt['manual_posting_url_comment'], '
', $txt['manual_posting_url_bottom_code'], ' ', $txt['manual_posting_url_bottom_output'], '
', $txt['manual_posting_bbc_email'], ' ', $txt['manual_posting_bbc_email'], ' ', $txt['manual_posting_email_code'], ' ', $txt['manual_posting_email_output'], ' ', $txt['manual_posting_email_comment'], '
', $txt['manual_posting_bbc_ftp'], ' ', $txt['manual_posting_bbc_ftp'], ' ', $txt['manual_posting_ftp_code'], ' ', $txt['manual_posting_ftp_output'], ' ', $txt['manual_posting_ftp_comment'], '
', $txt['manual_posting_ftp_bottom_code'], ' ', $txt['manual_posting_ftp_bottom_output'], '
', $txt['manual_posting_bbc_table'], ' ', $txt['manual_posting_bbc_table'], ' ', $txt['manual_posting_table_code'], ' * ', $txt['manual_posting_table_comment'], '
', $txt['manual_posting_bbc_row'], ' ', $txt['manual_posting_bbc_row'], ' ', $txt['manual_posting_row_code'], ' * ', $txt['manual_posting_row_comment'], '
', $txt['manual_posting_bbc_column'], ' ', $txt['manual_posting_bbc_column'], ' ', $txt['manual_posting_column_code'], '
', $txt['manual_posting_column_output'], '
', $txt['manual_posting_column_comment'], '
[table][tr][td]SMF[/td]
[td]Bulletin[/td][/tr]
[tr][td]Board[/td]
[td]Code[/td][/tr][/table]
SMF Bulletin
Board Code
', $txt['manual_posting_bbc_sup'], ' ', $txt['manual_posting_bbc_sup'], ' ', $txt['manual_posting_sup_code'], ' ', $txt['manual_posting_sup_output'], ' ', $txt['manual_posting_sup_comment'], '
', $txt['manual_posting_bbc_sub'], ' ', $txt['manual_posting_bbc_sub'], ' ', $txt['manual_posting_sub_code'], ' ', $txt['manual_posting_sub_output'], ' ', $txt['manual_posting_sub_comment'], '
', $txt['manual_posting_bbc_tt'], ' ', $txt['manual_posting_bbc_tt'], ' ', $txt['manual_posting_tt_code'], ' ', $txt['manual_posting_tt_output'], ' ', $txt['manual_posting_tt_comment'], '
', $txt['manual_posting_bbc_code'], ' ', $txt['manual_posting_bbc_code'], ' ', $txt['manual_posting_code_code'], '
Code:
<?php phpinfo(); ?>
', $txt['manual_posting_code_comment'], '
', $txt['manual_posting_bbc_quote'], ' ', $txt['manual_posting_bbc_quote'], ' ', $txt['manual_posting_quote_code'], '
Quote
', $txt['manual_posting_quote_output'], '
', $txt['manual_posting_quote_comment'], '
', $txt['manual_posting_quote_buttom_code'], '
Quote from: author
', $txt['manual_posting_quote_buttom_output'], '
', $txt['manual_posting_bbc_list'], ' ', $txt['manual_posting_bbc_list'], ' ', $txt['manual_posting_list_code'], ' ', $txt['manual_posting_list_output'], ' ', $txt['manual_posting_list_comment'], '
', $txt['manual_posting_list_buttom_code'], ' ', $txt['manual_posting_list_buttom_output'], '
', $txt['manual_posting_bbc_abbr'], ' * ', $txt['manual_posting_abbr_code'], ' ', $txt['manual_posting_abbr_output'], ' ', $txt['manual_posting_abbr_comment'], '
', $txt['manual_posting_bbc_acro'], ' * ', $txt['manual_posting_acro_code'], ' ', $txt['manual_posting_acro_output'], ' ', $txt['manual_posting_acro_comment'], '

', $txt['manual_posting_sub_help_smileys'], '

', $txt['manual_posting_smileys_help_desc'], '

', $txt['manual_posting_smileys_help_name'], ' ', $txt['manual_posting_smileys_help_img'], ' ', $txt['manual_posting_smileys_help_code'], '
', $txt['manual_posting_smiley_help_name'], ' :)
', $txt['manual_posting_wink_help_name'], ' ;)
', $txt['manual_posting_cheesy_help_name'], ' :D
', $txt['manual_posting_grin_help_name'], ' ;D
', $txt['manual_posting_angry_help_name'], ' >:(
', $txt['manual_posting_sad_help_name'], ' :(
', $txt['manual_posting_shocked_help_name'], ' :o
', $txt['manual_posting_cool_help_name'], ' 8)
', $txt['manual_posting_huh_help_name'], ' ???
', $txt['manual_posting_rolleyes_help_name'], ' ::)
', $txt['manual_posting_tongue_help_name'], ' :P
', $txt['manual_posting_embarrassed_help_name'], ' :-[
', $txt['manual_posting_lipsrsealed_help_name'], ' :-X
', $txt['manual_posting_undecided_help_name'], ' :-\
', $txt['manual_posting_kiss_help_name'], ' :-*
', $txt['manual_posting_cry_help_name'], ' :\'(

', $txt['manual_posting_smiley_parse'], '

'; } // The register help page. function template_manual_register() { global $context, $settings, $options, $txt, $scripturl, $modSettings; echo '

', $txt['manual_registering_you_have_arrived_part1'], '', $txt['manual_registering_you_have_arrived_link_profile'], '', $txt['manual_registering_you_have_arrived_part2'], '', $txt['manual_registering_you_have_arrived_link_profile_pm'], '', $txt['manual_registering_you_have_arrived_part3'], '

  1. ', $txt['manual_registering_sec_register'], '
  2. ', $txt['manual_registering_sec_reg_screen'], '

', $txt['manual_registering_sec_register'], '

', $txt['manual_registering_register_desc'], '

', $txt['manual_registering_warning'], '
', $txt['manual_registering_warning_desc_1'], '
', $txt['manual_registering_warning_desc_2'], '', $txt['manual_registering_warning_desc_3'], '', $txt['manual_registering_warning_desc_4'], '

', $txt['manual_registering_sec_reg_screen'], '

', $txt['manual_registering_required_info'], '
', $txt['manual_registering_choose_username'], ':
', $txt['manual_registering_caption_username'], '
', $txt['manual_registering_email'], ':
', $txt['manual_registering_caption_email'], '
', $txt['manual_registering_choose_pass'], ':
', $txt['manual_registering_verify_pass'], ':
', $txt['manual_registering_agreement'], '


', $txt['manual_registering_reg_screen_requirements_part1'], '', $txt['manual_registering_reg_screen_requirements_link_loginout_screen'], '', $txt['manual_registering_reg_screen_requirements_part2'], '

'; } // The search help page. function template_manual_search() { global $context, $settings, $options, $txt, $scripturl, $modSettings; echo '

', $txt['manual_searching_you_have_arrived'], '

  1. ', $txt['manual_searching_sec_search'], '
  2. ', $txt['manual_searching_sec_syntax'], '
    1. ', $txt['manual_searching_sub_quotes'], '
  3. ', $txt['manual_searching_sec_simple_adv'], '
    1. ', $txt['manual_searching_sub_simple'], '
    2. ', $txt['manual_searching_sub_adv'], '

', $txt['manual_searching_sec_search'], '

', $txt['manual_searching_search_desc_part1'], '', $txt['manual_searching_search_desc_link_index_main'], '', $txt['manual_searching_search_desc_part2'], '

', $txt['manual_searching_sec_syntax'], '

', $txt['manual_searching_syntax_desc'], '

', $txt['manual_searching_sub_quotes'], '

', $txt['manual_searching_quotes_desc'], '

', $txt['manual_searching_sec_simple_adv'], '

', $txt['manual_searching_sub_simple'], '

', $txt['manual_searching_simple_desc'], '

', $txt['manual_searching_sub_adv'], '

', $txt['manual_searching_adv_desc'], '

+  ', $txt['manual_searching_forum_name'], '
|- +  ', $txt['manual_searching_search'], '
', $txt['manual_searching_search_param'], '
', $txt['manual_searching_search_for'], ':   ', $txt['manual_searching_by_user'], ':
     
 
', $txt['manual_searching_options'], ': ', $txt['manual_searching_msg_age'], ':


', $txt['manual_searching_between'], '', $txt['manual_searching_and'], '', $txt['manual_searching_days'], '.
', $txt['manual_searching_search_order'], ':

', $txt['manual_searching_choose'], ':

', $txt['manual_searching_cat'], '





'; } ?>