Is there a way i can change the default user avatar to a different style default avatar for my for? Im running the latest version 5x
Default image change
Collapse
X
-
Comment
-
I don't know if this is possible on cloud.Translations provided by Google.
Wayne Luke
The Rabid Badger - a vBulletin Cloud demonstration site.
vBulletin 5 APIComment
-
Looked at the system more in depth. There are no tools to change the default avatar in Cloud.
With the download/core version you would overwrite the default images located in /core/images/default/Translations provided by Google.
Wayne Luke
The Rabid Badger - a vBulletin Cloud demonstration site.
vBulletin 5 APIComment
-
I think it's still possible using Replacement Variable Manager.
You would do a replacement of each of these separately:
Code:<img src="./core/images/default/default_avatar_thumb.png"
Code:<img src="./core/images/default/default_avatar_medium.png"
Code:<img src="./core/images/default/default_avatar_large.png"
Code:<img src="/path/to/the/avatar/thumb.png"
Code:<img src="/path/to/the/avatar/medium.png"
Code:<img src="/path/to/the/avatar/large.png"
Comment
-
Yes. You would do each of them in a separate replacement. You need to upload your own avatars first with different sizes: thumb (32x32), medium (64x64) and large (200x200).Comment
-
Hi, is it possible for you to do a tutorial for it, Like a video or a detailed post about this, I tried what you said and i dont think i did it right, it removed the default image and replaced it with words.Comment
-
You need to upload your preferred image via the vB Cloud file manager first (in the admincp).
When you have done this, it will give you a URL with a lot of numbers in the path.
Copy this URL, and use it as the replacement variable in Glenn's instructions.MARK.B
vBulletin Support
------------
My Unofficial vBulletin 6.0.0 Demo: https://www.talknewsuk.com
My Unofficial vBulletin Cloud Demo: https://www.adminammo.comComment
Related Topics
Collapse
-
by CruiseyIf it works on local machine and not on server, then it's a server issue right? But, where/what?
On local, I can change/upload an avatar (registered user). Once uploaded, I see the changes...-
Channel: Support Issues & Questions
Thu 13 Sep '18, 3:47am -
-
by StigurIf you upload a large image to use as an avatar, you are asked to crop whatever portion of it to the square you want as an avatar.
Like this:
But is it possible to change...-
Channel: Support Issues & Questions
Mon 18 May '15, 11:59am -
-
by alex2220Hi is there any chance to change the default avatar in the cloud version? I would like a customised avatar seen that is a male background nu doesn't do well if a female register showing a male carat until...
-
Channel: vB Cloud Support & Troubleshooting.
Sun 1 Jan '17, 11:05am -
Comment