-
Michell Cenolte's profile was updated 9 years, 3 months ago
-
Marco Giustini started the topic Buddypress Groups as purchasing groups in the forum Third Party Plugins 9 years, 3 months ago
Hi,
I’m interested in developping a plugin for “Gruppi di acquisto solidale” (Ethical purchasing groups) https://en.wikipedia.org/wiki/Gruppi_di_Acquisto_Solidale
The plugin could be a sub-plugin of Woocommerce.
-
jennifer sdhmith's profile was updated 9 years, 3 months ago
-
Peter Jeshua's profile was updated 9 years, 3 months ago
-
cormier ronald's profile was updated 9 years, 3 months ago
-
Willie Hvolton's profile was updated 9 years, 3 months ago
-
Masoud replied to the topic user role box under profile picture in the forum How-to & Troubleshooting 9 years, 3 months ago
hi @danbp
your explanations was complete. i understood completely.
and thank you very much for the help.
the code worked well.
actually i changed it a little to fit my requirements .
i added some other elements to the css#item-header-avatar p {[Read more]
width: 90px;
height: 15px;
position : absolute;
top : 90px;
right : 0px;
text-align:… -
Masoud started the topic user role box under profile picture in the forum How-to & Troubleshooting 9 years, 3 months ago
hi,
i am using latest version of wordpress and buddypress.
in site, i want the users to know who is admin of website.
so i decided to create a small box under profile picture, which should say the current user role.
(just like the one, here on buddypress)(you can see my user role as Member)(Participant)(Moderator)…1 – i created a css property…[Read more]
-
Alania Webb's profile was updated 9 years, 3 months ago
-
Bailey Darren's profile was updated 9 years, 3 months ago
-
Henry Wright replied to the topic Prevent Fields from Showing in Profile Loop with Conditional Logic? in the forum How-to & Troubleshooting 9 years, 3 months ago
You can add a condition inside your template. For example:
// Get $value here.// Check if $value is Yes.
if ( 'Yes' === $value ) {
// Output
} -
Alex Stine replied to the topic User Meta Output On Profile in the forum Creating & Extending 9 years, 3 months ago
Hello
Thanks, I seemed to misread the codex. I did not realize the word “the” was not included. Here’s the code that did it for me in the end.
$member_id = bp_displayed_user_id();[Read more]
$x = ( get_user_meta( $member_id, 'staff', true ) == '' ) ? "Staff" : get_user_meta( $member_id, 'staff', true );
echo '<div class="staff-label">';
echo… -
Alex Stine replied to the topic User Meta Output On Profile in the forum Creating & Extending 9 years, 3 months ago
Hello @shanebp,
I tried this code but it did not work. Anywhere I went wrong?
$member_id = bp_displayed_user_id();[Read more]
$x = ( get_the_user_meta( 'staff', $member_id ) == '' ) ? "Staff" : get_the_user_meta( 'staff', $member_id );
echo '<div class="staff-label">';
echo $x ;
echo… -
Alex Stine replied to the topic Hide Emails Menu in the forum Creating & Extending 9 years, 3 months ago
OK, if anyone else was wondering how to do this, it’s simple. Just add this code to functions.php or a mu-plugin and the BuddyPress items disappear.
function remove_admin_menu_items() {[Read more]
/*Remove Emails from Appearance.*/
remove_submenu_page( 'themes.php', 'bp-emails-customizer-redirect' );
/*Remove Manage Signups*/
remove_submenu_page(… -
Alex Stine replied to the topic User Meta Output On Profile in the forum Creating & Extending 9 years, 3 months ago
Any suggestions? Really need to get this working.
Thanks.
-
Ben Hansen replied to the topic Activity Timestamp is never concurrent to time of post in the forum How-to & Troubleshooting 9 years, 3 months ago
it was patched in BP core a few years ago maybe this is something new which looks like the old thing or perhaps something got reverted inadvertently.
-
Master SEO Indonesia's profile was updated 9 years, 3 months ago
-
nickrita started the topic How can I set "Show NewBlogPosts" as default on acitivity-stream? in the forum How-to & Troubleshooting 9 years, 3 months ago
I postet this question again 6 years ago and got an answer that worked until now:
https://buddypress.org/support/topic/how-can-i-set-show-newblogposts-as-default-on-acitivity-stream/functions.php:
function blog_posts_by_default( $query_string ) {[Read more]
global $bp;
if ( !$query_string )
$query_string = '';
if ( ($bp->current_component ==… -
Henry Wright replied to the topic Avatar Images to grey scale in the forum How-to & Troubleshooting 9 years, 3 months ago
Are you getting anything in your error log?
-
Henry Wright replied to the topic Buddypress plugin leads to 508 error..Whatto do in the forum How-to & Troubleshooting 9 years, 3 months ago
A 508 error usually means your website is hitting a resource limit set by your hosting company. This could be either CPU usage or maybe RAM. Try contacting your host to see if the limit can be adjusted.
- Load More