Question about Avatars!

General questions pertaining to how certain issues can be resolved
Forum rules
1. No offensive language and no mocking
2. Please do a thorough search before you post something. Trust us, there is a high probability that the question you are asking has been asked previously.
3. No soliciting. You cannot post here soliciting bids for people offer you quotes, or even offer money to people for some work. You will be moderated if you do so. If you are looking for help, please post your request on http://jobs.wordpress.net or http://codepoet.com
4. Please be reasonable. You are getting software and support. For free. Complicated requests from a general purpose theme are not welcome and some volunteers might lose patience with you.
5. Please do your due diligence. If you posted a query and we answered with a link, take the trouble to go through the link contents.
6. Please post with complete information. Requests for help MUST be accompanied with your URL, particularly if you are asking something like "Why am I seeing a blank space?"

Question about Avatars!

Postby JCBN » 04 May 2012, 06:46

Greetings, me again! ;)

Is it possible to somehow use my Forum Avatars, for the "gravatar" icons or what it is Posts, and Login uses?

At the moment it is just a blank face avatar, i made some nice avatars for my forum (simpe press), and when ppl are logged in there, they see their avatar, is it possible to transfer/use the same avatar for the "main theme" avatars? :/

Hope i make sense, its hard to explain... i want the user profile to have same avatars on the whole site.

www.townportal.dk
JCBN
 
Posts: 37
Joined: 21 Apr 2012, 02:39

Re: Question about Avatars!

Postby JCBN » 06 May 2012, 19:59

Anyone?
JCBN
 
Posts: 37
Joined: 21 Apr 2012, 02:39

Re: Question about Avatars!

Postby Colin » 06 May 2012, 22:27

As no one has answered I would suggest that no one knows.

BTW this is NOT theme related and you may get a better answer either on the forum software support forum or on the wordpress.org forum.
Colin
 
Posts: 2792
Joined: 27 Oct 2009, 10:46

Re: Question about Avatars!

Postby JCBN » 06 May 2012, 23:18

Hmm ok, since its my theme that adds some odd Gravatar stuff, i kinda thought it would be theme related... sorry then!
JCBN
 
Posts: 37
Joined: 21 Apr 2012, 02:39

Re: Question about Avatars!

Postby drake » 07 May 2012, 00:01

Hmmmm... where in entire Suffusion Options you see something related to Gravatars? Change the theme and you will see the same "odd" (from your point) Gravatars. Just because the only setting that reffer to this problem are at Dashboard -> Settings -> Discussions - a menu completelly under WordPress control and unrelated to Suffusion in any way.

If you use Suffusion don't mean that all WordPress settings is related to Suffusion - most of them aren't, the others is just presented in some way by Suffusion, but they are still WordPress features.

As Colin said, you can ask the author of your forum plugin (who generate your avatars) how can integrate these avatars out of forum, instead of those generated by WORDPRESS.
drake
 
Posts: 3783
Joined: 26 Jul 2011, 07:56
Location: Constanta, Romania

Re: Question about Avatars!

Postby sayontan » 07 May 2012, 08:34

JCBN wrote:since its my theme that adds some odd Gravatar stuff

Technically the theme doesn't add anything. It just uses the Gravatar that WP determines applicable. Now, if you want a different Gravatar to apply, and that Gravatar is defined by a plugin, then the right folks to ask would be the plugin authors. If coded appropriately, a plugin can automatically override WP's native Gravatar, so that you don't have to make any changes and everything works seamlessly. Either way, this is predominantly unrelated to the theme.

Now, if you pick up any post on aquoid.com/news, you will see that for any user without an explicit Avatar, they get the "a" icon. How did I do that? I used a small script that I wrote as a "must use" plugin. This is the code I used (note that it only adds the same icon for any missing avatar - it doesn't pull avatars from any different source):
Code: Select all
add_filter('avatar_defaults', 'aquoid_avatar');
function aquoid_avatar($avatar_defaults) {
   $aquoid_avatar = get_site_url()."/wp-content/uploads/aquoid128x128.png";
   $avatar_defaults[$aquoid_avatar] = 'Aquoid';
   return $avatar_defaults;
}

You could add similar code to your child theme's functions.php.
Sayontan Sinha | http://mynethome.net/blog | http://www.aquoid.com/news
I don't do freelance work (for Suffusion or otherwise), so please don't contact me for quotes or offers.
sayontan
Site Admin
 
Posts: 10159
Joined: 15 Sep 2009, 16:39
Location: Houston, Texas

Re: Question about Avatars!

Postby JCBN » 07 May 2012, 13:54

Thanks alot, and sorry for being newb! Still learning! :)
JCBN
 
Posts: 37
Joined: 21 Apr 2012, 02:39


Return to Support Requests

Who is online

Users browsing this forum: evelvecom, Google [Bot], Poommemelmlap and 4 guests