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’ve upgraded my Open Picture Window Plugin to version 1.2.
This version comes with support for WordPress 2.1.
Changes are:

Upgraded to support WordPress 2.1.
Opened window now auto-focuses.
If you specify new window dimensions for the same window, the window will resize to the new dimensions.

The current download count for plugin is only 1146. Hoping that the number [...]

Presenting my fourth plugin for WordPress.
It is called Open Picture Window Plugin and is based on my Open Browser Window Plugin.
Have you ever wanted to display only a thumbnail and link to the new image. However, you don’t want the image opening in the same window and you don’t want all the toolbars and more [...]

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 [...]

Have released my third plugin for WordPress.
It is called Open Browser Window and does exactly as the name suggests.
It uses JavaScript to open a new browser window.
You can set the width, height and other features as well. You also have the option to choose if you want to center the newly opened window.
Read more >>

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 [...]