Search Results for 'buddypress'
-
AuthorSearch Results
-
March 3, 2019 at 12:49 pm #303236
Topic: User registration
in forum How-to & Troubleshootingfullenchilada
ParticipantHey guys,
I m using buddypress and youzer on my website and it seems like whenever people use the registration form to sign up, they are taken back to the homepage but no user is being created in the database. I also have wpforo forum plugin running which supposedly works smoothly in conjuction with buddypress.
Looking forward to your help
greetings
fullenchiladaMarch 3, 2019 at 7:17 am #303230In reply to: Where is Post article page PHP file save
Venutius
ModeratorBuddyPress does not include articles, you can post new activity updates, do you mean that or something else?
March 3, 2019 at 6:48 am #303225Varun Dubey
Participant@kaneesha we have released BuddyPress Moderation it might help you.
March 2, 2019 at 5:03 pm #303210In reply to: Content disappearing for one user. 2nd time!
Venutius
ModeratorActually Stream supports BuddyPress, so give it a go and see if it catches what’s happening. If it’s only affecting one user it’s unlikely to be a bug or conflict though it could maybe be a database error.
March 2, 2019 at 4:50 pm #303208In reply to: Content disappearing for one user. 2nd time!
mygirlfriday805
ParticipantThank you for your reply. The content missing, are his post he has made through his personal profile on the buddypress site.
March 2, 2019 at 3:29 pm #303201In reply to: Hidden Fields Are Searchable
shanebp
ModeratorBehaviour confirmed.
I believe this is a bug.
Please open a bug ticket here.
Use the same login as you use for these forums.
Reference this thread in your ticket.March 2, 2019 at 3:07 pm #303198In reply to: profile field
cammac1
Participantthanks for the answer! but could you be a bit more specific? I’m a beginner in BuddyPress and I’m having hard times understand it properly. I tried to use the filter but if I remove the add_action (apparently) it won’t affect anything and if I use it, it removes half of the content in the profile page.
thanksMarch 2, 2019 at 2:54 pm #303197In reply to: profile field
shanebp
ModeratorPlease use the
codebutton when posting code.Try using this filter hook:
apply_filters( 'bp_get_the_profile_field_value', $field->data->value, $field->type, $field->id );To adjust the value returned by:
bp_the_profile_field_value()For reference: that hook is found in:
buddypress\bp-xprofile\bp-xprofile-template.phpMarch 2, 2019 at 1:50 pm #303192In reply to: Buddypress Docs
Venutius
ModeratorThere’s two you could try, BuddyPress Docs which is a bit old but still works. Or my own plugin BP Post Status which is the new kid on the block.
BuddyPress Docs sets up it’s own post type and adds collaborative editing to it. This means that the editing experience is somewhat limited.
BP Post status uses standard posts and add group based statuses to it so that posts can be assigned as Group posts, members only friends only etc and since it uses posts (or any other post type) you can exxjoy the full classic editor or my own front end publisher – BP Site Post Note that Gutenberg does not support custom post statuses so it can only really be used in classic editor mode.
There’s a couple of other options, such as BuddyDev’s Blog Categories for Groups or if you are looking for a document library there BP Documents.
March 1, 2019 at 8:43 pm #303180Topic: Notifications (OneSignal)
in forum How-to & Troubleshootingwelsh10
ParticipantHi,
I would like Onesignal to additionally notify users when a BuddyPress notification is activated.
There is an option for ‘Additional Custom Post Types’. (If this is not an option, is there another workaround)?Thanks in advance for the support!
mrjanvier
ParticipantHi,
Thank you for youre response. I’m happy to know that its not something i did wrong. It could be an help to others if in the future it would be fixed. Yes I would like to raise this on trac. I used the link you gave me trac and made a new ticked to inform about the issue.
I really like the way buddypress works, the help by volunteers, the quality of the work, all the plugins. So compliments for the team and moderators.
greetings,
have a nice dayFebruary 28, 2019 at 7:28 pm #303168In reply to: reset() expects parameter 1 to be array
Venutius
Moderatorhttps://buddypress.trac.wordpress.org/ticket/8005 supposed to be fixed.
February 28, 2019 at 8:22 am #303153In reply to: buddypress registration page is not translating
faris2022
ParticipantI think yes it is still BuddyPress registration page because I am seeing the same texts for both registration page and BuddyPress backend loco translation setting.
February 28, 2019 at 7:55 am #303152In reply to: Admin / Rankings / Rights
Venutius
ModeratorYep but it would require custom code I would have said. There’s a BuddyPress filter called bp_current_user_can and a WordPress filter map_meta_cap you could hook into these, determine the user and situation and choose to allow the action accordingly.
February 28, 2019 at 7:46 am #303151In reply to: buddypress registration page is not translating
Venutius
ModeratorI think the first thing to check is that it’s still the BuddyPress registration page. Your theme may have overloaded it and that might be the issue.
Venutius
ModeratorHi there, I can confirm this as an issue, would you like to raise this on trac to get it fixed?
February 27, 2019 at 8:12 pm #303148shanebp
ModeratorThe /sites page was designated in the BuddyPress settings …
You mean ‘Sites’ was listed as a directory on the BP settings page?
Or that a page called ‘sites’ was assigned to something? If so, what?If you want to change BP templates, you need to overload them.
You cannot use another templating system, such as oxygen.February 27, 2019 at 8:01 pm #303147elijahmills
ParticipantSorry, my replies kept disappearing yesterday.
The /sites page was designated in the BuddyPress settings under Pages, so I assume the content is being generated by BuddyPress. The query is somehow preventing the templates of the site builder from applying. We’ve had this issue with other plugins, but this occurrence seems to be unique so I was hoping someone could shed some light on how this page’s content is generated so that I can figure out why Oxygen’s templates won’t apply to it.
Thanks.
February 27, 2019 at 1:53 pm #303142In reply to: Buddy Avatar – OOOPS, SORRY! WE COULDN’T FIND IT
Venutius
ModeratorAh got you. Looks like something is blocking that page. I’d try the following in the first instance:
1. Check you have member profiles enabled in Settings>>BuddyPress you should have but it’s an easy check.
2. Re-save your permalinks, making sure you are not using the default (top) setting.
3. Deactivate all other plugins apart from BuddyPress and check to see if it works.
4. Try using a default theme such as 2017.
One of those steps should identify the problem.
February 27, 2019 at 1:47 pm #303140In reply to: Customized Login Page
Venutius
ModeratorBuddyPress uses the WordPress login page so any WordPress login page customiser will do that for you. Most have much the same features so just find one that’s still being maintained.
February 27, 2019 at 1:46 pm #303139In reply to: Buddy Avatar – OOOPS, SORRY! WE COULDN’T FIND IT
frolickingmini
ParticipantIf I go to the new Profile page that I created through my site after installing BuddyPress, and then I hit the camera icon on my avatar, it opens this page: https://www.celebritywotnot.com/members/c-claire/profile/change-avatar/ which displays the message: “OOOPS, SORRY! WE COULDN’T FIND IT! You have requested a page or file which doesn’t exist”
Many apologies if there is something I’m missing here. I assumed this was part of the extended profile option in Buddypress but perhaps its through WordPress’ own Users or Discussion section in which case, I’m still not sure what I’m doing…
February 27, 2019 at 1:29 pm #303137In reply to: Buddy Avatar – OOOPS, SORRY! WE COULDN’T FIND IT
Venutius
ModeratorBuddyPress does not have an edit function for the avatar and that message does not appear in the BuddyPress codebase, are you sure this is a feature of BuddyPress?
February 27, 2019 at 12:58 pm #303134In reply to: How to hide view in profile tab
shanebp
ModeratorIt won’t be in the BuddyPress section of Add menu items.
Scroll down to Custom Links.
Then under URL, paste this:/members/me/profile/edit/
Fill out the link text to whatever you want.
Click Add to Menu
Then SAVE the menu.February 27, 2019 at 12:37 pm #303133In reply to: How to hide view in profile tab
Thilina Wickramasinghe
ParticipantHi,
Thank you for reply.
I tried as you mentioned but I’m not understand about how to use the ‘UserName’ in WordPress menu.BuddyPress allowed (Profile > Edit screen ) only below links to add into the WP menu directly.
https://prnt.sc/mqtrvsThank you!
February 26, 2019 at 8:23 pm #303123shanebp
ModeratorThe /sites page refuses to take Oxygen (site builder) templates
How is that related to BuddyPress ?
-
AuthorSearch Results