Search Results for 'buddypress'
-
AuthorSearch Results
-
June 27, 2018 at 10:44 am #274807
In 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”)June 25, 2018 at 6:12 pm #274732In reply to: Private Message Button Not Working Right?
RT77
Participantanyone? this is on buddypress profiles.. all plugins are deactivated so nothing is interfering as far as I know. When the “Private Message” Button is clicked it does not open the compose message with the user name in the title.. I think it might be a bug?
June 25, 2018 at 1:59 pm #274715In reply to: Where is “next” button?
akkoxe
ParticipantNeed to rule conflicts with “twentyseventeen” template? Buddypress conflict with “twentyseventeen”? Really?
June 25, 2018 at 1:44 pm #274713In reply to: A long load time
alenabluebox
ParticipantYes, there is! the file is located in /web/wp-content/plugins/buddypress/bp-core/js/vendor/moment-js/locale
June 25, 2018 at 10:48 am #274704In reply to: A long load time
alenabluebox
ParticipantHallo, es, I tried to deactivate all other plugins,especially Autoptimize and Scripts-To-Footer, because of this reply: https://buddypress.org/support/topic/localized-time-stamp-broken-with-2-7-update/ , but it didn´t help.
If I deactivate the wpml-plugin, I don´t become a mistake, but the problem is still there-> https://wpml.org/forums/topic/the-big-loading-time/June 25, 2018 at 9:48 am #274700In reply to: Can’t see or edit Register Page
Venutius
ModeratorIt’s just a blank page, the content is populated by the BP Template file –
plugins/buddypress/bp-templates/bp-nouveau ( or bp-legacy) /members/register.phpand this creates the structure depending on what additional profile fields you have added in Users/Profile Fields.June 25, 2018 at 9:45 am #274698In reply to: Can’t see or edit Register Page
macindoe1
ParticipantBut when logged in as admin, it looks blank when I try to edit it and can’t preview it. Is there a special way to edit a BuddyPress-created page?
Thanks.
June 25, 2018 at 9:24 am #274687In reply to: User request for cache plugin with buddypress
Venutius
ModeratorBuddyPress pages are dynamic pages, the same page is used for everyuser, therefore page level caching is never going to work with BP. Object caching and other backend caching techniques can work but in general you can’t cache dynamic content.
June 24, 2018 at 9:04 pm #274684In reply to: Buddypress, Analytics & GDPR
knowitallninja
ParticipantHi @r-a-y
My apologies for responding so slowly. I didn’t get a response notification to my email for some reason.
As for Twitter. I’m not sure what they’re doing. I just know that Google Analytics are very clear that under GDPR no personally identifiable information should be passed in the URLs to Analytics and that usernames count as PII.
I had a look at that ticket. Unfortunately the code in there causes my member areas to not work. It does replace their usernames with their id numbers in the url, but the url isn’t functional.
So I guess my only option is to try that plugin to change all my users nicenames? That’s unfortunate. I really would hope the Buddypress developers would look into this as it is definitely an issue with Google Analytics conditions which I imagine many BP users do use.
I’ll give the nicenames plugin a go soon.
Thanks
June 24, 2018 at 8:50 pm #274683In reply to: bp_core_remove_nav_item not working
ghosted
Participantfyi just found this, seems to work.
https://buddypress.org/support/topic/removing-nav-subnav-item-in-profile-page/is it the add hook that is messing up the other one?
June 24, 2018 at 8:41 pm #274682Topic: bp_core_remove_nav_item not working
in forum How-to & Troubleshootingghosted
ParticipantBuddyPress :3.1
I really hope someone can help me with this. I’ve read a lot of support pages/articles from varying sources, nothing I put in bp-custom.php works for removing profile nav tabs/sub nav tabs.
I’ve already tried https://buddypress.org/support/topic/the-right-way-to-remove-nav-items/
Is it possible to make Activity and Forum profile tabs private?
which doesn’t seem to have any effect at all.the only thing i’ve found that kind does anything is:
function bp_remove_activity_from_profile() { bp_core_remove_nav_item('activity'); } add_action('bp_activity_setup_nav','bp_remove_activity_from_profile');but it’s not ideal since there are quite a few things i’d like to remove.
June 22, 2018 at 7:17 am #274640In reply to: Resend “Invite Anyone” invitations
Venutius
ModeratorLooks like this is not a feature of Invite Anyone, Whilst all the old invites are stored in the Dashboard>>BuddyPress Invitations page there is not an option to resent these.
June 22, 2018 at 7:05 am #274639In reply to: BuddyPress Featured Members Problem
Venutius
ModeratorBy the sounds of things you should rasie this with buddydev the creators of BuddyPress Featured Members.
June 22, 2018 at 7:03 am #274638Venutius
ModeratorYou have an overloaded copy of themes/child-theme/buddypress/members/single/home.php it’s calling a function that is no longer used – bp_is_user_forum() this needs to be removed.
June 21, 2018 at 8:57 pm #274633In reply to: version 3.0 problems
jebus
ParticipantHey, I get the same error “Call to undefined function bp_is_group_forum()” on the actual forum page with bbPress activated. This is coming from the BuddyPress Usernames Only plugin. Any idea why that might be happening?
June 21, 2018 at 2:20 pm #274620In reply to: howto clone theme ‘nouveau’?
Venutius
ModeratorOne thing to try, I seem to remember that it might work if you put it in
child-theme/buddypress/buddypress/...worth a try but I’ve not tried it myself.June 21, 2018 at 1:48 pm #274617In reply to: Default Profile Photo
Venutius
ModeratorTake a look at this track ticket:
https://buddypress.trac.wordpress.org/ticket/7737#ticket
Could you give that a try?
June 21, 2018 at 1:38 pm #274615In reply to: howto clone theme ‘nouveau’?
metalhead505
ParticipantIf you just copy the contents of /wp-content/plugins/bp-templates/bp-nouveau/buddypress/
to
/wp-content/themes/mytheme/buddypress
then you can edit those files.
Inside this folder:
/wp-content/themes/mytheme/buddypress
You should then have:
activity
assets
blogs
common
groups
members— In other words, these are the only subfolders that you will be able to modify this way.
Some other things to keep in mind, and sorry if you already know, but temporarily deactivate caching and/or minification plugins while editing, and depending on your browser settings, delete cache
June 21, 2018 at 12:49 pm #274614In reply to: non-member activity in the stream
Venutius
ModeratorI’m not entirely sure why, but it seems BuddyPress is not using the activity message created by the plugin and is adding it’s own, for this reason I’ve found it impossible to modify the plugin in order to manipulate that message.
June 21, 2018 at 12:45 pm #274613Shashi Kumar
ParticipantHi David,
This is very common problem that we all are facing with the Buddypress websites. The combination of registration process that I am using to stop it
1. I have enabled social login as it is very easy for users to login with almost no spam users. Every users is having a google or facebook account. It increases the engagement of users also.
2. Restrict sign up with only a few legit and popular email domains like GMAIL, YAHOO, MSN aor anything u want. You can use BP Restrict Signup By Email Domain plugin. -
AuthorSearch Results