-
Jamel Sleep Apnea's profile was updated 7 years, 6 months ago
-
Prashant Singh replied to the topic How to send private massage only support person's role not anyone in buddypress in the forum How-to & Troubleshooting 7 years, 6 months ago
Glad to know that it worked for you 🙂
Thanks
-
Vanni Hammo's profile was updated 7 years, 6 months ago
-
Prashant Singh replied to the topic How to send private massage only support person's role not anyone in buddypress in the forum How-to & Troubleshooting 7 years, 6 months ago
add_filter( 'get_footer', 'ps_fill_user_name' );[Read more]
function ps_fill_user_name(){
if (bp_is_messages_compose_screen()) {
?>
<script type="text/javascript">
jQuery(document).ready(function(){
jQuery('#send-to-input').val('@test');
jQuery('#send-to-input').attr('readonly','readonly');
});
</script>
<?php
}
if… -
Prashant Singh replied to the topic Improve Comments in Activity Stream in the forum Requests & Feedback 7 years, 6 months ago
-
Vanni Hammo's profile was updated 7 years, 6 months ago
-
Prashant Singh replied to the topic who clicked on my link in the forum Miscellaneous 7 years, 6 months ago
Hi,
That will require custom coding. You can check these https://wordpress.org/plugins/tags/click-tracking/
Thanks
-
Prashant Singh replied to the topic How to add ClassName to am avatar in the forum Installing BuddyPress 7 years, 6 months ago
Thanks 🙂
-
Prashant Singh replied to the topic How to remove "replies" in the forum Installing BuddyPress 7 years, 6 months ago
I like your new profile photo:)
Thanks ????
-
Prashant Singh replied to the topic Online members status in the forum How-to & Troubleshooting 7 years, 6 months ago
Yes, that’s the only problem but you can test if it is working for you.
Thanks
-
Prashant Singh replied to the topic How to display the FollowingUser's activity in the forum Installing BuddyPress 7 years, 6 months ago
Hi,
Please try with legacy template pack. Maybe it is not working with nouveau template pack.
Thanks
-
Prashant Singh replied to the topic Which is "BuddyPress" that is compatible with "BuddyPress Follow"? in the forum How-to & Troubleshooting 7 years, 6 months ago
Hi,
Please try with the legacy template pack and in terms of version if it is not compatible with the latest version then please request in plugin’s support forum to make it compatible. Try any version of BuddyPress less than 3.0 to check the compatibility.
Thanks
-
Prashant Singh replied to the topic Translation of Cover Photo in the forum How-to & Troubleshooting 7 years, 6 months ago
Hi,
Please install https://wordpress.org/plugins/loco-translate/ plugin and then go to plugins menu of this plugin’s setting and find BuddyPress there and there you need to search this string and translate.
Thanks
-
Prashant Singh replied to the topic Renaming Group tabs in the forum How-to & Troubleshooting 7 years, 6 months ago
Glad to know that it worked for you 🙂
-
Prashant Singh replied to the topic Is it possible in Buddy Press to give only permission to delete private message in the forum How-to & Troubleshooting 7 years, 6 months ago
Hi,
You need to wrap those lines in this code <?php if(current_user_can(‘manage_options’)){?> //Your button code goes here <?php }?> and that is the only way you can make that button visible to admins only.
Thanks
-
Brajesh Singh replied to the topic Dequeue bp-nouveau css in the forum How-to & Troubleshooting 7 years, 6 months ago
No Problem.
You are welcome. Glad it worked for you 🙂Best regards
Brajesh -
Dora Carpenter's profile was updated 7 years, 6 months ago
-
axew3 started the topic Stupid question about email change and pass behavior in the forum Installing BuddyPress 7 years, 6 months ago
I’m over to check plugin compatibility with something else and i see that buddypress when an user change email, send the confirmation email to the current user address, instead then to the new.
So let assume an user own an account, which can access because have the pass, but on it there is an email address which do not have anymore control over.…[Read more]
-
Brajesh Singh replied to the topic Dequeue bp-nouveau css in the forum How-to & Troubleshooting 7 years, 6 months ago
It’s strange. Anything after 10 should work.
yes, is almost same(I simply removed the admin check as it was not needed in this case).I tried the code in bp-custom.php and it is working with the default theme.
Are you using some custom theme?
-
Brajesh Singh replied to the topic Dequeue bp-nouveau css in the forum How-to & Troubleshooting 7 years, 6 months ago
Hi,
Try using this
/**
* Dequeue BP Nouveau style
*/
function buddydev_dequeue_nouveau_styles() {
wp_dequeue_style( 'bp-nouveau' );
}add_action( 'wp_enqueue_scripts', 'buddydev_dequeue_nouveau_styles', 11 );
Does it work for you?
- Load More