site4pets
Forum Replies Created
-
Forum: Plugins
In reply to: [Login With Ajax - Fast Logins, 2FA, Redirects] CaptchaI literally just did this!
Add this: https://wordpress.org/plugins/si-captcha-for-wordpress/
You can have it display only on registration, or on login too. Works like a charm.
Pic: http://www.dropshots.com/sydneymc/date/2015-02-25/11:51:56
Never mind, fixed it! For future reference:
You have to edit the login-with-ajax/widget/default/widget_in.php file.
Change “YOUR DESTINATION” to
"<?php bbp_user_profile_url( bbp_get_current_user_id() ); ?>"Here’s where to change:
if ( $lwa_data['profile_link'] == '1' ) { if( function_exists('bp_loggedin_user_link') ){ ?> <a href="YOUR DESTINATION"><?php esc_html_e('Profile','login-with-ajax') ?></a><br/> <?php }else{ ?> <a href="YOUR DESTINATION"><?php esc_html_e('Profile','login-with-ajax') ?></a><br/> <?phpForum: Networking WordPress
In reply to: Single User Login without Multisite?Thanks so much! That was exactly what I needed (now just to implement it!).
And for future reference of anyone else, Wp-orphanage is no longer maintained, but this plugin with the same function was just updated a few months ago:
Forum: Plugins
In reply to: [BadgeOS] "Completing steps" Options not showingSounds serious 🙂
These are all the options I see: http://learn.lutzacademy.com/wp-content/uploads/2015/02/Capture.jpg
Forum: Plugins
In reply to: [BadgeOS] "Completing steps" Options not showingI checked the screen options and it is indeed checked. Here’s a screenshot:
http://learn.lutzacademy.com/wp-content/uploads/2015/02/Capture.jpg
Thanks for your help!
Forum: Plugins
In reply to: [BadgeOS] How to add required steps (where's it at)?Thank you!
Forum: Plugins
In reply to: [Wp-Pro-Quiz] Leaderboard only showing 1 entryThere’s a setting to change under the quiz settings page (where you can build templates). “How many entries should be displayed” is set to 1 by default. Go to edit your quiz settings and use “control+find” to locate it on the page, it’s under the leaderboard options.
🙂Forum: Plugins
In reply to: [Wp-Pro-Quiz] Insert Audio into answers?I need this too!