Forum Replies Created
-
In reply to: Feature request: Hide certain members
Thanks, @acurran, I was looking for the code too and tried your suggestion but got an error:
Parse error: syntax error, unexpected T_ENDWHILE in /home/domain/public_html/wp-content/plugins/buddypress/bp-themes/bp-default/members/members-loop.php on line 68
on line 68 there is
I don’t know how to get it right here. Does somebody know solution to this?
In reply to: Excluding Roles from the member loop!never mind, I found
User Level 8 converts to Administrator
User Level 9 converts to Administrator
User Level 10 converts to AdministratorEDIT: No, it doesn’t work
In reply to: Excluding Roles from the member loop!But how can one exclude administrator? What is his role[?]
@charlesponraj did you get this to work finally? It didn’t work for me too
In reply to: Display age on profile page@SBrajesh I tried the codes you gave, but
I got an error when put in echo:
Fatal error: Call to undefined method DateTime::diff() in /home/dom/public_html/wp-content/plugins/buddypress/bp-themes/bp-default/functions.php on line 377Line 377 is this – $diff= $current_date_time->diff($dob);//returns DateInterval object
Any idea how to correct that?
Thanks.