Philip M. Hofer (Frumph)
b85f7bf1ad
Removing old Bookmark images from the images directory.
...
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-12-24 17:31:19 -08:00
Philip M. Hofer (Frumph)
97f1f66b2d
.post .post-comic .post-page and .post-blog are the class wrappers now, .post will always appear unless on is_page()
...
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-12-24 17:20:03 -08:00
Philip M. Hofer (Frumph)
fb985a66e1
body_classes.php stop it from doing some things if on is_page(); and text fix in postoptions.php
...
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-12-24 15:35:44 -08:00
Philip M. Hofer (Frumph)
781b16dbf6
adjusted the comicpress_post_class to ignore some entries if is_page()
...
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-12-24 15:28:58 -08:00
Philip M. Hofer (Frumph)
24ccd0ab84
.post-page .post and .post-comic their old location is now .post-content
...
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-12-24 15:22:28 -08:00
Philip M. Hofer (Frumph)
79bffa7055
fixing css classes inside files to remove .post-page and .post-comic
...
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-12-24 15:15:30 -08:00
Philip M. Hofer (Frumph)
67a1a155aa
making sure everything is using comicpress_display_post() that should
...
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-12-24 15:09:56 -08:00
Philip M. Hofer (Frumph)
fd66df637a
*waves bye* to displayblogpost.php and displaycomicpost.php since they are now combined in displaypost.php
...
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-12-24 15:02:49 -08:00
Philip M. Hofer (Frumph)
0357068abe
displayblogpost and displaycomicpost now disappear and it's centralized to comicpress_display_post() inside displaypost.php, adjusted post_classes to work properly with it
...
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-12-24 15:01:47 -08:00
Philip M. Hofer (Frumph)
d75c46345b
shortcode fix again I hope for the <p></p> problem
...
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-12-24 07:51:05 -08:00
Philip M. Hofer (Frumph)
7cf3aa4afc
removed blogpwad class div and center from single.php as well.
...
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-12-24 07:36:49 -08:00
Philip M. Hofer (Frumph)
0823a14d2b
blogpwad and footerpwad classes removed and trying to cleanup the membersonly.php shortcode to not have the extra <p></p> need to figure that sucker out.
...
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-12-24 07:35:55 -08:00
Philip M. Hofer (Frumph)
8f76c62ada
more display_post functions, .pagetitle is moving to .page-title (references both in the style.css atm, but pages use .page-title now)
...
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-12-24 07:20:21 -08:00
Philip M. Hofer (Frumph)
45418a90d1
.post-date .date are now .post-calendar-date and .calendar-date (cause its for the graphic calendar) .post-date is now for the full date in the post under the title, new functions comicpress_display_post_calendar() and comicpress_disdplay_post_author() with associating filters for both.
...
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-12-24 06:09:34 -08:00
Philip M. Hofer (Frumph)
40da7b3935
changing the search field to the_widget('WP_Widget_Search');
...
instead of a straight include
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-12-23 10:46:34 -08:00
Philip M. Hofer (Frumph)
02e0a9f66f
consolidating page posts into a function comicpress_display_page_post()
...
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-12-23 10:43:05 -08:00
Philip M. Hofer (Frumph)
160539e223
Addition to comicpress-debug.php where it will now check all post slugs to make sure it's not numeric (wp prob)
...
Seperating functions for displaying posts so that multiple calls will calljustone function with a filter.
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-12-23 09:59:31 -08:00
Philip M. Hofer (Frumph)
10471a2d7e
archive-comic-calendar.php fix, $comicpress_options was named something else when getting the calendar_directory
...
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-12-22 23:12:06 -08: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
Philip M. Hofer (Frumph)
40295c662a
Consolidated the displaycomic and blogpost functions to be used in the archive and search as well.
...
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-12-22 04:21:44 -08:00
Philip M. Hofer (Frumph)
8e07fa1110
Calendar Widget in sidebar's fix.
...
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-12-22 02:58:26 -08:00
Philip M. Hofer (Frumph)
e8cdd1f7cf
Re-Adding modifications which were missed
...
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-12-21 18:16:29 -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
John Bintz
7edeb74ffa
Merge branch 'master' of github.com:johnbintz/comicpress-2.8
2009-12-21 17:33:51 -05:00
John Bintz
12b5b87c20
widget files need not have ComicPress prefix in filename
2009-12-21 17:33:41 -05: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
mindfaucet
c07936c363
Merge branch 'master' of github.com:johnbintz/comicpress-2.8
2009-12-21 13:06:39 -07:00
mindfaucet
35fae562c3
Related posts - converted to standardized <ul> listing. Added 4th heading (h4) for global use.
2009-12-21 13:06:20 -07: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
2b9ae901d4
disable test
2009-12-20 23:09:46 -05:00
John Bintz
3e84f9d36b
fix issue with trying to call is_active on objects w/o method
2009-12-20 22:55:18 -05:00
John Bintz
657080c990
add css names when links are active
2009-12-20 22:51: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)
d2faccd1e8
archive-comic-calendar edit post link fix and clear margins replaced
...
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-12-20 13:39:40 -08: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
Philip M. Hofer (Frumph)
14ede616c0
Related posts css cleanup and added the ¬ again added ul li to indent the posts
...
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-12-20 13:22:10 -08:00