-
Christina started the question "Add Friend" instead of "Private Message" in the forum Boss. theme 9 years, 6 months ago
I would like the default button to be “Add Friend” instead of “Private Message” for members that aren’t currently friends when a user views someone’s wall. How can I change it?
Boss v1.1.8 with BBWall & BBMedia plugins.
-
Christina started the question "Add Friend" instead of "Private Message" in the forum Boss. theme 9 years, 6 months ago
I would like the default button to be “Add Friend” instead of “Private Message” for members that aren’t currently friends when a user views someone’s wall.
Boss v1.1.8 with BBWall & BBMedia plugins.
-
Christina replied to the question Activity Photo Privacy in the forum BuddyBoss Media 9 years, 6 months ago
Attached is a screenshot of the pop-up post form I’m talking about.
-
Christina started the question Activity Photo Privacy in the forum BuddyBoss Media 9 years, 7 months ago
I have the Boss theme with BB Media and BB Wall. When you click the photo button to add a photo to your activity update, the upload photos pop-up should show the privacy menu. As it is, it is not easy to know or set what privacy you are posting the photos with.
-
Christina replied to the question Add Update Field in the forum BuddyBoss Wall 9 years, 7 months ago
Just to clarify, using the method I described above, my plugin is working. I can submit my feeling field through the ajaxPrefilter. However, if I also attach a photo with BB Media it seems my ‘feeling’ ajaxPrefilter is overrode by BB Media and my field isn’t sent. If I make sure I enqueue my javascript after BB Media then it goes the other way…[Read more]
-
Christina started the question Add Update Field in the forum BuddyBoss Wall 9 years, 7 months ago
This is a pretty technical question… I’m trying to add a buddypress activity meta field to activity updates with a buddypress plugin. The goal is letting users share their feelings when they post an update. Any direction to how I can add a form input field to pass extra data from the wall update?
More detail on what I’ve tried…
If I put an…[Read more] -
Christina replied to the question Styling Issues in the forum Boss. theme 9 years, 7 months ago
The below added to functions.php works for me to change login background color
function lifestarters_login_css() {?>
<style type=”text/css”>
body.login {
background-color: black !important;
}
</style><?php
}
add_action( ‘login_head’, ‘lifestarters_login_css’,99999 ); -
Christina replied to the question Cover Photo Button missing/broken in the forum Boss. theme 9 years, 7 months ago
Nevermind I guess. I edited the logo in customize again and it somehow fixed itself. Not sure what was going on there, but it was broken in several browsers I tested in.
-
Christina started the question Cover Photo Button missing/broken in the forum Boss. theme 9 years, 7 months ago
The camera button to change cover photo is missing on my install. If I hover over where it should be the “Update Cover Photo” button appears but animates in and moves oddly but still doesn’t have the camera icon in it.