Commit Graph

168 Commits

Author SHA1 Message Date
John Bintz c5b54a19f3 Revert "Merge branch '1.9-release'"
This reverts commit 6181a4ee3c, reversing
changes made to 398bbc01c2.
2010-01-24 10:46:54 -05:00
John Bintz 6181a4ee3c Merge branch '2.9-release' 2010-01-23 10:03:15 -05:00
John Bintz d189d12f03 ensure BookmarkWidget::wp_head is not added to actions when widget is not active, with associated test 2010-01-23 09:59:59 -05:00
Philip M. Hofer (Frumph) fd52a600ba added flags for showing the title date and comments link to the ComicBlogPostWidget.inc widget
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2010-01-23 04:43:47 -08:00
Philip M. Hofer (Frumph) 96b5db1227 more ComicBlogPostWidget.inc fixes to check if its in the comic category or not
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2010-01-23 04:10:15 -08:00
Philip M. Hofer (Frumph) 36a8a1a2b6 ComicBlogPostWidget.inc now defaults the title the posts title which is css'd.
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2010-01-23 04:04:51 -08:00
Philip M. Hofer (Frumph) 8f254211e5 Index.php fix for not showing the proper blog posts in the right places.
reverting ComicBlogPostWidget.inc

Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2010-01-23 04:02:49 -08:00
Philip M. Hofer (Frumph) 5ff967308e put the protect back in layout-head.php and adjusted ComicBlogPostWidget.inc to get the right info.
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2010-01-23 03:45:41 -08:00
Philip M. Hofer (Frumph) 2dcd8bf19b Comment widget spacial fix for #
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2010-01-23 02:33:28 -08:00
Philip M. Hofer (Frumph) 38ec53bc35 removing the_widget inside the_widget and just using the include for the searchform again.
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2010-01-06 02:41:08 -08:00
Philip M. Hofer (Frumph) 3cb97c0cf4 div span class adjustments to match the new navigation css
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2010-01-03 22:52:51 -08:00
Philip M. Hofer (Frumph) babb991ba3 Changing text on both graphical navigation widgets to denote their purpose a little better. Since the new graphical navigation widget doesnt work with multiple comic categories when not in storyline based mode going to keep the old one active.
Note: Need to fix the CSS on the old one to work with the new one.

Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2010-01-03 20:39:55 -08:00
Philip M. Hofer (Frumph) 1b31062590 new function comicpress_display_comic_image() which you can pass a string "archive,rss,mini,comic" whatever order you want to try first, as well as can pass boolean use thumbnail which will check if the post has a thumbnail image if so use that and bypass the other thumbs
echo comicpress_display_comic_image("rss,comic", true);
is a valid usage, will check if there's a thumbnail for the post and use that, otherwise check the rss directory for an image, if can't find that, default to the comic directory.

Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2010-01-02 10:49:59 -08:00
Philip M. Hofer (Frumph) a8a94eef46 Better Query for LatestThumbnailWidget.inc
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-12-30 03:57:23 -08:00
Philip M. Hofer (Frumph) eb6db19306 ComicBlogPostWidget.inc revamp to handle a query_post() on it's own if is_home() so it can capture the right $post
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-12-30 03:56:58 -08:00
Philip M. Hofer (Frumph) 0c271311b5 thumbnail change - comic post thumbnails will not display above the post for the comic post, the thumbnail is now used as an alternative for the latest thumbnail widget, if has_thumbnail the latest thumbnail widget will display that thumbnail inside the widget.
the_widget('ComicPressLatestThumbnailWidget','title=Latest Comic&onlyhome=true');

New option in the thumbnail 'onlyhome' will allow someone to have the thumbnail only display in on the homepage if widget enabled, off it will display everywhere it's placed.

Since it's a widget it can be used in site design for placement of an alternate image to the comic i.e. lfgcomic

Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-12-26 08:06:56 -08:00
Philip M. Hofer (Frumph) 42364029d1 CSS id and class cleanups for display in view source.
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-12-26 06:20:45 -08:00
Philip M. Hofer (Frumph) 15ec1d1c08 Protect() and Restore() the the LatestComicsWidget.inc to the rescue.
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-12-25 12:08:37 -08:00
John Bintz 4f4c0e8810 inplements GH#23 2009-12-25 13:38:56 -05:00
Philip M. Hofer (Frumph) 5ef1e94826 Fixed MenubarWidget.inc so that if the comic blog post isnt displayed on the homepage that it will disable the menubar mini navigation on the homepage as well, also the latest thumbnail widget will appear on the home page on the 'default' sidebar-right.php if the comic is set to not display on the home page.
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-12-22 14:32:51 -08:00
Philip M. Hofer (Frumph) b0ad9bec80 Introducing John Bintz's protect and restore functions, moved the #comic code from index & single into the layout-head so that it's uniformative code but made it call display_comic_area(); made it so that left and right sidebar's will know the comic code on index, etc. temporarily added the queries to the footer.php and re-enabled (orig) navigation for testing.
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-12-22 14:20:11 -08:00
mindfaucet cf51e18177 Fix Graphic Navigation widget to link to #respond or #comment according to comment count (function like the comments_popup_link()). Remove the 0 indicator to feel less negative for no comments as in the other comment links. 2009-12-21 18:28:17 -07:00
Philip M. Hofer (Frumph) 0a4c4d0f47 Deleting some deprecated files.
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-12-21 15:33:16 -08:00
Philip M. Hofer (Frumph) c7d22e1464 Finishing up the widget conversions, fixed ArchiveDropdownWidget class name adjustments for all the test files, moved some code into functions.php for the random comic/post.
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-12-21 15:32:36 -08:00
Philip M. Hofer (Frumph) b8fef1fa9e deleting of more deprecated files, commenting out the sidebar-left and sidebar-right widgets that are not currently working. fixes to some of the include widgets
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-12-21 15:18:40 -08:00
Philip M. Hofer (Frumph) e8f665c721 Deleting Deprecated files, moved widgets to .inc (most)
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-12-21 15:07:40 -08:00
mindfaucet c7b9335b59 Merge branch 'master' of github.com:johnbintz/comicpress-2.8 2009-12-21 15:40:36 -07:00
mindfaucet f8b50256c6 Adjusting/simplifying default graphic nav styling. Fixed #comments (doesn't exist) with #respond in graph nav comment button. A few font adjustments, .entry can now fall back on a default 14px body font cross site. 2009-12-21 15:40:16 -07:00
Philip M. Hofer (Frumph) 1ceb695ffc MenubarWidget.inc LatestComicsWidget.inc dep'd latestcomics.php, revamped sidebar-left.php and sidebar-right.php to use the_widget()
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-12-21 14:26:24 -08:00
John Bintz 1fa777f3b5 Merge branch 'master' of github.com:johnbintz/comicpress-2.8 2009-12-21 14:50:22 -05:00
John Bintz 6023e03ce0 fix for blank mode 2009-12-21 14:50:17 -05:00
Philip M. Hofer (Frumph) ad7b902199 Merge github.com:johnbintz/comicpress-2.8 2009-12-21 11:39:52 -08:00
Philip M. Hofer (Frumph) 61f7a5c1b3 testing embedding using the_widgets upgraded MenubarWidget.inc
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-12-21 11:39:26 -08:00
John Bintz 49fcef804e replace lost comicpress prefix after merge 2009-12-21 08:25:36 -05:00
John Bintz 4896100fbe make bookmark widget use blog url on home page 2009-12-20 23:10:04 -05:00
John Bintz 2ca186d739 merge in new bookmark widget 2009-12-20 22:08:47 -05:00
John Bintz 64c94a292f rework bookmark widget 2009-12-20 22:01:07 -05:00
John Bintz 3b0c3cea0d working on bookmark widget 2009-12-20 18:54:01 -05:00
Philip M. Hofer (Frumph) a0903a32ec Text change in the GraphicalNavigationWidget.inc to denote the proper use of the checkbox for previous chapter.
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-12-20 13:26:59 -08:00
John Bintz 0bca4d94be improved widget loading architecture 2009-12-20 16:00:17 -05:00
Philip M. Hofer (Frumph) a586a31df7 All widgets forenamed with ComicPress now (testing viability)
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-12-20 08:22:10 -08:00
Philip M. Hofer (Frumph) 600029ee13 Disable graphical-navigation.php (orig) from being active, it's there for emergencies with the new code only.
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-12-20 08:09:09 -08:00
Philip M. Hofer (Frumph) 1bd10daaa8 blogroll off of Links in the menubar is now set as an option to be turned on to allow it to work
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-12-20 07:53:59 -08:00
John Bintz f7e91dd397 disable storyline-related functions if storyline is disabled via CPM 2009-12-20 09:53:45 -05:00
John Bintz 01e2073aee add new storyline-based archive dropdown option 2009-12-20 09:46:38 -05:00
Philip M. Hofer (Frumph) 54774522c2 custom-menubar.php is now to be placed in the child themes main root directory
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-12-17 02:25:27 -08:00
Philip M. Hofer (Frumph) c12c7751ba Fix style.css for the search bar in the menubar for 1px spacing at top, fixed archivedropdownwidget.inc to put the correct CSS elements in, experimented trying to fix CalendarWidget.inc bug no-dice its a wordpress time-zone issue with the extra columns, first series of the dark navigation (needs adjustments)
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-12-17 02:21:02 -08:00
John Bintz 6eeed97896 placeholder to nuke old file 2009-12-15 06:27:01 -05:00
John Bintz cc516694ef non-javascript redirection 2009-12-14 21:44:45 -05:00
John Bintz 200a89bd93 storyline order 2009-12-14 21:41:40 -05:00