Search Results for 'buddypress'
-
AuthorSearch Results
-
August 3, 2009 at 5:08 pm #50560
Tracedef
ParticipantI’ve deleted all plugins (even those in the normal plugins folder) to no avail… I had to previously delete a bp add on plugin (name escaping me right now) because it was causing a white screen and it too was unable to be deactivated… so maybe even though it’s gone, it’s having some part in the issue….
August 3, 2009 at 12:39 am #50540In reply to: BuddyBar for bbPress
dcservices
ParticipantWPMU 2.8.2
Buddypress 1.0.3
bbPress 1.0.2
That is the only problem, white screen in bbpress admin.
August 2, 2009 at 6:18 pm #50525In reply to: BP based on WP not WPMU possible ?
Rohan Kapoor
ParticipantWell we know that within the next 6 months, mu and wordpress will eventually combine. At that point, it would be safe to bet that buddypress will work with both the multi-user as well as the single user (both will be the same)
August 2, 2009 at 6:14 pm #50524In reply to: BuddyBar for bbPress
Rohan Kapoor
ParticipantList version numbers of buddypress, wordpress mu, and bbpress.
August 2, 2009 at 6:10 pm #50522In reply to: BBPress Component Keeps Deactivating
Rohan Kapoor
ParticipantIf your database is messed up now, just drop all of the tables that go wp_bp_
The wp_ is your prefix from your bb-config.php and the bp_ is the prefix from the buddypress. just drop all tables with the wp_bp_ and you should be fine to reinstall.
August 2, 2009 at 5:32 pm #50520In reply to: About blog domains
Andrea Rennick
ParticipantIt’s more a question can those plugins handle BuddyPress. Some of them will show the same BuddyPress on each Site, some you’ll be able to have a different Buddypress on each Site.
You will have to TRY IT.
August 2, 2009 at 5:13 pm #50519In reply to: BBPress Component Keeps Deactivating
wordpressfan
ParticipantThanks for the information. I tried uninstalling the buddypress plugin (even physically deleting the file), but its remnants remain. I’d hate to delete my entire wpmu installation just to deactivate one plugin. I understand buddypress 1.1 is expected in late august with improved forum integration. I’ll wait until then.
August 2, 2009 at 3:27 pm #50518In reply to: BBPress Component Keeps Deactivating
plrk
Participant“bumping” will not help you. It is only annoying. If noone replies, it is because noone reading the forums knows the answer. (I’m reading this after having been away – I would have done so even without your “bump”.) Please do not do it again – anywhere on the internet.
I have no idea why the component returns to it’s “disabled” state, try re-installing – either just it or the entire setup.
A “forum” tab will never appear on your BuddyPress site, unless you apply specific code. You can put something like this in a file called bp-custom.php in your wp-content/plugins folder:
function add_forum_to_main_menu() {
?><li><a href="http://example.org/forum/" title="Forum">Forum</a></li><?php
}
add_action( 'bp_nav_items', 'add_forum_to_main_menu' );August 2, 2009 at 2:19 pm #50511In reply to: problem with member pages
Jeff Sayre
Participantbut when I click on any member or go to the members page, the template for members doesn’t load.
Elisheva-
Welcome to the BuddyPress forums!
When I went to your site and clicked on the “Members” button, it did bring up a members’ theme. However, it seems like you have selected the “Skeleton BuddyPress Member Theme” and not the “BuddyPress Default Member Theme”.
Please go back into the admin panle to “Buddypress > General Settings”, select “BuddyPress Default Member Theme” and then make sure to hit the “Save Settings” button at the bottom.
If the default member theme is already selected, deselect it by selecting a different theme, hit the “Save Settings” button, and then reselect the “BuddyPress Default Member Theme” once again and hit the “Save Settings” button one more time.
Does that fix the issue?
August 2, 2009 at 2:11 pm #50509In reply to: how to create group'slug when make new group
August 2, 2009 at 11:46 am #50504In reply to: terms and service
Korhan Ekinci
ParticipantThere is also:
August 2, 2009 at 9:34 am #504973318273
InactiveThanks a lot! Sorry to ask the same question over.
August 2, 2009 at 4:47 am #50495In reply to: About blog domains
Felix J
ParticipantGot helped in the wpmu forum. I would need a wpmu plugin to do what I want.
Oh there is one thing more…
Now I just need to know if BuddyPress can handle these sorts of plugins for example https://wordpress.org/extend/plugins/yet-another-multi-site-manager/ , if not what do I need to do so it can?
Please tell me.
Thanks
August 2, 2009 at 3:14 am #50494In reply to: feature requests…
Jeff Sayre
ParticipantAs far as number one: https://buddypress.org/forums/topic/only-one-blog-for-user
As far as numbers two and three, I’d search the WPMU forums and the WP plugin repository for possible solutions.
August 2, 2009 at 2:51 am #50492In reply to: buddypress and simplepress
Jeff Sayre
ParticipantIf you are asking if can you use some other forum software instead of bbPress as a sitewide forum, then the answer is yes. If you are asking if can you use some other forum software instead of bbPress that will share user credentials or function as a group-based forum component, then the answer is no–not without doing a lot of custom coding.
However, I believe that Simple:Press does share WP user credentials, but I am not positive about this as I do not use it.
August 1, 2009 at 8:26 pm #50486wordpressfan
ParticipantI have the same problem. I’m using BP 1.0.3. Whenever I try to deactivate, I get the same “fatal error” message. Even when I physically delete the plugin, it remains active, but without a name. Reinstalling the plugin generates an error.
August 1, 2009 at 8:06 pm #50484In reply to: New BP Chat plugin for Buddypress
atlegrimseid
ParticipantI hate to ask, but will this plugin see daylight at all?
I’m not mad or anything but the first post in this thread was started about 2 months ago. I do start wondering if this plugin might never be aviable for download?
August 1, 2009 at 5:01 pm #50475In reply to: Accidently emptied the wp_users table
Jeff Sayre
ParticipantThere’s not too much you can do–unless you made a backup of your MySQL DB before messing with it in the backend.
You should always make a backup of your DB before you do anything to it that may result in changes to the data or the data schema. In fact, make a backup of your DB at the end of each coding day just incase the unexpected happens.
I assume that you did zero customizations to the data schema of your MySQL DB. If so, then just delete your current DB and then create a new one with the exact same username and password. But, if you do this, you’ll need to reinstall BuddyPress so that BP’s tables get created in the DB. You will also have to reenter any test data, but it should get you back up an running.
Also, I’m not sure why this is an issue:
I’ve customized so much code on the back end that reinstalling buddypress would be a huge pain.
Do you mean that you have hacked the core or WPMU and / or BuddyPress? If so, you should stop doing that as every time BuddyPress is updated, your hacks will be lost.
Instead of hacking the core BP files, either create your own custom plugin(s) to hold your code, or use the bp-custom.php file. That way, if and when you need to delete your install and start from scratch, you can easily do so. Just make sure you have back ups of any custom theme files, a listing of all your plugins, a copy of your bp-custom.php file, and a copy of your wp-config.php file assuming that you want to use the same MySQL DB.
August 1, 2009 at 4:05 pm #50472Jeff Sayre
ParticipantKorhan-
Please report this as a bug in trac by creating a new ticket. You login to trac with the same credentials you use to log into this site.
August 1, 2009 at 4:02 pm #50471Jeff Sayre
ParticipantThe theme used on this site will not be made available. This question is asked about once a week. Here was the first thread that posed that question. See Andy’s response.
You can design your own theme to accomplish a similar effect–use Firefox with Firebug and see how Andy styled the theme.
August 1, 2009 at 3:11 pm #50469In reply to: How to put Widgets content in members theme
3318273
InactiveI read about some plug-in that would give you the ability to do this. Search for buddypress in the plug-ins repository.
August 1, 2009 at 2:58 pm #50468In reply to: Announcing: BuddyPress Stats
3318273
InactiveInstalled! Thanks!
How about stats from Events plug-in?
August 1, 2009 at 1:56 pm #50465nicolagreco
ParticipantIf you need to deactivate BuddyPress and the problem persist, delete wp-content/plugins/buddypress
but this is not the best way :S Even if BuddyPress hasn’t yet deactivation hook in use..
August 1, 2009 at 1:59 am #50452In reply to: Locking Buddypress themes
Rohan Kapoor
ParticipantYou go to the themes admin and turn it off from there.
August 1, 2009 at 1:43 am #50451In reply to: BuddyPress and Shared Hosting
Greg
ParticipantDoes anyone know how much (server) memory is used by a single user visiting an integrated bbPress+BuddyPress installation (assuming standard installs and themes)? This could be a big impact on the ability of the system to scale to many users and lots of traffic.
I remember _ck_ (moderator on the bbPress forum) saying that it would be about 1MB, but that was before BackPress integrated a lot of the overlapping functionality.
How would one measure something like this?
-
AuthorSearch Results