-
Prashant Singh replied to the topic How can I make Buddypress Activity Stream for friends only? in the forum How-to & Troubleshooting 5 years, 4 months ago
Hi,
Please try this solution https://buddydev.com/make-your-buddypress-sitewide-activity-stream-friends-only/
Thanks
-
Prashant Singh replied to the topic User Feedback Buttons in the forum How-to & Troubleshooting 5 years, 5 months ago
Yes, please try that and if there is any browser cache clear that too.
-
Prashant Singh replied to the topic User Feedback Buttons in the forum How-to & Troubleshooting 5 years, 5 months ago
It’s very strange. I can see it perfectly fine with just BuddyPress and Twenty Nineteen theme activated. Can you please try changing the theme to twenty seventeen and then check if it is coming there?
-
Prashant Singh replied to the topic group creation doenst work in the forum How-to & Troubleshooting 5 years, 5 months ago
Please have a backup first and then try deactivating plugins except for BuddyPress.
-
Prashant Singh replied to the topic group creation doenst work in the forum How-to & Troubleshooting 5 years, 5 months ago
Ok, please check if your_site_url/groups/create/ this is leading you towards a group creation or not. If not then there is a possibility that any other plugin is creating the conflict here.
-
Prashant Singh replied to the topic buddypress comments on regular wordpress blog post in the forum How-to & Troubleshooting 5 years, 5 months ago
Hi,
Please check this https://github.com/Turn2honey/plugins/blob/master/wp-mention-plugin/wp-mention-plugin.php for the mention feature and this https://themeisle.com/blog/attach-comment-images-wordpress/ for image uploads.
Thanks
-
Prashant Singh replied to the topic User Feedback Buttons in the forum How-to & Troubleshooting 5 years, 5 months ago
We need to check in console(inspect element of the browser https://www.webperformance.com/load-testing-tools/blog/articles/real-browser-manual/building-a-testcase/how-inspect-element-browser/) if there is any error.
-
Prashant Singh replied to the topic group creation doenst work in the forum How-to & Troubleshooting 5 years, 5 months ago
Ok, so now just type your site URL then /groups(your_site_url/groups) and see if there you can see the create group button or not.
-
Prashant Singh replied to the topic Create links to Buddypress pages in the forum Creating & Extending 5 years, 5 months ago
-
Prashant Singh replied to the topic User Feedback Buttons in the forum How-to & Troubleshooting 5 years, 5 months ago
Can you please check if there is any console error? Ans also check the CSS in inspect tool if there is any which is causing the issue.
-
Prashant Singh replied to the topic group creation doenst work in the forum How-to & Troubleshooting 5 years, 5 months ago
Hi,
Under the options tab, you will find this setting: https://prnt.sc/o5k7h2
Please check if this is enabled or not.
Thanks
-
Prashant Singh replied to the topic User Feedback Buttons in the forum How-to & Troubleshooting 5 years, 5 months ago
Hi,
Do you have other plugins active?
I am asking this because for me the icons are appearing absolutely fine.
Thanks
-
Prashant Singh replied to the topic Filter Activity by Category in the forum Creating & Extending 5 years, 7 months ago
The given code only hides posts from the specific category in the sitewide activity stream but it will be saved in the activity table. So you can test that with your condition.
Thanks
-
Prashant Singh replied to the topic remove 'last active' status in the forum How-to & Troubleshooting 5 years, 7 months ago
https://buddypress.org/support/topic/how-can-i-disable-the-last-active-time/
Please check the link. Hope this will fix your issue.
Thanks
-
Prashant Singh replied to the topic Set BuddyPress settings programatically in the forum How-to & Troubleshooting 6 years ago
Hi,
Please check these plugins: https://wordpress.org/plugins/ns-cloner-site-copier/ and https://wordpress.org/plugins/multisite-clone-duplicator/
Thanks
-
Prashant Singh replied to the topic How to use custom mail on new user reg in the forum Creating & Extending 6 years ago
Hi,
These are general problems and not associated with BuddyPress at all. Sometimes we only need to google it and we will find the solution.
Anyways, please check this https://webania.net/customize-email-sending-header-in-wordpress/ and use the snippet they gave, just replace from ‘name’ and ’email’ to yours.
Thanks
-
Prashant Singh replied to the topic BuddyPress.Org Profile Issue – Not allowed to access my profile in the forum Miscellaneous 6 years ago
Hi,
The URL you have mentioned is admin URL, it will only work for admins and to access your profile just hover on your avatar and there you will see a menu ‘profile’ just click on this and it will lead you to your forum profile.
Thanks
-
Prashant Singh replied to the topic Change 'Edit Profile' link in 'Edit Member' menu in admin bar in the forum How-to & Troubleshooting 6 years ago
Hi,
Please try this snippet:
add_action( 'wp_before_admin_bar_render', 'ps_changed_admin_bar' );
function ps_changed_admin_bar() {
global $wp_admin_bar;$wp_admin_bar->remove_menu('edit-profile');
$wp_admin_bar->add_menu( array(
'id' => 'edit-profile',
'title' => 'Edit Zee Profile',
'href'…[Read more] -
Prashant Singh replied to the topic noindex for members profile in the forum How-to & Troubleshooting 6 years ago
Hi,
Please check this thread: https://premium.wpmudev.org/forums/topic/noindex-all-buddypress-pages-members-groups-etc
Thanks
-
Prashant Singh replied to the topic Big problem with activity embeds in the forum How-to & Troubleshooting 6 years ago
You must be getting caught in moderation check.
- Load More
@prashantvatsh
Active 3 months, 3 weeks ago