Search Results for 'buddypress'
-
AuthorSearch Results
-
December 27, 2018 at 8:38 am #283035
In reply to: Where is the BP Plugin repository?
Venutius
ModeratorThat’s probably one for the bbPress forums then – https://bbpress.org/forums/ within each group with a forum there should be a forum menu item that links to the group forum. I’d first check there are no plugin conflicts by deactivating all other plugins except for BuddyPress and bbPress, if you still don’t get the menu item within the group then try a default theme such as 2016. BuddyPress forums are provided by bbPress, so that’s the best place to go for support.
December 27, 2018 at 8:24 am #283031In reply to: Where is the BP Plugin repository?
Venutius
ModeratorThe Groups page does not include any forums, just the group avatar, name and description. You can choose whether to include the groups forums in the forums page, and other options by following these instructions:
December 27, 2018 at 8:15 am #283030In reply to: Where is the BP Plugin repository?
brewsi
ParticipantI am trying to create forums for groups in buddypress using bbpress.
I am really struggling to understand how they integrate. I have read lots of documentation and been through numerous support.
My users can create a group and a a forum for that group.
That forum then goes onto the forum page under a parent forum of group forums.Bit on the group’s page I can’t get the forums to show which is frustrating as when the user completes the group the forum isn’t viaible.
Can someone talk me through the set up or point me in the way of comprehensive instructions?
Thanks
December 27, 2018 at 1:14 am #283026In reply to: Do not get activities
eigodeasobo
ParticipantYes, When Icreate a topic and create a reply in bbPress it does not create an item in the BuddyPress activity stream.
Is it better to assign these two post IDs to “$args” and call new as “new WP_Query ($args)”?
December 26, 2018 at 3:49 pm #283021In reply to: Infinite Load – Won’t Accept Friend Request
Venutius
ModeratorSounds like they have given you the brush off, clearly if it’s WooCommerce that is stopping another plugin from working then the onus is on them to fix it. If it was the other way round, BuddyPress was stopping a WooCommerce feature to stop working, then we’d need to look at it.
December 26, 2018 at 1:04 pm #283015In reply to: Do not get activities
shanebp
ModeratorIf I post “bbp_create_topic”
Do you mean, create a topic or create a reply in bbPress?
And it does not create an item in the BuddyPress activity stream?btw- these are the BuddyPress forums.
The bbPress forums are here and are probably a better place to ask your question.December 24, 2018 at 11:23 am #283008In reply to: Reversed Search Results
shanebp
ModeratorMean you don’t know how
No, I mean your issue is not due to BuddyPress.
It is due to the plugin that you are using for member searches.
Again, you should ask the creators of that plugin.members/bps-form-home – located in: /buddypress/
No, it is located in the additional code that you have added to buddypress.
Are you using the BP Profile Search plugin?
Go to the wp-admin area for your site.
On the left side, you should see a link to Plugins.
Click on that link and then you should see a list of the plugins on your site.
Look for the BP Profile Search plugin.
If you find it, then you know who to contact with your question.December 24, 2018 at 7:51 am #283003In reply to: Reversed Search Results
Melanie Jimenez
ParticipantMean you don’t know how 🙂
members/bps-form-home – located in: /buddypress/ Should I ask then support from OpenCart Or Magento if this is not an issue of BuddyPress
And maybe Extended Profiles (Customize your community with fully editable profile fields that allow your users to describe themselves.) is not a part of BuddyPress too? Because only the gender got wrong search results – and this is BuddyPress Profile FieldDecember 23, 2018 at 12:33 pm #282990In reply to: filter in member page
zikadonfeur
ParticipantDecember 23, 2018 at 9:29 am #282988In reply to: Reversed Search Results
shanebp
ModeratorBuddyPress does not include the code for those kinds of searches.
Please ask the support staff for your theme or for the plugin that handles your searches.December 23, 2018 at 5:50 am #282983tamnbu
ParticipantI am using buddypress 4.1.0 and rtMedia. When I upload a photo from rtMedia’s media in the group page, it appears in the activity, but the link of the poster in the activity is displayed with the html string of a href = “” . I think that it is a bug, do you know how to fix it?
December 22, 2018 at 6:05 pm #282982In reply to: How to modify the name of the buddypress group URL
zikadonfeur
ParticipantHi,
in general setting, buddypress. You need to assigne a page to the groups, if this page have this name “community”, have you try it?December 21, 2018 at 3:36 am #282937Topic: How to edit Buddypress functions
in forum How-to & Troubleshootingpopeye987
ParticipantHi BuddyPress community,
I’ve been struggling with this problem for a few days now, and since i can’t find an answer i come for your help.
I want to edit some files (some functions within them) from the “public_html\wp-content\plugins\buddypress\bp-templates\bp-nouveau\includes” Directory, like “functions.php”, and “template-tags.php”. The issue i have, is that i don’t know how to edit them on my child theme (i don’t want the changes go away every time i update BuddyPress).So the question is.. How can i edit those files in my child theme?.
Thank you very much guys. Please explain me like you were teaching a kid so i can understand (im not very experienced at this, so please bear with me).
December 20, 2018 at 1:23 pm #282923DenisCGN
ParticipantHello Henry,
where can I find a list of HOOKs I can use with BuddyPress?
For example changing the login_name after registration.
Cheers,
denisDecember 19, 2018 at 5:42 pm #282899boundless_ink
ParticipantRedirect users to buddypress profile edit page after sign up: TOPIC:
this code: via https://buddypress.org/support/topic/redirect-users-to-buddypress-profile-edit-page-after-sign-up/
.. this doesnt seem to work either.. @shanebp
December 19, 2018 at 5:08 pm #282893In reply to: Forced to Deactivate
shanebp
ModeratorJust a guess… Try:
1. Change the title and the slug of ‘the page about membership benefits’.
2. Go to Settings > Buddypress > Pages and make sure that you have not assigned ‘the page about membership benefits’ to any BuddyPress components.December 19, 2018 at 3:29 pm #282888In reply to: did the call for activity post form change?
eLeXeM
ParticipantVenutius, I’m telling you 🙂 the whole arrangement (theme, plugins, etc.) was working until the recent big Buddypress update. Then my manually placed whatsnewbox stopped showing.
But I’m the nice guy 😛 I have put
define('WP_DEBUG', true); define('WP_DEBUG_LOG', true); define('WP_DEBUG_DISPLAY', true);+ let’s see what we get. 🙂
December 19, 2018 at 2:13 pm #282886In reply to: did the call for activity post form change?
Venutius
ModeratorWith all the plugins deactivated apart from BuddyPress, did it work at all? Same goes with your theme. Do you have error logging switched on? I’m thinking there must be an error showing somewhere and you are just not seeing it.
See this page to see how to enable the error log https://codex.wordpress.org/Debugging_in_WordPress
December 19, 2018 at 9:13 am #282881In reply to: “Add Friend” won’t ever change
Arize Nnonyelu
ParticipantI didn’t edit it. So you have seen the screenshots where could these strings possibly come from? I’ve edited the Theme (2017). The plugin and buddypress but I’m still seeing these words where could the have come from?
December 19, 2018 at 3:40 am #282880In reply to: quiero quitar algo en la sección “ajustes”
Venutius
ModeratorThe export data information should contain the personal information held by your plugins and wordpress, it should not contain data about plugins, I’m not sure how you would remove that, it’s not specifically a BuddyPress Question.
December 18, 2018 at 12:34 pm #282873In reply to: “Add Friend” won’t ever change
shanebp
ModeratorOK… Maybe not a string. A Word then perhaps?
A word is a string.
A string is a type of variable – text – example: unfriend
An integer is a type of variable without a decimal point – number – example: 33
A float is a type of variable – number with a decimal point – example: 45.67Again – the string ‘unfriend’ is not coming from BuddyPress – unless you have edited it.
December 18, 2018 at 11:29 am #282871In reply to: did the call for activity post form change?
eLeXeM
Participantsorry, I only stumbled over your most recent response now. Apparently, this forum does not really send notifications on replies. Either way –
No, I’m not getting any errors. It just stays blank. I’ve tried 2 plugins to circumvent in the meantime (or rather drill into what they’re doing different, in case they work/ed), alas
- “BP Post from anywhere” ([bppfa_postform]) does not heed privacy options on post (i.e fails to cooperate with another extension),
- [bppswhatsnew] offered per your own “BP Profile Shortcodes Extra” just gives me the same blank I got all of a sudden using my own shortcode :/
Now, I realize you state/d that your form display would not work with Noveau template, and I am sure to have set BuddyPress to use legacy template; however, when I look into my site’s loaded page, I find several references pointing to Noveau
while
which has me scratching my head.
I would very much prefer to get this going without having to use a plugin for a simple display job such as this. Bit I can’t seem to figure out why the solution I had in place stopped working.
December 17, 2018 at 11:51 pm #282865In reply to: “Add Friend” won’t ever change
shanebp
Moderator‘Unfriend’ is not a BuddyPress string, as you can see by searching the codebase.
December 17, 2018 at 11:20 pm #282863In reply to: Buddypress Tournaments
Arize Nnonyelu
ParticipantCould you be more elaborate? Tournaments on what?
Did you have any Tournaments plugin in mind yet?
With buddypress users are linked it depends on private or public profile.December 17, 2018 at 7:05 pm #282851In reply to: Advice regarding profile photo and change-avatar.php
Venutius
ModeratorThere’s two options, you could either overload that file, by placing your edited file in the
wp-content/themes/your-child-them/buddypress/members/singledirectory or the other option is to create your own translation of the BuddyPress text. This last option is preferred, in general overloading files adds to the admin burden as you will need to kepp track of changes in the master file.To do the translation you would need to download PoEdit and follow this:
You just set up a translation of your own language which removes the text.
Also, to manage translations, use the WPT Custom Mo File.
This is handy because as you develop your site you are bound to come across other instances in BuddyPress and other plugins where you would prefer to change the text.
-
AuthorSearch Results