Support Forum

Replace wp_avatar

28 Answers

New Answer

MY My
My
Member

Mr Papa said
okay few different options than I am using in my tests – can try this weekend…

what is your wp avatar options set to?

also, no reason to have remote avatars enabled there – they cannot be used since the priority is lower than the wp sp default avatar…  that will always find one to use…

I can’t even see any way to disable remote avatars

 

MP Mr Papa
Mr Papa
Member

look at the image you uploaded…  of the avatar settings… there is an option called enable remote avatars…

MY My
My
Member

OK – here’s something really weird…

This article  the avatar shows default for SP

http://shieldtv.net/casting-news-ian-hart-to-guest/

But the one I posted today.. shows the correct one!

http://shieldtv.net/agents-of-s-h-i-e-l-d-on-the-cover-of-uk-starburst-magazine/

MY My
My
Member

I’m also seeing this behavior on the Castle site though in this case the new article is the one with the default logo

http://castletv.net/interview-jon_huertas-discusses-castle-music (article posted before WP/SP update)

vs

http://castletv.net/congratulations-imagen-award-winners-castle-jon_huertas (New article posted a couple of days ago)

I’m about to try an experiment, one thing I did on the S.H.I.E.L.D. site today is change my forum avatar, going to try updating my Castle avatar and see if that fixes it.

 

Also of note, I didn’t have remote avatars selected on the other site so that’s not a consistency between them

MP Mr Papa
Mr Papa
Member

yeah, wasnt worried about the remove avatars.. just wanted to make sure you understood they could not be used anyways with your current priorities…

the problem is I just have not been able to duplicate this yet (think 2 of you have reported it in this thread)…  I wanted to more testing this week specific to some of your settings but didnt get to spend as much time as I wanted…

I asked the OP if he could try a temp switch to the default wp theme to see if anything changed, but he never came back.. have you tried that?

so still trying to look into further…

MY My
My
Member

the problem with switching to the default theme is it removes all my widgets and I have to spend time getting everything back the way it was.. I try to avoid putting myself in that situation so no, I haven’t done that

MP Mr Papa
Mr Papa
Member

that’s why one needs a dev site backup of live sites… ;)

hoping to look at more tonight and see if I can see what is causing issues for you two users here and not more globally…

MP Mr Papa
Mr Papa
Member

Tal, can you try something for me?  Think I might know what is happening…

can you edit simple-press/sp-startup/sp-site-support-functions.php…  find function sp_wp_avatar() and around line 302, right after:

    include_once(SF_PLUGIN_DIR.’/forum/content/sp-common-view-functions.php’);

can you add this line:

    sp_forum_api_support();

and see if that gets it going…

MY My
My
Member

That worked (though you forgot to put /site/ in the path to find the file :) )

MP Mr Papa
Mr Papa
Member

ah, good to hear it worked… made a nice guess! ;) thanks for the confirmation…