Search Results for 'buddypress'
-
AuthorSearch Results
-
October 20, 2011 at 6:42 am #122816
In reply to: [Resolved] Upgraded Buddypress now I have WSOD
stoi2m1
ParticipantIve got most all of that sorted. Seems my earlier issues were coming from plugins which needed to be upgraded. Commenting out my functions.php caused some of the others.
Now when ever I go to any of the Buddypress specific pages I get 404 errors. I can not access the activity page nor the members and I quite trying after that. Are there some places in the database which have site specific URLS that I should update to get these pages working? Or is there something that has changed in the recent version of Buddypress which I need to make updates somewhere in my theme?
Maybe this is a good time to install the Theme Check Plugin and have a look at the results.
October 20, 2011 at 4:03 am #123299In reply to: Editing the Header in the Functions.php File…
@mercime
ParticipantAdd this to your bp-default child theme’s functions.php file
`// Disable custom header support.
define( ‘BP_DTHEME_DISABLE_CUSTOM_HEADER’, true );`I noticed that you’re making the changes in the bp-default theme at plugins/buddypress/bp-themes/bp-default. When you update BuddyPress, your theme revisions will be overwritten. I recommend that you create a chlid theme of bp-default theme https://codex.buddypress.org/theme-development/building-a-buddypress-child-theme/
October 20, 2011 at 3:32 am #123294In reply to: Buddypress Crash after disabling BP Components?
@mercime
ParticipantOctober 20, 2011 at 3:04 am #123292In reply to: [Resolved] Compatibility issue with Mammoth Theme
@mercime
Participant@PrimeSuspect there’s a second method now in BP template pack to make your theme compatible with BP and it would be appropriate for your theme. I need you to go to a page on your site and View Source Code. Copy all and paste in pastebin.com and post the generated URL here. I need it to compare HTML with the source of page template you posted.
October 20, 2011 at 2:35 am #122196In reply to: [Resolved] Upgraded Buddypress now I have WSOD
@mercime
ParticipantTo help you update your theme,
1. set WP_DEBUG to true in wp-config.php
2. Install, activate and run Theme Check plugin
3. Install and activate Debogger plugin
4. Install and activate Log Deprecated Notices pluginWhen you run the Theme Check plugin, you will see all the Warnings and Requirements (must do) plus the Recommended and Info notices, With the Log Deprecated Notices plugin, go to Tools > Deprecated Calls and there could be a list of deprecated tags present in active theme and what tags you can replace them with
October 20, 2011 at 12:14 am #122190rossagrant
Participant@boonebgorges Nice one Boone.
I’m not a developer, but I’ll gladly donate to have it put together.
I’ll open a ticket and thanks again.
Sorry to put you through all of the screencasts, but I find it so much easier than writing it all down!
October 20, 2011 at 12:10 am #122202Boone Gorges
KeymasterYes, it’s a change: https://buddypress.trac.wordpress.org/ticket/3378#comment:2
The plugin you’re using is using for search is using core functions to render the dropdowns. That’s great, of course. But, in all the ways that the dropdowns are used in BP core, it does *not* make sense to have a null option for required dropdowns. So, while it’s inconvenient and I wish it had been raised at an earlier point, I think it’s incumbent on the plugin to create the fields in the way necessary for the plugin’s functionality to work right.
Alternatively, I would be happy to see a patch for BP that allows bp_get_the_profile_field_options() to take an argument along the lines of show_null_value_for_required (maybe not that wordy, but you get the idea). That way, we could default to false (1.5 behavior) but allow the 1.2.x behavior optionally, at https://buddypress.trac.wordpress.org/browser/trunk/bp-xprofile/bp-xprofile-template.php?annotate=blame&rev=5230#L431. It would be an easy patch to write; I encourage you to do it yourself, or at least to open a ticket for it.
October 19, 2011 at 9:26 pm #122002derusion
MemberWhat role does someone need to be in, in order to post to the buddypress forum?
Everyone is by default an Author. They were able to do this last week, after the BP update, now they can’t.
I can do it, however, as admin.
October 19, 2011 at 9:26 pm #122001derusion
MemberWhat role does someone need to be in, in order to post to the buddypress forum?
Everyone is by default an Author. They were able to do this last week, after the BP update, now they can’t.
I can do it, however, as admin.
October 19, 2011 at 8:45 pm #122714In reply to: Problems regarding setup etc.
mp3dk
MemberI am still having trouble using BuddyPress at all. I have assigned all the requested links til new pages but I have no idea what so ever how to enter the forum, create categories etc.
What is the BuddyPress url? What should the permalinks be set to?
October 19, 2011 at 7:10 pm #122054rossagrant
ParticipantNice! Glad we figured this out! Nice work team!

Now I just need to find out why blog comments aren’t showing up in my stream!
October 19, 2011 at 7:00 pm #122053In reply to: Buddypress Crash after disabling BP Components?
jodirostek
MemberThis also happened to me – I turned off the groups options in Component Setup and now I can’t access any part of my site. If I am able to get into wp-admin, then what??
October 19, 2011 at 6:15 pm #122051In reply to: group admin menu not showing on buddypress bar
Stuart Elliott
ParticipantNot sure if I explained it well, but basically the admin settings menu is missing for group admins (Edit details, group settings, group avatar, manage invitations, manage members & delete group). I’m using WP 3.2.1 and BP 1.5.1
October 19, 2011 at 5:58 pm #122048In reply to: list site specific ’Groups’ and ’Members’ ?
Prasad Nevase
Participant@djpaul, thanks for your help. I had came across that plugin but didn’t find it quite helpful as the instructions given in the tutorial are not enough clear. I am also facing another issue. When I click on Activity from a child site, it redirects me back to home page.
I mean http://example.com/child-site-1/activity redirects me to http://example.com/child-site-1/
When I am on root site i.e. http://exmple.com/ then /activity works perfectly fine.Any idea why this may happen and how can I resolve it? Also facing the redirection problem when I click on logged in user name. It takes me to home page from there too. Instead it should take me to the profile page. Thanks in advance.
October 19, 2011 at 5:25 pm #122828Boone Gorges
Keymaster@valuser Yes, that’s it. I’ve opened a ticket https://buddypress.trac.wordpress.org/ticket/3697
October 19, 2011 at 4:45 pm #122824henrybcn
MemberDefinitely published
October 19, 2011 at 4:43 pm #122823In reply to: Forums with Buddypress install
thetbasket
MemberPaul, thanks for the reply.
Indeed, I think this is correct. I don’t know if you’re on development, but this is a seriously misleading install concern. I had to go into PHPadmin to make some changes to alleviate the conflict. I messed up there (my fault) and now need to do a clean reinstall.
If buddypress acts differently with 2.0 than 1.0 of bbpress then either 1) it should only install bbpress 1.0 in the setup process, or only allow it, or give a warning about it or 2) it should detect that bbpress 2.0 is being used and adjust accordingly.
Regards and thanks again,
JamesOctober 19, 2011 at 4:40 pm #122822In reply to: Buddy Press Registration Page
Famous
ParticipantI have the exact same problem:
WPMU Version 3.2.1
BuddyPress 1.5.1
mysite.com/register >>> goes to >>> mysite.com//October 19, 2011 at 4:19 pm #122819Boone Gorges
KeymasterMake sure the pages being pointed to are actually published. (Seems silly I know, but worth checking.)
October 19, 2011 at 4:16 pm #122818coozzle
MemberI saw this problem on my buddy press new installation today. The reason is bp-core/deprecated/1.5.php is stored as a directory instead of a file.
Weird. And I don’t know how to fix it either.
October 19, 2011 at 4:14 pm #122817henrybcn
MemberThanks Boone. The ?page_id= ? does not work either. When I click on the link, or enter the URL into the browser address bar, it redirects to my home-page. Will do some more testing. Maybe related to my particular install.
October 19, 2011 at 3:03 pm #122814In reply to: display username in members directory
notpoppy
ParticipantThe solution from @lenasterg works very well in the members directory and search results, but I would still like to be able to do the same on the comments for the main blog as well.
I’ve been trying to write a hook for functions.php to do this but I’m getting nowhere. Any help would be appreciated.
October 19, 2011 at 2:36 pm #122813In reply to: BuddyPress Notifications Settings Functionality
J. Isaac Friend
MemberIs there anyone who can provide some insight here?
October 19, 2011 at 2:15 pm #122811In reply to: ‘more’ tag in post is ignored on activity stream
Boone Gorges
KeymasterNot much we can do for additional plugins, but we should probably have better support for ` Read more »