/* Hack Name: IImage Browser Plugin hack Version: 2.1 Hack URI: http://ajaydsouza.com/wordpress/hacks/iimage-browser-hack/ Description: Clicking on the thumbnail in a post will open the full image in a new browser window of full image size. Author: Ajay D'Souza Author URI: http://ajaydsouza.com/ */ ------------------------------------------------------------ Steps: 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 = '%title'; ------------------------------------------------------------ /* End */