Hi,
On the top bar that comes with BuddyPress, I can’t see “Blog” button – so I have no idea how users can blog on the site that has BuddyPress installed. WPMU DEV Manual clearly shows in its instructions blog button as you can see here:http://premium.wpmudev.org/manuals/the-buddypress-manual-2/about-the-buddypress-admin-bar/
but I can’t see it anywhere. Is there a setting that I need to turn on for this to appear?
Please help.
Thank you!
The plugin works – it does show the redirect page for the first time logged in users. After that, it dissapears. This is perfect for giving people instructions on how to use BuddyPress the 1st time they log in. Good enough for me.
I have BP 1.7 and the BP Theme can be seen at http://www.mysimcities.com
However why the login box keep giving me 408 timed out?
Becuase I have too many plugins or what?
Thanks
Welcome pack is fantastic idea; plugin that handles all the back-end work. OK – I will try it and let you know how it works. Downloading now…:)
@arkokoley, @wdfee
works better by usingย both xprofile_get_field_data and a user_id !
ย ย ย $user_id = bp_get_member_user_id();
// if “Class” is the field name
$mystuf = xprofile_get_field_data( ‘Class’, $user_id );
Application example here:
http://wpmu.org/buddypress-profile-data-on-multisite/
Coding a child theme for BuddyPress. If I leave members/single directory empty, I can see the individual activity posts feed for each user. As soon as I add home.php OR members-header.php, activity posts disappear. I cannot leave either file in the directory, nor both files in the directory. As soon as both are removed, the functionality returns (pulling in the default theme from BuddyPress core.)
Is there a file, hook or action that showing the activity in the profile (for only that user) that I may be missing? I’ve even copied the home.php and members-header.php from the BuddyPress default and I still get the same result.
I should note that the activity page, with all sitewide posts, works completely fine.
please append to your groups directory url /create/ (e.g. http://mydomain.com/groups/create/ ) and see if you can access it
Thanks fee, this helps!!
My problem is that in the Group front end directory there’s no button to create a new group (nor is there one anywhere on the actual site)! I’ve been combing the forums trying to find a way to solve this but just can’t figure it out – tried uninstalling and reinstalling BP, enabling and unenabling groups, all other plug-ins, changing themes, etc etc. Any ideas??
Thanks. I see the buddypress multilingual plugin is not BP 1.7 ready yet it seems? I want buddypress on each subsite. Would BPML automatically translate the social network posts into the various languages across the sites? Surely not?
Can you post a link to your site?
The theme im using is called Afternight. It was not BP compatible (prior to BP1.7) So I guess that means there are no BP template files…? My theme is not a child theme. There is no mention of buddypress in the themes style.css.
Any idea what I need to do to get it to work. So confused?
Thanks
John
Hi Guys,
I am trying to get BuddyPress 1.7 to work with a new theme called “Novelti”
I am getting a bit confused at how to get certain elements to look right ???
The main problem I am having is with the individual member pages
http://fitnessblogger.net/fitnessblogger/
Can anyone help with with getting this looking correct ๐
BuddyPress 1.7
WordPress Multisite 3.5.1
http://fitnessblogger.net
I thank you in advnace..
@modemlooper, I did the admin settings as directed. I had to go in and change in bp-share-it.php file to direct everything from buddypress-share-it to just buddypress….at least it got my icons to finally show.
In Forums – it works, it expands and drops, but drops vertically
In Groups – The Share Group Button works and it works horizontally like it suppose too
In Activity – It shows outside the share button, but shows vertically.
I just can’t get the activity to work, which sucks for me because that’s what everybody will be using. I just wish I can get this wonderful script to work for me so I can move on to the next task….. I REFUSE to Give up on this….. ๐
If your theme has BP template files you can delete them, you don’t need them anymore (or if you did far customizations you’d have to go through the files for changes). If your theme is a child theme of BP you should take a look into your functions.php if you’re overriding something. In the first lines of your style.css is there something like Template: bp-default or Tags: buddypress?
Yes! That’s exactly it, and I was afraid it wasn’t possible. Looks like I would have to alter the theme’s buddypress components significantly, and I don’t have the skills for that. ๐
Regarding the other solution, Can I have buddypress as the main and the installation in the root be a subsite? Do I just not display anthing that is not to do with community?
Hi, thanks for replying. Buddypress appears to work as expected using the default buddypress theme. What do I need to do to my theme to make it compatible. I thought compatibility was no longer an issue as buddypress now works with all themes? Fairly new to this, so if someone can explain it would be greatly appreciated.
Thanks
John
@roham – could you give me some simple pointers to get started with this integration? I already have s2 installed and working great with buddypress. How do I begin using Janrain engage on top of it all?
Does your theme have BuddyPress template files? Did you check using a standard theme (twentytwelve for example) if the issue appears there, too?
Congratulations! @shanebp @hnla
I wish you much success! ๐
With BP 1.7 and bbPress 2.3 it became really easy. Just install them the usual plugin installation way (automatic through WP or via FTP).
Best is you first activate BuddyPress, you will see a welcome screen with a direct link to the settings. Change them if you want.
Then go back to plugins and activate bbPress, you will see a welcome screen again. You will see three new admin menu items (Forums, Topics, Replies). Got to Forums and add a new forum, maybe called “Group Forums”. Got to the bbPress settings under Settings -> Forums. Change them if you want – and scroll down to the very last option: Activate group forums for BuddyPress. Choose you’re Group Forum, save it. – That’s all! Now go ahead and create your first group via BuddyPress in frontend group directory.
Short answer: Yes it is. The question is how comfortable you need the language management (e.g. the connection of content between languages).
The newest version of WPML seems to have the ability to serve domains for different languages. Did’nt try it yet. http://wpml.org/
If not you could do it manually using WPML or qtranslate. Setup a subsite for each language and turn the preferred language for this site on in the site settings.
Your question seems not to be directly related to buddypress. But if you’re looking for that – there is a plugin by WPML for buddypress: https://wordpress.org/extend/plugins/buddypress-multilingual/
hi where to put this in function.php file
–remove_action( ‘wp’, ‘bp_core_screen_signup’, 3 ); —
thanks