The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
BB Tag to do thumbnails
I'm looking for something like this: https://vborg.vbsupport.ru/showthrea...e+thumb+forums
I know I could use the attachments option, but do to some immature folks, we have to moderate attachments for files they upload *zips, etc*. Doing this would allow img's to be posted just fine. Thanks. |
#2
|
||||
|
||||
if you're not worried about the actual image file size, you could do the following:
Title: thumb1 Tag: thumb1 Replacement: HTML Code:
<a href="{param}" target="_blank"><img src="{param}" border="{option}" width="150"height="113"></a> [thumb1=1]http://www.vbulletin.org/layout/nakkid.gif[/thumb1] Description: Code:
Takes a standard resolution image (image width is bigger than image height) and displays as a 150x113 px. thumbnail, linked to full size image. Use "[thumb1=0]imageurl[/thumb1]" (no quotes) to show thumbnail without a border. or Use "[thumb1=1]imageurl[/thumb1]" (no quotes) to show thumbnail with a border. NOTE: This is NOT a true thumbnail as it copies the original image and simply rescales it. File size will be the same as the original. |
#3
|
|||
|
|||
Thank you very much
|
#4
|
||||
|
||||
Nice job thanks !
|
#5
|
|||
|
|||
I created something most similar to this one, except for a few things:
Code:
<a href="{param}" target="_blank"><img src="{param}" width=100 alt="thumbnail picture, click for full size"></a> |
#6
|
|||
|
|||
Is there anyway to do this on a reply? Convert the [img] to a [thumb] ?
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|