-
bp-help replied to the topic How can I get the activity like facebooks? in the forum Installing BuddyPress 11 years, 5 months ago
@henrywright-1
Yes it will display your personal and friends activity only. -
bp-help replied to the topic Compatibility Help Please!! in the forum How-to & Troubleshooting 11 years, 5 months ago
@wpgoddess
Never get hung up on one theme because the one you may love the most may be junk as far as coding
(Please don’t take offensive as it is not directed towards any individual). Try others, or hire a well known buddypress web designer like @karmatosed. I mainly do development so looking pretty is more a designers cup of tea but…[Read more] -
bp-help replied to the topic I've Figured Out How To Create a Facebook-Style Wall, But… in the forum How-to & Troubleshooting 11 years, 5 months ago
@luckyrajiv
Try the plugin in the link I provided instead off editing core files. It is safer to use the plugin. Last time I checked it was working with BP 1.7.2 however I cant promise it will work when BP 1.8 is released and I do not have plans to further update it. -
bp-help replied to the topic setting the profile page as main page in the forum Creating & Extending 11 years, 5 months ago
@programer2013
Expanding on @henrywright-1 suggestion you can add the below code to bp-custom.php
It will prohibit logged out visitors from viewing BP Pages and redirect to registration. Upon login it will direct them to their public profile.
[Read more]
define( 'BP_DEFAULT_COMPONENT', 'profile' );
function bp_help_restrict_login_and_redirect_to_profile()… -
bp-help replied to the topic I've Figured Out How To Create a Facebook-Style Wall, But… in the forum How-to & Troubleshooting 11 years, 5 months ago
@ljmac @luckyrajiv
You can try this plugin but I quit updating it because I felt it was obsolete.
https://github.com/bphelp/activity-privacy-component -
bp-help replied to the topic Redirect Homepage to Profile Page if Logged in in the forum How-to & Troubleshooting 11 years, 5 months ago
@luckyrajiv
Try the snippets I provided in the below thread courtesy of @sbrajesh:
https://buddypress.org/support/topic/redirect-to-profile-page/ -
bp-help replied to the topic [Resolved] Visual bug in registration page in the forum How-to & Troubleshooting 11 years, 5 months ago
@ivevera
That is the registration form in the screenshot. Do you mean its not functioning? Please supply more info on your installation as well as more details about your issue. -
bp-help replied to the topic Multiple profiles under 1 email address in the forum Creating & Extending 11 years, 5 months ago
@tribblehunter
Not sure I understand you correctly so I will offer some advice. Even if having multiple user profiles under one email was possible your site would become spam heaven so I would highly advise against this. Are you sure you don’t mean adding a new field group which is already…[Read more] -
bp-help replied to the topic Restration Page Re-directs to Homepage in the forum How-to & Troubleshooting 11 years, 5 months ago
@ldjautobody
If the user is already logged in it is default behavior for them to be redirected to the home page which makes sense, since someone who has the ability to login had already been through the registration and activation process. Hope this answers your question. 🙂 -
bp-help replied to the topic WordPress Hacks and Snippets to Fight Spam in the forum How-to & Troubleshooting 11 years, 5 months ago
@synaptic
I think it would be useful on some situations. If you are knowledgeable about how to approach it with coding then it is very feasible. -
bp-help replied to the topic How to make Buddy Press Compatible with Theme in the forum How-to & Troubleshooting 11 years, 5 months ago
@minigamers
The codex is your buddy in buddypress. Please see:
https://codex.buddypress.org/developer/theme-development/a-quick-look-at-1-7-theme-compatibility/ -
bp-help replied to the topic 2 new forum sections – devoted to 'Security' & 'Performance, please in the forum Ideas 11 years, 5 months ago
@rcain
Activity Stream Throttling done courtesy of BuddyDev:Limit friendship request throttling done courtesy of BuddyDev:
Private Message Rate limit plugin includes throttling coming soon from BuddyDev
Many captcha solutions have…[Read more]
-
bp-help replied to the topic Registration goes nowhere – MAMP in the forum Installing BuddyPress 11 years, 5 months ago
@wgbcworship
Have you tried batch deactivating plugins except for BP and testing registration against each plugin after you re-activate them individually? -
bp-help replied to the topic WordPress Hacks and Snippets to Fight Spam in the forum How-to & Troubleshooting 11 years, 5 months ago
@synaptic
Nice snippets is this your site? I think it should also include the honeypot method which I made a very small plugin with here: https://github.com/bphelp/bp-spam-killer
You could easily use those functions in bp-custom.php etc. I am also liking BuddyDev’s BuddyPress Rate Limit User Activity plugin which provides activity stream…[Read more] -
bp-help replied to the topic Remove profile links in the forum How-to & Troubleshooting 11 years, 5 months ago
@modemlooper
That definitely would make a difference. Anyway thank you for your input! -
bp-help replied to the topic Exclude self from members directory in the forum How-to & Troubleshooting 11 years, 5 months ago
@henrywright-1
Yes by default. Not really sure why but you could write a function to exclude the current logged in user. -
bp-help replied to the topic Members count missing 1/5 of the actual number? in the forum How-to & Troubleshooting 11 years, 5 months ago
@jaemaz
Is it perhaps that some members were marked as spammers? -
bp-help replied to the topic [Resolved] Admin Bar in the forum How-to & Troubleshooting 11 years, 5 months ago
@martinm92
You can try:
<?php wp_lostpassword_url(); ?>
-
bp-help replied to the topic Members count missing 1/5 of the actual number? in the forum How-to & Troubleshooting 11 years, 5 months ago
@jaemaz
Most likely the reason for that discrepancy is because the users may have activated their account but have yet to login for the first time. I think this is default behavior but I could be wrong. I have noticed they do not get added to the directory until they login the first time. -
bp-help replied to the topic Complete list of all BuddyPress pages in the forum How-to & Troubleshooting 11 years, 5 months ago
@henrywright-1
Other than the activity and friends component as you mentioned it looks good at a quick glance. - Load More
@bphelp
Active 9 years, 1 month ago