Discussionbot img from forum post - top large for joomla

Support specific to the vBulletin plugin.

Moderator: Alan

Forum rules
Please post all the bugs you encounter on our issue tracker.

Discussionbot img from forum post - top large for joomla

Postby Cansay on Wed Apr 14, 2010 12:24 pm

A use of mine posts an image in the forum that is to large for joomla.

Any way of preventing this from showing ?
Maybe ignore the
Code: Select all
[IMG][/IMG]
for images larger than x or something ?

http://www.octeamdenmark.com/index.php? ... &Itemid=77
User avatar
Cansay
JFusion Advanced III
JFusion Advanced III
 
Posts: 248
Joined: Wed Jan 07, 2009 10:44 am

Re: Discussionbot img from forum post - top large for joomla

Postby MagnusB on Wed Apr 14, 2010 12:44 pm

You can use CSS to resize it, something like:
Code: Select all
img.bbcode_img {
       width: 150px;
}


Just a quick fix, but at least you get the image resized fast. Problem is that you will still load the full size image.
User avatar
MagnusB
JFusion Advanced II
JFusion Advanced II
 
Posts: 167
Joined: Wed Mar 04, 2009 12:19 pm

Re: Discussionbot img from forum post - top large for joomla

Postby Cansay on Thu Apr 15, 2010 3:57 pm

MagnusB wrote:You can use CSS to resize it, something like:
Code: Select all
img.bbcode_img {
       width: 150px;
}


Just a quick fix, but at least you get the image resized fast. Problem is that you will still load the full size image.


That worked fine :D

Thx :D
User avatar
Cansay
JFusion Advanced III
JFusion Advanced III
 
Posts: 248
Joined: Wed Jan 07, 2009 10:44 am

Re: Discussionbot img from forum post - top large for joomla

Postby MagnusB on Fri Apr 16, 2010 2:22 pm

Just note that images should not be resized using CSS, it is generally better using imagemagick or similar to create a thumbnail. With CSS you would still load the full size image, while with a thumbnail you will only load the (smaller) thumbnail.
User avatar
MagnusB
JFusion Advanced II
JFusion Advanced II
 
Posts: 167
Joined: Wed Mar 04, 2009 12:19 pm


Return to vBulletin

Who is online

Users browsing this forum: No registered users and 2 guests