-
Prashant Singh replied to the topic Create/add forum from frontend in the forum Miscellaneous 6 years, 1 month ago
Hi,
Please replace the previous code with this code if you want a tab and not the previous one:
function ps_profile_forum_creation() {
[Read more]
if(current_user_can('moderate')){
global $bp;
bp_core_new_subnav_item( array(
'name' => 'Create Forum',
'slug' => 'create-forum',
'screen_function' =>… -
Prashant Singh replied to the topic Wrong count shows in the forum Miscellaneous 6 years, 1 month ago
Hi Inderpreet,
Try repairing the count from Tools->BuddyPress if it does not fix the issue then it seems like your members have not yet logged-in on the site. As soon as they all will log in on the site the count will be fixed. Because BuddyPress shows the count of the active members(at least they logged in once).
Thanks
-
Prashant Singh replied to the topic Registration activation page takes too long to load in the forum How-to & Troubleshooting 6 years, 1 month ago
Hi,
You can do it manually then. Please check this https://wordpress.org/plugins/bp-registration-options/
Using this plugin you can restrict members to their profile only and then can easily approve them one by one.
Thanks
-
Prashant Singh replied to the topic Translation of Cover Photo in the forum How-to & Troubleshooting 6 years, 1 month ago
Please install this plugin https://wordpress.org/plugins/string-locator/ and try searching the string if it is anywhere in files then you will find it or else you have to go for database search.
Thanks
-
Prashant Singh replied to the topic Theme for BuddyPress only in the forum Installing BuddyPress 6 years, 1 month ago
Hi,
The article has mentioned everything there. Please take a backup before doing so. The theme depends on your need, compare the features and buy one. Kleo, BuddyBoss is one of the best BuddyPress themes.
Thanks
-
Prashant Singh replied to the topic Theme for BuddyPress only in the forum Installing BuddyPress 6 years, 1 month ago
Hi,
Please check this article: https://www.wpbeginner.com/wp-themes/how-to-use-multiple-themes-for-pages-in-wordpress/
Thanks
-
Prashant Singh replied to the topic Translation of Cover Photo in the forum How-to & Troubleshooting 6 years, 1 month ago
Hi,
Instead of the plugin, have you checked in your active theme? This might be there as well if you have BuddyPress based theme.
-
Prashant Singh replied to the topic Buddy Press Private Message Delete Permission to Only Admin in the forum How-to & Troubleshooting 6 years, 1 month ago
The last option we can try is CSS. I can give you a code that will hide that button for all the members except admins.
-
Prashant Singh replied to the topic Buddy Press Private Message Delete Permission to Only Admin in the forum How-to & Troubleshooting 6 years, 1 month ago
Hi,
Please let me know if you are logged in as an administrator or not if yes then certainly the button will be visible to you but if not then you will not be able to see the button after wrapping the code.
Your code seems fine to me and it should work for sure. Also please make sure that there are no ajax requests going on that creates the HTML…[Read more]
-
Prashant Singh replied to the topic Block Characters e.g. @, numbers, dot etc. in text fields / multiline text in the forum How-to & Troubleshooting 6 years, 1 month ago
Hi,
It’s because that is not a normal text area. it’s TinyMCE editor and we have to do something else there https://wordpress.stackexchange.com/questions/166077/keyup-events-in-tinymce-editor-not-working
Thanks
-
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 6 years, 1 month ago
Glad to know that it worked for you 🙂
Thanks
-
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 6 years, 1 month 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 6 years, 1 month ago
-
Prashant Singh replied to the topic who clicked on my link in the forum Miscellaneous 6 years, 1 month 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 6 years, 1 month ago
Thanks 🙂
-
Prashant Singh replied to the topic How to remove "replies" in the forum Installing BuddyPress 6 years, 1 month ago
I like your new profile photo:)
Thanks ????
-
Prashant Singh replied to the topic Online members status in the forum How-to & Troubleshooting 6 years, 1 month 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 6 years, 1 month 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 6 years, 1 month 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 6 years, 1 month 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
- Load More
@prashantvatsh
Active 3 months, 3 weeks ago