Commit Graph

73 Commits

Author SHA1 Message Date
Philip M. Hofer (Frumph) 1f7702ac6c Random Comic on frontpage doesnt work too well, just removing it.
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2010-01-18 18:06:38 -08:00
Philip M. Hofer (Frumph) 202e0d51ff Option for having the front page display a random comic (& comic blogpost for it, if applicable)
*new feature*

Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2010-01-10 15:13:35 -08:00
Philip M. Hofer (Frumph) d696edd7ef fixed moods_directory page option, had comicpres_ instead of comicpress_ /shrug
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2010-01-09 11:34:01 -08:00
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) 7d1fc2dbd3 Add type="text/javascript" to the <script line and removed the border="0" in the input box sense thats browser dependent.
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2010-01-02 23:34:01 -08:00
Philip M. Hofer (Frumph) ca7c42d262 major-publishing-actions and publishing-action went from ID's to classes and added to the options.css instead of using the wp-admin.css - the problem with this is that if WP changes the look of their site ours will be old. cross that road when it comes, because wordpress dev's didn't use a class like they should have.
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2010-01-02 23:29:53 -08:00
Philip M. Hofer (Frumph) bf106ed7bb adjusted id="myForm" in the <form> line to myForm-<page>
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2010-01-02 23:21:54 -08:00
Philip M. Hofer (Frumph) 118e20b816 id=comicpress-options now class=comicpress-options
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2010-01-02 23:11:29 -08:00
Philip M. Hofer (Frumph) d925515515 added action="" to the <form line
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2010-01-02 23:03:31 -08:00
Philip M. Hofer (Frumph) c4e7bbad7a <div id="comicpress-options-save"> converted to class. <div class="comicpress-options-save">
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2010-01-02 23:02:39 -08:00
Philip M. Hofer (Frumph) 97dadac78c Some option page cleanups like colspans and such.
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2010-01-02 14:49:02 -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) 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
mindfaucet 991b70cf1f Few small text edits... 2009-12-20 11:39:10 -07: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
Philip M. Hofer (Frumph) 3dbe4dccf7 Text change in archivesearchoptions.php
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-12-14 12:09:06 -08:00
Philip M. Hofer (Frumph) 96110d138a The start of ComicPress-Debug
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-12-11 07:45:52 -08:00
Philip M. Hofer (Frumph) 042a790820 Added v3cr layout, (note to tyler, need image for comicpress options themestyle.php)
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-12-05 16:22:08 -08:00
Philip M. Hofer (Frumph) cf53f4e0e0 Fix for the static_blog function to disable commenting for comic blog posts completely.
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-12-02 15:33:52 -08:00
mindfaucet b12cf93083 Comments styling and CSS minimizing. 2009-11-29 22:48:02 -07:00
mindfaucet 9d8d784c16 More options styling/cleanup. Finished options pages Internationalization edits. 2009-11-29 17:16:29 -07:00
mindfaucet 64f69e974e Admin styling continues... almost there... 2009-11-28 18:30:31 -07: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 90546243ac ComicPress Options styling continued... 2009-11-23 23:48:13 -07:00
mindfaucet e56ee8d931 More ComicPress Options styling. 2009-11-23 23:34:16 -07: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) 299d373301 ComicPress Options part 3 ? or is it 4
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-11-22 20:38:49 -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
John Bintz 8dbb9d9a05 clean up copy and pasted gravatar settings 2009-11-21 11:33:37 -05:00
Philip M. Hofer (Frumph) 0cb36de9a3 added the loop for single pages to show the blog post
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-11-20 11:04: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
Philip M. Hofer (Frumph) eb32e00aa9 .. renaming the layout types back to somewhat norm, it's 'recognition' for those already familiar with comicpress.
Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
2009-11-20 06:14:05 -08:00
Danny Burleson 357f1f14f5 Updated verbiage and fixed sub-heading issue.
Signed-off-by: Danny Burleson <danny@oycomics.com>
2009-11-19 23:45:27 -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
Danny Burleson d2d65888bb Changed ComicPress Options menubar titles.
Signed-off-by: Danny Burleson <danny@oycomics.com>
2009-11-17 20:43:25 -08:00