Commit Graph

72 Commits

Author SHA1 Message Date
Philip M. Hofer (Frumph) 163b318e49 added an option for enabling the display of the query count and page load info in the footer
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2010-01-07 02:29:32 -08:00
Philip M. Hofer (Frumph) ee80a7c428 Members Only moved to addons, 2 new options made for enable it at all and enable it for comments.
Cleanup and fixes for the members only code

todo: fix the archive/search to ignore the members category if user !comicpress_is_member()

Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2010-01-03 22:39:45 -08:00
Philip M. Hofer (Frumph) 436e72740d Consolidating the customheaderoptions.php and buyprintoptions.php into addonoptions.php
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2010-01-02 14:15:09 -08:00
John Bintz ce108969f9 Merge branch 'master' of git@github.com:johnbintz/comicpress-2.8 2010-01-02 15:18:49 -05:00
John Bintz 3568dbaef2 clean up JS on options page, fixes GH#29 2010-01-02 15:18:43 -05:00
Philip M. Hofer (Frumph) 3ef3b76d25 RSS Feed revamp to use post_thumbnails & the new comicpress_display_comic_image()
can also set that on and off (default: on) in the options

Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2010-01-02 11:58:26 -08:00
Philip M. Hofer (Frumph) 30f3ebea26 part 3 of removing the comicpress-config.php file from being in use, -> done, configuration page made note: blog_postcount is now seperated from the config options and a regular upper level var on the indexoptions.php
currently the vars are being extracted to be the $vars that they were previously so they are backward compatible but would like to move those to be read from $comicpress_options['comicpress_config'][$key] at some point.

Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-12-31 15:32:17 -08:00
Philip M. Hofer (Frumph) 0d25e953c9 Part 2 of the configoptions.php addition and revamp removal of the comicpress-config.php
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-12-31 14:57:50 -08:00
Philip M. Hofer (Frumph) 94d7cdbc02 ComicPress options changes
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-12-31 13:22:47 -08:00
Philip M. Hofer (Frumph) 5de0427d66 for child themes, setting:
global $avail_layouts;
$avail_layouts = '3c,standard,v';

in the childfunctions.php file in the childtheme directory will set what layouts are available.

Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-12-31 00:35:29 -08:00
Philip M. Hofer (Frumph) 2297c16ea9 $avail_layouts trying to figure out the best method for having child themes set the themestyle.php which themes are available for the child theme.
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-12-30 06:03:52 -08:00
Philip M. Hofer (Frumph) 0aac1cc944 scroll-to-top checkbox in the general options and associated file changes
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-12-26 06:44:29 -08:00
Philip M. Hofer (Frumph) 463edd67d2 Add option for enabling/disabling the comment count in the feed title.
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-12-26 05:50:54 -08:00
Philip M. Hofer (Frumph) 782a7feb29 sidebar-left.php sidebar-right.php (the_widget archivedropdown fix)
comicpress-options.php loading the include files with a glob.

Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-12-25 17:42:55 -08:00
Philip M. Hofer (Frumph) cc2f5cae62 comicpress-options.php http://github.com/johnbintz/comicpress-2.8/issues#issue/30
Saving options cleanup.

Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-12-25 16:50:51 -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
Philip M. Hofer (Frumph) 1cd7a6effc comicpress-debug.php with associated options in the generaloptions.php for the debug code which will do sanity checks on the installation
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-12-17 19:23:38 -08:00
mindfaucet 4c7cbab9bd More options styling... :) Moved the .css out of the js folder to the options folder. 2009-11-27 22:04:48 -07:00
mindfaucet fc0775b03c ComicPress Options Styling... still in progress. ;) 2009-11-24 15:14:59 -07:00
mindfaucet e56ee8d931 More ComicPress Options styling. 2009-11-23 23:34:16 -07:00
Philip M. Hofer (Frumph) 830e3ef84c fixed comicpress options reset button
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-11-22 22:36:54 -08:00
Philip M. Hofer (Frumph) 886b27a310 ComicPress Options Revamp (part 4 - done, need testing)
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-11-22 22:33:29 -08:00
Philip M. Hofer (Frumph) 062a9c9c88 comicpress options revamp part 3
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-11-22 14:44:03 -08:00
Philip M. Hofer (Frumph) 2fa0c4d25d new comicpress options part 2
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-11-22 11:56:35 -08:00
Philip M. Hofer (Frumph) e1207a38be Centralizing options into single array - part 1.
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-11-22 10:06:19 -08:00
Philip M. Hofer (Frumph) 8c81ff96f5 Adding flag switch for static blog posts that appear on every single page.
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-11-20 06:31:37 -08:00
Danny Burleson 2e01124b1d Updated ComicPress Options... like, all of them.
Signed-off-by: Danny Burleson <danny@oycomics.com>
2009-11-19 21:39:56 -08:00
Philip M. Hofer (Frumph) c9965b3b91 fixed the reset button in comicpress-options.php
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-11-16 18:01:59 -08:00
mindfaucet a1a6a4c14b ComicPress Options styling to WP Admin. 2009-11-16 18:50:50 -07:00
Philip M. Hofer (Frumph) 1945e719e9 Changed references to webcomicplanet.com to frumph.net
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-11-14 07:12:36 -08:00
Philip M. Hofer (Frumph) 5c1e3c5794 2.8.2.6 fresh upload
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-11-13 08:00:25 -08:00
Philip M. Hofer (Frumph) 1a56733824 Removing from Github for security reasons.
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-11-13 03:25:42 -08:00
Philip M. Hofer (Frumph) 97d584b7b9 2.8.2.4 cleanups
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-11-08 22:06:44 -08:00
Philip M. Hofer (Frumph) 5018dfe825 functions.php works now in child themes instead of using childfunctions.php as a partial.
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-11-06 00:37:44 -08:00
Philip M. Hofer (Frumph) e8b749fdb3 ComicPress 2.8.2.1, Themepacks removed, added child themes, child themes are currently seperate now from the core framework.
Still needs to be done:   Fixing the childtheme/templatetheme directory finding for the archive and calendar page for images, and the comicpress calendar image default.

Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-11-05 18:56:36 -08:00
Philip M. Hofer (Frumph) 8d9b11e7b0 ch-ch-chaaanges
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-10-04 23:08:01 -07:00
Philip M. Hofer (Frumph) 57afce8c1c 2.8.1.10
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-09-19 03:11:37 -07:00
Philip M. Hofer (Frumph) efee24cff9 subcontent-area and added layout-foot.php and layout-head.php to handle the referencing of the layouts
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-09-17 15:45:30 -07:00
Philip M. Hofer (Frumph) 850c39b608 #area- to replace #content-wrapper
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-09-17 11:13:28 -07:00
Philip M. Hofer (Frumph) 6108b73aad hgrn'
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-09-16 08:55:29 -07:00
Philip M. Hofer (Frumph) 1e85e853de cleaned up avatars and moods
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-09-13 06:42:20 -07:00
Philip M. Hofer (Frumph) 786645f434 option to turn off the comic-notes under the input box
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-09-12 11:12:31 -07:00
Philip M. Hofer (Frumph) 92767914a3 various things
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-09-09 10:07:24 -07:00
Philip M. Hofer (Frumph) eac8f95f1a renamed cp_theme_style to cp_theme_layout for better clarity
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-09-07 06:37:15 -07:00
Philip M. Hofer (Frumph) 3cbddcfa02 gaer
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-09-06 19:21:04 -07:00
Philip M. Hofer (Frumph) d2ab1c055c user made icons!
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-09-06 18:45:48 -07:00
Philip M. Hofer (Frumph) 8df8308f83 stuff
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-09-06 15:59:28 -07:00
Philip M. Hofer (Frumph) 92defa739e Theme Packs
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-09-06 11:20:41 -07:00
Philip M. Hofer (Frumph) 8d6c5b6e4c option to turn off text in the footer
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-09-05 19:00:23 -07:00
Philip M. Hofer (Frumph) 626c1af3df 2.8.1 Refresh.
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-09-04 08:39:27 -07:00