-
Mike W replied to the topic BP 2.8.0 Update Broke Profiles in the forum How-to & Troubleshooting 7 years, 8 months ago
Thanks Shane! I’ll give this a shot when I get back to home this evening and let you guys know how it works out. I’m afraid the little profile I made doesn’t do any sorts of compares, it just lets me know if it is loaded before or after certain other hooks like init, the_content and such.. I’ll have to reopen that and add bp_load and get a better…[Read more]
-
Mike W replied to the topic BP 2.8.0 Update Broke Profiles in the forum How-to & Troubleshooting 7 years, 8 months ago
Nope. The hook does work, because profiler says the function is called later now, but the function still doesn’t seem to exist and throws the undefined function exception.
Also, other plugins do as well including gears which is used by theme authors such as myself for allowing users to easily add elements to a website from buddypress.
-
Mike W replied to the topic BP 2.8.0 Update Broke Profiles in the forum How-to & Troubleshooting 7 years, 8 months ago
This is what I have (I shorted the above code as an example of how to hook into bp_ready)
function executeSteamID()
[Read more]
{
$steam64id = xprofile_get_field_data('Steam64 ID', get_current_user_id());
$steamUser = xprofile_get_field_data('Steam User', get_current_user_id());
$steamCache = xprofile_get_field_data('Steam Cache',… -
Mike W replied to the topic BP 2.8.0 Update Broke Profiles in the forum How-to & Troubleshooting 7 years, 8 months ago
So… make sure this is right…
function doProfileStuff()
{
echo xprofile_get_field_data('stuff');
}add_action('bp_ready', 'doProfileStuff');
I guess the question is “how” to hook into it or do you use bpready directly in place of add_action ?
May I ask for an example.. If I see how it is used, I can run with that being as there…[Read more]
-
Mike W replied to the topic Can't display user profile fields in the forum How-to & Troubleshooting 7 years, 8 months ago
xprofile_get_field_data() throws undefined function for me.
-
Mike W replied to the topic BP 2.8.0 Update Broke Profiles in the forum How-to & Troubleshooting 7 years, 8 months ago
Actually, that brings me to another issue it seems…
Call to undefined function xprofile_get_field_data()
Did that function change? I’m currently using it on a steam community website to pull steam ID’s so I can poll steam and display a stream widget on the user’s profile page.
-
Mike W replied to the topic BP 2.8.0 Update Broke Profiles in the forum How-to & Troubleshooting 7 years, 8 months ago
please read this:
If you wanted to be superman for a day all you had to do was ask! 🙂 Thanks danbp!
-
Mike W started the topic BP 2.8.0 Update Broke Profiles in the forum How-to & Troubleshooting 7 years, 8 months ago
Sorry, you are not allowed to access this page.
Is now thrown when the admin tries to edit any xprofile field.
I’ve taken the following steps:
1) Disabled theme
2) Disabled all pluginsThe problem persisted which likely means there was an oops in the release.
If it helps the site is multisite (just in case it can’t be replicated on a single-site)
-
Mike W started the forum topic Feedback in the group WPMU Super CAPTCHA 12 years, 10 months ago
Got something on your mind about Super CAPTCHA? Let us know!
-
Mike W reviewed the plugin WPMU Super CAPTCHA: 12 years, 10 months ago
The only 3D Captcha for wordpress and the only captcha that can stop ALL spam bots today 🙂
-
Mike W posted an update in the group WPMU Super CAPTCHA 12 years, 10 months ago
We just released version 2.4.2 and have been testing this version for the past week. Now that it is concluded and released, we have some intresting statistics to share:
(specail thanks to http://ocr-research.org.ua/ in the research)
Software – OCR success %
Simple CAPTCHA (latest) 28.0%
reCAPTCHA (latest) 69.2%
Super CAPTCHA 2.2.0 47.8%
Super…[Read more] -
Mike W posted an update in the group WPMU Super CAPTCHA 12 years, 10 months ago
As of 2.4.0 Super CAPTCHA now fully supports the one-and-only 3D CAPTCHA for WordPress 🙂 I’ve been running this on my own BuddyPress site and in generally getting 50-60 spam signups per day using the Google reCAPTCHA, the 3D feature killed all bot signups, in fact we have only had 1 spamer in the past week now and I suspect it was a manual…[Read more]
-
leewells posted an update 12 years, 10 months ago
@erbrown Are you still having this issue with Super CAPTCHA with 2.4.2?
-
Mike W posted an update in the group WPMU Super CAPTCHA 12 years, 10 months ago
@maetthew Possible, but a bit out of the scope for what the plugin was inteded for. This plugin does not negate email activation requirements set by the global configurations or other plugins — it simply stops and traps users that fail the CAPTCHA tests.
@sidjags This was resolved a while back and fixed. For fact it should be working in v 2.4.2.
-
leewells posted an update 12 years, 10 months ago
@sidjags That issue has been fixed in Super CAPTCHA
@leewells
Active 5 years, 3 months ago