FAlbum - 0.6.0
FAlbum - A WordPress plugin that allows you to display your Flickr photos and photosets on your site.
New in FAlbum 0.6.0:
- Fix: Friendly url / rewrite rule issue when used with WordPress 2.0
- Fix: Cache was not being cleared after some setting changes
- Fix: Issues with title based friundly urls not always working correctly
- Change: Restructured code to abstract WordPress specific calls
- Change: Abstracted html into templates
- Change: Can select to use numeric or title based friendly urls
- New: Added a function to return the title of the current page
- New: The ability to edit photo titles and descriptions within FAlbum
- New: Better error handling and reporting
Files:

BLOQ7 » FAlbum 0.6.0 on 16 Jan 2006 at 3:44 am
[...] Quelle: RandomByte [...]
Falbum 0.6.0 at Col’s Weblog on 16 Jan 2006 at 2:59 pm
[...] Falbum 0.6.0 is out now with a few fixes and significant changes. The biggest of which is the change to all the code being in a class - which means you will need to include Falbum on your front page and initialise a new instance in order to get recent and random images working on non-album pages. When I’ve got more time, I’ll write up an implementation guide. // Used for showing and hiding user information in the comment form function ShowUtils() { document.getElementById(”authorinfo”).style.display = “”; document.getElementById(”showinfo”).style.display = “none”; document.getElementById(”hideinfo”).style.display = “”; } function HideUtils() { document.getElementById(”authorinfo”).style.display = “none”; document.getElementById(”showinfo”).style.display = “”; document.getElementById(”hideinfo”).style.display = “none”; } [...]