<?php the_content( __( '
Read the rest of this page ?
‘, ‘buddypress’ ) ); ?>
‘
‘ . __( ‘Pages: ‘, ‘buddypress’ ), ‘after’ => ‘
‘, ‘next_or_number’ => ‘number’)); ?>
<?php edit_post_link( __( 'Edit this entry.', 'buddypress' ), '
‘, ‘
‘); ?>
I think this should help https://buddypress.org/community/groups/buddypress-registration-groups-1/
@frizzo, if you don’t mind the number of plugins in your install, then recommend you ask how to remove the BP Album+ tab where plugin dev can see it https://buddypress.org/community/groups/bp-album/forum/
Cheers.
@triplemoons this thread is 10 months old. Looks like they no longer carry free themes. Closing this topic.
@LPH2005 I’ve haven’t seen anything like what you’ve mentioned. The closest was the SimplePress forum feature http://simple-press.com/features/ under “Components” where it has 1) Blog Posts and Forum Topics can be linked and 2) Share Blog Comments and Forum Posts but no conversions.
I have the same problem – latest BP / WP (3.1.2) versions installed. Fact is that in the buddypress “Profile Field Setup” you are allowed to create different groups of fields and set for each field if it’s required or not.
BUT, all fields other than those from the 1st group are NOT considered in the registration process!
The email is apparently sent once the user completed only the 1 step, and it just stops after asking the user to upload a photo.
So basically, the extra group fields (no matter how “required” they might be) are fully IGNOFRED in the registration process!
Anyone please help?
This is a buggy
Thank you!
Three months and no response? Awesome!
It would have been better to start a new thread, but….
bp default theme index.php still has “ in it.
If you copy the index.php from the buddypress parent (ie: http://yoursite.com/wp-content/plugins/bp-themes/bp-default/index.php or your current alternative parent) theme to the child theme then it doesn’t take much creation…..
all you need to do then is the edit suggested by mercime…
Edit
“
to
“
and you’re done.
Since this is the only thread I can find on the subject . . .
How is this done with the current version of BuddyPress? The default index.php no longer looks much like mercime’s version above, and I quite simply can’t find the right code to tweak.
(Works fine on the individual posts, of course.)
I’m sure it’d be better in a child theme, but the child themes others have created don’t include an index.php, and I’m not much interested in creating my own.
These have been fixed in the upcoming 1.3 release of buddyPress
You can also use the Widget Logic plugin with the conditional statements listed here: https://wordpress.org/support/topic/buddypress-and-widget-logic.
The easiest way to enact this is to exclude all component groups.
Hi there ,
Did anybody manage to get splitted member list to work ? Can you point me to some solution ? Member categories is what buddypress needs
@norby500 Currently I have this in the blocked activity field – “new_blog_post, new_member, deleted_group_document” Of course the plugin won’t retroactively remove content from the activity stream, it will only work to block new attempts to write those particular activities.
Quickest solution would be to join Buddydev and implement the ‘Global Forum’ plugin – http://buddydev.com/plugins/global-forums/
You can see it in use on Bravesh’s own forum – http://buddydev.com/forums/
I personally prefer forums which link to groups, since this avoids duplication of topics. The other half-way solution would be to use ‘buddypress-group-forum-extras’, https://wordpress.org/extend/plugins/buddypress-group-forum-extras/ – which would enable you to set up a group for each general forum type (i.e. support questions, introduce yourself, general chat), then pin these to remain permanently at the top of the ‘Forum Index’.
Taken from bp-default 1.3:
`
<?php
/*
* Template Name: One column, no sidebar
*
* A custom page template without sidebar.
*
* @package BuddyPress
* @subpackage BP_Default
* removed since notice hnla
*/
get_header() ?>
<div id="post-” >
<?php the_content( __( '
Read the rest of this page ?
‘, ‘buddypress’ ) ); ?>
‘
‘ . __( ‘Pages: ‘, ‘buddypress’ ), ‘after’ => ‘
‘, ‘next_or_number’ => ‘number’)); ?>
<?php edit_post_link( __( 'Edit this entry.', 'buddypress' ), '
‘, ‘
‘); ?>
`
Not sure if this is practical as it is from 1.3 but the principle is sound. You would need to ensure your custom markup – if any – was replicated in this page and change the top template notice to 1..28 this would then give you a selectable template for when you create any pages that don’t require sidebars. When 1.3 lands live you will also be able to use templates for regular BP pages such as registration as 1.3 uses pages for the main components.
This problem is narrowed to the firing of the add_action within forum-attachments-for-buddypress-bp-functions.php.
A simple function / add_action is loaded in the theme functions.php then it fires on that question.php template. If that sample function/add_action is placed in the forum-attachments-for-buddypress-bp-functions.php file then it does not fire.
This is the test function placed in the themes functions.php that works. Also added to plugin functions file and it fails.
`// Test question.php form hook
function question_fire() {
echo “Testing the hook”;
}
add_action(‘question_after’, ‘question_fire’);`
I’m about ready to give up. Google searches are not leading me to an answer. And my knowledge is limited.
Update I hope that didn’t seem negative. I’m at my limit and stretching 
OK. So, I know the forum attachment plugin is Boone’s bane … and I love that plugin .. so … press forward.
I tried my test function in another active plugin (akismet) and it worked AND interestingly the test function works in forum-attachments-for-buddypress.php.
i have a similar problem… when the user does not select the year but only day and month buddypress will assign the current year as year of birth (e.g. 2011).
Is there a solution to avoid this?
It’s been fixed in trunk, but not in the 1.2 branch. If you want to try applying the patch to your site, try applying these changes to your files: https://buddypress.trac.wordpress.org/changeset/3651.
Be sure to check out BuddyPress trunk. The components have a -loader.php file which extends from a BP component class; it might help you achieve this.
shameless promotion 
@naijaping you might also grab an old copy of bp-default pre 1.2 where all these arrows stem from you could use that as an example to follow
To give you an example, you can play around with our BuddyPress Profile Widget
The ‘grey block’ is just a color and the ‘v’ is a background image.
ok, now I got it. BP does not display any message after group is created. This message comes from invite-anyone and even If I have it translated in the latest version of the plugin, in the frontend it still is in english.
@boonebgorges is there any existing fix for this, or I should change it manually in plugin’s files (from codestyle localization it looks like it has “buddypress” textdomain)?
thank you.
If these are the exact words, they are not from BP. Did you use a custom theme with a language file ? Show there….