Title: CodeAndReload's Replies - page 2 | WordPress.org

---

# CodeAndReload

  [  ](https://wordpress.org/support/users/codeandreload/)

 *   [Profile](https://wordpress.org/support/users/codeandreload/)
 *   [Topics Started](https://wordpress.org/support/users/codeandreload/topics/)
 *   [Replies Created](https://wordpress.org/support/users/codeandreload/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/codeandreload/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/codeandreload/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/codeandreload/engagements/)
 *   [Favorites](https://wordpress.org/support/users/codeandreload/favorites/)

 Search replies:

## Forum Replies Created

Viewing 9 replies - 16 through 24 (of 24 total)

[←](https://wordpress.org/support/users/codeandreload/replies/?output_format=md)
[1](https://wordpress.org/support/users/codeandreload/replies/?output_format=md)
2

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Nice Quotes Rotator] [Plugin: Nice Quotes Rotator] Fails to return ONLY custom quotes](https://wordpress.org/support/topic/plugin-nice-quotes-rotator-fails-to-return-only-custom-quotes/)
 *  Plugin Author [CodeAndReload](https://wordpress.org/support/users/codeandreload/)
 * (@codeandreload)
 * [15 years, 3 months ago](https://wordpress.org/support/topic/plugin-nice-quotes-rotator-fails-to-return-only-custom-quotes/#post-1935351)
 * Some things to check:
    Make sure the anchor tags are closed properly. Make sure
   that each quote is separated by a carriage-return.
 * Double check that ‘No addition quotes’ is still checked. It is possible that 
   another plugin has over-ridden the option, but highly unlikely.
 * You don’t have any short-codes that would resolve to your footer in your quotes,
   do you?
 * How is your footer text created? Is it an excerpt on a post?
 * May want to check the database too, but I doubt that is the problem.
 * If you are feeling adventurous with the code you can try to print_r the $lyrics
   array at the bottom of the nice_quotes_get_quote() function to see which quotes
   it is populating. Keep in mind that it is natural to see consecutive multiples
   of the same quote, that is how they are weighted.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[swfObject Reloaded] [Plugin: swfObject Reloaded] How specify alternate content?](https://wordpress.org/support/topic/plugin-swfobject-reloaded-how-specify-alternate-content/)
 *  Plugin Author [CodeAndReload](https://wordpress.org/support/users/codeandreload/)
 * (@codeandreload)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/plugin-swfobject-reloaded-how-specify-alternate-content/#post-1754539)
 * Currently, you can only specific alternate content that is site-wide. You can
   put any string of HTML in the options, but it will appear with every instance
   of swfObject.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[swfObject Reloaded] [Plugin: swfObject Reloaded] How specify alternate content?](https://wordpress.org/support/topic/plugin-swfobject-reloaded-how-specify-alternate-content/)
 *  Plugin Author [CodeAndReload](https://wordpress.org/support/users/codeandreload/)
 * (@codeandreload)
 * [15 years, 6 months ago](https://wordpress.org/support/topic/plugin-swfobject-reloaded-how-specify-alternate-content/#post-1754514)
 * On the Dashboard:
 * Go to Settings->Media
 * Scroll down to the `swfobject settings` section. There you will find options 
   to seed the alternate content, alternate content for the iPhone and alternate
   content for the feed (parsed using sprintf).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Nice Quotes Rotator] [Plugin: Nice Quotes Rotator] Random post excerpt does not show](https://wordpress.org/support/topic/plugin-nice-quotes-rotator-random-post-excerpt-does-not-show/)
 *  Plugin Author [CodeAndReload](https://wordpress.org/support/users/codeandreload/)
 * (@codeandreload)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/plugin-nice-quotes-rotator-random-post-excerpt-does-not-show/#post-1736248)
 * Version 0.7 should fix the mislabeled options.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Nice Quotes Rotator] [Plugin: Nice Quotes Rotator] Random post excerpt does not show](https://wordpress.org/support/topic/plugin-nice-quotes-rotator-random-post-excerpt-does-not-show/)
 *  Plugin Author [CodeAndReload](https://wordpress.org/support/users/codeandreload/)
 * (@codeandreload)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/plugin-nice-quotes-rotator-random-post-excerpt-does-not-show/#post-1736233)
 * I’m pretty sure that option is mislabeled.
 * _‘Excerpts from the following link-category may be added to the list of quotes
   depending on the option above’_ should read ‘_Excerpts from the following **category**
   may be added to the list of quotes depending on the option above,’_.
 * Links don’t have excerpts in the WordPress database so that doesn’t make any 
   sense the way it is written. It will be corrected in the next update.
 * The plugin _does_ optionally quote excerpts from posts in a given category and
   also optionally quotes links.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Nice Quotes Rotator] [Plugin: Nice Quotes Rotator] Missing argument 1 for return_nice_quotes](https://wordpress.org/support/topic/plugin-nice-quotes-rotator-missing-argument-1-for-return_nice_quotes/)
 *  Plugin Author [CodeAndReload](https://wordpress.org/support/users/codeandreload/)
 * (@codeandreload)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/plugin-nice-quotes-rotator-missing-argument-1-for-return_nice_quotes/#post-1734163)
 * This _should_ be fixed in version 0.6. Thanks for the bug report, I really appreciate
   it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Nice Quotes Rotator] [Plugin: Nice Quotes Rotator] Missing argument 1 for return_nice_quotes](https://wordpress.org/support/topic/plugin-nice-quotes-rotator-missing-argument-1-for-return_nice_quotes/)
 *  Plugin Author [CodeAndReload](https://wordpress.org/support/users/codeandreload/)
 * (@codeandreload)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/plugin-nice-quotes-rotator-missing-argument-1-for-return_nice_quotes/#post-1734056)
 * I fixed this in version 0.5 by assigning the default value for the argument in
   the function declaration.
 * Thanks for the error report, I appreciate it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Nice Quotes Rotator] [Plugin: Nice Quotes Rotator] In front of quote text](https://wordpress.org/support/topic/plugin-nice-quotes-rotator-in-front-of-quote-text/)
 *  Plugin Author [CodeAndReload](https://wordpress.org/support/users/codeandreload/)
 * (@codeandreload)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/plugin-nice-quotes-rotator-in-front-of-quote-text/#post-1733504)
 * I fixed this minor error in version 0.4 which should be available shortly.
 * Thanks again for the bug report, I appreciate it.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Nice Quotes Rotator] [Plugin: Nice Quotes Rotator] Shortcode for this plugin](https://wordpress.org/support/topic/plugin-nice-quotes-rotator-shortcode-for-this-plugin/)
 *  Plugin Author [CodeAndReload](https://wordpress.org/support/users/codeandreload/)
 * (@codeandreload)
 * [15 years, 7 months ago](https://wordpress.org/support/topic/plugin-nice-quotes-rotator-shortcode-for-this-plugin/#post-1718900)
 * Thanks for bringing this to my attention.
 * I have added the [nicequote] short-tag in addition to the existing [nice-quote]
   short-tag. You can now use either, but I recommend using the one without the 
   dash as the dash in a short-tag can sometimes confuse WordPress.
 * The new version is 0.2

Viewing 9 replies - 16 through 24 (of 24 total)

[←](https://wordpress.org/support/users/codeandreload/replies/?output_format=md)
[1](https://wordpress.org/support/users/codeandreload/replies/?output_format=md)
2