Peidong Hu
Forum Replies Created
-
works well this time.
thanks,
peidongthis is the version that i just installed,
Still have the same issue, try it on the https://selftest.bigtester.com/wp/wp-signup.php
you can test it here,
https://selftest.bigtester.com/wp/wp-signup.phpForum: Plugins
In reply to: [Add Link to Facebook] automatically login after facebook registrationoh. I c. you were taking about the auth token. However, I was testing it from a end user view point. The user account registered through Add Link to Facebook plugin will keeps alive on both sites for long time actually even the auth access token is short-live.
And it’s really user-friendly with this feature.
You can try on hu-shanqi.com which has been modified to directly Login after facebook-registeration work flow.
Peidong
Forum: Plugins
In reply to: [Add Link to Facebook] automatically login after facebook registrationAs I tested, Facebook session WON’T timeout after even 7 hours. How come do you say it’s short?
Forum: Plugins
In reply to: [Add Link to Facebook] automatically login after facebook registrationmarcel, r u talking about the meta name issue or auto login issue?
Forum: Plugins
In reply to: [theme-selector] Multisite SupportI am using the wordpress 3.3, the wp_get_themes() is not supported by this version, I replaced the line
$avaliable_themes = get_themes();
with
$wp_list_table = _get_list_table(‘WP_Themes_List_Table’);
$wp_list_table->prepare_items();
$avaliable_themes = $wp_list_table->items;to display network enabled themes
the scenario of the bug is happened when I invoke xmlrpc call remotely to edit a custom type post (gallery type). global $post is empty when code executes here. it will replace the function parameter $post.
zhouyi.