Search Results for 'buddypress'
-
Search Results
-
I used LH Private BuddyPress to make my BP site quite private. But for logged-in users, it still shows the login page if they try to go to a place directly through a link, and then after login, they will be directed to their activity. That’s not good they will have to go through all the trouble of locating the place again, and if they still use the link while logged in it will redirect to login after, it will still redirect to their activity page. I still want contents restricted to logged-in users.
How can I fix the privacy and redirect issue at once? I don’t want the redirect to I just want them to continue from where they left off after login. If one wants he can just login directly via home page and be directed to activity or something.
Hi, I have this error message
“There was a problem cropping your profile photo.”
when I try to upload an avatar image with a width of 450px and above. Starting to 451px it works (even with an height of 150px). I get a warning message only if I try to upload an image under 150x150px :
“You have selected an image that is smaller than recommended. For best results, upload a picture larger than 150 x 150 pixels.”
So, I suppose this problem doesn’t come from a setting option somewhere.
The problem is the same when I switch to the default theme Twenty Fifteen and I have no other plugin activated (except HideMySite). Cover image works without problem. Cropping image works with Ultimate-member plugin and in WP admin -> Media -> Edit/crop as well.
Config:
Wordpress (new install) v4.9
Buddypress 2.9.2
php 5.6
GD enabledThanks.
Hi,
I recently updated buddypress to 2.9.2 and after that my RSS feeds are not working. I tried all ways to find if this is a conflict by enabling/disabling plugins and switching theme. But I am getting this error on my group feeds page..
This page contains the following errors: error on line 2 at column 6: XML declaration allowed only at the start of the document Below is a rendering of the page up to the first error.Thanks in advance.
Hello, I successfully created a new BuddyPress Profile Tab called “Videos”. This page shows all videos shared by that user (custom post type called “video”). It also shows the pagination, however, once the pagination is clicked, it brings me to a 404 page. Here’s what I have so far:
function my_videos_screen_content() { echo 'We are currently working on this section, some content may not appear properly. Thank you for your patience.'; ?> <div class="container"> <div class="row"> <div class="col-sm-8"> <div class="row video-section meta-maxwidth-230"> <?php $custom_query_args = array( 'post_type' => 'video', 'author' => bp_displayed_user_id(), 'posts_per_page' => get_option( 'posts_per_page' ) ); $custom_query_args['paged'] = get_query_var( 'paged' ) ? get_query_var( 'paged' ) : 1; $custom_query = new WP_Query( $custom_query_args ); $temp_query = $wp_query; $wp_query = NULL; $wp_query = $custom_query; if ( $custom_query->have_posts() ) : while ( $custom_query->have_posts() ) : $custom_query->the_post(); get_template_part( 'loop', 'video' ); endwhile; ?> </div> <?php endif; wp_reset_postdata(); ?> <?php // Custom query loop pagination previous_posts_link( 'Newer Videos' ); next_posts_link( 'Older Videos', $custom_query->max_num_pages );?> <?php // Reset main query object $wp_query = NULL; $wp_query = $temp_query; ?> </div> </div><!-- /.row --> </div> </div><!-- /.container --> <?php }NOTES:
Wordpress Version : Latest
BuddyPress Version : Latest
Theme : VideoTubeAny help would be greatly appreciated – thanks!
WordPress: Versie: 4.9
Theme: Appointment Versie: 1.0.9
BuddyPress 2.9.2The automatically generated buddypress page are empty.
Checked the setting (everyone allowed to register) in settings -> general
Have the associations in settings -> buddypress -> pages set on those pages.Installed the plugin 3 times and tried it multiple times.
tried the Theme Twenty and it worked…
How can i get the pages working in the Appointment version?
Hi everybody,
I’m working on my first BuddyPress website and I realised that in the profile section when I go to Change Profile Photo, the option to use the webcam is not there.
Can anyone help me, please?
I’m using chrome and the options about the camera are ok. In fact, using my computer I can see that option in a friend’s BuddyPress, so… maybe I’m doing something wrong in my backend?
Thanks a lot 😉
Topic: Course Group Error
Hello,
WP Version: 4.9
BP Version: 2.9.2
BP for LD Version: 1.2.3
NutribabeNation.LoveChard.com
Hope you are having a great day! I just created a course group for my latest course in LearnDash and following error showed on my screen:
Warning: Illegal offset type in isset or empty in …/wp-includes/pomo/plural-forms.php on line 240
Warning: Illegal offset type in …/wp-includes/pomo/plural-forms.php on line 243
Screen Shot Image: https://imgur.com/a/k4mCL
I’ve since noticed that I’m receiving the same error on ALL of my course groups. Since I use the Boss Theme, LearnDash for courses, and BuddyPress for social… I’m not certain which service I should seek for help.
Please let me know if this is something you can help with fixing or if I should be contacting one of the other guys.
Thank you for your support!
Hello!
I just found this link to solve my problem but, it work only on a group page!
I made a header on my site, where user can see their notifications, their new message notification and I would like to add “my groups” button. Else, we have to go to “all groups” page, charge, waiting and find our group… (there is 40 groups…)
So is there a way to display these groups link ?
You would save me !
Thank you a lot for your answer…Topic: Whos online widget .css
Where is the .css of Whos Online widget?
Buddypress files are really messy with all maps and all the files cant find it.I’m using BuddyPress in a limited way in conjunction with BBPress.
Looking for code or a URL I can add to my BBPress forum template that will take users to their own BuddyPress profile page.
http://fluentself.com/forums
WP 4.8.2
BBPress 2.5.13Hi
Take a look at http://www.irishnetworkboston.net/home2/ to see revolution slider, and https://www.irishnetworkboston.net/membership/ where it breaks Stripe integration button for Wishlist Membership.
Disabling BuddyPress fixes both of them, so pretty sure that’s the issue.
Dear Buddypress community,
I’ve scheduling posts – they will be for example posted in 2 and 4 hours.
The problem is that when I do that… there is not an activity at all… it doesn’t say
“USER posted a new blog post NAME”
When I posted without scheduling, the activity works fine.Any ideas how to fix this please?
Thank you 🙂