Search Results for 'buddypress'
-
AuthorSearch Results
-
October 27, 2010 at 2:38 pm #96696
Boone Gorges
KeymasterTry renaming your wp-content/plugins directory (to something like plugins-backup) in order to get your dashboard back. Once you do, visit Dashboard > Plugins so that WP automatically deactivates your plugins. Then name plugins-backup back to plugins in order to see your plugins again. Reactivate them one at a time, making sure to activate BuddyPress *before* any BP-dependent plugins
October 27, 2010 at 2:37 pm #96695caitlinb
ParticipantI am having the same issue, all I want to do is get access to my Wp dashboard but I am getting redirected to my website. How can am I able to get access to my dashboard without having to delete plugins every time? Please help!!!
October 27, 2010 at 12:20 pm #96692In reply to: move activitiy from main stream to group…
rich! @ etiviti
ParticipantOctober 27, 2010 at 12:18 pm #96691In reply to: Bug @bp_core/bp-core-signup.php
rich! @ etiviti
Participantcreate a trac ticket https://trac.buddypress.org/
October 27, 2010 at 9:39 am #96679In reply to: searching users by location
pcwriter
ParticipantQuick and easy solution is to install Custom Profile Filters for BuddyPress plugin, and create a profile field called “Zip Code”.
https://buddypress.org/community/groups/custom-profile-filters-for-buddypress/October 27, 2010 at 7:36 am #96673In reply to: Header Errors When Trying to Send PM
techguy
Participant@djpaul Could you describe a little more what makes it happen?
In the case above, I’m calling messages_new_message() on an admin page when it loads based upon the variables that are being passed into that page. I don’t actually call messages_new_message() until the page is about half loaded. Is messages_new_message() returning some data before the header() call? What’s the solution to get around this?
October 27, 2010 at 6:08 am #96668In reply to: disable core field ”name” in registration form
Gabriel Fowler
ParticipantI too, am looking to simplify/modify the registration page. I would like to control the fields, is there a plugin for this? I would like to remove the email as a required field. I’m running the default BuddyPress theme. Can anyone help with this? I just want username and password. I have used CIMY Extra Fields, but it seems to not appear in BuddyPress installations, and it does not allow for removing the default fields. If anyone can also tell me how to force avatar or photo uplaod at registration, please post. Much appreciated, everyone.
October 27, 2010 at 5:45 am #96664In reply to: Can you change a member’s Username?
dwdutch
ParticipantEwwww! Point well taken! Thanks, @boonebgorges
I guess a good solution would be to find a plug-in that lets you “replicate/migrate” an existing user’s xprofile contents to a a new user then you can delete the original user.
Fortunately, I’ve only had to deal with this situation one time and, although i thought it might be more problematic, it hasn’t so far.
October 27, 2010 at 5:34 am #96663paulhastings0
Participant@r-a-y Thanks for the code-bit, it’s live on our site and looking good. I agree that if the secondary blog avatar can’t even be changed then it should be dropped entirely.
October 27, 2010 at 2:21 am #96656In reply to: Widgets on main home page.
pcwriter
ParticipantYes, you can put widgets on a page. If you create a page template with widget areas in it, you can assign that template to any page you create in WordPress. Then put your widgets on that page under “Appearance” > “Widgets”.
October 27, 2010 at 1:53 am #96640anindyaray
Member@hnla : are you there ? Please help me with the code snippet , I am not comfortable with code , Please
October 27, 2010 at 12:19 am #96619Pisanojm
ParticipantThere has been a ton of talk about controlling Spam on BuddyPress.org… try tooling through this post for some ideas:
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/buddypress-spam
October 27, 2010 at 12:15 am #96618In reply to: White Screen of Death
Rukario
ParticipantThanks Chouf1, but it didn’t work even without plugins. Oh and I didn’t know about whitespace errors! However, I checked through it all and there was no space, only a
ini_set( ‘display_errors’, 1 );
at 265 of load.php.
I refreshed the page and now it gives me many “Call-time pass-by-reference has been deprecated” warnings on countless files, but here’s an example of the two types:
Warning: Call-time pass-by-reference has been deprecated; If you would like to pass it by reference, modify the declaration of apply_filters(). If you would like to enable call-time pass-by-reference, you can set allow_call_time_pass_reference to true in your INI file in /www/zxq.net/s/e/m/semperfortis/htdocs/wp-content/plugins/buddypress/bp-core.php on line 562
Warning: Call-time pass-by-reference has been deprecated in /www/zxq.net/s/e/m/semperfortis/htdocs/wp-content/plugins/buddypress/bp-core/bp-core-classes.php on line 228
Do I really have to go through every single file and make the fixes or is there an easier way to go about this? Also, the header errors are nowhere to be found now, only when I first startup the BP plugin.
October 26, 2010 at 11:04 pm #96613Jeff Sayre
Participant[blockquote]Jeff, yes, I like MAMP, but also wanted to avoid creating lots of copies of Apache and php et al – and I want to run on port 80 anyway…[/blockquote]
I have a single Apache/PHP install (the default MAMP version) and simply use Apache’s virtual host directive to host 9 different WordPress development sites locally. They all have their own test domain (they do not use “localhost”), and they use the default Apache port (80) and MySQL port (3306). It’s simple to set up and manage. This is done with MAMP not MAMP Pro. If you don’t know how to do this, then MAMP Pro will do it for you.
October 26, 2010 at 10:37 pm #96611In reply to: Private / secure file uploads for groups
Andrew Mackie
ParticipantI’ve reposted to another group – https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/private-secure-file-uploads-for-groups-1
October 26, 2010 at 10:27 pm #96610Sixgunzx
ParticipantWow, world renowned support? 7 months and still no answers! I have the same issue guys, I get a ton of spam on my activity streams. I have 4 different anti-spam plugins, and guess what? Non of them help with the activity stream. This is something Buddypress needs to be looking at!
October 26, 2010 at 9:32 pm #96598r-a-y
KeymasterTheming BuddyPress is like theming any other WordPress theme.
You’ll just need to add all the BuddyPress-related template files to your theme for it to be BuddyPress-compatible.There’s a plugin out there that automates this, BP Template Pack: https://wordpress.org/extend/plugins/bp-template-pack/
However, use it as a guide as it needs to be updated.There’s also another guide by @thekmen, which can be found here:
http://bp-theme-converts.com/convert-buddypress-theme-to-wp-theme/October 26, 2010 at 9:17 pm #96597In reply to: I am getting activation key error
r-a-y
KeymasterBuddyPress doesn’t offer native PayPal support.
You might need to contact the developers of the 3rd-party plugin you’re using to make sure it’s compatible with BuddyPress.
October 26, 2010 at 9:16 pm #96596In reply to: Where did user interactions go?
r-a-y
KeymasterBP 1.2.6 made some changes to the way buttons are rendered.
Read this for more info:
https://codex.buddypress.org/extending-buddypress/bp-default-theme-changelog/Follow the steps listed in the second point.
If you encounter any other problems with your child theme, please post follow-up responses in this thread.
October 26, 2010 at 9:12 pm #96595In reply to: Header image on network site
r-a-y
KeymasterThe BuddyPress Default theme is not meant to be used network-wide.
If you want to use the same theme across your blogs, you need to create a child theme of the BuddyPress Default theme.
Then you can modify the header (header.php) to use the main site’s header image.
October 26, 2010 at 8:46 pm #96593rich! @ etiviti
Participantah got it, looks like it was supposed to be fixed https://trac.buddypress.org/changeset/3053 (though i could see if the comments made it in prior to this change) file a trac ticket if you can reproduce it
October 26, 2010 at 8:42 pm #96592WRAWRWAWR
ParticipantBack up now I think.
October 26, 2010 at 8:37 pm #96590WRAWRWAWR
ParticipantRoger that. Plugins are down on both wordpress and buddypress….
October 26, 2010 at 8:34 pm #96589In reply to: Widgets on main home page.
pcwriter
ParticipantI’m currently working on a theme package with widgetized front page;
https://buddypress.org/community/groups/creating-extending/forum/topic/new-theme-sneak-preview/Here’s a good tutorial on how to widgetize any page:
http://wpmu.org/how-to-widgetize-a-page-post-header-or-any-other-template-in-wordpress/Hope this helps!
October 26, 2010 at 8:34 pm #96588kunalb
ParticipantThis seems to be a more upstream WordPress.org issue—check out https://wordpress.org/extend/plugins/
-
AuthorSearch Results