-
David Cavins replied to the topic Fatal Error When Activating Pending Account in the forum How-to & Troubleshooting 3 years, 8 months ago
Thank you for reporting this issue. The fix is in this commit: https://buddypress.trac.wordpress.org/changeset/13320
We’ll release a maintenance release to address it, but if you need it fixed now, add the conditional in the commit is the solution.
This issue only affects admin users using the Pending Memberships screen, so the problem shouldn’t…[Read more]
-
@mercime replied to the topic Profile Tab in Profile Page is Empty in the forum How-to & Troubleshooting 5 years, 9 months ago
@martohar could be a theme issue or conflict with another plugin. Check the following first
1. Go to wp-admin > Settings > BuddyPress – Components tab and make sure that
Extended Profiles, Account Settings, and Notifications are checked and settings are saved.
2. What theme are you using? Change theme to Twenty Twenty and check if you can see…[Read more] -
danbp replied to the topic Problems implementing po/mo file in the forum How-to & Troubleshooting 12 years, 10 months ago
Translation goes throught php gettext module witch use the compiled mo file
Compilation is accomplished by the software (poEdit in your case).The pot and the po files are “working” files, they are not needed on the server.
The pot contains all translatable strings
The po contains the translatable strings AND the translation
The difference is…[Read more] -
enlightenmental1 started the topic codex help needed: documentation for dummies in the forum How-to & Troubleshooting 16 years, 11 months ago
<?php echo $user->avatar ?>
where does one find more of these?
specifically where/how to add elements to the users blog
I have the blog admin information dispalying on their sidebar, but cannot get the other codex samples to work
how do i define a dynamic user_id ?
if ( bp_has_blogs() ) :<div class="pag-count" id="blog-count">…[Read more]
@peggyfitzwater
Active 3 years, 7 months ago