-
Aaron replied to the question Add Post Form to BP Activity Shortcode in the forum BuddyBoss Wall 9 years ago
Another version of this question: where is the code for the ‘post update’/’create activity’ form? I want to be able to add the form to another page…
Thanks:)
-
Aaron started the question Add Post Form to BP Activity Shortcode in the forum BuddyBoss Wall 9 years ago
I’m using a BP activity shortcode plugin that allows for the presentation of an activity stream. There is a function option which will present a ‘posting’ form at the top, so that folks can post to the stream. Here is the code:
<?php if ( $allow_posting && is_user_logged_in() ) : ?>
<?php bp_locate_template( array( ‘activity/post-form.php’),…
-
Aaron replied to the question "add friend" first choice by default on cover photo in the forum Boss. theme 9 years ago
@pallavi, thanks for getting back to me last week.
I’ve run into an issue where my ‘Private Message’ function has disappeared. I need to keep ‘Add Friend’ as the primary button (for obvious reasons, since it’s a social network!), but I still really need to have the ‘private message’ function available to users. Can you help me out?
-
Aaron replied to the question Resize cover photo height in the forum Boss. theme 9 years ago
Will one of the members post a screenshot of what the cover-photo looks like at 600px? I’m curious.
Thanks! -
Aaron started the question Adding Social Icons to Posts/Blog in the forum Boss. theme 9 years ago
Hello,
I’m trying to find an option to put social icons on my blog posts, so users can ‘share’ blog posts. Is this a feature? If it is, I can’t find it. If it isn’t a feature, it probably should be.
Thanks!Aaron
-
Aaron replied to the question customize register page in the forum Boss. theme 9 years ago
@pallavi
I’ve got the same question, however I just can’t find the resister.php file anywhere! I also cannot find a bp-legacy folder…what am I missing?
Thanks! -
Aaron replied to the question "add friend" first choice by default on cover photo in the forum Boss. theme 9 years ago
Also, when I replace the above code with your given code: bp_add_friend_button();
It entirely removes the option to send a private message to members who you ARE friends with. I don’t want to remove any buttons, I just want ‘add friend’ to be the main display. -
Aaron replied to the question "add friend" first choice by default on cover photo in the forum Boss. theme 9 years ago
Varun,
I’m sorry, but I’m still very confused about the instructions here. I would like to make ‘Add Friend’ as the default button, rather than ‘Private Message’. Can you be more specific about what I need to do?
I’m not sure what this means:buddypress/members/single
inside member-header.php
you can keep modified files inside the child theme… -
Aaron replied to the question Profile Landing Page in the forum Boss. theme 9 years ago
Thank you! Works perfectly.
-
Aaron started the question Profile Landing Page in the forum Boss. theme 9 years ago
Currently when a user clicks on a member’s profile/username it will go to the ‘Wall’ instead of the ‘Profile’. I would like the user to be brought to the ‘profile’ when the username is clicked. How can I accomplish this?
URL is http://www.hamconnect.com
I appreciate the help!