lightbox image open in a new window
hi friends
its irritating to see that whenever image attachments are open in lightbox , they have a hyperlink to be viewed in full image size , but when you click on the image , it opens in the same window , where as i think it should be open in a new window. so i have found a solution for this problem which is very simple. Go to edit templated -> lightbox find Code:
<vb:else /> <a href="{vb:raw imagelink}" id="lightboxlink{vb:raw uniqueid}"> Code:
<vb:else /> <a target="_blank" href="{vb:raw imagelink}" id="lightboxlink{vb:raw uniqueid}"> yes its that simple . thanks Download No files for download. |
Similar Mods
Mini Mods Open Local links in same window, External in new window | vBulletin 4.x Add-ons |
BB Code Enhancements Open local links in same window; external links in new window | vBulletin 4.x Template Modifications |
[Release] Image Attachments open in same window. | vBulletin 2.x Template Modifications |