From 8a0239ec40f0fecbaaa6888d05f10be7a04a1320 Mon Sep 17 00:00:00 2001 From: "Philip M. Hofer (Frumph)" Date: Wed, 4 Nov 2009 03:09:56 -0800 Subject: [PATCH] moved the customsidebar class in sidebars up one level into the div id for the sidebar, all -bottom and -top's are now -head & -foot, bunch of CSS cleanups. 2.8.1.34 Signed-off-by: Philip M. Hofer (Frumph) Signed-off-by: Philip M. Hofer (Frumph) --- archive.php | 42 ++++---- comments.php | 47 ++++----- functions.php | 2 +- functions/avatars.php | 4 +- functions/displayblogpost.php | 45 ++++---- functions/displaycomicpost.php | 173 ++++++++++++++++++++----------- header.php | 6 +- images/nav/bar/navstyle.css | 30 ++++-- index.php | 6 +- search-transcript.php | 3 +- search.php | 4 +- sidebar-above.php | 6 +- sidebar-blog.php | 6 +- sidebar-comicleft.php | 6 +- sidebar-comicright.php | 6 +- sidebar-footer.php | 6 +- sidebar-header.php | 7 +- sidebar-menubar.php | 7 +- sidebar-over.php | 6 +- sidebar-overblog.php | 6 +- sidebar-under.php | 6 +- sidebar-underblog.php | 6 +- style.css | 72 ++++--------- themepack/blueocean/style.css | 5 - themepack/sandy/style.css | 22 +++- themepack/silver/style.css | 5 - themepack/slickblack/style.css | 5 - themepack/spacecase/style.css | 5 - widgets/graphical-navigation.php | 26 ++--- 29 files changed, 289 insertions(+), 281 deletions(-) diff --git a/archive.php b/archive.php index 72bf666..a90c1aa 100644 --- a/archive.php +++ b/archive.php @@ -1,15 +1,15 @@ - - - - - post_count; - ?> - -
Found result.
+post_count; + + if (!$count) $count = "no"; +?> ">
- +
-

+

-

+

-

+

-

+

-

+

-

+

-

+

+
+

diff --git a/comments.php b/comments.php index bc491c7..21b7598 100644 --- a/comments.php +++ b/comments.php @@ -34,26 +34,6 @@ if ( post_password_required() ) { ?> }?> - - -

-
    -
      - 'pings', - 'callback' => 'comicpress_comments_callback', - 'end-callback' => 'comicpress_comments_end_callback', - 'avatar_size'=>32 - ) - ); - } else { - wp_list_comments(array('type' => 'pings', 'avatar_size'=>64)); - }?> -
    -
- comment_status) : ?> - - - - -

@@ -133,5 +108,27 @@ if ( post_password_required() ) { ?> + + + +

+
    +
      + 'pings', + 'callback' => 'comicpress_comments_callback', + 'end-callback' => 'comicpress_comments_end_callback', + 'avatar_size'=>32 + ) + ); + } else { + wp_list_comments(array('type' => 'pings', 'avatar_size'=>64)); + }?> +
    +
+ +
\ No newline at end of file diff --git a/functions.php b/functions.php index 180cade..20a9c53 100644 --- a/functions.php +++ b/functions.php @@ -16,7 +16,7 @@ if (function_exists('id_get_comment_number')) { remove_filter('comments_number','id_get_comment_number'); } -$comicpress_version = '2.8.1.33'; +$comicpress_version = '2.8.1.34'; global $wpmu_version; if (!empty($wpmu_version)) { diff --git a/functions/avatars.php b/functions/avatars.php index 91b636c..39f451f 100644 --- a/functions/avatars.php +++ b/functions/avatars.php @@ -78,9 +78,9 @@ function comicpress_get_avatar( $id_or_email, $size = '64', $alt = false) { if ( !empty( $rating ) ) $out .= "&r={$rating}"; - $avatar = "{$safe_alt}"; + $avatar = "{$safe_alt}"; } else { - $avatar = "{$safe_alt}"; + $avatar = "{$safe_alt}"; } return apply_filters('comicpress_get_avatar', $avatar, $id_or_email, $size, $default, $alt); diff --git a/functions/displayblogpost.php b/functions/displayblogpost.php index 87a3bf7..66b7940 100644 --- a/functions/displayblogpost.php +++ b/functions/displayblogpost.php @@ -21,32 +21,33 @@ function display_blog_post() {
id="post-"> -