Image Resizer - CMS | Blogs | Posts | Signatures | Albums | VM's | PM's
This thread is in the Modification Graveyard.
Image Resizer - CMS | Blogs | Posts | Signatures | Albums | VM's | PM's - Using JQuery Script
This hack resizes LARGE images in CMS, Blogs, Posts, Signatures, Albums, Visitor Messages, Private Messages ... Warning: Please note that this hack will resize all LARGE images in the IMG tags. If you are using large images for your logo or background and they are in IMG tags they will be resized too. This hack works perfectly fine with default vBulletin styles and in Internet Explorer 8, FireFox 3.5, Chrome and Opera. You have the option to:
http://www.sevenskins.com/testvb/index.php Username: demo Password: demo Installation: Upload jquery.min.js to clientscript folder. Import the XML file via Plugins & Products > Manage Products > Add/Import Products. Note #1. This script will work after page is fully loaded. While the images are being downloaded they will be seen in full size. Note #2. At the moment there is option to resize/exclude images in signatures. Signatures will be resized to the same size as posts. If you have a LARGE LOGO and you dont want resized, do this: In the header template find: HTML Code:
<div><a name="top" href="{vb:raw vboptions.forumhome}.php{vb:raw session.sessionurl_q}" class="logo-image"><img src="{vb:stylevar titleimage}" alt="{vb:rawphrase x_powered_by_vbulletin, {vb:raw vboptions.bbtitle}}" /></a></div> Replace it with: (Edit the height and width in the above code to the size of your logo.) HTML Code:
<div><a name="top" href="{vb:raw vboptions.forumhome}.php{vb:raw session.sessionurl_q}" class="logo-image" title="{vb:rawphrase x_powered_by_vbulletin, {vb:raw vboptions.bbtitle}}"> <span style="background: url({vb:stylevar titleimage}) no-repeat; width:600px; height:120px; display:block"></span></a></div> And this for other images you don't want resized: Normal img tag: HTML Code:
<img src="image.png" width="600" height="120" border="0" alt="" />
HTML Code:
<span style="background: url(image.png) no-repeat; width:600px; height:120px; display:block"></span> _________________________________ _________________________________ Please nominate this modification for the MOTM. Please support me by donating ... click the link on the right. (Support Developer) Please remember to click Mark as Installed if you use this hack. _________________________________ _________________________________ 13 March 2010 Version: 1.0 Released . Download This modification cannot be downloaded. Screenshots
|
Similar Mods
Major Additions AME 2.5 - Media Embedding for posts, sigs, vm's, groups and blogs | vBulletin 3.8 Add-ons |