WordPress Flickr Manager v1.2.1

Well I just got back from my Christmas break and started to follow up the feedback I received while I was away. This led to several bug fixes and a few changes, one of which being you now simply click on the photo and it will be inserted into tinyMCE rather than drag and drop. Although drag-drop will still function, if you want the image to be wrapped in it’s associated link as stated in the Flickr Community Guidelines just click on the image once you’ve selected your size.

A few bugs have been resolved such as when trying to upload or browse photos with a low privileged account returned “Unauthorized Access“. A problem with the Flickr panel not maintaining the current page after changing the image size has also been fixed. If you find any other bugs please let me know.

As usual the updated version can be found at the WordPress extend page.

Download WordPress Flickr Manager Version 2.0.4

  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • Slashdot
  • StumbleUpon

, ,

51 Comments


WordPress Flickr Manager v1.2.0

Well I’ve spent a good portion of my day bug fixing and managed to stumble upon some fairly huge ones. One in particular wouldn’t let you save or publish posts and pages. Little did I realize WordPress use a hidden field called ‘action’ which was being broken by a hidden field in the Flickr Manager panel called ‘action’. Another bug I found was that the AJAX script I wrote wasn’t functioning properly under IE because it seems to parse links differently when compared to Firefox.

So anyway I’ve issued a new version ‘1.2.0′ release of my WordPress Flickr Manager on the WordPress extend page. If you’re experiencing issues with the plugin please upgrade to the latest version. If you’ve noticed anything buggy about the new version I’d really appreciate it if you let me know.

Please download the updated version of the plugin available here.

Download WordPress Flickr Manager Version 2.0.4

  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • Slashdot
  • StumbleUpon

, ,

14 Comments


Flickr Manager now on WordPress extend

After about three weeks of waiting my Flickr Manager Subversion repository finally got approved over on the WordPress.org extend page. I’ll be using that to release the latest versions of my plugin, and because it’s only relatively new I’m in a frantic effort to iron out as many bugs as possible, so please email me or leave a comment with as many specific details as possible of any finds. Also if you have any great ideas or improvement suggestions just let me know, I’m always looking for ways to improve it.

Since its release on WordPress.org I had to make a minor release change to account for the change in directory name on my repository. WordPress Flickr Manager v1.1.1 contains a few bug fixes and a plugin directory name change and is available here.

Edit: I just released 1.1.2, in which I converted all AJAX requests to use the prototype library. 

  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • Slashdot
  • StumbleUpon

, ,

No Comments


WordPress Flickr Manager plugin v1.1

At long last! If you’ve been waiting on the edge of your seat for the release of WordPress Flickr Manager 1.1, your week long journey is finally at an end. With this latest arrival, I added a few bells and whistles which have made my ‘Flickring’ and blogging all the easier, such as the new ‘Flickr Manager’ panel that appears now just below the tinyMCE editor in your administration panel. This new addition is feature packed, it allows for drag-drop image insertion into your posts, as well as a new and improved upload form.

wpfm v1.1 Edit Panel

The browse panel allows for filtering of images through the use of a tag search, as well as the selection of the various image sizes that Flickr have to offer (remember you can still customize the size of the image from within tinyMCE). The time where you would have to leave your post, go to Flickr and copy the code for your image is at an end. Now it’s as simple as drag and drop. This brings me to the next tab on the panel, the shiny new upload form.

Flickr Upload Panel

From here I can upload new images, including various meta details such as the title, tags, and the description. It’s now all strapped together with AJAX style functionality so you’ll never have to leave your post for anything.

The files are available in zip and tar.gz.

Download WordPress Flickr Manager Version 2.0.4

  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • Slashdot
  • StumbleUpon

, ,

12 Comments


A WordPress hoedown down south

WCM07 - "Baked in South Melbourne" Pizza I had a good time last weekend in Melbourne, had some great food, saw the sites and attended a WordPress event WordCamp. WordCamp was a gathering of geeks with a vision, and that vision was WordPress. The day was action packed with a load of presentations and round-tables, amongst the speakers were Alex Shiels (Automattic), who was telling us about how much wordpress.com had grown and a few of their operational details. A special acknowledgment goes to James Farmer (Edublogs), for which none of this would have been possible without him. Other speakers included Darren Rowse (problogger.net) and Christine Davis (Ultimate Tag Warrior).

WCM07

WCM07 The event took place at the Watermark Bar whose logo eerily resembled the WordPress trademark ‘W’. The venue was nice; it had an almost serene like water front view of the Docklands, unfortunately in all the excitement I didn’t get to many photos. Here’s a couple (courtesy of my Flickr Manager plugin) from when they were still decking the place out. In all fairness, any place I go where I leave full of party pies, spring rolls and a shiny new WordPress t-shirt (it’s red, but why then, don’t I blog any faster?) is top notch in my books.

To top off the weekend which had already put me in a bit of a natural nerd high, I splurged and bought a new MacBook Pro. Now broke and burdened with debt I trudged back the airport to board my voyage home once again. David & I After Wordcamp Melbourne

David and I after WordCamp

  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • Slashdot
  • StumbleUpon

, , , , , ,

No Comments


An atomic WordPress

Recently I’ve been playing around with Microformats, more specifically hAtom.

As an experiment, I converted this sites feed to a dynamically generated microformat based feed. After doing some reading I came across this little gem, hAtom2Atom, this is where the fun began. I added in the necessary class declarations to my theme according to the hAtom specification and then it was time to get the ball rolling. To speed things up, I found this little script, which provided me with everything I needed to get this operational.

With a few edits here and there, all I had to do was upload the XSL files, accompanied with the script I mentioned above, and edit the RSS line in my theme header to look like this:

<link rel=”alternate” type=”application/atom+xml” title=”<?php bloginfo(’name’); ?> Atom Feed” href=”/hatom2atom.php<?php echo $_SERVER['REQUEST_URI']; ?>” />

The results exceeded my expectations, not only does it work for my main feed, but if I wanted to generate any sub-feeds (i.e. a feed for all posts tagged with WordPress) they were covered. All I had to do was subscribe to http://tgardner.net/hatom2atom.php/path/to/whatever/, and I’m sure with a little mod-rewrite I could pretty up the URL a bit. If you’re using a feed reader you can leave out the hatom2atom.php and it will automatically be inserted using the alternate link in the header (i.e. you can subscribe to http://tgardner.net/).

If you want to try this for yourself I threw together a zip of all of the files I needed. Just extract them to the root of your WordPress install and modify the header in your theme like above.

Happy microformatting!

  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • Slashdot
  • StumbleUpon

, , ,

No Comments


I come bearing gifts

Well you’ve landed on the new virtual home of Trent Gardner, a web developer working for DIRC in Adelaide, Australia. I’m currently completing my Bachelor in Mathematics and Computer Science at Adelaide University. My main field is server side programming with PHP, but I also do a lot of work with client side technologies such as XHTML, CSS, and JavaScript.

When I first started working at DIRC in August, this year. I had my first look at WordPress, using it as the CMS for the “History of Disability in South Australia” project. This was the beginning of my journey to immerse myself in all things WordPress.

In a more recent project I had the problem of developing a system for keeping Image Management on Flickr as simple as possible so other staff could add images to their posts without leaving the CMS. This brings me to the introduction of “Wordpress Flickr Manager 1.0″ available in zip, rar, and tar.gz.

Feature Overview:

  • Flickr image uploading.
  • View or delete your images.
  • Edit image tags, permissions, title, description, etc.
  • Insertion into posts using [img:<flickr-id>,<size>]*.

* The image sizes currently supported are:

  • Square
  • Small
  • Thumbnail
  • Medium
  • Large
  • Original
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks
  • Slashdot
  • StumbleUpon

, , ,

No Comments



SetPageWidth