-
Simon Arame posted an update in the group Buddypress Sitewide activity Widget: 13 years, 10 months ago
this line
define(“BP_SWA_PLUGIN_URL”,WP_PLUGIN_URL.”/”.BP_SWA_DIR_NAME);should be changed for something that takes into account https protocols because we get the warning since WP_PLUGIN_URL goes through non securized.
-
Simon Arame joined the group Buddypress Sitewide activity Widget 13 years, 10 months ago
-
Simon Arame posted on the forum topic Any Experience with JQuery Tools Library in the group Miscellaneous: 13 years, 11 months ago
this post ( http://digwp.com/2009/06/including-jquery-in-wordpress-the-right-way/ ) aslo helps with the multiple jQuery inclusion issue.
-
Simon Arame joined the group Miscellaneous 13 years, 11 months ago
-
Simon Arame posted an update 13 years, 11 months ago
@DJPaul Would you possibly help @boonebgorges to fix the avatar upload issue in a svn branch ?
-
Simon Arame posted on the forum topic BuddyPress.org avatar upload restrictions? in the group Requests & Feedback: 13 years, 11 months ago
Regardless @crashutah post and not being sure of the meaning of the word “alludes”, I hope @boonebgorges will find time to commit if not in trunk, in a branch a fix for avatar upload problem since my bp install has the same non functional image upload issue and has no common database
key
with wp.org or […] -
Simon Arame joined the group Requests & Feedback 13 years, 11 months ago
-
Simon Arame posted on the forum topic admin-editable-only Profile Fields in the group How-To and Troubleshooting: 13 years, 11 months ago
I’ve encounter the same requirements for a profile field to be editable only by admin that is non-editable by suscribers. Someone could eventually commit a small plugin that allows this sort of administrative tagging. Outside of buddypress perspective, I end up using wp_usermeta database table with a call to add_user_meta($user_id, $meta_key,…[Read more]
-
Simon Arame joined the group How-To and Troubleshooting 13 years, 11 months ago
-
Simon Arame posted a new activity comment 14 years ago
Is the patch available ? in a release ? alpha, beta ?
-
Only in here at the moment — https://svn.buddypress.org/branches/1.2/
-
-
Simon Arame posted an update 14 years ago
@DJPaul In fact with proper debugging on bp_core/bp-core-signup.php
even if the condition on line #394 is ok and the error is reported on line #395-396,
the result page is still “Sign Up Complete!” as if nothin happened 🙁-
Simon, did this relate to the trac ticket? We’ve patched trunk to check for WP_Error objects now, thanks 🙂
-
Is the patch available ? in a release ? alpha, beta ?
-
Only in here at the moment — https://svn.buddypress.org/branches/1.2/
-
-
-
-
Simon Arame posted an update 14 years ago
@DJPaul Hi, is “Bug @bp_core/bp-core-signup.php” really a bug since wp_insert returns either user_id or null ?
@xsimo
Active 2 years, 7 months ago