2009-11-13 16:00:25 +00:00
|
|
|
<?php
|
|
|
|
|
|
|
|
function options() {
|
|
|
|
$pagehook = add_submenu_page('themes.php','comicpress', __('ComicPress Options','comicpress'), 10, 'comicpress-options', 'comicpress_admin');
|
|
|
|
add_action('admin_head-'.$pagehook, 'comicpress_admin_page_head');
|
|
|
|
}
|
|
|
|
|
2009-11-17 01:50:50 +00:00
|
|
|
function comicpress_admin_page_head() { ?>
|
2009-11-13 16:00:25 +00:00
|
|
|
<link rel="stylesheet" href="<?php echo get_template_directory_uri(); ?>/js/tabbed/tabbed_pages.css" type="text/css" media="screen" />
|
|
|
|
<script type="text/javascript" src="<?php echo get_template_directory_uri(); ?>/js/tabbed/tabbed_pages.js"></script>
|
2009-11-17 01:50:50 +00:00
|
|
|
<!--[if lt ie 8]>
|
|
|
|
<style>
|
|
|
|
div.show {
|
|
|
|
position: static;
|
|
|
|
margin-top: 1px;
|
|
|
|
}
|
|
|
|
#cpadmin div.off {
|
|
|
|
height: 22px;
|
|
|
|
}
|
|
|
|
</style>
|
|
|
|
<![endif]-->
|
2009-11-13 16:00:25 +00:00
|
|
|
|
2009-11-17 01:50:50 +00:00
|
|
|
<?php }
|
2009-11-13 16:00:25 +00:00
|
|
|
|
|
|
|
function comicpress_admin() {
|
2009-11-22 18:06:19 +00:00
|
|
|
global $upload_path, $blogcat;
|
|
|
|
$comicpress_options = get_option('comicpress_options'); ?>
|
2009-11-13 16:00:25 +00:00
|
|
|
|
2009-11-17 01:50:50 +00:00
|
|
|
<div class="wrap">
|
|
|
|
|
|
|
|
<div id="cpadmin-headericon" style="background: url('<?php echo get_template_directory_uri(); ?>/images/options/comicpress_icon.png') no-repeat;"></div>
|
2009-11-13 16:00:25 +00:00
|
|
|
<h2 class="alignleft"><?php _e('ComicPress Options','comicpress'); ?></h2>
|
2009-11-22 18:06:19 +00:00
|
|
|
<div class="clear"></div>
|
2009-11-13 16:00:25 +00:00
|
|
|
<?php
|
2009-11-22 18:06:19 +00:00
|
|
|
$tab = 'themestyle';
|
2009-11-13 16:00:25 +00:00
|
|
|
if ( wp_verify_nonce($_POST['_wpnonce'], 'update-options') ) {
|
|
|
|
|
2009-11-22 18:06:19 +00:00
|
|
|
if ($_REQUEST['action'] == 'comicpress_save_layout') {
|
|
|
|
$comicpress_options['cp_theme_layout'] = $_REQUEST['cp_theme_layout'];
|
|
|
|
$tab = 'themestyle';
|
|
|
|
update_option('comicpress_options',$comicpress_options);
|
|
|
|
}
|
|
|
|
|
|
|
|
if ($_REQUEST['action'] == 'comicpress_save_archivesearch') {
|
|
|
|
$comicpress_options['archive_display_order'] = $_REQUEST['archive_display_order'];
|
|
|
|
$comicpress_options['excerpt_or_content_archive'] = $_REQUEST['excerpt_or_content_archive'];
|
|
|
|
$comicpress_options['excerpt_or_content_search'] = $_REQUEST['excerpt_or_content_search'];
|
|
|
|
$comicpress_options['category_thumbnail_postcount'] = $_REQUEST['category_thumbnail_postcount'];
|
|
|
|
$tab = 'archivesearch';
|
|
|
|
update_option('comicpress_options',$comicpress_options);
|
|
|
|
}
|
|
|
|
|
|
|
|
if ($_REQUEST['action'] == 'comicpress_save_someother') {
|
|
|
|
$comicpress_options['disable_comic_frontpage'] = (bool)$_REQUEST['disable_comic_frontpage'];
|
|
|
|
$comicpress_options['disable_comic_blog_frontpage'] = (bool)$_REQUEST['disable_comic_blog_frontpage'];
|
|
|
|
$comicpress_options['disable_comic_blog_single'] = (bool)$_REQUEST['disable_comic_blog_single'];
|
|
|
|
$comicpress_options['disable_blog_frontpage'] = (bool)$_REQUEST['disable_blog_frontpage'];
|
|
|
|
$comicpress_options['disable_lrsidebars_frontpage'] = (bool)$_REQUEST['disable_lrsidebars_frontpage'];
|
|
|
|
$comicpress_options['disable_footer_text'] = (bool)$_REQUEST['disable_footer_text'];
|
|
|
|
$comicpress_options['disable_blogheader'] = (bool)$_REQUEST['disable_blogheader'];
|
|
|
|
$comicpress_options['disable_page_titles'] = (bool)$_REQUEST['disable_page_titles'];
|
|
|
|
$comicpress_options['static_blog'] = (bool)$_REQUEST['static_blog'];
|
|
|
|
$comicpress_options['disable_default_comic_nav'] = (bool)$_REQUEST['disable_default_comic_nav'];
|
|
|
|
|
|
|
|
$comicpress_options['transcript_in_posts'] = (bool)$_REQUEST['transcript_in_posts'];
|
|
|
|
$comicpress_options['enable_widgetarea_use_sidebar_css'] = (bool)$_REQUEST['enable_widgetarea_use_sidebar_css'];
|
|
|
|
|
|
|
|
$comicpress_options['enable_custom_image_header'] = (bool)$_REQUEST['enable_custom_image_header'];
|
|
|
|
$comicpress_options['custom_image_header_width'] = '980';
|
|
|
|
$comicpress_options['custom_image_header_height'] = '120';
|
|
|
|
|
|
|
|
$comicpress_options['enable_numbered_pagination'] = (bool)$_REQUEST['enable_numbered_pagination'];
|
|
|
|
$comicpress_options['disable_page_restraints'] = (bool)$_REQUEST['disable_page_restraints'];
|
|
|
|
|
|
|
|
$comicpress_options['enable_related_comics'] = (bool)$_REQUEST['enable_related_comics'];
|
|
|
|
$comicpress_options['enable_related_posts'] = (bool)$_REQUEST['enable_related_posts'];
|
|
|
|
|
|
|
|
$comicpress_options['comic_clicks_next'] = (bool)$_REQUEST['comic_clicks_next'];
|
|
|
|
$comicpress_options['rascal_says'] = (bool)$_REQUEST['rascal_says'];
|
|
|
|
|
|
|
|
$comicpress_options['enable_post_calendar'] = (bool)$_REQUEST['enable_post_calendar'];
|
|
|
|
$comicpress_options['enable_post_author_gravatar'] = (bool)$_REQUEST['enable_post_author_gravatar'];
|
|
|
|
$comicpress_options['enable_comic_post_calendar'] = (bool)$_REQUEST['enable_comic_post_calendar'];
|
|
|
|
$comicpress_options['enable_comic_post_author_gravatar'] = (bool)$_REQUEST['enable_comic_post_author_gravatar'];
|
|
|
|
$comicpress_options['disable_tags_in_posts'] = (bool)$_REQUEST['disable_tags_in_posts'];
|
|
|
|
$comicpress_options['disable_categories_in_posts'] = (bool)$_REQUEST['disable_categories_in_posts'];
|
|
|
|
$comicpress_options['disable_comment_note'] = (bool)$_REQUEST['disable_comment_note'];
|
|
|
|
$comicpress_options['blogposts_with_comic'] = (bool)$_REQUEST['blogposts_with_comic'];
|
|
|
|
$comicpress_options['remove_wptexturize'] = (bool)$_REQUEST['remove_wptexturize'];
|
|
|
|
|
|
|
|
$comicpress_options['moods_directory'] = 'default';
|
|
|
|
$comicpress_options['graphicnav_directory'] = 'default';
|
|
|
|
$comicpress_options['calendar_directory'] = 'none';
|
|
|
|
$comicpress_options['avatar_directory'] = 'none';
|
|
|
|
|
|
|
|
$comicpress_options['enable_search_in_menubar'] = (bool)$_REQUEST['enable_search_in_menubar'];
|
|
|
|
$comicpress_options['enable_rss_in_menubar'] = (bool)$_REQUEST['enable_rss_in_menubar'];
|
|
|
|
$comicpress_options['enable_navigation_in_menubar'] = (bool)$_REQUEST['enable_navigation_in_menubar'];
|
|
|
|
$comicpress_options['contact_in_menubar'] = (bool)$_REQUEST['contact_in_menubar'];
|
|
|
|
$comicpress_options['disable_dynamic_menubar_links'] = (bool)$_REQUEST['disable_dynamic_menubar_links'];
|
|
|
|
$comicpress_options['disable_default_menubar'] = (bool)$_REQUEST['disable_default_menubar'];
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
$comicpress_options['members_post_category'] = '';
|
|
|
|
|
|
|
|
$comicpress_options['split_column_in_two'] = (bool)$_REQUEST['split_column_in_two'];
|
|
|
|
$comicpress_options['author_column_one'] = '';
|
|
|
|
$comicpress_options['author_column_two'] = '';
|
|
|
|
|
|
|
|
$comicpress_options['buy_print_email'] = 'philip@frumph.net';
|
|
|
|
$comicpress_options['buy_print_url'] = '/shop/';
|
|
|
|
$comicpress_options['buy_print_us_amount'] = '24.95';
|
|
|
|
$comicpress_options['buy_print_int_amount'] = '29.95';
|
|
|
|
$comicpress_options['buy_print_add_shipping'] = (bool)$_REQUEST['buy_print_add_shipping'];
|
|
|
|
$comicpress_options['buy_print_us_ship'] = '4.95';
|
|
|
|
$comicpress_options['buy_print_int_ship'] = '9.95';
|
|
|
|
|
|
|
|
update_option('comicpress_options',$comicpress_options);
|
|
|
|
?>
|
|
|
|
<div id="message" class="update fade"><p><strong><?php _e('ComicPress Settings SAVED!','comicpress'); ?></strong></p></div>
|
2009-11-17 01:50:50 +00:00
|
|
|
<script>function hidemessage() { document.getElementById('message').style.display = 'none'; }</script>
|
2009-11-13 16:00:25 +00:00
|
|
|
<?php }
|
|
|
|
|
2009-11-17 01:50:50 +00:00
|
|
|
if ('comicpress_reset' == $_REQUEST['action']) {
|
2009-11-13 16:00:25 +00:00
|
|
|
foreach ($options as $default) {
|
|
|
|
delete_option($default['id'],$default['default']);
|
|
|
|
} ?>
|
2009-11-17 01:50:50 +00:00
|
|
|
<div id="message" class="updated fade"><p><strong><?php _e('ComicPress Settings RESET!','comicpress'); ?></strong></p></div>
|
|
|
|
<script>function hidemessage() { document.getElementById('message').style.display = 'none'; }</script>
|
2009-11-13 16:00:25 +00:00
|
|
|
<?php
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
?>
|
2009-11-17 01:50:50 +00:00
|
|
|
|
2009-11-13 16:00:25 +00:00
|
|
|
<div id="poststuff" class="metabox-holder">
|
|
|
|
|
2009-11-17 01:50:50 +00:00
|
|
|
<div id="cpadmin" onclick="hidemessage();">
|
|
|
|
<div class="on" title="themestyle"><span><?php _e('Layout','comicpress'); ?></span></div>
|
2009-11-13 16:00:25 +00:00
|
|
|
<div class="off" title="generaloptions"><span><?php _e('General','comicpress'); ?></span></div>
|
2009-11-20 05:39:56 +00:00
|
|
|
<div class="off" title="indexoptions"><span><?php _e('Home Page','comicpress'); ?></span></div>
|
|
|
|
<div class="off" title="postoptions"><span><?php _e('Posts & Pages','comicpress'); ?></span></div>
|
2009-11-13 16:00:25 +00:00
|
|
|
<div class="off" title="archivesearch"><span><?php _e('Archive & Search','comicpress'); ?></span></div>
|
|
|
|
<div class="off" title="menubaroptions"><span><?php _e('Menubar','comicpress'); ?></span></div>
|
|
|
|
<div class="off" title="customheader"><span><?php _e('Custom Header','comicpress'); ?></span></div>
|
|
|
|
<div class="off" title="buyprintoptions"><span><?php _e('Buy Print','comicpress'); ?></span></div>
|
|
|
|
<div class="off" title="membersoptions"><span><?php _e('Members','comicpress'); ?></span></div>
|
|
|
|
</div>
|
|
|
|
<?php include(get_template_directory() . '/options/themestyle.php'); ?>
|
|
|
|
<?php include(get_template_directory() . '/options/generaloptions.php'); ?>
|
|
|
|
<?php include(get_template_directory() . '/options/indexoptions.php'); ?>
|
|
|
|
<?php include(get_template_directory() . '/options/postoptions.php'); ?>
|
|
|
|
<?php include(get_template_directory() . '/options/archivesearchoptions.php'); ?>
|
|
|
|
<?php include(get_template_directory() . '/options/menubaroptions.php'); ?>
|
|
|
|
<?php include(get_template_directory() . '/options/customheaderoptions.php'); ?>
|
|
|
|
<?php include(get_template_directory() . '/options/buyprintoptions.php'); ?>
|
|
|
|
<?php include(get_template_directory() . '/options/membersoptions.php'); ?>
|
|
|
|
|
|
|
|
</div>
|
2009-11-17 01:50:50 +00:00
|
|
|
|
|
|
|
<div class="cpadmin-footer">
|
|
|
|
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" class="cpadmin-donate">
|
2009-11-13 16:00:25 +00:00
|
|
|
<input type="hidden" name="cmd" value="_s-xclick">
|
|
|
|
<input type="hidden" name="hosted_button_id" value="7827910">
|
|
|
|
<input type="image"
|
|
|
|
src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif"
|
|
|
|
border="0" name="submit" alt="PayPal - The safer, easier way to pay
|
|
|
|
online!">
|
|
|
|
<img alt="" border="0"
|
|
|
|
src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1"
|
|
|
|
height="1">
|
|
|
|
</form>
|
2009-11-20 14:31:37 +00:00
|
|
|
<a href="http://comicpress.org/"><strong>ComicPress 2.9</strong> <small>[ <?php global $comicpress_version; echo $comicpress_version; ?> ]</small></a>. <?php _e('Created by','comicpress'); ?> <a href="http://mindfaucet.com/">Tyler Martin</a> <?php _e('with','comicpress'); ?> <a href="http://www.coswellproductions.com/">John Bintz</a><?php _e(',','comicpress'); ?> <a href="http://frumph.net/">Philip M. Hofer</a> <small>(<a href="http://frumph.net/">Frumph</a>)</small> <?php _e('and','comicpress'); ?> <a href="http://www.oycomics.com/">Danny Burleson</a>.<br />
|
2009-11-17 01:50:50 +00:00
|
|
|
<?php _e('If you like the ComicPress theme, please donate. It will help in creating new versions.','comicpress'); ?>
|
|
|
|
<br />
|
|
|
|
<br />
|
|
|
|
<form method="post" id="myForm" name="template" enctype="multipart/form-data">
|
2009-11-17 02:01:59 +00:00
|
|
|
<?php wp_nonce_field('update-options') ?>
|
2009-11-17 01:50:50 +00:00
|
|
|
<input name="comicpress_reset" type="submit" class="button" value="Reset All Settings" />
|
|
|
|
<input type="hidden" name="action" value="comicpress_reset" />
|
|
|
|
</form>
|
|
|
|
<div class="clear"></div>
|
2009-11-13 16:00:25 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<?php
|
|
|
|
}
|
|
|
|
|
|
|
|
add_action('admin_menu', 'options');
|
|
|
|
|
|
|
|
?>
|