Post Reply 
 
Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Customization Tutorial Set avatar to those who don't have
Author Message
WbDev Offline
Member
***

Posts: 62
Joined: Feb 2011
Reputation: 0
Post: #1
Set avatar to those who don't have
Hi,
I will show you how to add avatar to those who don't have avatar image.

1) Go to your CPanel
2) Find and click on phpMyAdmin
[Image: somee.PNG]

3) In phpMyAdmin choose the database that is used by your forum
[Image: add.PNG]

4) Run Query:
[Image: axx.PNG]

Code:
UPDATE `mybb_users` SET `avatar` = './images/avatars/default.gif' WHERE `avatar` = ''

Change:
Code:
./images/avatars/default.gif
with the avatar URL

Thread: http://wb-dev.net/showthread.php?tid=142
03-16-2011, 05:38 AM
Visit this user's website Find all posts by this user Quote this message in a reply
euantor Offline
Posting Freak
*******
Support

Posts: 870
Joined: Jun 2009
Reputation: 7
Post: #2
RE: Set avatar to those who don't have
Approved. You can also set a default avatar for new members by simply updating the database structure - it's the very first thing I do when installing.
03-16-2011, 06:10 AM
Visit this user's website Find all posts by this user Quote this message in a reply
Conrado Offline
Junior Member
**

Posts: 24
Joined: Nov 2010
Reputation: 0
Post: #3
RE: Set avatar to those who don't have
Yes! I need it! Thanks 001_smile
03-16-2011, 09:13 PM
Find all posts by this user Quote this message in a reply
WbDev Offline
Member
***

Posts: 62
Joined: Feb 2011
Reputation: 0
Post: #4
RE: Set avatar to those who don't have
You're welcome!
03-19-2011, 10:45 AM
Visit this user's website Find all posts by this user Quote this message in a reply
icykill Offline
Junior Member
**

Posts: 5
Joined: Mar 2011
Reputation: 0
Post: #5
RE: Set avatar to those who don't have
Nice Tut!
03-21-2011, 10:06 AM
Find all posts by this user Quote this message in a reply
WbDev Offline
Member
***

Posts: 62
Joined: Feb 2011
Reputation: 0
Post: #6
RE: Set avatar to those who don't have
Thanks!
03-22-2011, 01:50 AM
Visit this user's website Find all posts by this user Quote this message in a reply
hnahacks Offline
Junior Member
**

Posts: 19
Joined: Feb 2011
Reputation: 0
Post: #7
RE: Set avatar to those who don't have
nice tut thanks
03-22-2011, 10:00 PM
Find all posts by this user Quote this message in a reply
WbDev Offline
Member
***

Posts: 62
Joined: Feb 2011
Reputation: 0
Post: #8
RE: Set avatar to those who don't have
You're welcome!
03-22-2011, 10:22 PM
Visit this user's website Find all posts by this user Quote this message in a reply
b.h. Offline
Proud Paid Member
Premium Users

Posts: 67
Joined: Aug 2009
Reputation: 0
Post: #9
RE: Set avatar to those who don't have
(03-16-2011 06:10 AM)euantor Wrote:  Approved. You can also set a default avatar for new members by simply updating the database structure - it's the very first thing I do when installing.

care to share?
03-25-2011, 11:06 PM
Find all posts by this user Quote this message in a reply
PJGIH Offline
Junior Member
**

Posts: 38
Joined: Mar 2011
Reputation: 0
Post: #10
RE: Set avatar to those who don't have
You also could just upload the avatar to default.gif Tongue
03-31-2011, 05:25 AM
Find all posts by this user Quote this message in a reply
Post Reply 




User(s) browsing this thread: 1 Guest(s)