Search Results for 'buddypress'
-
AuthorSearch Results
-
April 16, 2013 at 3:24 pm #161828
aces
ParticipantYou should never edit the core bp files!
Have you checked that, if necessary, all your plugins are updated to be compatible with bp 1.7
According to buddypress.org/support/topic/buddypress-1-7-is-now-available-2/page/2/#post-161513 a similar error message was caused by an un-updated plugin: https://wordpress.org/extend/plugins/buddypress-followers/ ?
April 16, 2013 at 3:18 pm #161826kosuke70
ParticipantI am using BuddyPress 1.7, by the way.
April 16, 2013 at 2:56 pm #161822In reply to: Problem after update -> Members Widget
Hugo Ashmore
ParticipantAdding link to ticket for convenience:
https://buddypress.trac.wordpress.org/ticket/4937Also the temp fix is probably better placed in bp-custom.php rather than functions.php so it is applicable to BP generically rather than by theme activated.
April 16, 2013 at 2:56 pm #161821Ypswytch
ParticipantI’m looking forward to the 1.8 fix for this as I’ve been dealing with this issue for several years now.
I just upgraded to Buddypress 1.7 from 1.2 and I’m trying to set up my site so that I’m customizing it the correct way instead of editing theme files and core files. Fear of losing my customizations is what has kept me from upgrading.
My users complained that they wanted to see the actual date and time in the Activity stream, and they also wanted to know the time zone. It would be nice if we had an easy way to show the actual date and time instead of the “time since”.
I am able to get around this problem by doing the following (which may or may not be the best way to approach it):
1. Under Settings General I have my time set for New York (eastern time).
2. I created a functions.php file and put it in my customized buddypress default theme.
3. In the functions.php file I added the following function and filter:function format_activity_date() { $activityDate=bp_get_activity_date_recorded(); // Get GMT offset from root blog $root_blog_offset = get_blog_option( BP_ROOT_BLOG, 'gmt_offset' ); // Calculate offset time $time_offset = $time + ( $root_blog_offset * 3600 ); // Format the time using the offset and return it; date-i18n retrieves the date in localized format return '' . date_i18n("l, M j, Y, g:ia T", strtotime($activityDate) + $time_offset) . ''; } add_filter('bp_activity_time_since', 'format_activity_date');I wish I could say I completely understand why this works. I hope it’s still showing the correct time when we go off daylight savings time in the fall.
April 16, 2013 at 2:54 pm #161820In reply to: Looking to hire a BuddyPress Customization
mttwill87
Participant@espellcaste email sent……@shanebpdev email me matt@mwilliamspoker.com
April 16, 2013 at 2:50 pm #161819bp-help
ParticipantBuddyPress 1.7 does work with most themes providing they have standard wordpress template structures. There really is no way I see for BP to be compatible with every template scheme out there. There is plenty of free themes on wordpress.org that work fine with BP.
April 16, 2013 at 2:19 pm #161813fpats
ParticipantDone, thanks.
Yes it’s the theme as private community works with default BP.Not really sure how that helps me though. I’ve gone through 6-7 premium themes now trying to get BP to work how it should and 3 of those are since BP1.7 was launched with it’s claims of working with any theme (it blatantly doesn’t).
I think i’m just going to give up with it before i have a breakdown to be honest.
April 16, 2013 at 2:12 pm #161812bp-help
Participant@fpats
Okay but if its the theme and you invest a lot of time testing plugins and none of them work because of the theme then your back at square one. I suggest activating the bp-default theme, then activating the private community plugin, then log out and click the nav links to see if the problem persists. It only takes maybe 2 minutes to check.April 16, 2013 at 2:01 pm #161811fpats
ParticipantVery possibly but i’m not skilled enough to check, i have limited experience in all this so have to rely on plugins.
It’s this theme > maestro
I’ll keep trying anyway, there’s membership/role plugins i can try i guess.
April 16, 2013 at 1:55 pm #161808bp-help
Participant@fpats
Have you considered maybe its your theme overriding the functions of both these plugins? What theme are you using?April 16, 2013 at 1:44 pm #161806fpats
ParticipantNeither work i’m afraid, not for us anyway.
I’ve activated private community but can still access BP when not logged in.
I’ve activated private buddypress but no tab is added to our settings page so it can’t be configured.Someone please shoot me.
thanks anyway, i’ll keep trying.
April 16, 2013 at 1:37 pm #161805In reply to: Private forum page not found error
xprt007
ParticipantSo what can be done?
This is a new site Buddypress based site with Groups and if you make your Group create a private forum, it is not accessible (page not found error), although you see it in the Forums list!
🙁April 16, 2013 at 1:07 pm #161803In reply to: Looking to hire a BuddyPress Customization
Renato Alves
Moderator@mttwill87 Send me an e-mail at espellcaste@gmail.com so that we can talk about it.
April 16, 2013 at 12:49 pm #161800In reply to: Problem after update -> Members Widget
AllenPayne
ParticipantI found the file that’s causing this. It’s this one:
/buddypress/bp-members/bp-members-functions.php
If i replace it with the one from previous version the widget works fine. but instead of replacing it, does anyone have a fix for this?
I’m afraid if i change it, BP won’t use the new query to return the users list anymore.
Feel free to correct me if i’m wrong.
thanks
April 16, 2013 at 12:45 pm #161799Jamiethecomic
ParticipantThe log in widget has also disappeared. Could it be a temporary solution for the recent forced password log ins?
April 16, 2013 at 12:44 pm #161798In reply to: Looking to hire a BuddyPress Customization
shanebp
ModeratorHow do we contact you?
April 16, 2013 at 7:59 am #161783In reply to: File manager for BuddyPress
danbpfr
Participanttechnically it is possible to make bp group documents and buddydrive working together. But you have to do it yourself. BuddyPres Docs is working with BP 1.7 (https://github.com/boonebgorges/buddypress-docs), BP Group Documents was developped for BP 1.5 and a later version was able to work with 1.6.x. This is version is no more usable with 1.7, unless someone wants to update it.
But don’t expect that buddydrive will comme with more features. He’s intended to stay simple and used as a file MANAGER, not to became one day a file EDITOR
April 16, 2013 at 7:06 am #161780In reply to: Please Help a complete Beginner
Hugo Ashmore
ParticipantPlease don’t duplicate posts. Closing this thread continue in:
https://buddypress.org/support/topic/complete-help-for-beginner/April 16, 2013 at 6:53 am #161779In reply to: BuddyPress Newbie Questions
bp-help
ParticipantDepends on if it requires a little wordpress and bp customization but you can try here:
Just remember BP is a wordpress plugin and it requires wordpress to work. Good luck!April 16, 2013 at 6:16 am #161778In reply to: BuddyPress Newbie Questions
mttwill87
ParticipantThanks @bphelp, I am looking to hire someone that does specifically BuddyPress customization. Wouldn’t that be more likely to be here?
April 16, 2013 at 5:10 am #161776In reply to: BuddyPress Newbie Questions
bp-help
Participanthttp://jobs.wordpress.net/
Be specific in what your requirements are. List your budget, and as much info you can.April 16, 2013 at 4:41 am #161773In reply to: how to search for a new buddypress plugins
bp-help
ParticipantHave you tried:
https://wordpress.org/extend/plugins/buddyplug/April 16, 2013 at 3:37 am #161769modemlooper
ModeratorDouble check. This only happens if a BuddyPress component is added. A theme can add components.
April 16, 2013 at 2:40 am #161767In reply to: [Resolved] Registration Page text color issue
g35fan
ParticipantHey Aces – thanks! I installed the firebug addon and I was able to make the necessary changes pretty easily. Nifty lil add on!
However…new issue…not sure if I should open a new thread but my sidebar is just all messed up. It doesn’t appear on my bbpress /forums/ page at all, but it does appear on my /members, /activity, /groups pages – except it’s lost it’s alignment and is pushed down.
I guess my real problem after hours of searching and reading is finishing the 3rd step in the buddypress template pack install, Step Three: Tweaking your layout. I just can’t seem to get this darn thing to work. I’ve tried the manual way and changing header, footer sidebar to buddypress-sidebar, etc. It’s just out of my league. I have a purchased wp theme and have been in contact with the creator but it’s been days since I’ve heard anything :/
Ugh!
April 16, 2013 at 2:35 am #161766banata
ParticipantI thought so, but I dont install any search mods, and strangely its appeared in my buddypress pages setting, here the screen shoot :

-
AuthorSearch Results
