Quote by ppmnt:How about including the "Add Quote" link in the block and/or centerblock, if the user has enough rights to add quotes?
there is already a link in the user functions for logged in members to add a quote if they have rights. the only place where there is not a link on the main page is, as you say, if you are an anonymous user. sooooo.... ok, I just added it to my list. It will be an option, but only when anon add is turned on and will appear in centerblock and php_block.
Quote by shetzel:I'd like the ability to display the submitter (as an option)
the submitter is already displayed per quote in dailyquote/index.php. I realize you are suggesting to display it in the centerblock, however, I tend to go with the uncluttered look, which is why I didn't include links there either (at first anyway). How bout this: I'll add the code, but I'll leave the variable commented out in the template file. If you want the contributor's name all you have to do is uncomment said variable. I'm going to hold off on making it an option just for now.
Quote by shetzel:By default, all users can see any quote. However, some categories could be "turned off", either by the admin or by individual users in their Preferences screen.
This is an excellent idea for some of the reasons you stated. however, I'm going to put it on the back burner for now until the rest is operating smoothly. As you may have noticed, I only work on this on the weekends so it may be a couple.
Quote by shetzel: Option to turn off the title bar ("Quote of the Day") in the case of a center block placement, above the featured story
This is a function of GeekLog's plugin API in its handling of the centerblock. I cant help you there.