Search Results for 'buddypress'
-
AuthorSearch Results
-
June 11, 2015 at 5:30 pm #240605
In reply to: Buddypress creating duplicate tags taxonomy
shanebp
ModeratorAre you sure it’s BuddyPress and not bbPress?
June 11, 2015 at 5:07 pm #240602In reply to: Automatically delete group after certain date
shanebp
ModeratorIt is possible, but will require custom code.
It sounds like you need to delete both the group and the forum for that group.
If you aren’t a developer, you can post a job listing here.June 11, 2015 at 5:04 pm #240601In reply to: Hide Buddypress Member Count
danbp
ParticipantThat CSS trick is weak and should contain
!importantto work. And add it to your child-theme style.css (no matter the line) or you will loose that setting at next theme update.li#members-all span , li#activity-all span { display: none!important; }Another solution is given here:
https://buddypress.org/support/topic/all-members-tab-count/#post-228851June 11, 2015 at 4:48 pm #240600In reply to: Error not allowing my BP site to work at all.
danbp
ParticipantHi @ethanoltom,
don’t double post (this-webpage-has-a-redirect-loop) as it doesn’t bring faster or any answer. Also, searching for similar issues before asking is good practice.
So please, read here and follow advices. You’re not the only one whith this issue. For now, deactivate also your theme, any plugins except BuddyPress and if you use a cache plugin, clear it previously.
Concerning the forum rules, please read here. If you use some custom functions, remove them too while testing.Aside, i visited this profile. I would recommend you review your email strategy, it’s not a good idea to show it publicly.
June 11, 2015 at 12:37 pm #240593In reply to: @ mentions in groups problem
Julia_B
ParticipantI’m not sure @danbp, as you can see that post was from 8 months ago and the issue with group mentions has only appeared since I installed the latest buddypress update a few days ago.
I don’t think it can be the them because the issue still happens when I switch to the default Twenty Fifteen theme. And I have tried deactivating all the plugins and that hasn’t resolved it so I don’t think it’s that. But I’m not a developer, you clearly know more about these things than I do!
If you could have a look that would be great. Is there a way I can send you a test user account privately?
Thanks for your help.
June 11, 2015 at 12:21 pm #240592In reply to: Problemas with the traduction
danbp
ParticipantThe download link on glotpress is below the content, in the bottm left corner.
Select the mo format and click on “export” and do the same for po format.I’ve heard that the buddypress traduction never fails
Caramba ! Never trust rumours !
I can´t believe that nodoby has the same problem
Search for “translation” on this forum and you’ll be stumped !
June 11, 2015 at 12:01 pm #240590In reply to: @ mentions in groups problem
danbp
ParticipantAccording to your past topics here, you have now a haunted mention system ! 🙂
A change you make ? Here….Uploading a fresh BP copy is just in case of one of the files was corrupted during update. This doesn’t affect anything in a theme or another plugin, or even in the DB. If you did it, BP is already restored to default.
I suspect a remaining old setting option from an uninstalled plugin or theme, but without any idea what it could be. 🙁
It may also be possible that Buddy theme is not following strict BP coding standards or is outdated at some point. But only if the site is extremeinferno.com…
Can you provide a temporary test user account for your site ?
June 11, 2015 at 10:23 am #240586In reply to: @ mentions in groups problem
Julia_B
ParticipantThanks @danbp. I tried reinstalling buddypress, that hasn’t worked. I’ve also tried deactivating all the plug ins in case of conflict and that’s not it. I thought it might be the theme but it still happens when I switch to the twenty fifteen theme.
I’ve never set up a child theme so nothing custom there. I can’t remember ever changing custom functions in bp-custom.php or theme functions.php, but I guess it’s possible I’ve been in there at some point. I’m not a professional developer so wouldn’t know what to look for in code error though, is there a way I can just restore those files to the defaults? Or would that have happened anyway when I installed the new copy of Buddypress?
June 11, 2015 at 9:26 am #240585In reply to: Problemas with the traduction
esnandrico
ParticipantHello. I have the same problem when I install Twenty Fifteen. Mi problem is in the front end. The menu of the profile page is partially traduced, even, the paginator is not traduced too.
Thanks for the link, but I´m afraid that I don´t know how to download…I´m register and logued, but I can´t see a Download link. Could you help me, please?
I`ve heard that the buddypress traduction never fails, I can´t believe that nodoby has the same problem.
Thanks!
June 11, 2015 at 2:33 am #240579In reply to: unable activity
kiwonuhm
Participanthi,
herre’s my answer1. Which version of WordPress are you running? 4.2.2
2. Did you install WordPress as a directory or subdomain install? worpress directory
3. If a directory install, is it in root or in a subdirectory? in root
4. Did you upgrade from a previous version of WordPress? If so, from which version? no, installed new
5. Was WordPress functioning properly before installing/upgrading BuddyPress (BP)? e.g. permalinks, creating a new post, commenting. – yes
6. Which version of BP are you running? – new one
7. Did you upgraded from a previous version of BP? If so, from which version? no, installed new on
8. Do you have any plugins other than BuddyPress installed and activated? If so, which ones?
I have some plugins, woocommerce, visual composer, forms, around 10
9. Are you using the standard WordPress theme or customized theme? – purchased theme, multi news
10. Have you modified the core files in any way?no
11. Do you have any custom functions in bp-custom.php?no
12. If running bbPress, which version? Or did your BuddyPress install come with a copy of bbPress built-in? bbpress 2.5.7, I installed individually
13. Please provide a list of any errors in your server’s log files. – checking now
14. Which company provides your hosting? – in South Korea, http://www.cafe24.comat the first place, the activation was worked. but this issue has started since when I tried to click translate button. I did many things that change theme, all plugin delete and activate, but buddypress is not working.
if there are something I missed, please let me know what I have to try
Thanks!June 10, 2015 at 6:02 pm #240558In reply to: Hiding members header on certain pages
Hugo Ashmore
ParticipantOn any particular condition other than just messages? If you want to simply remove the item-header you have two choices really, query the page for the component and action being viewed and wrap a conditional around the item-header or using the template hierarchy create a index-messages.php file in your theme adding it into file structure as outlined in the codex guides ‘buddypress/single/members/’ now you can modify this template and remove elements just for that one component view.
June 10, 2015 at 5:08 pm #240555In reply to: @ mentions in groups problem
danbp
Participanthi @julia_b,
Seems your mention link has no closing tag, but difficult to say who, what, where without details.
Have you a custom template file for members-header.php in a child-theme ? If yes check the @ link at the begin of that file.
If no, have you custom functions in bp-custom.php or theme functions.php ? Check there for some code error.
If no to both, simply upload a new copy of buddypress, maybe a file get corrupted during update.
June 10, 2015 at 4:32 pm #240551In reply to: Beginner’s Problem
@mercime
Participant@sebastianpierre BuddyPress is compatible with nearly all WordPress themes out of the box. I am assuming that you’re on the latest WordPress and BuddyPress verions. Change theme to either Twenty Fifteen or Twenty Fourteen, check if all the BP pages are showing up as expected. If it is, then double-check that you have the_title and the_content template tags in your custom theme’s page.php file.
bp-template-pack files in my root folder
Just to be clear, if you’re referring to this plugin https://github.com/boonebgorges/bp-template-pack then I suggest that you deactivate it and remove the folder/files you moved to your theme folder. If you’re referring to the bp-legacy files then I suggest that you resolve the issue of BP pages showing up in your theme first before doing any kind of customization.
June 10, 2015 at 4:30 pm #240550In reply to: Problemas with the traduction
danbp
ParticipantWhich theme do you use ?
Can you test youre install with Twenty Fifteen theme and see if anything is translated ?
Are the terms not translated on front-end, or also in back-end ?FYI, the spanish translation for BP is only completed to 96%, but activity is translated. To ensure you have the most recent copy, download the spanish .mo file from here and install it in wp-content/languages/plugins/buddypress-es_ES.mo
June 10, 2015 at 3:39 pm #240544In reply to: BP Pages Have No Content
@mercime
Participant@dptashny BuddyPress requires “pretty permalinks” and not those almost pretty permalinks where you add index.php after your domain name — a “quick fix” for sites hosted in Windows servers but will not work for BuddyPress sites. Where are you hosted? If this is a new account, best thing to do is move to Linux hosting ASAP.
Having said that, there are tutorials on how to reconfigure your IIS settings to generate the pretty permalinks, but there are different strokes for different IIS versions and you would need access to the server. Have you tried contacted support staff of your hosting provider to assist you or if they are familiar with WP pretty permalinks?
June 10, 2015 at 3:33 pm #240543In reply to: unable activity
@mercime
Participant@kiwonuhm WP/BP versions? Where are you hosted? etc.
https://buddypress.org/support/topic/when-asking-for-support-2/June 10, 2015 at 1:17 pm #240539In reply to: Ajax not working in activity
magicbmxfreestyle
ParticipantHey @henrywright the code im after is to make the ajax work again as it stopped, i use to be able to find it on google, but ive been searching for 6 hours straight now & my memory is bad due to being sick.
it’s on the buddypress activity stream page that the ajax doesn’t work & using that bit of code above & adding more code into it will make it work, but i just forget what code that may be
June 10, 2015 at 8:54 am #240526danbp
ParticipantAny ideas why that’s still happening?
Yep ! Already asked and solved. 😉 Please read here:
https://buddypress.org/support/topic/warning-strstr-empty-needle/June 9, 2015 at 10:29 pm #240515In reply to: Creating a new Topic
June 9, 2015 at 9:32 pm #240512In reply to: Sponsored Ads
danbp
Participantyou can also read the doc and try to modify the activity template to your need.
https://codex.buddypress.org/template-updates-2-1/#activity-filter
and search for similar topics:
https://buddypress.org/support/search/custom+activity+page/June 9, 2015 at 9:26 pm #240511In reply to: How to put ads on activity stream
danbp
ParticipantPease, don’t double post ! You already asked for this here:
https://buddypress.org/support/topic/sponsored-ads/#post-240508I’m closing this topic as duplicate.
June 9, 2015 at 9:20 pm #240509shaquana_folks
ParticipantOh okay, so since it’s working from your end, maybe you can help me. Any suggestions on what I can do or should do to get it to work on my end? I’m still running into the same issue of the users not being created, even while I’m still on the Twenty Fifteen theme with only the BuddyPress plug in (now at the 2.3.1 version), the bbPress plug in (now at the 2.5.7 version) and the W3 Total Cache (still at the 0.9.4.1 version) activated. Also, I went and checked the back end again from my hosting plan provider (as well as talked to a representative of my hosting plan service over the phone) and he noticed that there was actually a lot of errors listed for my sites link. The only thing is that the representative said all the other errors listed have been resolved because he doesn’t see any other error messages on those that are listed in the error log. The only one he still sees on there (and I just realized this as well) was this message:
PHP Warning: strstr(): Empty needle in /hermes/bosweb26d/b246/ipg.sjfgraphixcom/myloopnetwork/wp-content/plugins/buddypress/bp-core/bp-core-filters.php on line 781
Could this be the reason why the registration page is still not working? Because I never did any changes to that bp-core-filters.php file, I’ve only been working on the post pages and customizing my website theme that I wanted to use from before (which was the Magnus WordPress Theme). But as I was saying before, even though I’m still currently on the Twenty Fifteen theme, I’m still having issues. Please let me know what else I need to do to resolve this. My hosting plan server is iPage (which uses NGINX), running a 5.0 PHP version. I hope this additional information helps out.
June 9, 2015 at 8:45 pm #240505In reply to: HTML in Profile Field again!
patrix87
ParticipantI made some “progress”
I found this and I can agree that it is still true.
https://buddypress.trac.wordpress.org/ticket/5971
Filtering is inconsistent and sometime happens twice.I think this should be something to look into somewhat soon.
Anyway here is the minimum you have to do to turn off html filtering.
BUT it makes you website a lot more vulnerable to attacks and errors so use it at your own risk.
Add this code to your child theme function.php
//Unfilter xprofile *risky* remove_filter( 'bp_get_the_profile_field_value', 'xprofile_filter_kses', 1 ); remove_filter( 'bp_get_the_profile_field_edit_value', 'wp_filter_kses', 1 ); remove_filter( 'xprofile_get_field_data', 'wp_filter_kses', 1 ); remove_filter( 'bp_xprofile_set_field_data_pre_validate', 'xprofile_filter_pre_validate_value_by_field_type', 10, 3 ); remove_filter( 'xprofile_data_value_before_save', 'xprofile_sanitize_data_value_before_save', 1, 4 );
June 9, 2015 at 8:04 pm #240503In reply to: Question About Best Setup
Henry Wright
ModeratorWe need Groups and also Private Groups
I’d activate the Groups component.
Need to be able to upload face pictures
With BuddyPress, uploading profile photos is possible by default.
Hope this helps?
June 9, 2015 at 5:49 pm #240498In reply to: Buddypress Invitations PHP/SQL Error
gbengalex
ParticipantNah I dont think its the PHP ini setting. It is already increased and I have many php scripts that require far more resources than buddypress invitations and they are not having any troubles executing. It is the buddypress invitation script me think.
-
AuthorSearch Results