Entries Tagged with ‘’


After well over a year, I have finally released Open Picture Window v1.3.
It’s been tested and works perfectly on WordPress 2.6 and above. It should also be compatible with versions prior to v2.6.
I’ve added the plugin to WordPress Extend, so you can find the latest version of the plugin available for download from there itself.
The [...]

I have just updated my Open Picture Window Plugin for WordPress.
The only update is the much requested Quick Tags button.
The plugin still doesn’t have a button for the WYSIWYG editor. I’m still working on that. Turns out to be a bit more complex that I was expected.
Anyway, if you are not using the WYSIWYG then [...]

Use my Open Browser Window Plugin with IImage browser.
Read here.

This hack requires you to have the IImage Browser Plugin and my Open Browser Window Plugin.
Once you have these two installed you can go about the hack:
1. Open iimage-browser.php
2. Find:
$ib_custom_code_thumb = ‘Must be set in iimage-browser.php’;
3. Replace with:
$ib_custom_code_thumb = ‘<a href=”%src” onclick=”ald_OpenPictureWindow(this.href,’iimagebrowser’,”,’%width’,'%height’,true); return false”><img src=”%tsrc” title=”%title” alt=”%title” width=”%twidth” height=”%theight” /></a>’;
Using this hack you can now [...]

The IImage Browser plugin for WordPress is an image management plugin that lets you browse through your uploaded images, upload new images, create thumbnails and generate code.
Just wanted to tweak one thing viz. Clicking on a thumbnail in a post should open the full image in a new browser window the size of the full [...]

Having read the tutorial by 21st Century Paladin on Opening Links in New Windows, I dug up an old post of mine in which I had editted the quicktags.js file so that I can insert links via the Quicktags buttons.
I have just modified the hack a little so as to reduce the amount of code [...]