Search Results for 'buddypress'
-
AuthorSearch Results
-
August 23, 2013 at 5:58 am #170277
In reply to: There are Pictures in BuddyPress UI
@mercime
Participant@testamann first time I’ve seen that bug. Change to Twenty Twelve or BP Default theme and check if same issue shows up.
August 23, 2013 at 3:55 am #170274In reply to: [Resolved] Show posts written by user on profile
Tecca
ParticipantThat works to add a tab, but I think the idea here is to show posts within the author’s BuddyPress profile.
August 23, 2013 at 2:35 am #170267Trisha Salas
ParticipantYes, this is actually in core now…I believe it was 1.8. It had been using
date_i18n()and now it is usingget_date_from_gmt().If your times are still off make sure your BuddyPress is up to date and that should fix the problem.
August 23, 2013 at 2:34 am #170266In reply to: Activity Header help?
hitkid
ParticipantOk I found the part of the codex that talks about what I think I’m looking for but can’t find the url
https://codex.buddypress.org/developer/customizing/customizing-labels-messages-and-urls/
I’m pretty sure this is the group
%1$s created the group %2$s
Now I think I’d be looking for something like this:
%1$s started the topic %2$s in the forum “name of forum”
I can’t find it, any hints?
August 23, 2013 at 2:34 am #170265In reply to: Activity Header help?
hitkid
ParticipantOk I found the part of the codex that talks about what I think I’m looking for but can’t find the url
https://codex.buddypress.org/developer/customizing/customizing-labels-messages-and-urls/
I’m pretty sure this is the group
%1$s created the group %2$s
Now I think I’d be looking for something like this:
%1$s started the topic %2$s in the forum “name of forum”
I can’t find it, any hints?
August 22, 2013 at 9:13 pm #170260mtm123
ParticipantThank god Did a SpEED TEST it was a plugin speed problem got that the hell out of there. YOU GUYS ROCK I LOVE BUDDYPRESS!
August 22, 2013 at 8:23 pm #170258mtm123
ParticipantThe tab profile is there but you get what I am saying other plugins on the menu not showing up now.
August 22, 2013 at 8:22 pm #170257mtm123
ParticipantI was ajusting the px size in bp-core-avatars thats when next thing I know server error. I go to my error log and its showing up the code above. I had no choice but delete my whole buddypress plugin in the plugin folder and re upload a new buddypress folder. Everything seemed to go back to normal it just loads slower now the pages.
I also lost members menu items for certain plugins. For example the tab Profile – etc
August 22, 2013 at 8:03 pm #170256In reply to: Cannot add specific user to a group
gdelange
ParticipantProblem found! WooCommerce has an option build in that creates a username automatically using the supplied email address during the checkout. BuddyPress apparently doesn’t accept an emailadres as a username (which makes sense). Now that option is disabled everything is fine again. Thanks!
August 22, 2013 at 6:50 pm #170252Hugo Ashmore
ParticipantFirstly there are no staff members this is an open source project.
Secondly never ever edit core files unless you are an experienced developer and even then you shouldn’t be needing to ever edit core application files.
If you are trying to attempt something explain the requirements here and people may be able to suggest the correct way you can achieve this.
Now I am missing plugin menu items on users profiles
Explain exactly what page/screen you are referring to here.August 22, 2013 at 6:21 pm #170251mtm123
ParticipantNow I am missing plugin menu items on users profiles…
August 22, 2013 at 6:10 pm #170250mtm123
ParticipantWORST DAY OF MY LIFE I JUST dELTED MY WHOLE buddyPRESS PLUGIN FOLDER AND DOWLOAdEd A NEW vERSiON OF buDDYPRESS AND UPloaDed THE FOLDER AND IT FIXed IT>…GOD
August 22, 2013 at 6:06 pm #170249mtm123
ParticipantI am willing to give the a staff member C panel control to fix this. Loading my site I get fatal error I can’t get into /wp-admin or anything…
August 22, 2013 at 5:41 pm #170247In reply to: [Resolved] Register not working
nasive
ParticipantHi, I think it’s working now. I moved WP to the root. I just checked this webpage: https://codex.buddypress.org/user/before-installing/#system-server
I hope everything is OK now, even though I had to move WP to the root.
August 22, 2013 at 5:16 pm #170244mgkoller
ParticipantHere is the actual patch
https://buddypress.trac.wordpress.org/changeset/7240
After you implement the patch, go into Settings and change your Timezone.
August 22, 2013 at 3:30 pm #170235In reply to: Group Management (feature request)
Ben Hansen
Participantbest place for that kind of thing is:
buddypress.trac.wordpress.org
August 22, 2013 at 3:08 pm #170232Ben Hansen
Participantpretty sure @trishasalas patched that in either 1.8 or 1.8.1
August 22, 2013 at 1:51 pm #170229In reply to: Stop Spam, Allow Members to Flag Spammers, etc.
Asynaptic
Participanta simple google search finds you the plugin:
August 22, 2013 at 12:39 pm #170227In reply to: Group forum tab is vanished
chathuranga
ParticipantAgain, I appreciate for your reply,because at least you sent a reply. But I’m pretty sure you didn’t check this practically.
Logically anybody can tell as there isn’t any issue. But If you have enough time please check this. I checked this with wordpress 3.6, buddypress.1.8.1, bbPress 2.3.2, result is same. Seems, this forum discussion is wasting my time. Please, close this discussion. When someone open a forum topic, please give a much responsible and valuable answer than this.Thanks,
Chathuranga.August 22, 2013 at 10:09 am #170223August 22, 2013 at 9:55 am #170220CTS_AE
ParticipantI know this thread is old, but I want to help those that are in the same boat as I am in while searching for this issue on Google, I hope it is also pertinent to this thread fully as I believe these issues are linked together.
I was having an issue with this too, where the activity streams on the home page were showing times that are 7 hours off because of GMT time being 7 hours off from me.
This problem can easily be fixed by setting your WordPress’s main timezone settings to something like -8 instead of the city name ie; Los Angeles.
But I could not go this route because I’m currently using Ajax Event Calendar plugin, which requires the timezone to be a city name for some weird reason. Thus I had two plugins that wanted two conflicting things.
This is the fix I came up with that seems to work just fine for me : )
In buddypress: \bp-core\bp-core-functions.php
Find: function bp_core_time_since
Change: $newer_date = ( !$newer_date ) ? strtotime( bp_core_current_time() ) : $newer_date;
so that bp_core_current_time() becomes bp_core_current_time(false)This passes over to the bp_core_current_time() which defaults as true which sets it to automatically handle the activity time differences as GMT instead of your time zone.
I’m not a WordPress pro but it looked like you could just hook into this function if you wanted to or override it, but this was the route I knew how to take.
August 22, 2013 at 7:53 am #170217In reply to: Group forum tab is vanished
@mercime
ParticipantAs a result of that group forum tab was vanished.
@chathuranga Not seeing this issue. Is this a new WP/BP installation or are your group forums created in BP version earlier than 1.6? What other plugins do you have installed?I’m using buddypress.1.8.1, bbPress 2.3.2, wordpress-3.5.2 and buddypress default theme.
have you upgraded to WP 3.6 yet?
August 22, 2013 at 6:41 am #170215In reply to: Widgets Not Displaying on BuddyPress Pages
@mercime
Participant@hughshields thanks for updating us e Suffusion theme.
August 22, 2013 at 2:16 am #170206In reply to: Says 'sign up complete' but users can't register
@mercime
Participantbut as soon as i turn it into a multi-site, new registrations via buddypress don’t work.
@alimjivraj
– Did you activate BuddyPress via Network Admin > Plugins activate BuddyPress?
– Did you configure BuddyPress in a subsite instead of the main site?
– What other plugins do you have activated? Did you check whether anyone of those plugins have conflict with BP registration?
– What are your WP/BP versions?August 21, 2013 at 11:56 pm #170201In reply to: Says 'sign up complete' but users can't register
alimjivraj
Participantso i did a full uninstall, wiped ftp site clean, and then re-install. still doesn’t work.
but i did find that it works when it’s a single site install, but as soon as i turn it into a multi-site, new registrations via buddypress don’t work.i’m desperate here…
-
AuthorSearch Results