-
Dominic Bowkett replied to the topic where is the register end point in the forum How-to & Troubleshooting 9 years, 1 month ago
Yes, It works if you’re saving that registered user data in database & pick it back at the time of login.
-
Dominic Bowkett replied to the topic Backdate replies in posts in the forum Ideas 9 years, 1 month ago
I think no, you can’t change the date of your reply posts.
-
Lisa Dodd's profile was updated 9 years, 1 month ago
-
Gonca Sousa's profile was updated 9 years, 1 month ago
-
Henry Wright replied to the topic Modify activity output in entry.php in the forum How-to & Troubleshooting 9 years, 1 month ago
You can use the get_post_type() function. For example:
if ( get_post_type( $post_id ) === 'post' ) {
// This is a "post" post
} else {
// This isn't a "post" post
}It’s also helpful to know the default post type names:
post
page
attachment
revision
nav_menu_item -
metalhead started the topic Element Stuck in the System in the forum How-to & Troubleshooting 9 years, 1 month ago
A few months ago, I disabled the Compose Private Message feature with css. I think I used this:
#send-to-input: display: none;My intention was to stop people from being able to send a single message to multiple recipients, but now I have realized that it was a bad idea, so I went to delete the code from my CSS file, but the code is not there.
-
Henry Wright replied to the topic Show Recipient's Avatar during Private Message in the forum Creating & Extending 9 years, 1 month ago
I believe bp_the_thread_message_sender_avatar() is what you are looking for in https://github.com/buddypress/BuddyPress/blob/master/src/bp-templates/bp-legacy/buddypress/members/single/messages/message.php
-
Henry Wright replied to the topic Get all values of a XProfile field in the forum How-to & Troubleshooting 9 years, 1 month ago
Take a look through the bp-xprofile-functions.php file.
Ref: https://github.com/buddypress/BuddyPress/blob/master/src/bp-xprofile/bp-xprofile-functions.php
-
Henry Wright replied to the topic how to change the count display to the left? in the forum How-to & Troubleshooting 9 years, 1 month ago
The count is likely added via a number of files because there’s n number of navigation items.
You should find all instances of
bp_core_new_subnav_item(). The function will be passed an array as the first argument. The count is usually appended to thenameelement of that array. -
jomo replied to the topic Add a new column "Groups" to user column on the backend in the forum Creating & Extending 9 years, 1 month ago
Hi @CoreyFF, how did you do add the Committees column?
I’m looking at the free version of Admin Columns, it may be this is a Pro feature, I can’t quite tell yet.. -
Henry Wright replied to the topic Issues with dots in the forum How-to & Troubleshooting 9 years, 1 month ago
Your theme’s CSS is displaying list items with bullets. Try making use of
list-style-type: none;.Ref https://developer.mozilla.org/en-US/docs/Web/CSS/list-style-type
-
Henry Wright replied to the topic Problems with special characters: é è ç ü etc in the forum Installing BuddyPress 9 years, 1 month ago
I believe
remove_accents(), viasanitize_user(), is converting those characters to ASCII. You could open a ticket for this on Trac? -
Miroslav Stedry's profile was updated 9 years, 1 month ago
-
Slava Abakumov replied to the topic BuddyPress Newsletter relaunched in the forum Miscellaneous 9 years, 1 month ago
#BuddyPress Newsletter #28 – BP template hierarchy explained, new plugins and a Woffice theme
-
Havik Jelen's profile was updated 9 years, 1 month ago
-
Andrew Hewatt started the topic Advice? Using BuddyPress for multiple sports teams? in the forum Miscellaneous 9 years, 1 month ago
Hey Folks, I’d like to create a site for my sailing club.
We’ve got multiple teams that compete and I’m looking for solutions to the following items.
– Group of 3-5 members attached to a single team, “i.e. their boat”
– Have team (boat) page that shows these 3-5 members
– Awards (trophies, etc.) attached to this team (boat) page but also showing…[Read more] -
Sofia Chapple's profile was updated 9 years, 1 month ago
-
Cody Gosman's profile was updated 9 years, 1 month ago
-
Gregg Ford's profile was updated 9 years, 1 month ago
-
Ali Leehy's profile was updated 9 years, 1 month ago
- Load More