show_widget = (count($comicpress_manager->errors) == 0)) === true) { $ok_to_generate_thumbs = false; $thumbnails_to_generate = array(); $comicpress_manager->need_calendars = true; $this->thumbnails_to_generate = $comicpress_manager->get_thumbnails_to_generate(); $this->go_live_time_string = ($comicpress_manager->get_cpm_option('cpm-default-post-time') == "now") ? __("now", 'comicpress-manager') : sprintf(__("at %s", 'comicpress-manager'), $comicpress_manager->get_cpm_option('cpm-default-post-time')); $this->show_new_setup_warning = ((count($comicpress_manager->comic_files) == 0) && ($comicpress_manager->get_subcomic_directory() === false)); $this->category_to_use = null; $this->_storyline_setup(); if ($comicpress_manager->get_subcomic_directory() !== false) { $this->category_to_use = get_option('comicpress-manager-manage-subcomic'); } else { if ($comicpress_manager->get_cpm_option('cpm-default-comic-category-is-last-storyline') == 1) { $this->category_to_use = end(explode("/", end($this->category_tree))); } else { $this->category_to_use = end(explode("/", reset($this->category_tree))); } } } } function render() { global $post, $comicpress_manager, $comicpress_manager_admin; $category = get_category($this->category_to_use); $comicpress_manager_admin->write_global_styles_scripts(); ?>
handle_warnings() ?> show_widget) { ?> show_new_setup_warning) { ?>
It looks like this is a new ComicPress install. You should test to make sure uploading works correctly by visiting ComicPress -> Upload.

Upload a single comic file and immediately start editing the associated published post. Your post will be going live %s on the provided date and will be posted in the %s category.", 'comicpress-manager'), $go_live_time_string, $category->cat_name) ?> get_subcomic_directory() !== false) { printf(__("Comic files will be uploaded to the %s comic subdirectory.", 'comicpress-manager'), get_cat_name(get_option('comicpress-manager-manage-subcomic'))); } ?> thumbnails_to_generate)) { $thumbnail_strings = array(); foreach ($this->thumbnails_to_generate as $type) { $thumbnail_strings[] = sprintf(__("%s thumbnails that are %spx wide", 'comicpress-manager'), $type, $comicpress_manager->properties["${type}_comic_width"]); } ?>

_generate_additional_categories_checkboxes()) > 0) { ?>