-
bp-help replied to the topic Creating New Plugins in the forum Creating & Extending 11 years, 5 months ago
@hnla
I just checked using the advice you have given and moved the check to the main loader file and for some reason it does make a difference because now the message is displayed as expected if BP is not installed so I’ll consider this the best practice in the future. I wonder if I should contact someone that does the plugin reviews so they can…[Read more] -
bp-help replied to the topic Creating New Plugins in the forum Creating & Extending 11 years, 5 months ago
-
bp-help started the topic Creating New Plugins in the forum Installing BuddyPress 11 years, 5 months ago
I usually only give out help but now I need some advice from real BP developers. I don’t intend to sound like I do not appreciate others advice but this is strictly geared more for real BP developers. Anyways on with my question. I have a plugin I submitted to the repository you can examine it…[Read more]
-
bp-help replied to the topic [Resolved] Feel Like I need to beg to get some help…im close to despair! in the forum Installing BuddyPress 11 years, 5 months ago
@mcpeanut
Please don’t troll your own thread and don’t take what @hnla said as an attack towards your intelligence.
It was just a recommendation, not an attack. If your upset about him closing another thread that posed the same questions basically then don’t be. It is common for a forum with threads with duplicate content or support requests to…[Read more] -
bp-help replied to the topic [Resolved] Adjusting Privacy Settings in the forum Installing BuddyPress 11 years, 5 months ago
@synaptic
Still waiting for the plugin review before I move it over to the repo but until then you can get it here.
https://github.com/bphelp/private_community_for_bp_lite -
bp-help replied to the topic User notification when new reply etc in the forum Ideas 11 years, 5 months ago
@sushmitha
Sorry, I forgot to add the link to it. Here you go: -
bp-help replied to the topic User notification when new reply etc in the forum Ideas 11 years, 5 months ago
@sushmitha
Just some friendly advice but I would open a new topic because the initial topic is going on four years old and some of that information may have been outdated. If you do not find the help you need then consider perhaps posting it on the jobs board. -
bp-help replied to the topic [Resolved] Adjusting Privacy Settings in the forum Installing BuddyPress 11 years, 5 months ago
@designac
I submitted a plugin today to the repository that will do that. It has dashboard settings to exclude pages from protection but it is optional. So stay tuned! -
bp-help replied to the topic Admin/Buddybar Gone! in the forum How-to & Troubleshooting 11 years, 5 months ago
@fpats
Sorry again for your frustration but maybe you should hire a developer that understands WP and BP. It may costs you some bucks but it will save you a ton of frustration. -
bp-help replied to the topic Admin/Buddybar Gone! in the forum How-to & Troubleshooting 11 years, 5 months ago
@fpats
You could try and see if it helps. -
bp-help replied to the topic Admin/Buddybar Gone! in the forum How-to & Troubleshooting 11 years, 5 months ago
@fpats
Sorry for your frustration. Sometimes you have to trace back your footsteps. The toolbar would not have just stop working out of the blue. You had to make some change that altered the behavior either by changing themes, adding plugins, or adding custom code. If you can think back to what you did before noticing that it was disappearing then…[Read more] -
bp-help replied to the topic Admin/Buddybar Gone! in the forum How-to & Troubleshooting 11 years, 5 months ago
@fpats
Add the below code to your themes functions.php
show_admin_bar(true);
-
bp-help replied to the topic [Resolved] Adjusting Privacy Settings in the forum Installing BuddyPress 11 years, 5 months ago
@bkypes
You are welcome, glad I could help! -
bp-help replied to the topic [Resolved] Adjusting Privacy Settings in the forum Installing BuddyPress 11 years, 5 months ago
@bkypes
Try adding the below code to bp-custom.php if a logged out visitor tries to go to the activity page then they are redirected to login. For more info on bp-custom.php please see:
https://codex.buddypress.org/developer/customizing/bp-custom-php/
[Read more]
/* Prevent logged out users from accessing bp activity page */
function nonreg_visitor_redirect()… -
bp-help replied to the topic No log-in page in the forum Installing BuddyPress 11 years, 5 months ago
In your browsers address bar at the end of your sites name add /wp-login.php
-
bp-help replied to the topic No log-in page in the forum Installing BuddyPress 11 years, 5 months ago
@markzwong
If your logged in then that is default behavior to go to the home page. Try logging out and go to the login page. -
bp-help replied to the topic For Activity Stream post button doesn't display in the forum How-to & Troubleshooting 11 years, 5 months ago
@deviewzuser
It is hidden until a user clicks in the whats new text field then it should display. If not then you have a java-script issue with your theme. Please give more info regarding your install so we can assist you further. -
bp-help replied to the topic Redirecting Logged in users to activity.. in the forum Third Party Plugins 11 years, 5 months ago
@yaakhi
The link to my solution above is an alternative so it would not be in that plugin. If you had followed the link and read the instructions you would have have known it goes in bp-custom.php and has nothing to do with that plugin. -
bp-help replied to the topic Redirecting Logged in users to activity.. in the forum Third Party Plugins 11 years, 5 months ago
@yaakhi
Try this trick:
BuddyPress Redirect To Profile Trick Using A Landing Page.
To modify it to redirect to activity just change this line:
bp_core_redirect( get_option('home') . '/members/' . bp_core_get_username( bp_loggedin_user_id() ) . '/profile' );
To this if you want personal activity:…[Read more] -
bp-help replied to the topic BuddyPress and BBPress both say "use a child theme" in the forum How-to & Troubleshooting 11 years, 5 months ago
@monika
You just need a BuddyPress child theme. It would be awkward to have your main theme and then another one for bbpress especially since theme compatability came out. But there are themes for bbpress. I just believe in consistency or users may think they got redirected to a whole different site. You want every page to be identifiable to your…[Read more] - Load More
@bphelp
Active 9 years, 1 month ago