-
bp-help replied to the topic [Resolved] Activity stream accessible to everyone in the forum Installing BuddyPress 11 years, 5 months ago
@ghera74
No that is not normal. If it was custom code you will have to find that custom code you introduced and either comment it out or delete it if your certain you will not use it anymore. If it is a plugin then deactivate each one individually until your narrow it down to the one that is problematic. -
bp-help replied to the topic [Resolved] Activity stream accessible to everyone in the forum Installing BuddyPress 11 years, 5 months ago
@ghera74
That is default behavior if you do not have an private community type plugins activated. You can make activity your landing page in dashboard/settings/reading or create a custom menu and add the activity page as a menu item if you don’t want it as a landing…[Read more] -
bp-help replied to the topic [Resolved] Activity stream accessible to everyone in the forum Installing BuddyPress 11 years, 5 months ago
@ghera74
So are you saying you want non-logged-in users to be able to post an update to the activity stream without being registered but they just cant comment on the post? -
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
Have you succeeded in your pages list? I think it would be a helpful contribution to the codex. I did my best at covering buddypress and bbpress pages with the plugin Private Community For BP Right now the only thing that makes me hesitate releasing it to the repo is the uncertainty of if I covered all BP specific pages and the fact…[Read more] -
bp-help replied to the topic redirect to profile page? in the forum How-to & Troubleshooting 11 years, 5 months ago
@famous
That is a little strange. Are using mutisite? On a single site BP install the login/logout shows in the sidebar with the Meta Widget. Are you using a full width template? If so you can use this plugin to provide a login in the toolbar which I use with a full page template with WP 3.5.1 and BP 1.7.2 and it works, get it…[Read more] -
bp-help replied to the topic White Screen of Death on BuddyPress.org Activity Submission in the forum Requests & Feedback 11 years, 5 months ago
@mercime
Your much welcome sir. Like I noted though its really not a feature I use here at all. I am here to give what advice and help when I can, so posting a status update isn’t relevant to my agenda but for others that use it then I suppose they would find it useful. Thanks again! 🙂 -
bp-help replied to the topic Buddypress tabs on custom post type template in the forum Miscellaneous 11 years, 5 months ago
@jhinzo @hgstephengreenberg
You can try this plugin which also has a premium version with more features. Not sure if it will meet your requirements but you can give it a try. Get it here:
https://wordpress.org/plugins/buddypress-custom-profile-menu/Or try this method if your adventurous which I haven’t…[Read more]
-
bp-help replied to the topic Alphabetical Members Directory in the forum How-to & Troubleshooting 11 years, 5 months ago
@dswd
In members-loop.php change this:
<?php if ( bp_has_members( bp_ajax_querystring( 'members' ) ) ) : ?>
To This:
<?php if ( bp_has_members( bp_ajax_querystring( 'members' ) . '&type=alphabetical') ) : ?>
https://codex.buddypress.org/developer/developer-docs/loops-reference/the-members-loop/ -
bp-help replied to the topic White Screen of Death on BuddyPress.org Activity Submission in the forum Requests & Feedback 11 years, 5 months ago
@themightymo
Your welcome! Maybe @mercime and @hnla could shed some light on this issue? -
bp-help replied to the topic redirect to profile page? in the forum How-to & Troubleshooting 11 years, 5 months ago
@famous
I have never used that widget but you can always drop the widget in the dashboard to the inactive widget section and then test if that is what is causing the login redirect function to fail. -
bp-help replied to the topic White Screen of Death on BuddyPress.org Activity Submission in the forum Requests & Feedback 11 years, 5 months ago
@themightymo
Just tested it out even though it is not a feature I use here but after I posted an activity update it went to a white screen with what appears to be a redirect loop that will not resolve. @mercime @hnla Do you guys have the same issue? -
bp-help replied to the topic [Resolved] buddypress and localhost in the forum How-to & Troubleshooting 11 years, 5 months ago
if someone could offer advice i would appreciate it.
You asked for advice and I gave it to you.
That was about the most useless response anyone could have provided.
Given your demeanor don’t expect anyone to spoon feed what you did wrong when you supplied little information to begin with and when someone offers friendly advice you…[Read more]
-
bp-help replied to the topic redirect to profile page? in the forum How-to & Troubleshooting 11 years, 5 months ago
It works for me. I tested it myself. Maybe you have some function in your theme, or plugins that is interfering with it. Have you tried basic troubleshooting by deactivating all plugins other than BP and activating twenty twelve theme or bp-default theme?
-
bp-help replied to the topic Add Custom Setting to Buddypress Settings in the forum Creating & Extending 11 years, 5 months ago
@patricksaad
I was just informing you of the release of the plugin which works perfectly in my test environment. If you can get your code working and integrated into the core great, if not there is a viable option already. -
bp-help replied to the topic Remove profile links in the forum How-to & Troubleshooting 11 years, 5 months ago
@modemlooper
Reason I asked is because bp_init and init both work fine with the plugin I made on my test environment. I did update the plugin I made to remove profile auto links on github with init for compatibility sake. BTW bp-include has been in the plugin since conception in the loader.php. If someone knows better then feel free to chime in.…[Read more] -
bp-help replied to the topic Post Link appears thrice in the forum How-to & Troubleshooting 11 years, 5 months ago
@sarathbabu_k @mercime @sbrajesh
Theme used is Bp Nicey.
-
bp-help replied to the topic redirect to profile page? in the forum How-to & Troubleshooting 11 years, 5 months ago
@famous
To redirect to profile add the following code courtesy of @sbrajesh at BuddyDev to your bp-custom.php :
/*Make sure profile is default component*/
define('BP_DEFAULT_COMPONENT','profile');/*let us filter where to redirect */
add_filter("login_redirect","bpdev_redirect_to_profile",10,3);function…[Read more]
-
bp-help replied to the topic Add Custom Setting to Buddypress Settings in the forum Creating & Extending 11 years, 5 months ago
@patricksaad
There is now a premium plugin for activity stream throttling from BuddyDev: -
bp-help replied to the topic How to deal with registration in the forum Installing BuddyPress 11 years, 5 months ago
@ldjautobody
You can use the procedures from this tutorial:
http://wpmu.org/how-to-build-a-facebook-style-members-only-wordpress-buddypress-site/
You could have a different logged out menu in which you could include the register link. -
bp-help replied to the topic [Resolved] buddypress and localhost in the forum How-to & Troubleshooting 11 years, 5 months ago
@dmd54
If your a beginner you should have just used the register page and changed the name tile to “Sign Up” and changed the slug of that same page to “sign-up.” Learn a bit more and get versed in the codex before you start customizing and changing things so much since you are a beginner. Basically you need to learn to crawl before you walk. Don’t…[Read more] - Load More
@bphelp
Active 9 years, 1 month ago