-
Henry Wright replied to the topic Best Captcha secure registration/login plugin in the forum Installing BuddyPress 12 years, 2 months ago
Although I haven’t used it myself, I’ve read good reviews:
SI CAPTCHA Anti-Spam
https://wordpress.org/plugins/si-captcha-for-wordpress/ -
Henry Wright replied to the topic Activate and Register pages are missing in the forum Installing BuddyPress 12 years, 2 months ago
Glad you got it working! 🙂
-
Henry Wright replied to the topic Current page number in members loop in the forum How-to & Troubleshooting 12 years, 2 months ago
Or would
get_query_var( 'upage' )do the trick better? -
Henry Wright replied to the topic Current page number in members loop in the forum How-to & Troubleshooting 12 years, 2 months ago
Would this work?
global $members_template;
$paged = $members_template->pag_page; -
Henry Wright started the topic Current page number in members loop in the forum How-to & Troubleshooting 12 years, 2 months ago
Anyone know how to get the page number currently being viewed in the BP members loop?
I can do this on WP post pages with:
$paged = ( get_query_var( 'paged' ) ) ? get_query_var( 'paged' ) : 1;Just need to get the current page number in BP…?
-
Henry Wright replied to the topic Activate and Register pages are missing in the forum Installing BuddyPress 12 years, 2 months ago
You need both. You create the pages and BP fills them
-
Henry Wright replied to the topic Cost of Living in Spain Offset by Facilities Arranged by Moving Companies in the forum Installing BuddyPress 12 years, 2 months ago
@ubernaut looks like it to me too. Do these people have no shame?
-
Henry Wright replied to the topic Activate and Register pages are missing in the forum Installing BuddyPress 12 years, 2 months ago
Have you created the pages in the WP dashboard?
-
Henry Wright replied to the topic [Resolved] "There was a problem cropping your avatar" in the forum How-to & Troubleshooting 12 years, 2 months ago
Enhancement suggestions can be made here:
https://buddypress.trac.wordpress.org/ -
Henry Wright replied to the topic Steps for proper BuddyPress installation (including Spam protection) in the forum Installing BuddyPress 12 years, 2 months ago
I’d agree with steps 1 to 3! With reference to 4, you could try installing a capcha plugin. It’s always better to stop spammers at the front door as opposed to trying to deal with them when they’re inside your house!
5. What else should be done at this stage?
Celebrate! 🙂
-
Henry Wright replied to the topic Hiding Edit Button in the forum Installing BuddyPress 12 years, 2 months ago
#element {
display: none;
}Is how you’d hide a page element with CSS. See here for more info:
http://www.w3schools.com/css/ -
Henry Wright replied to the topic Activity Stream not refreshing in the forum Installing BuddyPress 12 years, 2 months ago
1. Have you disabled site tracking? Try going to the WP dashboard where you can disable and enable BuddyPress components and check that site tracking is enabled.
2. Maybe check entries are recorded when using a different theme? Twenty Thirteen is a good tried and tested one.
-
Henry Wright replied to the topic Activity Stream not refreshing in the forum Installing BuddyPress 12 years, 2 months ago
Hi @gamerclips
There seems to be a new entry posted on 17 Feb (a day ago)?
Member Z and Member Y are now friends a day ago
-
Henry Wright replied to the topic how to change buddypress @mentionname in the forum How-to & Troubleshooting 12 years, 2 months ago
There is a plugin that will let you do that:
-
Henry Wright replied to the topic Root profiles deprecated in 1.9.2? in the forum How-to & Troubleshooting 12 years, 2 months ago
I didn’t think they were as I’ve read about the plans for rewrite rules in 2.0.
@hnla that must have been a rogue edit to that page in the Codex
-
Henry Wright replied to the topic Root profiles deprecated in 1.9.2? in the forum How-to & Troubleshooting 12 years, 2 months ago
Just had a response from Paul, he confirmed root profiles are here to stay. profiles.wordpress.org uses them!
-
Henry Wright replied to the topic Root profiles deprecated in 1.9.2? in the forum How-to & Troubleshooting 12 years, 2 months ago
@hnla Seems odd why somebody would want to make an edit like that?
I was getting worried there for a while – absolutely love root profiles! Good to know they’re not being deprecated. Panic over 🙂
-
Henry Wright started the topic Root profiles deprecated in 1.9.2? in the forum How-to & Troubleshooting 12 years, 2 months ago
Put profiles in the root — http://example.org/username/
define ( ‘BP_ENABLE_ROOT_PROFILES’, true ); Deprecated in Version 1.9.2Ref:
Is support for root profiles stopping?
-
Henry Wright replied to the topic How Can I Register Users On Subdomain But Not In Buddypress? in the forum How-to & Troubleshooting 12 years, 2 months ago
Hi @aquapan
Have you thought about using multisite? This may or may not work for you – see the Codex for more info on it:
-
Henry Wright replied to the topic Forum Posting time stamp in the forum How-to & Troubleshooting 12 years, 2 months ago
Hi @siteshack
Do you have a link to the question you posted?
- Load More
@henrywright
Active 2 years, 1 month ago