-
modemlooper replied to the topic 2.0 no Extended profile tab under edit user in the forum How-to & Troubleshooting 10 years, 7 months ago
You should not use your super admin account for your profile on BuddyPress. Create a new administrator account for that and reserve the super admin for backend admin tasks only.
-
modemlooper replied to the topic Buddypress 2.0 Ajax refresh of activity stream doesn't seem to happen for me in the forum How-to & Troubleshooting 10 years, 7 months ago
Load new doesn’t happen immediately, are you saying it doesn’t happen at all? Also, make sure it’s turned on in your BuddyPress settings
-
modemlooper replied to the topic How to allow group avatars, but not user avatars in the forum How-to & Troubleshooting 10 years, 7 months ago
Edit the template file bp-templates/bp-legacy/buddypress/members/single/profile/change-avatar.php
remove the form upload code and replace text with info that avatar is served from elsewhere
-
@modemlooper updated the Add Meta Box to Admin Extended User Profile page, on the BuddyPress Codex 10 years, 7 months ago
BuddyPress 2.0 allows admins to edit user profile fields from the admin. This extended profile page offers the ability to add your own settings for a user. This page gives a simple example of how to add the meta […]
-
modemlooper replied to the topic Hide profile fields from registration page in the forum How-to & Troubleshooting 10 years, 7 months ago
Create profile field groups. Only the first group shows on the registration page.
-
modemlooper replied to the topic wp-admin/profile.php content in Buddypress Profile in the forum How-to & Troubleshooting 10 years, 7 months ago
Most plugins that add user fields are for the WordPress profile. The new Extended profile in the admin is for BuddyPress specific user information.
-
modemlooper replied to the topic function get_friend_user_ids() question in the forum Creating & Extending 10 years, 7 months ago
empty() can be true even when value is false.
-
modemlooper replied to the topic Adding a subnav with new page content to the profile/activity page in the forum How-to & Troubleshooting 10 years, 7 months ago
You can also use these two function so you don’t have to edit templates.
function me_and_friends_filter_activity( $query ) {
if ( empty( $query ) && empty( $_POST ) ) {
$friends = friends_get_friend_user_ids( bp_loggedin_user_id() );
$friends[] = bp_loggedin_user_id();
$friends_and_me = implode( ',', (array) $friends );$query =…[Read more]
-
modemlooper replied to the topic Custom classes for profile pages, possible? in the forum How-to & Troubleshooting 10 years, 7 months ago
try in bp-custom.php
-
modemlooper replied to the topic Latest Activity on Header in the forum How-to & Troubleshooting 10 years, 7 months ago
in
bp-templates/bp-legacy/buddypress/members/single/member-header.php
remove
<?php if ( bp_is_active( 'activity' ) ) : ?>
<div id="latest-update">
<?php bp_activity_latest_update( bp_displayed_user_id() ); ?>
</div>
<?php endif; ?>
-
modemlooper replied to the topic Why don't group comments show to non-users? in the forum How-to & Troubleshooting 10 years, 7 months ago
I would deactivate and delete BuddyPress and then re download it and install. Deleting it doesn’t delete settings. Make sure all your BuddyPress plugins are deactivated first.
Having the site installed in a subfolder may be an issue as well.
-
modemlooper replied to the topic Why don't group comments show to non-users? in the forum How-to & Troubleshooting 10 years, 7 months ago
BuddyPress plugin supplies the template files UNLESS the theme has included them. Only BuddyPress specific themes would include the files. That’s why I asked you to switch to Twenty Twelve so it would use the files from the BP plug folder.
It may be a plugin causing issue. You can deactivate plugins one by one and test each.
-
modemlooper replied to the topic Json api and buddypress in the forum How-to & Troubleshooting 10 years, 7 months ago
read bottom of page
-
@modemlooper updated the Mobile page, on the BuddyPress Codex 10 years, 7 months ago
BuddyPress should work on most mobile smartphone browsers in the same manner it works on desktop browsers. However, you can optimize the mobile experience in a few different ways.
Responsive Themes
<a […] -
modemlooper replied to the topic [Resolved] WP wouldn't auto upgrade, then this happened: in the forum How-to & Troubleshooting 10 years, 7 months ago
What version of BP are you on?
-
modemlooper replied to the topic Only Admin-Created User Groups in the forum How-to & Troubleshooting 10 years, 7 months ago
in the BuddyPress settings page there is an open to allow only Admins to create groups
-
modemlooper replied to the topic Why don't group comments show to non-users? in the forum How-to & Troubleshooting 10 years, 7 months ago
go into the file and check if the code is there. BuddyPress should be installed on one domain. Is this multisite?
-
modemlooper replied to the topic Why don't group comments show to non-users? in the forum How-to & Troubleshooting 10 years, 7 months ago
Switch theme and test. I know Twenty Fourteen has issues with bp
-
modemlooper replied to the topic Why don't group comments show to non-users? in the forum How-to & Troubleshooting 10 years, 7 months ago
Did you remove the comment code from
buddypress/bp-templates/bp-legacy/buddypress/activity/entry.php
or wrap the code in a check if user is logged in?
-
modemlooper replied to the topic in the forum modemlooper 10 years, 7 months ago
@valuser do you have site tracking on in BuddyPress settings? You also need to check blog & forum comments in admin > BuddyPress > settings
- Load More
@modemlooper
Active 9 months, 3 weeks ago