Search Results for 'buddypress'
-
AuthorSearch Results
-
October 31, 2009 at 6:35 pm #55540
In reply to: buddybar wont go away after deactivation
Anointed
Participantno, i put it into the regular plugins folder. I went ahead and deleted buddypress as it was acting weird anyhow.
For some reason, when I activated buddypress the first time, it placed it into the ‘sitewide active plugins’ area in the admin. This would not allow me to activate bp on a per blog basis and somehow was forcing it upon all my blogs.
Prior to deleting bp, after i deactivated it, if I tried to reactivate it, it said fatal error could not install bp again, already running.
I’m uploading the new bp vs. right now to see if it behaves better than the 1.1.1 did, will report back
October 31, 2009 at 6:27 pm #55539In reply to: buddybar wont go away after deactivation
Paul Wong-Gibbs
KeymasterDid you put BuddyPress into /mu-plugins/ by chance?
Paul Wong-Gibbs
Keymasterhttps://buddypress.org/forums/topic/when-asking-for-support
And, which host are you on?
October 31, 2009 at 9:07 am #55526In reply to: crap! something isn't working right!
Paul Wong-Gibbs
KeymasterClosing this thread as duplicate of https://buddypress.org/forums/topic/fatal-error-on-fresh-install#post-27504
October 31, 2009 at 6:25 am #55524In reply to: group slugs when i18n environment
still giving
ParticipantBIG bump ….
I hope some of those $29,500,000 Matt Mullenweg has raised for WordPress/Buddypress goes into an internationalizing campaign.
I would like to see a mature MULTI-LINGUAL environment … not just single stand alone versions (… my interest is in Chinese, Korean and Japanese versions).
To be honest, given that Web 2.0 is all about “communication” … would not it be wonderful is we could build multi-national communities?
Sure it even makes sense from a business point of view given the size of those markets.
If WP/BP will never hack it … can anyone recommend any other native language blogs/CMS packages?
October 30, 2009 at 9:48 pm #55510In reply to: custom profile data not getting saved in BP 1.1.2
buzz2050
ParticipantThanks for your reply Jeff. I understand that the register.php directly contains all the elements now.
However, we liked the registration page of the default ‘bphome’ theme (BP 1.0.3) better (earlier) and accordingly we customized our site theme(premium edu-clean home theme for WPMU) to have a register page like that.
To achieve this, I created a custom page template register.php with code similar to that of bphome’s and plonked it in my theme folder. There if you see, the page template is divided into right-column, center-column, left-column (it hosts the registration section)
The code for this register.php is something like:
<?php get_header(); ?>
<!-- div content starts -->
<div id="content" class="widecolumn">
....
....
<div id="left-column">
<div class="register bp_core_widget_welcome">
<h2 class="widgettitle"><?php _e( 'Register for an Account', 'buddypress' ) ?></h2>
<?php bp_core_signup_do_signup() ?>
</div>
</div>
</div><!-- div content ends -->
<?php get_footer(); ?>It’s the bp_core_signup_do_signup() that is responsible for including the content of the registration page in the left-column.
Here is how my current registration page looks like:
http://www.cmswebusa.com/testsib/reg_pg.png
The registration section on the left is included in that section due to the bp_core_signup_do_signup() call. We still haven’t converted to the new single theme way, but we have already upgraded our BP to 1.1.2 and since then our custom fields just don’t get saved. Not sure what to do here?! I was wondering this could be happening coz of the deprecated function call. Also, how do I still make the registration section appear in the left-column of my page? Is there a function to include the register template or something?
Thanks,
Sib
October 30, 2009 at 6:49 pm #55504In reply to: FAQ: How To, Code Snippets and Solutions
John James Jacoby
KeymasterGroup/User Avatar Mix-up (usually after update/upgrade)
https://buddypress.org/forums/topic/surprising-avatar-behavior?view=all#post-24791
October 30, 2009 at 6:30 pm #55503In reply to: Docs on buddypress.org?
John James Jacoby
Keymaster3.0 won’t be until next year unfortunately. 2.9 will be by the end of the year with a beta coming soon.
October 30, 2009 at 5:27 pm #55498In reply to: Docs on buddypress.org?
Xevo
ParticipantWell, I’m only interested in the edit function and like I said, simplicity is the way to go. I’m already just using pages and sub pages for my current setup.
But I’ll try recreating it myself. When will the future version (3.0) be released, this year? If not, then I cannot wait for that to come around.
Thanks for the help though, hearing that it’s just a blog on the wpmu system, lets me know that I dont have to install a standalone wordpress to accomplish this.
If someone has suggestions on how to do the edit function or still is willing to make a plugin, please let me know.
October 30, 2009 at 5:17 pm #55497In reply to: custom profile data not getting saved in BP 1.1.2
Jeff Sayre
ParticipantHave you read the comments in bp_core_deprecated.php–especially those that are found in the “BEGIN DEPRECATED SIGNUP FUNCTIONS” section?
* Instead of duplicating the WPMU signup functions as in previous versions
* of BuddyPress, all signup functionality is now in the template for easier
* customization. Check out the default theme in the file ‘register.php’.
October 30, 2009 at 5:00 pm #55493In reply to: autocomplete not functioning when composing message
abcde666
ParticipantOctober 30, 2009 at 4:30 pm #55486In reply to: autocomplete not functioning when composing message
Jeff Sayre
ParticipantActually, for me, autocomplete does not even work on BP.org. I composed a message a couple of days ago to DJPaul and JJJ–who are both friends–and the autocomplete was AWOL. I just tried again, and no dice.
There is also an issue with messages not getting sent which is being discussed here:
https://buddypress.org/forums/topic/buddpressorg-messages-broke
October 30, 2009 at 2:21 pm #55478In reply to: buddpress.org messages broke
belogical
Participantyipeee! glad to hear it will get the attention is so deserves. i hate for people to get a bad impression of buddypress from buddypress.org
here is an example, hope this helps.
October 30, 2009 at 11:13 am #55463In reply to: BuddyPress Multilingual
Mariusooms
ParticipantI tested 0.92 with BP1.1 and can confirm it works afaik. Well done, it is a warm welcome for BP.
I only unset one action, which adds text to most content, “This text is also available in xxx:”.
Other than that, works as expected! Thumbs up!
Marius
October 30, 2009 at 8:59 am #55460John James Jacoby
KeymasterBest I can tell looking for 30 seconds is that there is no backwards import.
There’s two places where BP adds users to blogs…
add_action( 'wpmu_new_blog', 'bp_blogs_record_blog', 10, 2 );…and…
add_action( 'add_user_to_blog', 'bp_blogs_add_user_to_blog', 10, 3 );So only when a new blog is created, or a user is added to a blog…
I’ll look into this more this weekend if no one else chimes in with a better explanation.
The tables to manually edit would be wp_bp_user_blogs, wp_bp_user_blogmeta, wp_bp_user_blogs_comments, and wp_bp_user_blogs_posts…
If there really is no import script for previous blogs, add a ticket to the trac as an enhancement request and we’ll see about putting it in. (it may already be there but I’m just too tired to see it at the moment?)
October 30, 2009 at 7:39 am #55457In reply to: buddypress = Content Aggregator
idotter
Participanthttp://www.noserub.com is a contentaggregationtool … and i’d like to see similar functions on buddypress.
I read abut the Plugin LifeStream for WordPress … is ist compatible with WP MU ?
October 30, 2009 at 3:57 am #55453In reply to: Docs on buddypress.org?
John James Jacoby
KeymasterAndy has installed on the codex a very quick and simple way to modify the individual pages of the codex. It’s a customized setup of sorts, but it’s really just another WPMU blog that everyone has the ability to edit.
In future versions of WordPress (probably 3.0) posts will become more robust and be better suited for something like this. Until then the codex is basically just pages and sub pages with a theme that knows how to make sense of the hierarchy.
October 30, 2009 at 3:48 am #55451In reply to: Site Wide Activity widget
John James Jacoby
KeymasterAt the moment the easiest way to do this is to mark the blog as private. The adverse effect to this is that blog doesn’t show up in search engine results or anywhere else in your BuddyPress installation either.
Check the trac and see if there’s an enhancement ticket for this yet. If not, let us know this is something you’re interested in and maybe it will make it into a future version.
October 30, 2009 at 12:10 am #55445In reply to: Docs on buddypress.org?
Dwenaus
ParticipantI’m looking for this feature as well. I think it would be good in the groups section to have a sub section called Pages. Right now you can enable pages by using the Group Blog plugin, but then you get blog posts, and pages as a sub section of that.
anyone know of a way to just get the pages. maybe an alteration of the Group Blog plugin to pull the pages out into the menu. ideas?
October 29, 2009 at 11:01 pm #55442r-a-y
KeymasterAt least I think this is how it works!
You’ve got it, boldlygoing!
October 29, 2009 at 10:24 pm #55440In reply to: Hidden groups bug
Paul Wong-Gibbs
KeymasterSo reopen the ticket if you can re-create this on an install running the latest version of BuddyPress
October 29, 2009 at 10:19 pm #55439In reply to: Docs on buddypress.org?
Paul Wong-Gibbs
Keymastercodex.bp.org is a standalone installed themed to look the same.
October 29, 2009 at 10:10 pm #55438James Kirk
ParticipantJust completed a fresh install like you did Arghagain. Thought it was just my eyes that was trickerating on me!
Ahhh. Figured it out. Based upon what I read over here: https://buddypress.org/forums/topic/%C2%BFincluded-bbpress-in-buddypress-or-integrate-standalone-bbpress
You’ll realize that in the BuddyPress integrated lite bbPress, you have to create a group (analogous to forum title creation) and then you’ll be able to post topics to that group’s forum listings.
At least I think this is how it works!
October 29, 2009 at 4:51 pm #55430In reply to: buddypress = Content Aggregator
Anonymous User 96400
InactiveYou’ll have to write a plugin for that or modify an existing one.
October 29, 2009 at 4:20 pm #55429In reply to: buddypress = Content Aggregator
gpo1
Participantwhat’s noserub.com and how does it relate with BP?
-
AuthorSearch Results