-
bp-help replied to the topic question about Group filtering in the forum How-to & Troubleshooting 11 years, 2 months ago
@3×7
Code changes all the time and resurrecting an old post is not good. You need to create a new topic because what may applied then may not apply now.
@mercime @hnla Can the site be adjusted to lock these old topics after a predetermined time interval so they are left just a reference point? We constantly repeat ourselves on this so it would be…[Read more] -
bp-help replied to the topic New profile fields! in the forum How-to & Troubleshooting 11 years, 2 months ago
@budskab
The code I provided calls the current user dynamically if that is what you are wondering. Even thought it is one link it will take each user to their edit profile field group you created. Feel free to experiment around with it. Try these as well:
[Read more]
<a href="<?php global $current_user; echo home_url() . '/' . $current_user->user_login .… -
bp-help replied to the topic New profile fields! in the forum How-to & Troubleshooting 11 years, 2 months ago
@budskab
This link should work below. You could also add an image to replace the text providing you know some basic html.
<a href="<?php global $current_user; echo home_url() . '/' . $current_user->user_login . '/profile/edit/group/2/'; ?>">Edit My Profile</a></div>
-
bp-help replied to the topic New profile fields! in the forum How-to & Troubleshooting 11 years, 2 months ago
@budskab
They are not visible until the user fills them out. In the My Account Menu at the top right hover over it and select Profile/Edit. When you are on the next screen below the profile tabs you will see “Base” and whatever other field group you created. By default you will be on “Base” these fields are the ones that correspond with your…[Read more] -
bp-help replied to the topic Activity on the Members loop in the forum How-to & Troubleshooting 11 years, 2 months ago
@turleybw
You may want to update your topic title because the code you are showing is from activity-loop.php not members-loop.php -
bp-help replied to the topic Pages registration, like on FB? in the forum Ideas 11 years, 2 months ago
-
bp-help replied to the topic Can't see Birthday field on registration in the forum How-to & Troubleshooting 11 years, 2 months ago
@whiteeagle1985
You may want to try basic troubleshooting by deactivating all plugins other than BuddyPress including the WPMU DEV Membership plugin and also try activating a known theme that works well with BuddyPress such as Twenty Twelve or bp-default. Then test the registration and see if the issue still persists. The idea here is to isolate…[Read more] -
bp-help replied to the topic Registration/Activation & Themes in the forum Installing BuddyPress 11 years, 2 months ago
@abertawe
You still may want to double check because there has been instances where a theme caused the creation of extra registration and activate pages and if the correct one is not associated then it will produce a 404 page not found error. -
bp-help replied to the topic Need Help integrating Facebook into my Buddypress in the forum Third Party Plugins 11 years, 2 months ago
@realista69
This is contains the same basic subject matter as your other post:
https://buddypress.org/support/topic/guidance-with-streaming-data-from-facebook-etc/
@modemlooper has already given you advice there so check it out. -
bp-help replied to the topic Registration/Activation & Themes in the forum Installing BuddyPress 11 years, 2 months ago
@abertawe
Sounds like you did not associate the register and activate pages yet. This happens when you fail to go to dashboard/settings/general and click the box beside “Membership Anyone can register” before installing BuddyPress. If that is the case then you need to go to dashboard/settings/buddypress/pages and use the dropdown menu’s to select…[Read more] -
bp-help replied to the topic Changing the default activity filter in the forum How-to & Troubleshooting 11 years, 2 months ago
@mercime @hnla
Never mind I made a mistake and copied the wrong files over to my child theme and just realized what I did, du-huh!
@mahdiar
It would help if provided more info like theme your using. If you have the proper directory structure the examples I provided will work. Please…[Read more] -
bp-help replied to the topic Problem Adding New Members to a Group in the forum Installing BuddyPress 11 years, 2 months ago
-
bp-help replied to the topic Unable to add user to group in the forum How-to & Troubleshooting 11 years, 2 months ago
@elangley
Okay I was able to replicate the issue if you use an email as the username. You may want to submit a trac ticket here:
https://bbpress.trac.wordpress.org/ -
bp-help replied to the topic Problem Adding New Members to a Group in the forum Installing BuddyPress 11 years, 2 months ago
@mirgcire
That one may work you may also wanna try out these as well:
https://wordpress.org/plugins/bp-registration-options/
https://wordpress.org/plugins/invite-anyone/
https://wordpress.org/plugins/buddypress-registration-groups-1/
These may help get you close to what your looking for! -
bp-help replied to the topic Unable to add user to group in the forum How-to & Troubleshooting 11 years, 2 months ago
@elangley
I can’t replicate your issue. I am using WP 3.6, BP 1.8.1, bbPress 2.4, and a child theme of bp-default and it works for me. You may want to give more detail about your installation so the volunteers can try to isolate what may be causing this to fail on your install. -
bp-help replied to the topic Changing the default activity filter in the forum How-to & Troubleshooting 11 years, 2 months ago
@mahdiar
Its been around 1.6 since I tried filtering the activity stream according to the codex:
Just to see if something had changed I changed this line:
<?php if ( bp_has_activities( bp_ajax_querystring( 'activity' ) ) ) : ?>
in activity-loop.php in my child…[Read more]
-
bp-help replied to the topic Problem Adding New Members to a Group in the forum Installing BuddyPress 11 years, 2 months ago
@mirgcire
You cant send invites until you have friend connections even if your the owner of the group. However if Tom owns a group that is set to public then Jane can join that group. -
bp-help replied to the topic Documentation is out-of-date in the forum Installing BuddyPress 11 years, 2 months ago
@mirgcire
As of BP 1.7+ bbpress is a seperate install. Try following the below instructions.
1.) Go to dashboard/settings/buddypress/components and check the box “User Groups”
2.) Install and activate bbpress.
3.) In the front-end go to the groups page and click the button “Create a Group”
4.) Give the group a name and description, click “Create…[Read more] -
bp-help replied to the topic Documentation is out-of-date in the forum Installing BuddyPress 11 years, 2 months ago
@mirgcire
Not sure if you have viewed this page but it is more current.
https://codex.buddypress.org/user/setting-up-a-new-installation/installing-group-and-sitewide-forums/ -
bp-help started the topic buddypress.org issue in the forum Miscellaneous 11 years, 2 months ago
Anyone notice that the pagination on the “Topics Started” and “Replies Created” isn’t working correctly? If I click 2 for example to view the 2nd page on either one it just links to the buddypress.org home page.
- Load More
@bphelp
Active 9 years, 1 month ago