![]() |
Quote:
|
Quote:
|
Liked this idea, but went with
Link to thread on vbulletin.com instead. It actually populates the avatar field for new users with a default avatar ID, so it shows up as normal everywhere else on the board without more plug-ins or template edits. I then went into phpMyadmin and pushed that same avatar ID into all users who had never set their own avatar. |
Great idea, thanks
|
Quote:
|
Great, install time 30s. Installed.
|
[Clicks Install]
Thanks for the Zac! |
I have the problem. When a user log-in in my forum, and after click on a someone thread, it appears the following errors:
Quote:
|
Quote:
|
Sweet !! Thanks
|
Awesome! Just clicked install. Thanks!
|
perfect. workin in 3.5.3
image is nice and bland too. :D (incentive for ppl to select an avatar properly :D) |
Thank you, exactly what I was looking for.
Regards, Hossack |
/me installs
thank you |
/me clicks install
|
Cool idea -- many thanks for the great plugin!
|
awesome plugin! thanks a lot!
|
Clicked Install
Everything installed and works perfect. Nice Addon and thank you very much! |
Quote:
|
Quote:
Quote:
It's exactly the same! |
hey
i tried not working :( i did download/upload plugin then upload definition file from the computer still not owrking :( |
Did you follow all of the instructions?
|
Thanks Zachery :)
Install |
love it thank you :)
|
super! than you... just installed, works fantastic!
|
How would I add a conditional to this plugin for this:
If userfield is set to female: display this avatar, if userfield option set to male, use this avatar. Thank you. |
Quote:
|
works fine tanks....:banana:
|
thanks installed
|
I'm having a little problem with it. Whenever I click on any user and view their profile the avatar comes up as a RED X.
What do I need to change? |
Quote:
|
Is there a way to link the default no avatar to the choose avatar section of the member. Some of my members dont realize where to change there avatar and this would be a easy way to do it.
|
Quote:
|
I appear to be getting errors. Here is my code:
<?xml version="1.0" encoding="ISO-8859-1"?> <plugins> <plugin active="1" product="vbulletin"> <title>Default Avatar</title> <hookname>postbit_display_complete</hookname> <phpcode><![CDATA[if (!$this->post['avatarurl']) { $this->post['avatarurl'] = "images/avatars/flame.gif"; } if ($this->registry->userinfo['showavatars']) { $show['avatar'] = true; }]]></phpcode> </plugin> <plugin active="1" product="vbulletin"> <title>Default Avatar member.php</title> <hookname>member_complete</hookname> <phpcode><![CDATA[if (!$avatarurl) { $userinfo['avatarurl'] = "images/avatars/flame.gif"; } $show['avatar'] = true;]]></phpcode> </plugin> </plugins> Any suggestions? Thanks. |
Quote:
I have this plugin running on my site. I've just logged in to the site using Firefox and instead of my own avatar showing the 'no avatar selected' avatar is showing. Using MSIE my own avatar is showing. Anyone have any idea of what the problem is? |
Odd... are you 100% positive that you are logged in as the same user on both?
|
My avatars are set to 80x80 whilst the 'deafualt avatar' is 64x64. What is happening is that the 'deafualt avatar' (64x64) is being shown at 80x80 so it appears to be stretched out.
I've tried this with another person on their own computer and it's happening to them when they view their threads in Firefox. When I view the same thread in Firefox on my computer the new avatar is showing. It's almost as if Firefox isn't properly 'pulling' the image in - it's refreshing the image size but not the actual image. |
Any idea what I goofed up there in the code? I would like to get this going. Thanks.
|
Thanks :)
|
Very nice! Definitely put this to use on my forums!
|
All times are GMT. The time now is 11:41 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|