-
David Cavins replied to the topic Moving time-since span in the forum How-to & Troubleshooting 8 years, 6 months ago
The simplest answer is probably to style that span as
display: blockthen you have a number of options for forcing it below other elements. It’s going to depend a lot on your theme.If you choose to modify the template, the template to modify would go in
child-theme/buddypress/members/member-header.php. -
David Cavins replied to the topic Login Issues in the forum How-to & Troubleshooting 8 years, 6 months ago
There are a few non-BuddyPress reasons I can think of for this:
• The page is cached by WP Super Cache or a similar plugin
• Your shared server has some sort of caching built-in (like object caching or expires headers)
• Your browser is using the cached version from your last visit to that page (try a different browser to test)The setup you d…[Read more]
-
David Cavins replied to the topic Email activation in the forum How-to & Troubleshooting 8 years, 6 months ago
This is probably a server configuration problem. This simple plugin can help you figure out if your WP installation can send emails:
Alternatively, the emails may be being sent, but ending up in your users’ spam folders.
-
Georgio replied to the topic Additional info on group memberlist in the forum How-to & Troubleshooting 8 years, 6 months ago
Hi @dcavins
The button Chat is a shortcode of the plugin Frontend PM. I meanwhile contacted its developer and he gave me a code like yours and that resolved the problem.
The Email link is from code I found on the internet and displays info from a profile field. I did not test your code with it, because I thought that it may be finally a good…[Read more]
-
Alex Buttlen's profile was updated 8 years, 6 months ago
-
Peter Hardy-vanDoorn replied to the topic Additional info on group memberlist in the forum How-to & Troubleshooting 8 years, 6 months ago
This is just in theory, as my install doesn’t show any actions buttons for the current user in the list anyway, but you could try just hiding the buttons with this CSS:
ul#members-list li.is-current-user div.action { display: none; }Obviously I can’t test that though but it should work if your theme also uses the BP Legacy templates.
Hope that helps
-
Alex Butlen's profile was updated 8 years, 6 months ago
-
Holman Exhibits's profile was updated 8 years, 6 months ago
-
Separy Law's profile was updated 8 years, 6 months ago
-
Wedding Toronto Limousine's profile was updated 8 years, 6 months ago
-
Hollywood Stars Limo's profile was updated 8 years, 6 months ago
-
Brajesh Singh replied to the topic Call to undefined function bp_is_member() in the forum How-to & Troubleshooting 8 years, 6 months ago
hi,
bp_is_member() is not available in BuddyPress.For your task, You should use
bp_is_user()Hope that helps.
Regards
Brajesh -
Alex Butlen's profile was updated 8 years, 6 months ago
-
Alex Butlen's profile was updated 8 years, 6 months ago
-
Limben Hovrt's profile was updated 8 years, 6 months ago
-
Mike started the topic Login Issues in the forum How-to & Troubleshooting 8 years, 6 months ago
WordPress 4.8.3, BuddyPress 2.9.2, self hosted on an Apache (shared) server.
I really want this to work but I install WP and BP without errors. I set ‘activity’ as a static front page. I test the site (there are no other users) and all looks OK.
I logout. I login. The page still appears to be logged out. The page doesn’t refresh to the…[Read more]
-
Limber Hovrt's profile was updated 8 years, 6 months ago
-
Limber Hovrt's profile was updated 8 years, 6 months ago
-
Chhaya Parikh started the topic Help Needed in the forum Ideas 8 years, 6 months ago
Hello, I am a big fan of BuddyPress,
I have installed and recommended it several of websites,
I am small grade web developer with little knowledge of php and other languages.Now I would like to suggest you the biggest demand of the BuddyPress is:
Blog Posting from Front-end, with easy form fields, including predefined categories and tag…[Read more] -
David Cavins replied to the topic Additional info on group memberlist in the forum How-to & Troubleshooting 8 years, 6 months ago
Hi Georgio-
It depends on how they’re being added. I’m guessing that they’re being added (by a plugin?) on the
bp_group_members_list_item_actionorbp_group_members_list_itemaction hook. If I were adding a button in that case, I’d add a conditional like in this example:
[Read more]
add_action( 'bp_group_members_list_item',… - Load More