Quotes Collection

Latest version: 1.2.3 (Updated on 8 November 2008)
Download | Screenshots | Installation | Localization | Changelog | Comments

Quotes Collection plugin with Ajax powered Random Quote sidebar widget helps you collect, manage and display your favourite quotations on your WordPress blog. All quotes or a set of quotes can also be displayed on a page using a [quote] tag. The plugin is similar, and uses ideas from (though not based on) the wp quotes plugin by Dustin Barnes. Visit my quotes collection to see this plugin in action.

Main features

  • Random Quote sidebar widget with Ajax refresh feature — you will be able to get another random quote on the same space without refreshing the web page. You can check it right here on the sidebar. This refresh feature can be optionally turned off in the widget control panel. The widget also comes with few other options in the widget control panel.
  • A nice admin interface to add, edit and manage quotes.
  • Additional information that can be provided along with the quote: quote author, source (e.g., a book, or a website URL), tags (keywords) and visibility.
  • Quotes can be displayed in a page using one of the code (quick tags) below.
    • The tag [quote|all] displays all quotes.
    • [quote|author=Somebody] displays quotes authored by Somebody.
    • [quote|source=Something] displays quotes with source as ‘Something’
    • [quote|tags=sometag] displays quotes tagged sometag (new with 1.1)
    • [quote|tags=tag1,tag2,tag3] displays quotes tagged tag1 or tag2 or tag3, one or more or all of these (new with 1.1)
    • [quote|id=3] displays quote with ID 3
    • [quote|random] displays a random quote
  • The PHP code <?php quotescollection_display_randomquote() ?> can be used to display a random quote in places other than sidebar.
  • Support for localization. (new with 1.1)

Screenshots

1. Admin interface (in WordPress 2.5)
Quotes Collection plugin — screenshot 1: Admin interface
Click on the image for a larger version

2. ‘Random Quote’ widget options
Quotes Collection plugin — screenshot 2: Random Quote widget options

3. Random quote as can be seen in the sidebar of my website
Quotes Collection plugin — screenshot 3: Random quote

Download

Latest version: 1.2.3

Requires atleast WordPress version 2.1. Tested upto WordPress 2.7-beta2.

Download Quotes Collection Plugin for WordPress Version 1.2.3

Downloaded a total of 2184 times

Released for free under the GPL.

Installation

  1. Unzip and upload the `quotes-collection` directory to the `/wp-content/plugins/` directory
  2. Go to `WP Admin » Plugins` and activate the ‘Quotes Collection’ plugin
  3. To add and manage the quotes go to `WP Admin » Manage » Quotes Collection`
  4. To display a random quote in the sidebar, go to `WP Admin » Presentation » Widgets`, drag ‘Random Quote’ widget into the sidebar

Localization

Versions 1.1 and greater support localization. As of 1.2.3, localization is available in the following languages.

Code Language Translator
ar Arabic Ahmed Alharfi
de_DE German Tobias Koch
es_ES Spanish Germán L. Martínez (Gershu)
fr_FR French psykotik
it_IT Italian Gianni Diurno (aka gidibao)
pl_PL Polish Marcin Gucia
ru_RU Russian Andrew Malarchuk
ta_IN Tamil Srini
tr_TR Turkish Gürkan Gür
uk_UA Ukrainian Stas

If you can translate the plugin in your language, please do, and please send me the localized file so that I can add to the next version of the plugin. The localization template file (quotes-collection.pot) can be found in the ‘languages’ folder of the plugin. If you want to translate the plugin in your language, but are not sure how to go about doing it, contact me, I’ll help you out.

Feedback

Please report any defects you may find with this plugin using the contact form or as a comment here. All feedback and suggestions welcome.

Change Log

2008-11-08: Version 1.2.3

  • Added Ukrainian translation (thanks to Stas for the translation)
  • Tested the plugin for the new admin interface that comes with WordPress 2.7 and a few tweaks. The plugin will work just fine in older WP versions

2008-10-06: Version 1.2.2

  • Security fix, HTML tidy fix, other fixes
  • Updated Turkish trasnlation

2008-09-24: Version 1.2.1

  • Arabic translation added
  • Minor fix (quotes-collection.js: errotext -> errortext)

2008-09-22: Version 1.2

  • All javascript code moved to quotes-collection.js. This makes the code neater.
  • Translations for French, Polish and Turkish languages added.
  • Italian and Russian translations updated.
  • A few minor fixes and small improvements.

2008-07-02: Version 1.1.4

  • Bug fixes. The plugin was not handling properly apostrophes in author and source fields. This is fixed now.
  • Other small fixes.

2008-06-05: Version 1.1.3.1

  • Added Spanish translation.
  • Updated Italian translation.

2008-06-01: Version 1.1.3

  • Improvements
  • Updated German translation
  • Added Russian translation

2008-05-28: Version 1.1.2.1

  • VARCHAR(256) -> VARCHAR(255) (VARCHAR(256) doesnt work with MySQL 4.0)

2008-05-28: Version 1.1.2

  • Modifications in the automatic database update functionality
  • Fixed problem with German translation
  • Added Italian translation

2008-05-25: Version 1.1.1

  • security fix

2008-05-25: Version 1.1

  • Tagging feature
  • Internationalization
  • Fixes and improvements

2008-03-11: Version 1.0

  • Compatible with WordPress 2.5
  • Bug fixes and various other improvements

2008-02-06: Version 0.9.5

  • Fixed problem with non English characters in author names while using the tag [quote|author=]

2008-01-16: Version 0.9.4

  • Support for utf-8 characters
  • Fixed problem with linebreaks

2007-12-19: Version 0.9.3

  • Fixed a JavaScript issue
  • Removed unnecessary <h2></h2> tags above random quote when title field is left blank in widget control options. <h2> tags displayed only when there is a title.

2007-12-18: Version 0.9.2

  • Provision to add random quote anywhere in the template.

2007-12-16: Version 0.9.1

  • Bug fix

2007-12-15: Version 0.9

  • Initial release
Share / Bookmark: These icons link to social bookmarking sites where readers can share and discover new web pages.
  • Digg
  • del.icio.us
  • Furl
  • Ma.gnolia
  • NewsVine
  • Reddit
  • StumbleUpon

276 Comments

Pages: « 2820 19 18 17 16 [15] 14 13 12 11 101 » Show All

  1. #146: Srini says:

    David, quotescollection_display_randomquote(0, 0, 0). The parameters are show author, show source, ajax refresh in that order.

  2. #145: bile says:

    Thanks. What I have in mind is the ability to do like what I’ve done here.

    Author1
    * Quote1. — Source1
    * Quote2. — Source2

    Author2
    * Quote3. –Source3
    * Quote4. –Source4

  3. #144: David Catalano says:

    Is there any way to turn off the Ajax control and Source/Author when using the PHP method?

  4. #143: Srini says:

    I think you added the code I mentioned to the quotes-collection.php file. Please remove it from there and add it towards the bottom of quotes-collection.css file.

  5. #142: Listo Entertainment says:

    Hey, thanks for the quick reply!
    Unfortunately, the quote marks were removed, but also this ugly text appeared.

    Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /homepages/1/d226888741/htdocs/wp-content/plugins/quotes-collection/quotes-collection.php:746) in /homepages/1/d226888741/htdocs/wp-content/plugins/wordpress-automatic-upgrade/wordpress-automatic-upgrade.php on line 92

    Fuck, I should learn some CSS myself..

  6. #141: Srini says:

    Alan, thanks for the donation :)

    Listo, copy and paste the code below at the bottom of quotes-collection.css or your theme’s style.css.

    q:before, q:after{ content:""; }

    bile, currently such a functionality is not avaialable, but thanks for the suggestion. Will have it in a future version.

  7. #140: bile says:

    I’d be nice if you could have something like [quote|all] but where it would sort per author.

  8. #139: Listo Entertainment says:

    Hey, I like this plugin!
    Thanks for sharing!

    Just one thing: is it posible to change something so it show the quotes without the quotation marks (”)?

  9. #138: Alan C says:

    That worked perfectly! I made a very modest donation. Thanks!

  10. #137: Srini says:

    Jasper, and everyone else, thanks for the appreciation :)

    Rich, there is currently no ‘Next quote’ in [quote|random], though it’s only obvious that it should be there. May be we’ll have it in a future version. You can however, use the following code in any of your theme template file.

    <?php quotescollection_display_randomquote() ?>

    Alan, in your theme’s header.php file, find the code <?php bloginfo('description'); ?> and replace it with the above code.

    Michel, open the quotes-collection.css file that comes with the plugin and add replace the code

    .quotescollection_randomquote q {

    }

    with

    .quotescollection_randomquote q {
    display:block;
    }

    Peter, great innovation! That’s exactly the kind of stuff I expect people to come up with the tagging feature.

Pages: « 2820 19 18 17 16 [15] 14 13 12 11 101 » Show All

Leave a Reply