Could you post a link to your site?
Announcement
Collapse
No announcement yet.
Increase the avatar of your Forum
Collapse
X
-
-
I can see that the avatars are displaying as 100x100 in the threads. By default they display as 64x64. So it looks like you don't have any issues. You have this custom CSS in css_additional:
Code:.b-avatar--m > img { max-height: 275px!important; max-width: 200px !important; height: auto!important; width: auto!important; }
Comment
-
Originally posted by Glenn Vergara View PostI can see that the avatars are displaying as 100x100 in the threads. By default they display as 64x64. So it looks like you don't have any issues. You have this custom CSS in css_additional:
Code:.b-avatar--m > img { max-height: 275px!important; max-width: 200px !important; height: auto!important; width: auto!important; }
It's 200x275 so it should display at 200x275, but it's being shrunk to 73x100
Avatars within a thread were being displayed at their maximum sizes (max of 200 W) before the update. Then as soon as the update was completed, the avatars were suddenly being displayed with a max width of 100.
-edit-
Here is a screenshot from June that showed how large displayed avatars were before the update. As you can see, they're much larger than 100x100.Last edited by jkotlowski; Tue 9 Aug '16, 2:36pm.
Comment
-
Originally posted by Glenn Vergara View PostThen it's not a CSS problem. Check the avatar maximum width and height settings for each of the usergroup in AdminCP.
Comment
-
I checked and I think they made some changes to the avatar URLs in 5.2.3. Previously the thread avatars were taken from ./core/customavatars/avatarXXX_XXX.XXX (when stored in fileystem), In 5.2.3, the avatars are now taken from ./core/customavatars/thumbs/avatarXXX_XXX.XXX (notice the /thumbs directory) where the avatars are smaller.
In case if avatars are stored in the database, the previous avatar URL in the thread page was ./core/image.php?userid=XXX&dateline=XXXXXX, now it's ./core/image.php?userid=XXX&thumb=1&dateline=XXXXX (notice the thumb=1 parameter).
That change might make sense, but they should have also fixed the harcoded avatar sizes in the PHP code along with that change and made them configurable.
Comment
-
Originally posted by Glenn Vergara View PostI checked and I think they made some changes to the avatar URLs in 5.2.3. Previously the thread avatars were taken from ./core/customavatars/avatarXXX_XXX.XXX (when stored in fileystem), In 5.2.3, the avatars are now taken from ./core/customavatars/thumbs/avatarXXX_XXX.XXX (notice the /thumbs directory) where the avatars are smaller.
In case if avatars are stored in the database, the previous avatar URL in the thread page was ./core/image.php?userid=XXX&dateline=XXXXXX, now it's ./core/image.php?userid=XXX&thumb=1&dateline=XXXXX (notice the thumb=1 parameter).
That change might make sense, but they should have also fixed the harcoded avatar sizes in the PHP code along with that change and made them configurable.
I checked the "Avatar" tab in the admin CP and it seems like it says avatars are being stored in ./customavatars
It doesn't say ./customavatars/thumbs
Comment
-
Yeah it only says the main directory where to store the avatars but automatically created smaller versions of the avatars are stored in the /customavatars/thumbs subdirectory. Current workaround is to copy all the avatar image files in the /customavatars directory to the /thumbs directory (backup the /thumbs directory first!) and overwrite the existing ones. You have to do it everytime there's a new avatar created, though.
-
That is very, very frustrating. I sincerely hope the vBulletin devs intend to fix this. And fix it quickly.
-
-
Originally posted by Replicant View PostThey're showing 200 wide on my end. Looks just like the screenshot.
Comment
-
They closed mine and linked to this one.
Seems I voted for this one some time ago. It's disheartening to see that this complaint was made in 2013 and still hasn't been fixed, however. Especially considering it used to be simple enough to be fixed by a few lines of CSS...
Originally posted by Glenn Vergara View PostThis is also a deal breaker for me as I also use big avatars in my forum. I won't upgrade until this is fixed either by vBulletin officially or by me if I find a workaround.
On an unrelated note, I just realized you're the same person I recently purchased a few mods from. I got your message on twitter about joining your site and asking about one of the issues I was having with the profile preview mod, but completely forgot. Lots of distractions with a kid just starting school. lol. I'll get around to that eventually, as well. x.x
- Likes 1
Comment
-
Try this temporary solution.- Go to AdminCP > Styles > Replacement Variable Manager
- Click [Add New Replacement Variable] link for the desired theme/style.
- Enter the following information and click Save. Repeat steps for other themes/styles that your site is using.
"b-avatar b-avatar--m b-avatar--thread h-margin-bottom-l"><img src="./core/customavatars/thumbs/
Replace with Text:
"b-avatar b-avatar--m b-avatar--thread h-margin-bottom-l"><img src="./core/customavatars/
- Likes 1
Comment
-
Originally posted by Glenn Vergara View PostTry this temporary solution.- Go to AdminCP > Styles > Replacement Variable Manager
- Click [Add New Replacement Variable] link for the desired theme/style.
- Enter the following information and click Save. Repeat steps for other themes/styles that your site is using.
"b-avatar b-avatar--m b-avatar--thread h-margin-bottom-l"><img src="./core/customavatars/thumbs/
Replace with Text:
"b-avatar b-avatar--m b-avatar--thread h-margin-bottom-l"><img src="./core/customavatars/
You're the best, dude.
Comment
Related Topics
Collapse
-
by suttoHi Guys,
I've noticed with vb5 that avatars are being re-sized down to ~64x64 regardless of what permissions have been granted to the usergroup.
For instance, the Admin usergroup...-
Channel: Support Issues & Questions
Wed 5 Jun '13, 11:45pm -
-
by saiffHi.
this option exists in vb5?
...-
Channel: Support Issues & Questions
Mon 25 Sep '17, 11:48am -
-
by KC WeirdwolfSorry...I'm going to have lots of questions.
Our old VB4 site before upgrading to VB5 had a set of default avatars logos for our different leagues. The avatars are displayed when I choose to "edit...-
Channel: Support Issues & Questions
Fri 9 Dec '16, 8:08am -
-
by bbaxter51I want to change the default avatar on my forum from the shadow guy to a logo of my site. Where do I upload that file to make the change?
-
Channel: Support Issues & Questions
Sat 29 Nov '14, 10:44am -
-
by alextgilbertIs it possible to make your avatar size larger when you post something?
-
Channel: vB Cloud Support & Troubleshooting.
Tue 31 Jul '18, 11:12am -
Comment