From 30218ce2425b113198bfa348c7e6d9924f26b338 Mon Sep 17 00:00:00 2001 From: "Philip M. Hofer (Frumph)" Date: Fri, 13 Nov 2009 19:48:50 -0800 Subject: [PATCH] cleaning up some options menus, this one is the members options.php moving the button lower Signed-off-by: Philip M. Hofer (Frumph) --- comicpress-options-config.php | 7 +------ options/membersoptions.php | 6 +++--- style.css | 2 +- 3 files changed, 5 insertions(+), 10 deletions(-) diff --git a/comicpress-options-config.php b/comicpress-options-config.php index f05afed..a591e29 100644 --- a/comicpress-options-config.php +++ b/comicpress-options-config.php @@ -106,18 +106,13 @@ $options = array ( array( "id" => "comicpress-enable_numbered_pagination", - "default" => "no", + "default" => "yes", "type" => "comicpress-enable_numbered_pagination"), array( "id" => "comicpress-disable_page_restraints", "default" => "no", "type" => "comicpress-disable_page_restraints"), - - array( - "id" => "comicpress-enable_dropdown_sidebar", - "default" => "no", - "type" => "comicpress-enable_dropdown_sidebar"), array( "id" => "comicpress-enable_related_comics", diff --git a/options/membersoptions.php b/options/membersoptions.php index 85777c6..506c8ba 100644 --- a/options/membersoptions.php +++ b/options/membersoptions.php @@ -25,9 +25,6 @@ } ?> - - -
Usage:
@@ -41,4 +38,7 @@
This will make it so that that category is only seen as blogposts inside that area and not anywhere else on the site unless the user has the members flag.
+ + + diff --git a/style.css b/style.css index 4d16fbe..b402c76 100644 --- a/style.css +++ b/style.css @@ -4,7 +4,7 @@ Theme URI: http://comicpress.org Description: Publish a comic with WordPress. Visit the ComicPress Website. This is the ComicPress Core Framework. Author: Tyler Martin, John Bintz, Philip M. Hofer Author URI: http://mindfaucet.com/ -Version: 2.8.2 +Version: 2.9 . The CSS, XHTML and design is released under GPL v3: http://www.opensource.org/licenses/gpl-3.0.html