Search Results for 'buddypress'
-
AuthorSearch Results
-
September 26, 2009 at 5:04 pm #53116
In reply to: BuddyPress Spam
wordpressfan
ParticipantI read your example. I need something with a wider net. First off, the robot registration never leave an e-mail address. Unlike WP comment spam, WPMU registration robots appear able to bypass required fields, including e-mail address.
I receive e-mails announcing new registrations that contain only IP addresses. Meaning I would need to include hundreds of IP addresses in your code.
The real solution is somehow create a bullet-proof required registration field or move the registration page behind a firewall. I’ve seen single-user WordPress installations that move the wp-admin or wp-signup pages to avoid robot attacks using the default name and location of these pages.
September 26, 2009 at 4:17 pm #53114In reply to: Where is the dashboard link ?
Paul Wong-Gibbs
KeymasterThat is not a standard BuddyPress page. It’s something written for this site, and it’s not hard to re-code it yourself.
September 26, 2009 at 4:03 pm #53112In reply to: BuddyPress Spam
danbpfr
Participant@ wordpressfan
Did you read this post ?
I give a solution. Not perfect but it works
https://buddypress.org/forums/topic/fighting-splogs#post-22687
September 26, 2009 at 2:49 pm #53109In reply to: BuddyPress Spam
wordpressfan
ParticipantAskimet does great catching spammers comments on regular WordPress installations, but WordPress MU is commonly the target of spam registrations, which is my problem. I tried reCaptcha and the same day had to delete spammers.
I’m hoping a future version of BuddyPress or WPMU will include finer security, allowing admins to block access to only humanly-registered users, rather than either shut off all registrations. Another possibility would be to follow the example of WordPress and allow admins to relocate or rename the registration component.
September 26, 2009 at 8:54 am #53104In reply to: Fatal Error installing BP 1.0.3
Paul Wong-Gibbs
KeymasterWhat socialpreneur said.
Your error message usually means you are trying to run BuddyPress on regular WordPress, not WordPress MU. Are you sure you have installed WPMU? Where did you download it from?
September 26, 2009 at 8:49 am #53103In reply to: Fatal Error installing BP 1.0.3
September 26, 2009 at 12:59 am #53097In reply to: Limiting Access to Registered Users?
takuya
ParticipantFor temp. solution, have you read this sticky post?
https://buddypress.org/forums/topic/faq-how-to-code-snippets-and-solutions
btw, haven’t seen Burt for a while…
September 26, 2009 at 12:52 am #53095In reply to: SI CAPTCHA for WPMU and BuddyPress
Michael J Challis
ParticipantOK, thanks
September 26, 2009 at 12:33 am #53092In reply to: SI CAPTCHA for WPMU and BuddyPress
Andy Peatling
KeymasterThe design problem was a bug in the RC, it has been fixed in the latest trunk.
September 25, 2009 at 11:32 pm #53091In reply to: Page Not Found Error With 1.1
aishaladon
ParticipantI am having the same problem.
First when I installed wordpessmu ( Yahoo server)
I selected subdomain( the first option)
http://www.yourblog.yoursite.com
Everything installed, I was given temp password
But was unable to login
Re-created database, tested again. Same problem.
The only way to fix this problem was to install with
sub directory ( second option)
So using option two, I was able to login.
Next I installed buddypress.
But a the same thing thats going on with others, happens to me.
members, groups, etc. all those pages are empty and I get page not found error.
Whats up with that?
Can someone help soon.
This is a site for a paying client.
no other plugins installed.
no fancy themes.
I have yet to get that far ( lol)
site is http://yotroutreach.com
I am familiar with buddy press, and have it installed on other domains, but they are on dreamhost, and not yahoo.

I love dream host.
Thanks in advance, Aisha
p.s.
I tried fresh installs, new databases, in addition to delete httacess, and wp-config , and re-doing everything.
that does not work for me either
September 25, 2009 at 11:31 pm #53090In reply to: SI CAPTCHA for WPMU and BuddyPress
Michael J Challis
ParticipantBeta is closed. 2.00 is released.
https://wordpress.org/extend/plugins/si-captcha-for-wordpress/
September 25, 2009 at 10:57 pm #53089In reply to: SI CAPTCHA for WPMU and BuddyPress
Michael J Challis
ParticipantThanks for the suggestion I changed it.
beta Version: 1.9.4
PS. I am having a CSS problem with the layout of the registration page. The wigets are trying to display in the middle of the page instead of the right hand side.It is not related to the captcha, because it still happens with SI captcha uninstalled.
Is this a reported bug or should I report it?
September 25, 2009 at 10:35 pm #53086In reply to: SI CAPTCHA for WPMU and BuddyPress
Andy Peatling
KeymasterLooks good, but I’d recommended changing the hook
bp_before_account_details_fieldsto
bp_before_registration_submit_buttonsfor better positioning on the registration page.
September 25, 2009 at 10:12 pm #53084In reply to: Installed BP 1.1 and Fatal Error
Michael J Challis
ParticipantI made a ticket.
September 25, 2009 at 8:19 pm #53083In reply to: SI CAPTCHA for WPMU and BuddyPress
Michael J Challis
Participantbeta Version: 1.9.4 – Supports BuddyPress 1.0.3 and 1.1
Same download URL:
http://www.642weather.com/weather/scripts/si-captcha-for-wordpress1.9-beta.zip
Testers?
September 25, 2009 at 7:12 pm #53082In reply to: Installed BP 1.1 and Fatal Error
Michael J Challis
ParticipantMy bad, I forgot to activate the Buddypress plugin.
It would be nice if instead of generating a fatal error, there was some code in header.php on line 9 that would check for the existence of the function and print a nice error message like “Did you forget to activate the BuddyPress plugin?”
Here is the proposed improvement code (this goes in the very top of themes/bp-sn-parent/header.php:
<?php
if ( !function_exists('bp_page_title') ) {
die('Did you forget to activate the BuddyPress plugin?');
}
?>September 25, 2009 at 6:59 pm #53081In reply to: SI CAPTCHA for WPMU and BuddyPress
Michael J Challis
ParticipantI have a roadblock in my plans to test on BuddyPress 1.1
https://buddypress.org/forums/topic/installed-bp-11-and-fatal-error
September 25, 2009 at 6:46 pm #53080In reply to: BBpress Plugins in V1.1
bpisimone
Participant@JJJ maybe someone could point out the important steps there? Also if anyone could comment these particular bbpress modification problems…that would make me incredibly happy
September 25, 2009 at 6:17 pm #53079In reply to: BuddyPress Spam
madloki
ParticipantI use reCaptcha with askiment in a bundle, well….i will see the result after launch the site
September 25, 2009 at 6:11 pm #53078In reply to: SI CAPTCHA for WPMU and BuddyPress
Michael J Challis
ParticipantI think I figured it out.
Anybody with BudyPress 1.1 want to test the registration CAPTCHA for me?
beta Version: 1.9.3
Same download URL:
http://www.642weather.com/weather/scripts/si-captcha-for-wordpress1.9-beta.zip
September 25, 2009 at 6:03 pm #53077In reply to: css broke my buddypress
mikhailjon
Participantlooks like you got the buddypress skeleton theme enabled. Or you havent uploaded the child theme if youre using buddypress 1.1. Cuz that’s what it looks like to me, as im trying to study the new theme structure as well
September 25, 2009 at 5:44 pm #53076In reply to: css broke my buddypress
Brajesh Singh
Participantsorry,I mean try activating bp-member theme
September 25, 2009 at 5:44 pm #53075In reply to: css broke my buddypress
Brajesh Singh
Participanthey,seems you are using the skeleton member theme ,which is a bare bone theme.and I think,That’s why the page is looking so.
Either you need to put your own css or activate b-member theme(not the sekelton)
Hope,It should help.
September 25, 2009 at 5:04 pm #53074In reply to: css broke my buddypress
concrain
Participanti tried that. it strange, like buddy press dosen’t see the css at all.
check it out
September 25, 2009 at 4:54 pm #53073In reply to: Buzzlyf.com – Indian Students Blogosphere
mikhailjon
ParticipantOuch, Thank god im on a reseller hosting account. Looks like you cant just run buddypress on any random hosting company.
-
AuthorSearch Results