-
Varun Dubey replied to the topic Forums Blogs Groups in the forum How-to & Troubleshooting 4 years, 6 months ago
@eric1704, you can check https://wordpress.org/plugins/social-articles/
If you are using any form plugin like WP forms, Formidable Form, or Gravity Form they allow frontend posting with their addon plugins. -
Varun Dubey replied to the topic Activity Stream visibility and permissions in the forum How-to & Troubleshooting 4 years, 6 months ago
It can be done with some custom code, or you can also checkout follow plugins.
1- BuddyPress Private Community Pro plugin that adds a couple of features for admin and it allows admin to select based on user role or member type who can post on activity stream and you can also apply same limits on other BuddyPress features.
2-…[Read more]
-
Varun Dubey replied to the topic Username / (Nick)name – I lost it in the forum How-to & Troubleshooting 4 years, 6 months ago
@n33d there are couple of discussion on removing name field on Trac https://buddypress.trac.wordpress.org/ticket/7760
-
Varun Dubey replied to the topic Edit slug "Home" Profile in the forum How-to & Troubleshooting 4 years, 6 months ago
@sygy88 it will need a couple of edits inside the core BuddyPress plugin, you can raise a feature request here https://buddypress.trac.wordpress.org/newticket
-
Varun Dubey replied to the topic Chat Integration in the forum Creating & Extending 4 years, 6 months ago
@pmanuel checkout Comet Chat plugin
-
Varun Dubey replied to the topic Activity Page in the forum Installing BuddyPress 4 years, 6 months ago
@onfleekresources you can check BuddyPress Newsfeed. https://youtu.be/5U51tURhTO4
-
Varun Dubey replied to the topic Preview in activity Stream ? in the forum How-to & Troubleshooting 4 years, 6 months ago
@peaco link preview is not inbuilt features of BuddyPress.
-
Varun Dubey replied to the topic Login URL – small error-message after migration in the forum How-to & Troubleshooting 4 years, 6 months ago
@wiq there is an inbuilt option in BB to restrict the complete site for logged in users only.
Go to plugin options >> setting >> privacy option and disable it. -
Varun Dubey replied to the topic How to Set Members Menu in the forum How-to & Troubleshooting 4 years, 6 months ago
@tsgold you can try https://wordpress.org/plugins/nav-menu-roles/
-
Varun Dubey replied to the topic Preview in activity Stream ? in the forum How-to & Troubleshooting 4 years, 6 months ago
@peaco if you are checking for any website URL preview, it’s not inbuilt
BuddyPress have support for WordPress embeds by default
You can check here https://codex.buddypress.org/activity-embeds/ -
Varun Dubey replied to the topic Solved – How to get rid of bullet in Who's online widget? in the forum How-to & Troubleshooting 4 years, 6 months ago
@pierremaitre you can use follwing
.widget_bp_core_whos_online_widget {
list-style: none;
} -
Varun Dubey replied to the topic Dropdown menu and colors in the forum Creating & Extending 4 years, 6 months ago
@vandehee WP offer menu options you can use it https://www.wpbeginner.com/beginners-guide/how-to-add-navigation-menu-in-wordpress-beginners-guide/
-
Varun Dubey replied to the topic Solved – How can I remove the sidebar from the user profile page? in the forum How-to & Troubleshooting 4 years, 6 months ago
@redsvpo it’s theme-specific customization. You can copy these codes and paste inside child theme functions.php
https://pastebin.com/KTfK6XDa
and copy template-fullwidth.php and paste inside child theme as buddypress.php -
Varun Dubey replied to the topic logged in user sees wrong person's profile in the forum How-to & Troubleshooting 4 years, 6 months ago
@tagteachjoan try to disable Object Caching and test again. WP engine Object Caching cache settings created conflict earlier, not tested recently myself.
-
Varun Dubey replied to the topic Duplicate Topics and Replies in the forum How-to & Troubleshooting 4 years, 6 months ago
@shonty try to debug via deactivating other plugins keep only BuddyPress and bbPress active
-
Varun Dubey replied to the topic buddypress 5.2.0 update error in the forum How-to & Troubleshooting 4 years, 6 months ago
@pmanuel make sure ; added at end of the line
define( 'WP_MEMORY_LIMIT', '256M' );
-
Varun Dubey replied to the topic Profile icons in the forum Installing BuddyPress 4 years, 6 months ago
@kimo130875 Theme icons are set by your theme. Submit a ticket to your theme support it seems like you are using kleo. I think, the theme does not offer any inbuilt options to change them, but you can edit them by using custom CSS.
-
Varun Dubey replied to the topic Profile icons in the forum Installing BuddyPress 4 years, 6 months ago
@kimo130875 Profile icons are not part of BP itself, it should be part of your theme, in general, you can override them using custom CSS.
-
Varun Dubey replied to the topic buddypress 5.2.0 update error in the forum How-to & Troubleshooting 4 years, 6 months ago
@pmanuel
you can try to paste following code in wp-config.php file just before the line that says ‘That’s all, stop editing! Happy blogging.’define( 'WP_MEMORY_LIMIT', '256M' )
you can read more about it here.
https://www.wpbeginner.com/wp-tutorials/fix-wordpress-memory-exhausted-error-increase-php-memory/ -
Varun Dubey replied to the topic buddypress 5.2.0 update fehler – buddypress 5.2.0 update error in the forum How-to & Troubleshooting 4 years, 6 months ago
@pmanuel inside your WordPress install, log in via FTP or SFTP
and open wp-config.php
and find line
define( 'WP_DEBUG', false );
and replace it with following
define( 'WP_DEBUG', true );
- Load More
@vapvarun
Active 3 weeks, 3 days ago