Search Results for 'buddypress'
-
AuthorSearch Results
-
July 1, 2018 at 3:53 pm #274896
In reply to: Activate page anchor rendering as plain text
Venutius
Moderatorhttps://buddypress.trac.wordpress.org/ticket/7894 Here’s the ticket for that.
July 1, 2018 at 6:30 am #274892In reply to: shortcodes for buddypress – page layout
Venutius
ModeratorYou should raise this in the Shortcodes for BuddyPress support forum
June 29, 2018 at 3:17 pm #274880In reply to: how displayname on address bar
Venutius
ModeratorIt’s possible but not easily, this ticket talks about doing something like it:
June 29, 2018 at 12:31 pm #274877In reply to: Base Profile Fields Error on Save Changes
Venutius
ModeratorWhen you had the profile shortcodes plugin activated, you got the fatal error that an undefined function was being called – bp_get_messages_slug, however this function does exist in any BuddyPress install that has messages enabled, so that error is pointing to a problem with your config – either something is stopping BP from loading correctly or messaging is not enabled. This pretty much points to other issues on your system which are messing with BP. Sometimes plugins throwing errors can provide useful insights into issues elsewhere in your install.
June 29, 2018 at 12:21 pm #274876In reply to: Base Profile Fields Error on Save Changes
kodrant
ParticipantI deleted all profile fields, set new profile fields in 2 groups: Base (Primary) and Company.
Now Company field group is not showing in the Profile page, and Base fields generate the same error when save changes is clicked.
Plugin disabled: BP Profile Shortcodes Extra (generated many errors including fatal error)
Plugin active: BuddyPress Xprofile Custom Field TypesIs there proven tutorial how to successfully add more fields in BP Profile?
June 28, 2018 at 9:26 pm #274864In reply to: Extended profile field wrapper
shanebp
ModeratorPlease use the
codebutton when sharing code.Use the filter hook and write your own filter function.
Inbuddypress\bp-xprofile\bp-xprofile-template.php
find the filter hook infunction bp_the_profile_field_value()BP uses that same hook for a lot of formatting. See
buddypress\bp-xprofile\bp-xprofile-filters.php
So be sure to set the priority to a high number like 99 so your filter function will run last.June 28, 2018 at 8:49 pm #274862Derold
ParticipantOK I should have just started with buddypress
I guess I need to see if ossn has a plugin to export then I can work on the bbpress importJune 28, 2018 at 8:18 pm #274860biobox
Participant@sjregan, @vapvarun. Thank you so much guys. My site had the issue for a while, but upon updating my Kleo theme to 4.3.8, the issue was resolved.
However, Kleo 4.3.8 at the moment doesn’t work with Buddypress Nouveau Template Pack, just Legacy Template Pack. So, users may find out that the Kleo reverts your Nouveau selection to Legacy.
June 28, 2018 at 7:22 pm #274859Derold
ParticipantOK I should have just started with buddypress
June 28, 2018 at 6:39 pm #274858Varun Dubey
ParticipantYa, It will need to create the script to export data from OSSN and after you will also need to create import script for BuddyPress. For User profile and extended fields, there are some plugins which can populate BuddyPress using CSV.
June 28, 2018 at 4:50 pm #274851Topic: Profile Pages Getting 500 Error
in forum How-to & Troubleshootingchrisatnantucket
ParticipantMembership area, the following result in 500 errors
– Profile Settings
– Notifications
– Events.. Trying to have members create groups, etc. And everyone gets 500 internal server error. I’m currently using PaidMembership Pro with BuddyPress — PMPro is Working fine. WordPress is working fine.
Wordpress support said it appears the issue is coming from BP, and recommended I reach out.
Thoughts? Help?
Thanks
June 28, 2018 at 4:28 pm #274850In reply to: Adapting BP to my needs: hooks, theme and template
Venutius
ModeratorThat’s right, to overload them copy them into your themes/child-theme/buddypress directory, maintaining the directory structure and you will be able to edit at your leishure.
June 28, 2018 at 4:24 pm #274849In reply to: Adapting BP to my needs: hooks, theme and template
od1fr
ParticipantThx Venutius for your answer.
I guess you meanplugins/buddypress/bp-templates/bp-nouveau (or bp-legacy) /buddypress
That’s what I did, so it seems understood well afterall 🙂June 28, 2018 at 3:49 pm #274846In reply to: Adapting BP to my needs: hooks, theme and template
Venutius
ModeratorBP has a large number of files that can be overloaded by copying them to your child-theme directory, these are located in
plugins/buddypress/bp-nouveau (or bp-legacy) /buddypressfor one off builds it’s usually easiest to overload the template file you require. If the solution needs to be re-useable then it’s better to build a plugin and use filter and action hooks. Also some things you can’t do with Template files alone.June 28, 2018 at 2:23 pm #274841In reply to: Activity Load More Not Working
belle33
ParticipantI have a correction to make with my post: I did not replicate this issue with Nouveau; my site is using Legacy template and experiencing these problems with Load More.
For reference to other BuddyBoss Boss theme users: BuddyBoss has confirmed that they are overriding the BuddyPress settings to only run Legacy and have no timeline for supporting Nouveau template on their Boss themes. Even if you have Nouveau selected in your BuddyPress settings, it will default to Legacy. This caused my assumption that I was using Nouveau (since I had it selected).
@r-a-y is there an updated javascript patch by this point? This problem persists (on multiple devices including mobile) and an update would be very helpful. Thanks.June 27, 2018 at 4:03 pm #274819In reply to: Rotating Profile Photos – Is it Possible?
June 27, 2018 at 2:53 pm #274817davidellis
ParticipantThanks for that There is no plugin but my copy of buddypress comes with wpsoul rehub theme demo install so maybe they did something.
Anyway I found that another Plugin called WP User Avatar was causing the issue and I have removed it and all is fine now
Regards
June 27, 2018 at 1:22 pm #274813In reply to: How to submit my code to buddypress
June 27, 2018 at 11:47 am #274809In reply to: @mention not working on group forums.
Harsh
ParticipantThanks for the link. I already tried this but it didn’t work. I think I would need to figure it out myself. Is the @mention functionality only works on the BuddyPress pages ??
June 27, 2018 at 10:44 am #274807In reply to: @mention not working on group forums.
Venutius
ModeratorThis link talks about adding the function to bbPress in the days bbPress did not support mentions, it culd help:
Add the New BuddyPress Mentions Interface to bbPress Forum Replies
June 27, 2018 at 8:43 am #274800In reply to: howto clone theme ‘nouveau’?
Venutius
ModeratorI’ve just copied activity-loop into the theme/buddypress/activity directory and the overload works for me.
June 26, 2018 at 5:52 pm #274766Venutius
ModeratorIs it all pages are just the BuddyPress pages?
June 26, 2018 at 3:22 pm #274762In reply to: Nouveau Member Count stuck on the number one
Venutius
ModeratorBP Nouveau uses a different function to display the members count –
bp_nouveau_pagination()it’s in the fileplugins/buddypress/bp-template/bp-nouveau/members/membes-loop.phpThe same code is used to display the counts for friends. does your friends list display the right number?
June 26, 2018 at 12:54 am #274741In reply to: bp_core_remove_nav_item not working
ghosted
ParticipantThanks Henry it was the $hook that was incorrect in the previous docs. I was wondering if i could ask you to take a look at another question i posted about notifications? I’m not sure if you’ll have an answer but i’ve not managed to get anywhere on it.
June 25, 2018 at 8:10 pm #274733der_velli
ParticipantSolved!
SeventhQueen (Kleo) just released a new theme update. Now its possible to choose your sidebar for the BP profile and group in the Theme settings (in “Buddypress”) -
AuthorSearch Results