-
bp-help replied to the topic BuddyPress Registration Page Not Working in the forum How-to & Troubleshooting 11 years, 2 months ago
@eve-oliveri
Follow up, I just registered and activated an account on your site with no issue’s so if another volunteer would be willing to do the same to confirm my findings. Thanks! -
bp-help replied to the topic BuddyPress Registration Page Not Working in the forum How-to & Troubleshooting 11 years, 2 months ago
@eve-oliveri
Have you tried activating a known theme that works with BuddyPress like Twenty Twelve or bp-default? This has been covered on the forums before on many occasions so do a search for similar topics. If after activating a known theme that works with BuddyPress and you still have an issue then let us know. More than likely your issue is…[Read more] -
bp-help replied to the topic Where is a working demo in the forum Installing BuddyPress 11 years, 3 months ago
-
bp-help replied to the topic Where is a working demo in the forum Installing BuddyPress 11 years, 3 months ago
@zorro1965
http://testbp.org is defunct. Maybe some of the other volunteers may have the answer as to why but I won’t speculate. If you wanna see working examples of BP sites visit:
http://www.bpinspire.com/ -
bp-help replied to the topic [Resolved] Charge visitors to upload files in the forum Creating & Extending 11 years, 3 months ago
@danbp
It really isn’t necessary to reply on a duplicate topic. Replying to the original as you did should suffice. Cheers! -
bp-help replied to the topic Activity Filtering in the forum How-to & Troubleshooting 11 years, 3 months ago
@dswd
Try
<?php if ( bp_has_activities( bp_ajax_querystring( 'activity' ) . 'object=blogs&primary_id=1' ) ) : ?>
-
bp-help replied to the topic New great plugin, buddypress-wall by @megainfo in the forum Third Party Plugins 11 years, 3 months ago
@megainfo
Thanks for the info. I will give it a try! -
bp-help replied to the topic New great plugin, buddypress-wall by @megainfo in the forum Third Party Plugins 11 years, 3 months ago
-
bp-help replied to the topic two page home page? in the forum How-to & Troubleshooting 11 years, 3 months ago
@villnoweric
Just remove Home from the menu, then add activity to your custom menu. Then change the navigational label to “Activity Feed” or whatever you wish! -
bp-help replied to the topic two page home page? in the forum How-to & Troubleshooting 11 years, 3 months ago
-
bp-help replied to the topic two page home page? in the forum How-to & Troubleshooting 11 years, 3 months ago
@villnoweric
Try this it is a slightly modified snippet I did earlier but fits your requirement. Follow the instructions in the code.
[Read more]
// PLEASE NOTE FOR THIS TO WORK:
// Before adding this code to bp-custom.php
// https://codex.buddypress.org/developer/customizing/bp-custom-php/
// you will need to create a new page in the dashboard and name it
//… -
bp-help replied to the topic [Resolved] Logged-In User Profile Link URL in the forum How-to & Troubleshooting 11 years, 3 months ago
@xiot
There is no problem, I simply meant that by being more specific it will help all of the volunteers help you more efficiently next time around! 🙂 -
bp-help replied to the topic [Resolved] Logged-In User Profile Link URL in the forum How-to & Troubleshooting 11 years, 3 months ago
@xiot
You said:I want the code to redirect the not logged in user to a register page
Next time you request help please make sure you are more specific. One minute you say you want the logged out users to be redirected to the register page, then you flip and say you have a front page and don’t want to change it. When we offer code here a lot of…[Read more]
-
bp-help replied to the topic [Resolved] Logged-In User Profile Link URL in the forum How-to & Troubleshooting 11 years, 3 months ago
Let me know if it worked for you as well!
-
bp-help replied to the topic [Resolved] Hiding Groups, Activity & Members List to Non Members in the forum How-to & Troubleshooting 11 years, 3 months ago
@jannmirch
Untested, also if you are using sitewide forums remove the comments from:
/*|| bbp_is_single_forum() || bbp_is_single_topic()*/
If you are just using group forums leave the below code as is:
[Read more]
/* Prevent logged out users from accessing bp activity page */
function nonreg_visitor_redirect() {
global $bp;
if ( bp_is_activity_component() ||… -
bp-help replied to the topic I dont want to crop my avatar picture in the forum How-to & Troubleshooting 11 years, 3 months ago
@rimoreno
If you want to use an entire image then the dimensions need to be square. For example 400width X 400height, or 600width X 600height. There may be other ways that include editing code but I find this is the simplest way. -
bp-help replied to the topic Stopping auto links in the forum How-to & Troubleshooting 11 years, 3 months ago
@loki_mdog
Have you tried this slight variation?
function remove_xprofile_links() {
remove_filter( 'bp_get_the_profile_field_value', 'xprofile_filter_link_profile_data', 9, 2 );
}
add_action( 'init', 'remove_xprofile_links' );
-
bp-help replied to the topic WordPress Social Invitations in the forum Third Party Plugins 11 years, 3 months ago
@nguyendam
The plugin isn’t free the download link takes you to codecanyon and it has a $14.00 price tag. -
bp-help replied to the topic How to enable users to block other users from their profile? in the forum Installing BuddyPress 11 years, 3 months ago
- Load More
@bphelp
Active 9 years, 1 month ago