PDA

View Full Version : How to resize album pictures in vb4?


michelle86
01-26-2010, 08:56 PM
hey everyone, I just made my site live, and I've realized that pictures uploaded to people's photo albums are not being resized to fit automatically. The images are ridiculously huge and go beyond the content area.

I have installed BBR/lytebox an image resizer offered on here, but it only auto resizes images posted in the forum and in signatures. It doesn't auto resize images in members' photo albums.

Are there any resizers out there that work with vb4 and can resize album photos?

Talk-Pets
01-28-2010, 02:48 PM
We would like to know this aswell :)

ChrisG.
01-30-2010, 12:58 AM
On that note, I'd love to know how to remove the photo album all together... Sorry to go off-topic.

BBR-APBT
01-30-2010, 04:20 AM
Soon as I get the time to upgrade that I will be adding album support. I got a little busy with work this week. But I will get it updated soon.

mierzwin
02-22-2010, 10:16 AM
i am having the same issue. any clues anyone ?

doopz
03-05-2010, 05:27 PM
Yeah. would be very nice to have albums resized..

ChopSuey
03-06-2010, 04:22 AM
Umm you can restrict size in usergroup permissions.

Verionia
04-05-2010, 05:11 PM
Im looking to resize the file dimensions for users... not restrict it.

michelle86
04-05-2010, 05:29 PM
Umm you can restrict size in usergroup permissions.

I did that. I set the max height and width for user album pictures. And it doesn't work. For whatever reason, people are still able to upload super huge pictures to their albums.

alfanexus
05-10-2010, 02:17 PM
I did that. I set the max height and width for user album pictures. And it doesn't work. For whatever reason, people are still able to upload super huge pictures to their albums.

same problem here, seems usergroup settings are ignored in vb 4

Xencored
05-10-2010, 05:11 PM
Seven Skins (https://vborg.vbsupport.ru/member.php?u=271878) is working on a mod so he said in his post (https://vborg.vbsupport.ru/showthread.php?t=237650)
Cant wait i also need this loads :D

Xencored
07-06-2010, 01:18 AM
Hmm any news on this i realy realy need a album resizer

fluentdesigns
07-06-2010, 03:20 AM
I am too looking on an album resizer. This should be in a fresh install of vb..... :-/

--------------- Added 1278439694 at 1278439694 ---------------

i decided to jump ship from vb albums. Too many issues and not enough features. going with photo post

Xencored
07-07-2010, 09:55 PM
Add
#picturelink img {max-width: 800px;}
in your additional.css

Changing the 800 for your Size >>

michelle86
07-08-2010, 12:04 AM
Add
#picturelink img {max-width: 800px;}
in your additional.css

Changing the 800 for your Size >>

Thank you so much! It worked :D

Xencored
07-09-2010, 11:19 AM
Thank you so much! It worked :D

No problem :up:

Webbstre
07-23-2010, 01:41 AM
Thanks from me too!

Centrix
07-30-2010, 01:27 PM
Stupid question... Where is additional.css?

I've searched pretty much every sensable folder on my forum but I can't find it...

Webbstre
07-30-2010, 01:42 PM
It's in your templates, under the CSS grouping. Try Search for Templates under Styles and look for CSS.

CRDeveloper
09-01-2010, 03:58 AM
Thanks Animemike

Marka Ragnos
09-09-2010, 09:40 AM
This is exactly what i needed

thank you very much

ehsanix
12-05-2010, 02:58 AM
thanx dude

CRDeveloper
01-03-2011, 02:57 PM
Add
#picturelink img {max-width: 800px;}in your additional.css

Changing the 800 for your Size >>

This has been working good, how can i add this to resize pictures in groups using the bbcode img??? :confused:

Pictures in groups aint been resized by this template mod or by the Image Resizer - Using nCode Script (https://vborg.vbsupport.ru/showthread.php?t=237650)

--------------- Added 1294074322 at 1294074322 ---------------

Nevermind I got it...

To resize pictures in groups:

Add this to additional.css
fieldset, img {max-width: 800px;}

--------------- Added 1294159639 at 1294159639 ---------------

Damn, That will also resize other img... so not usefull.

ywwz
05-17-2013, 09:52 PM
really helpful!!!!! Solved my problem!!!! I have had this problem for so many years...