CurrentlyAddictedTo: versione 0.2



CurrentlyAddictedTo è un plugin per plog (versione 0.3) che permette di mostrare nel proprio blog una lista delle cose alle quali ti stai dedicando, per esempio: i libri che stai leggendo, la musica che ascolti, ecc… Lo puoi vedere in azione nella colonna di sinistra. Sei tu a definire le categorie (musica, libri, ricette i cucina, …) quindi il plugin è molto flessibile. L’installazione è molto semplice: è sufficiente copiare i file contenuti nel pacchetto nel tuo plog ed eseguire il wizard. Tutto quanto è spiegato dettagliatamente nel file readme. Fatemi sapere se ci sono problemi, bachi o desideri per la prossima versione!

CurrentlyAddictedTo is a plugin for plog (version 0.3) which allows you to show in your blog a list of the things you are currently doing, like the books you are reading or the music you are listening to. You can see it in action on the left column of this blog. You decide categories you wish to have, and insert al the items you want. The plugin is very flexible. It is also easy to install: just copy the files to your plog installation and run the wizard. See the included README file for all the information.




Download it here: currentlyAddictedTo version 0.2


 

Information and Links

Join the fray by commenting, tracking what others have to say, or linking to it from your blog.


Other Posts

Write a Comment

Take a moment to comment and tell us what you think. Some basic HTML is allowed for formatting.

Reader Comments

Btw, I also read “The Hobbit” not long ago but I didn’t enjoy it as much as I did with the trilogy of LotR. Don’t know, it felt more like a tale than a story, the language was easier than in LotR, and the story wasn’t very deep though some of the characters that later on appeared in LotR are already introduced here. Nonetheless, I still found it interesting but a bit disappointing, but this doesn’t mean that it’s not an interesting book!

PS: Thanks for the plugin :)

first of all, thanks for the plugin! but i’ve found a conflict with it – it interferes with rss feeds!

look at the error: http://www.shymuses.org/emo/rss.php?blogId=1&profile=atom
thanks.

Uhm… my rss feeds work… OK, there was another error with it: you have to delete all the blank lines at the end of the file pluginCurrentlyAddictedTo.class.php which actually added blanks to the beginning of the XML file making it unparseable. Leave only the “?>”

However, I don’t have that exception error :-( Moreover, it is strange, because it is indicating that output is starting *at the end* of the file, and not at some particular instruction which could have generated an error… have you tried inserting at least an item into the plugin? I have never fully tested it when empty…

Mi sono dimenticato di pingare: http://www.xarface.com/frengo/post/1/294

I’ve been using your CurrentlyAddictedTo plugin. It works
very good. I must say your plugin is so amazing, thank you.

Only one little problem, can I make the items ordered newest first?
Should I add something in the template? Thank for your help.

You need to change the code of the plugin, it should however be quite painless. Just open the pluginCurrentlyAddictedTo.class.php in the templates directory and move towards the end, until you find “function items(…)”. In there, the third line says $sql = “SELECT …”. At the end of the line, just before the closing “, add this:
ORDER BY start_date DESC
(or ASC, instead of DESC, I never remember about ascending and descending dates order, so try them both and see which one you need :-)
I hope this works, I am currently on holiday at the sea, so I have little time to try things out :-) Just let me know…

“DESC” is the answer!

Thanks Palantir, Now it works perfect.

Many many many thanks. May you have a
nice holiday.