The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
|||
|
|||
How to make my forum do this with pictures?
I want to know how to enable my forum to make pictures that are posted via the into thumbnails just as they have done on THIS SITE HERE Is this done via the GD library?
thanks in advance |
#2
|
|||
|
|||
Forum requires registration. Post screenshots.
|
#3
|
|||
|
|||
ok my bad I attached the screenshot.
as you can see there are a buncha thumbnails with the pic size underneath. when you click on a thumb the pic loads in a new window and loads as the full size.. any ideas how this works? |
#4
|
|||
|
|||
Those are hosted on a site that does that, and are just put in using the code the site provides. Basically it uses the URL code for the big image with a nested IMG code for the thumbnail. Forgot which one, either Photobucket or one of the others. It has nothing to do with the actual forum, I think.
|
#5
|
|||
|
|||
ok yea i was kinda thinking that. the images are hosted by http://imageshack.us/
is there any kinda hack or plugin that will allow you to do this? I know that if someone adds an attachment such as a pic it will display a thumb and then once clicked on it will show the larger image. but what i want something that will do the same thing but when people use the function. any ideas? thanks |
#6
|
||||
|
||||
Yeah - I have a problem with the IMG BB code showing a link and not the actual pic... since 3.5.x... I beleive this is an ongoing issue at vBulletin.com... I have yet to see a cause for it posted... maybe someone here knows how to get the IMG code to actually show the pics...
|
#7
|
|||
|
|||
Quote:
|
#8
|
|||
|
|||
If you don't mind the thumbnail actually being the whole pic then resized, then you can use this bbcode:
Code:
<a href="{param}" target="_blank"><img src="{param}" width=150 height=150 border="0" alt="thumbnail picture, click for full size"></a> There is a way of specifying just the width or height and keeping the aspect ratio, I can't remember it off-hand. You could replace one of the the 150's with {option} if you want more user control to maintain proportions for instance, however if the user enters a very high number, it can easily screw up your forums so is a kinda security risk. Enable the multiple options in bbcodes hack that's about if you want options for both height and width. |
#9
|
|||
|
|||
Quote:
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|