-
Prashant Singh replied to the topic How to change design only for specific activities in the forum Installing BuddyPress 6 years, 2 months ago
Activity type ‘creating a topic’ will have a class ‘bbp_topic_create’ so you can use that.
li.bbp_topic_create{
background: pink !important;
}Thanks
-
Prashant Singh replied to the topic Alfabetical order by default in the forum How-to & Troubleshooting 6 years, 2 months ago
Welcome 🙂
-
Prashant Singh replied to the topic Field for data processing in the forum Requests & Feedback 6 years, 2 months ago
Please share a screenshot of that and also plugin settings(if any).
Thanks
-
Prashant Singh replied to the topic Alfabetical order by default in the forum How-to & Troubleshooting 6 years, 2 months ago
Hi,
Please check this thread: https://buddypress.org/support/topic/make-members-list-default-to-alphabetical/
Thanks
-
Prashant Singh replied to the topic Field for data processing in the forum Requests & Feedback 6 years, 2 months ago
You can go with this plugin https://wordpress.org/plugins/buddypress-admin-only-profile-fields/ to set the visibility to hidden/admin only.
Thanks
-
Prashant Singh replied to the topic How to change design only for specific activities in the forum Installing BuddyPress 6 years, 2 months ago
Hi,
I think the
- element must be having this class ‘friendship_created’. So we can easily make the background pink using this simple CSS rule:
li.friendship_created {
background: pink !important;
}Please try this and check if it works for you or not.
Thanks
- element must be having this class ‘friendship_created’. So we can easily make the background pink using this simple CSS rule:
-
Prashant Singh replied to the topic How to hide the "Home" tab under Profile (member navigation items) in the forum How-to & Troubleshooting 6 years, 2 months ago
Fixed both of them.
Thanks
-
Prashant Singh replied to the topic Field for data processing in the forum Requests & Feedback 6 years, 2 months ago
Got that.
Please try this plugin: https://buddypress.org/support/topic/terms-conditions-checkbox/
If it does not help you then please create a xprofile field and fill in the respective details like this :
Title: Terms of Service
Description: By checking this box you agree with our Terms of Service (with a link on Terms of Service to the TOS…[Read more] -
Prashant Singh replied to the topic Field for data processing in the forum Requests & Feedback 6 years, 2 months ago
-
Prashant Singh replied to the topic Private Message suggestions in the forum How-to & Troubleshooting 6 years, 2 months ago
Fixed. Please see: https://screencast-o-matic.com/watch/cFQTqzYnt7
I did one simple fix, instead of that long code.
define( 'BP_MESSAGES_AUTOCOMPLETE_ALL',true );
It’s in bp-custom.php
Thanks
-
Prashant Singh replied to the topic Please help….please! in the forum Installing BuddyPress 6 years, 2 months ago
Pleasure is all mine 🙂
-
Prashant Singh replied to the topic Redirect from page if not logged in in the forum How-to & Troubleshooting 6 years, 2 months ago
Fixed 🙂
-
Prashant Singh replied to the topic Private Message suggestions in the forum How-to & Troubleshooting 6 years, 2 months ago
Replied
-
Prashant Singh replied to the topic Private Message suggestions in the forum How-to & Troubleshooting 6 years, 2 months ago
On my profile, please check
-
Prashant Singh replied to the topic Private Message suggestions in the forum How-to & Troubleshooting 6 years, 2 months ago
Pasting your login details on such public forum is never suggested.
-
Prashant Singh replied to the topic Private Message suggestions in the forum How-to & Troubleshooting 6 years, 2 months ago
Enable wp-debug in wp-config.php file and check what’s the error.
Thanks
-
Prashant Singh replied to the topic Redirect from page if not logged in in the forum How-to & Troubleshooting 6 years, 2 months ago
There must be some other issue. Remove these codes nd try to give the plugin once. See if that helps you or not.
-
Prashant Singh replied to the topic Redirect from page if not logged in in the forum How-to & Troubleshooting 6 years, 2 months ago
Not an issue, just write
exit();
after thiswp_redirect( 'http://www.legit-check.dk/rm_login/', 301 );
and also replacetemplate_redirect
withwp
.If it still of no help, then please go for this plugin https://wordpress.org/plugins/simple-301-redirects/. You have to just enter the source and destination URL there.
Thanks
-
Prashant Singh replied to the topic Private Message suggestions in the forum How-to & Troubleshooting 6 years, 2 months ago
Ok, got it.
Please replace this
" . CUSTOM_USER_META_TABLE . "
with your user meta table name most probablewp_usermeta
Hopefully, it will help you.
Thanks
-
Prashant Singh replied to the topic Redirect from page if not logged in in the forum How-to & Troubleshooting 6 years, 2 months ago
Ok, got that.
Please replace
auth_redirect();
withwp_redirect( 'http://www.legit-check.dk/rm_login/', 301 );
and
is_page('members')
withis_page('medlemmer')
.I was not knowing the exact URL and page slug.
Thanks
- Load More
@prashantvatsh
Active 3 months, 3 weeks ago