wcten
Forum Replies Created
-
Forum: Plugins
In reply to: [Newsletter - Send awesome emails from WordPress] Not able to setup BounceI followed the link and installed the Bounce plugin.
Setup of Bounce was ok.Forum: Plugins
In reply to: [Author: WP Symposium] MessagesOk.
When I use the widget provided by TML, I can see the “Login with Facebook” button provided by Facebookall plugin.
But on WPS widget, the “Login with Facebook” button is not showing up. Any help will be much appreciated. As I really like to use WPS. Thank you.
Forum: Plugins
In reply to: [OnePress Social Locker] Not workingsorry, wrong place…
Forum: Plugins
In reply to: [Facebook All]Wall Post Message and Post description DissappearFirst of all, it is working!
For the Wall Post, after I enter the message and description and hit save changes, the message and description disappear. But when I try to login with Facebook, I can see the message and description do appear at my Facebook site.
Although it is working, this is not convenient, as I go back and check my message and description next time, I have no idea what did I posted last time.
By the way, is there anyway to set it to post the latest news and thumbnail automatically? Instead of setting the message and description manually, it would be nice if it can simply capture the latest news and thumb….
Thank you.
Forum: Everything else WordPress
In reply to: List all Users just like backendHow to put it on page?
Forum: Plugins
In reply to: [Simple Chat] Show wrong avatar at chat windowif it possible to check avatar first, if doesn’t exist, then get gravatar…
global $authordata, $curauth; $authordata=get_userdata(get_query_var( 'author' )); if(function_exists('get_avatar')) {.....
Forum: Plugins
In reply to: [Simple Chat] Show wrong avatar at chat windowThanks for the update, but still not working.
I am not good at coding, but here’s what I found, hope it helps.
At ajax.php, you are using
get_avatar( $u->user_email, 24)
, which is good. I can see my uploaded avatar at the users window.But at functions.php, you are using
get_gravatar_url( $email, $size=42 )
. This will only capture my avatar from gravatar. If I uploaded my own avatar at my wordpress site, it will not show properly. As a result, the chat window does not show the same avatar as the users window.