comicpress-2.8/widgets
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
..
ArchiveDropdownWidget.inc 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. 2009-12-21 15:32:36 -08:00
BookmarkWidget.inc 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 2009-12-21 15:18:40 -08:00
BuyPrintWidget.inc Deleting Deprecated files, moved widgets to .inc (most) 2009-12-21 15:07:40 -08:00
CalendarWidget.inc 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 2009-12-21 15:18:40 -08:00
ComicBlogPostWidget.inc ComicBlogPostWidget.inc revamp to handle a query_post() on it's own if is_home() so it can capture the right $post 2009-12-30 03:56:58 -08:00
ComicDateWidget.inc Deleting Deprecated files, moved widgets to .inc (most) 2009-12-21 15:07:40 -08:00
ComicTitleWidget.inc Deleting Deprecated files, moved widgets to .inc (most) 2009-12-21 15:07:40 -08:00
CommentsWidget.inc 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 2009-12-21 15:18:40 -08:00
ControlPanelWidget.inc Deleting Deprecated files, moved widgets to .inc (most) 2009-12-21 15:07:40 -08:00
GraphicalNavigationWidget.inc inplements GH#23 2009-12-25 13:38:56 -05:00
LatestComicLinkWidget.inc 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. 2009-12-21 15:32:36 -08:00
LatestComicsWidget.inc Protect() and Restore() the the LatestComicsWidget.inc to the rescue. 2009-12-25 12:08:37 -08:00
LatestThumbnailWidget.inc 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 2010-01-02 10:49:59 -08:00
MenubarWidget.inc CSS id and class cleanups for display in view source. 2009-12-26 06:20:45 -08:00
NonMemberTextWidget.inc Deleting Deprecated files, moved widgets to .inc (most) 2009-12-21 15:07:40 -08:00
PermalinkWidget.inc Deleting Deprecated files, moved widgets to .inc (most) 2009-12-21 15:07:40 -08:00
RandomComicLinkWidget.inc 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. 2009-12-21 15:32:36 -08:00
RandomPostLinkWidget.inc 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. 2009-12-21 15:32:36 -08:00
ScheduledPostsWidget.inc Deleting Deprecated files, moved widgets to .inc (most) 2009-12-21 15:07:40 -08:00
SocialWidget.inc Deleting Deprecated files, moved widgets to .inc (most) 2009-12-21 15:07:40 -08:00
TranscriptSearchWidget.inc Deleting Deprecated files, moved widgets to .inc (most) 2009-12-21 15:07:40 -08:00
TranscriptWidget.inc Deleting Deprecated files, moved widgets to .inc (most) 2009-12-21 15:07:40 -08:00
graphical-navigation.php 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. 2009-12-22 14:20:11 -08:00