123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302 |
- <?php
- /**
- * Simple Machines Forum (SMF)
- *
- * @package SMF
- * @author Simple Machines
- * @copyright 2013 Simple Machines and individual contributors
- * @license http://www.simplemachines.org/about/smf/license.php BSD
- *
- * @version 2.1 Alpha 1
- */
- function template_options()
- {
- global $context, $settings, $options, $scripturl, $txt;
- $context['theme_options'] = array(
- array(
- 'id' => 'show_board_desc',
- 'label' => $txt['board_desc_inside'],
- 'default' => true,
- ),
- array(
- 'id' => 'show_children',
- 'label' => $txt['show_children'],
- 'default' => true,
- ),
- array(
- 'id' => 'use_sidebar_menu',
- 'label' => $txt['use_sidebar_menu'],
- 'default' => true,
- ),
- array(
- 'id' => 'show_no_avatars',
- 'label' => $txt['show_no_avatars'],
- 'default' => true,
- ),
- array(
- 'id' => 'show_no_signatures',
- 'label' => $txt['show_no_signatures'],
- 'default' => true,
- ),
- array(
- 'id' => 'return_to_post',
- 'label' => $txt['return_to_post'],
- 'default' => true,
- ),
- array(
- 'id' => 'no_new_reply_warning',
- 'label' => $txt['no_new_reply_warning'],
- 'default' => true,
- ),
- array(
- 'id' => 'view_newest_first',
- 'label' => $txt['recent_posts_at_top'],
- 'default' => true,
- ),
- array(
- 'id' => 'view_newest_pm_first',
- 'label' => $txt['recent_pms_at_top'],
- 'default' => true,
- ),
- array(
- 'id' => 'posts_apply_ignore_list',
- 'label' => $txt['posts_apply_ignore_list'],
- 'default' => false,
- ),
- array(
- 'id' => 'wysiwyg_default',
- 'label' => $txt['wysiwyg_default'],
- 'default' => false,
- ),
- array(
- 'id' => 'popup_messages',
- 'label' => $txt['popup_messages'],
- 'default' => true,
- ),
- array(
- 'id' => 'copy_to_outbox',
- 'label' => $txt['copy_to_outbox'],
- 'default' => true,
- ),
- array(
- 'id' => 'pm_remove_inbox_label',
- 'label' => $txt['pm_remove_inbox_label'],
- 'default' => true,
- ),
- array(
- 'id' => 'auto_notify',
- 'label' => $txt['auto_notify'],
- 'default' => true,
- ),
- array(
- 'id' => 'topics_per_page',
- 'label' => $txt['topics_per_page'],
- 'options' => array(
- 0 => $txt['per_page_default'],
- 5 => 5,
- 10 => 10,
- 25 => 25,
- 50 => 50,
- ),
- 'default' => true,
- ),
- array(
- 'id' => 'messages_per_page',
- 'label' => $txt['messages_per_page'],
- 'options' => array(
- 0 => $txt['per_page_default'],
- 5 => 5,
- 10 => 10,
- 25 => 25,
- 50 => 50,
- ),
- 'default' => true,
- ),
- array(
- 'id' => 'calendar_start_day',
- 'label' => $txt['calendar_start_day'],
- 'options' => array(
- 0 => $txt['days'][0],
- 1 => $txt['days'][1],
- 6 => $txt['days'][6],
- ),
- 'default' => true,
- ),
- array(
- 'id' => 'display_quick_reply',
- 'label' => $txt['display_quick_reply'],
- 'options' => array(
- 0 => $txt['display_quick_reply1'],
- 1 => $txt['display_quick_reply2'],
- 2 => $txt['display_quick_reply3'],
- ),
- 'default' => true,
- ),
- array(
- 'id' => 'use_editor_quick_reply',
- 'label' => $txt['use_editor_quick_reply'],
- 'default' => true,
- ),
- array(
- 'id' => 'display_quick_mod',
- 'label' => $txt['display_quick_mod'],
- 'options' => array(
- 0 => $txt['display_quick_mod_none'],
- 1 => $txt['display_quick_mod_check'],
- 2 => $txt['display_quick_mod_image'],
- ),
- 'default' => true,
- ),
- array(
- 'id' => 'drafts_autosave_enabled',
- 'label' => $txt['drafts_autosave_enabled'],
- 'default' => true,
- ),
- array(
- 'id' => 'drafts_show_saved_enabled',
- 'label' => $txt['drafts_show_saved_enabled'],
- 'default' => true,
- )
- );
- }
- function template_settings()
- {
- global $context, $settings, $options, $scripturl, $txt;
- $context['theme_settings'] = array(
- array(
- 'id' => 'header_logo_url',
- 'label' => $txt['header_logo_url'],
- 'description' => $txt['header_logo_url_desc'],
- 'type' => 'text',
- ),
- array(
- 'id' => 'site_slogan',
- 'label' => $txt['site_slogan'],
- 'description' => $txt['site_slogan_desc'],
- 'type' => 'text',
- ),
- array(
- 'id' => 'smiley_sets_default',
- 'label' => $txt['smileys_default_set_for_theme'],
- 'options' => $context['smiley_sets'],
- 'type' => 'text',
- ),
- array(
- 'id' => 'forum_width',
- 'label' => $txt['forum_width'],
- 'description' => $txt['forum_width_desc'],
- 'type' => 'text',
- 'size' => 8,
- ),
- '',
- array(
- 'id' => 'linktree_link',
- 'label' => $txt['current_pos_text_img'],
- ),
- array(
- 'id' => 'show_mark_read',
- 'label' => $txt['enable_mark_as_read'],
- ),
- array(
- 'id' => 'allow_no_censored',
- 'label' => $txt['allow_no_censored'],
- ),
- array(
- 'id' => 'enable_news',
- 'label' => $txt['enable_random_news'],
- ),
- '',
- array(
- 'id' => 'show_newsfader',
- 'label' => $txt['news_fader'],
- ),
- array(
- 'id' => 'newsfader_time',
- 'label' => $txt['admin_fader_delay'],
- 'type' => 'number',
- ),
- array(
- 'id' => 'number_recent_posts',
- 'label' => $txt['number_recent_posts'],
- 'description' => $txt['number_recent_posts_desc'],
- 'type' => 'number',
- ),
- array(
- 'id' => 'show_stats_index',
- 'label' => $txt['show_stats_index'],
- ),
- array(
- 'id' => 'show_latest_member',
- 'label' => $txt['latest_members'],
- ),
- array(
- 'id' => 'show_group_key',
- 'label' => $txt['show_group_key'],
- ),
- array(
- 'id' => 'display_who_viewing',
- 'label' => $txt['who_display_viewing'],
- 'options' => array(
- 0 => $txt['who_display_viewing_off'],
- 1 => $txt['who_display_viewing_numbers'],
- 2 => $txt['who_display_viewing_names'],
- ),
- 'type' => 'number',
- ),
- '',
- array(
- 'id' => 'subject_toggle',
- 'label' => $txt['subject_toggle'],
- ),
- array(
- 'id' => 'show_modify',
- 'label' => $txt['last_modification'],
- ),
- array(
- 'id' => 'show_profile_buttons',
- 'label' => $txt['show_view_profile_button'],
- ),
- array(
- 'id' => 'show_user_images',
- 'label' => $txt['user_avatars'],
- ),
- array(
- 'id' => 'show_blurb',
- 'label' => $txt['user_text'],
- ),
- array(
- 'id' => 'show_gender',
- 'label' => $txt['gender_images'],
- ),
- array(
- 'id' => 'hide_post_group',
- 'label' => $txt['hide_post_group'],
- 'description' => $txt['hide_post_group_desc'],
- ),
- '',
- array(
- 'id' => 'show_bbc',
- 'label' => $txt['admin_bbc'],
- ),
- array(
- 'id' => 'additional_options_collapsable',
- 'label' => $txt['additional_options_collapsable'],
- ),
- '',
- array(
- 'id' => 'message_index_preview',
- 'label' => $txt['message_index_preview'],
- ),
- array(
- 'id' => 'message_index_preview_first',
- 'label' => $txt['message_index_preview_first'],
- 'description' => $txt['message_index_preview_first_desc'],
- ),
- );
- }
- ?>
|