Hi,
Thank you so much! I have run into a hiccup so I can’t yet implement, but can’t wait to try it out. I actually may want to change the title of a few other things now that I see it’s possible =).
This is my first go at Buddypress and I’m excited to be working with it.
Thanks again!
Hi again
i tried to disable plugins one by one and i found it!
BuddyPress Activity Privacy
that plugin cause the duplicating problem.
so…
now i want to fix it
how ?!
:S
Found the problem: BuddyPress Template Pack is the plugin that doubled the replies
@jaggysnake What theme are you using? Is it updated for latest BP/WP versions? If it is, have you done basic troubleshooting like noted in this article -> https://codex.buddypress.org/getting-started/troubleshooting/
@ghostpool I cannot recreate the issue of missing buddypress.js file using Twenty Fourteen on latest WP and BP. Have you tried re-uploading/re-installing BuddyPress? If you did, please give environment or steps to recreate your issue.
So you cannot get around it apparently via buddypress.
What I can do though is set up a form for users to submit posts to the site on the activity page, which they can do without being logged in, that appear on the activity stream. Comments from non logged in users should then appear on the stream aswell as threaded activity comments.
I just need a way to replace the activity comment form with the posts comment form, not an easy task by the goings of my trial and error so far lol
How to customize the order of fields of registration
@rcjr24 you can change the order within Users > Profile Fields panel
https://codex.buddypress.org/buddypress-components-and-features/extended-profiles/
@joshjackc Deactivate the bbPress forum plugin by going to admin menu Plugins > Installed and click on the “Deactivate” link. Messaging and Status/Actvitity Streams are BuddyPress components, not bbPress.
@infoknutsford-softwarecouk There’s no listings.php file in BuddyPress. What theme are you using? Have you tried contacting the theme author?
@riki81 First time I’ve seen this reported. Try basic troubleshooting procedures https://codex.buddypress.org/getting-started/troubleshooting/
Is it possible for me to copy-and-paste the old style to the new one?
@sillery4ever At this point, it would be better to override the styles in current stylesheet because the selectors used in stylesheet enqueued by BP is more specific than the selectors used in the old stylesheet.
e.g. #buddypress item-list in BP theme compatibility vs. plain .item-list in old BP Default stylesheet
I found a solution:
https://buddypress.org/support/topic/user-cant-edit-profile-page/
If i deactivate the NextGen Gallery plugin, the user can edit the profile.
Problem is that my used Template Enfold has b. e. no accordions.
i think the NextGen plugin is buggy 🙁
Thanks for the response. I think I was a bit confused, I am actually using Magazine Basic, not Buddypress Default, but thanks for the head’s up.
I created the extended profiles via Users>Profile Fields
This is the file:
buddypress\bp-templates\bp-legacy\buddypress\activity\entry.php
Create a template overload before you change it.
And I resolved it simply.
Just add
#buddypress table.profile-fields p {
margin-top: 10px !important;
margin-bottom: 10px !important;
}
or the kind of margin you want, to a custom css, and voíla!
And now I find that this is a known and ticketed bug in the Mulitline-textbox xprofile function. Last updated 3 months ago. Why does buddypress have a multiline-textboxfield at all if the issue is so hard to resolve?
No wonder the wpautop breaks the profile.
Anyway. Is there a way around this? any fixes or anything that can make the multiline field recognize br tags instead of ignoring them?
Anyone?
@petervandoorn
I also have this problem running WordPress 3.9.1, BuddyPress 2.0.1 and BBPress 2.5.4. It’s only been the case since I moved over to BBPress for forums.
I’m happy to help anyone who’s trying to fix this apparent bug.
These other threads appear to be relevant:
https://buddypress.org/support/topic/private-group-topics-appearing-in-activity-stream-help/ (@kraigg)
https://buddypress.org/support/topic/bugs-between-bbpress-and-buddypress/ (@jboye, @johnjamesjacoby)
Hi!
First of all, English is not my first language so forgive me if I don’t know the terms and words correctly.
I’ve been playing around with the layout in buddypress and customized it to my liking! But now I’ve stumbled upon a interesting problem.
In the member profiles buddypress doesn’t recognize double word-wraps (paragraphs) at all. The text is just condensed and I really don’t know what to do about it.
when I add a ‘wpautop’ to the bp-xprofile-filters.php to the ‘xprofile_get_field_data’ it does a funny, and irritating, thing.
Whenever you edit the profile id adds a paragraph tag to the username seen in the buddypress toolbar on the upper right side of the screen and makes the name and last namne in different paragraphs.
And it looks like this:
Howdy
Name
Lastname
I really don’t know how to get past this and prevent the wpautop to change the whole data instead of just the profile field mithe the text (in this case profile information about the user).
Is there another way of doing this?
Thanks!