@trobertson82,
use this function bp_get_template_part( 'activity/post-form' );
Add this to bp-custom.php or child theme’s functions.php
function whats_new_my_friend() {
if ( bp_is_user_friends_activity() ) :
bp_get_template_part( 'activity/post-form' );
endif;
}
add_action( 'bp_before_member_body', 'whats_new_my_friend' );
Hey together.
I have a wordpress installation with buddypress and bbpress. Everything works fine so far.
I got only one problem. The activity stream does’t show update on private forums/topics and replies. But I want that.
I got one open forum for not registered members, and the rest of the forum ist closed and private. So just registered members could access it.
And the activity stream is set for logged-in members also. But the private updates are not shown there.
Are anyone got a clue or hint how I could get the updates for all registered members, that are also capable to see private forums/topics/replies?
Thanks ahead.
checking the Functions file, there is a huge amount of php requirements specified at the top (13 of them), I am guessing this will mess with me trying to make a child theme out of it.
On a lighter note.
The CSS files are included separately so I have the styles for BBPress and BuddyPress separated out for me.
I have tried adding these to my custom CSS, but they don’t seem to change that much, just the overall placement of things.
@kjgbriggs – just took a look at your oblivion thing you like – it appears to be the forums layout you are concerned with here – which may end up being more of a “bbpress” theme-ing issue – not so much buddypress… last I checked you can add “bbpress” as an auto-addon for buddypress – but if it’s not profiles and activity stream stuff – you may need to look up some “bbpress” specific theme things if you run into issues – not sure if they go over all that at bbpress dot org these days or not.. I have not checked those forums / docs in years.
@danbp I used the great tut below to add the editor to the update text box, but I was wondering what I would need to do to add it to the reply text box as well.
https://buddypress.org/support/topic/add-tinymce-to-activity-post-form/
Thanks
Sorry for not providing enough info.
My main theme is called Divi and is created by Elegant Themes.
The theme I want to use just for BuddyPress stuff is called Oblivion and is created by Sky Warrior Themes.
An example of the BuddyPress forums nd layouts is here on the Oblivion demo:
http://skywarriorthemes.com/oblivion/forums/
I just want the styling for the BuddyPress and BBPress stuff from Oblivion in Divi.
I did a bit of Googling and came to the conclusion that the best way to do this was to use a Child Theme.
Divi is updated quite a lot so I would either have to not update anymore or lose the styling if I were to add the styles to Divi directly.
There is little information I can find on having a child theme for specific things such as buddyPress though and I am unsure of how to do it.
Hi everyone.
What would be the advantages and disadvantages of creating a child theme using bp-default rather than to allow BuddyPress to work automatically on my current child theme?
Allowing buddypress to work automatically on any theme adds all the BuddyPress features. Other than the styles, I don’t notice anything different between the two.
I would prefer it to run on my own theme, add my own CSS, and for any other changes, use filters and action hooks in functions.php/a plugin file. Unless people can convince me that using bp-default would be a better option.
Any help appreciated.
Hi,
I’m building a news aggregator site where I fetch news from a couple of different news sources that converts into Posts. I want my registered users to have the possibility to choose which news sources (Post Categories) they want to see in their feed on my website.
Is this possible with a custom field or something? So that when the user edits their profile, they can tick the box next to the source they want to add/delete form their feed.
Example:
“Select which news sources (Post Categories) you want to read from:”
[ ] USA Today
[ ] The Guardian
[✓] The New Yorker
The specific user above should now only see news from The New Yorker in hers feed.
How would you guys accomplish a solution like this with BuddyPress?
@rochellebarlow
You need to direct this question to the “OptimizeMember” plugin writer.
I will suggest if you do not find it easy to work with that one, perhaps look into others like “s2member” or the membership plugins from wpmudev – and others.
Some places provide better tutorials and support than others – some are easier to work with than others.
This is not really a buddypress issue however I do not believe.
(I am not a bp dev, just another random internet user of bp – and I have not looked into your particular optimize things)
Hi @maelga,
Querying by member type is explained here:
Member Types
Then, you’ll have to create a custom function to get a navbar specific to each member type.
Members Navigation Menus
@kjgbriggs – setting up a child theme is just a way to essentially make a new theme – using another “parent” as your template. When you activate, it’s just ONE theme that it handling everything for your wp/bp site.
You do no provide enough details about your theme names, and what you like about the main one and the one that ‘looks better with buddyprees’ – however, if you just like the layout of the bp components with he second theme more, then yes I believe you could make a child theme from your primary theme, and then go into your secondary theme and start to pull some of the layout code for the bp specific components and add those to your main theme.
If it’s overall colors and such you are trying to mix, like have a red header for your main site and a blue header for your bp pages – that is not going to be so easy..
it’s easy to learn about child themes here: https://codex.wordpress.org/Child_Themes
and a little more digging to learn about bp specif pages and components here:
BuddyPress Theme Development
for minor changes you can keep things simple by activating your second theme that you like with the bp looking better, go to the bp pages where you like the layout, right click on the element that looks good and click inspect elements – this will give you the css rules that are working the way you like.. things like alignment properties, bold, colors perhaps – copy those – put them into your new child theme styles and such..
of course some things can be more tricky if your second theme has fancy functions.php, java and all that included.
When I send a message to a member, it cc’s 2 other members (random). I am not selecting other names.
I am running WordPress 4.2.3 (multi-site operation)
I am running BuddyPress 2.3.2.1 (freshly installed)
I enter one name in the ‘Send To’ field.
I enter a subject.
I write the message.
I press ‘Send Message’
After the message sends, it reads: CONVERSATION BETWEEN CORRECTUSER, RANDOMUSER, RANDOMUSER AND YOU.
I checked the RANDOMUSER accounts and the message was delivered. I logged in using a different username and went through the same steps and it happens just the same.
I deleted the entire BuddyPress folder from the root and installed a fresh copy. Still same.
It happens on the Twenty theme and other themes.
Thanks for your feedback.
@chetbutikofer – I have not run into that exact thing – but you can go into your site via ftp or file mananger, under wp-content / plugins and simply delete the buddypress folder. That will usually deactivate just about any wp plugin.
Hello,
I recently installed buddypress on my wordpress site and found that it was not the right application for what I was trying to achieve. Unfortunately I’m not able to deactivate the plug-in as each time I try I receive the following error:
The website cannot display the page
HTTP 500
Most likely causes:
•The website is under maintenance.
•The website has a programming error.
Has anyone else run into this problem and any thoughts on what I might do to successfully deactivate buddypress on my site?
Thanks,
Chet
A few month ago I uploaded the BuddyPress Secure Passwords plugin to the wp.org directory. It’s a very basic plugin, just checks the strength of the passwords on the BP registration form and doesn’t let users register until they choose at least a medium strength password. It works on all of my BP sites, in my testing area, and seemingly on 50+ active installs. Yesterday I received a big 1 star review from someone who claims it doesn’t work but doesn’t give any details. So now my average rating is 1.0 which means nobody will ever even look at this plugin. Could someone please tell me what’s wrong with this plugin, because I tested it many times and it never had any problem?
I need to use Bitmate plugin with Buddypress site, but don’t know how. There is editable text field on the user profile back-end, and I want to use the exact same field on Buddypress front-end user profile with option for editing, but don’t know how. Can somebody help me to figure this out, please?
I have never used a child theme before so I’m unsure if this is possible or not, but my main theme is brilliant for the main site, but BuddyPress looks a lot better in one of my other themes that I don’t want to use for the main site.
Is it possible to use just the BuddyPress data from the other them or set it up as a child theme to only work on BuddyPress stuff?
If so, can someone walk me through how to do this?
Thanks in advance for any help you can give.
note sure if these work or not – never used them:
https://wordpress.org/plugins/wp-invites/
https://wordpress.org/plugins/buddypress-private-community/
Let me know if you try them and they fail or work!
@mattfl850 – this info will help with that journey:
bottom of the page: https://codex.buddypress.org/getting-started/installation-in-wordpress-multisite/
I am sure this is possible, it’s not the way I would do it… might also want to consider some of the info here: http://halfelf.org/2011/dont-use-wordpress-multisite/ (updated may 2015 😉
Others may agree or disagree, and you may be keeping your server tuned like a well oiled machine – hidden from the SE spiders and brute force attackers and all that.
Of course I am not an expert, or a bp dev or anything – just another user who has tried a few different setups and spent many hours trying to do what it “possible” and should be “simple” – and pulled my hair out trying to make things like that work well :))
Not sure if anything is changed in recent updates, but I will mention that when I did this kind of conversion; I had to install the role scoper plugin (now called press permit) – in order to hide people’s private pics they uploaded – as they were visible in the media gallery for other bp users on my sites who had signed up for a “blog” (not called “site” in multi-site) – that was a painful thing to find out the hard way – maybe things have changed with that and other issues – not sure.
Have fun with that and let me know how it works out for ya!
@ajay25 – maybe the wp plugin “good question” ( https://wordpress.org/plugins/good-question/ ) will do what you are asking (?)
Maybe “buddypress humanity”
I imagine there are other similar ones in the wp repo these days
Thanks so far.
I am using latest version of WordPress and Latest of Buddypress
Lets forget about css for now, I think I need to redo how activity stream is generating the html. If I want to get done as in my example (1st post) then I need to generate my own HTML. I am considering writing my own plugin to make it do what I want..
What buddypress filter can I use to adjust the html below?
<div class="activity-inner">
<p>Si quicquam extra virtutem habeatur in bonis. Qua ex cognitione facilior facta est investigatio rerum occultissimarum. Tum ille timide vel potius verecunde: Facio, inquit.</p>
<p>Videmus igitur ut conquiescere ne […]<img src="http://somewebsite/wannabe/wordpress/wp-content/uploads/2015/07/Unknown.jpg"></p>
</div>
Hi,
I am using buddypress, wp job manager and have also installed buddypress job manager.
I am using the default theme of buddypress.
Can any one please let me know how to add a maths problem to the login & registration page without redirecting the users to the default wordpress login/registration page.
I am not using a buddypress template.
Take a look at the BuddyPress Template Hierarchy article. If your theme uses BuddyPress templates then you’ll be able to override them.