Search Results for 'buddypress'
-
AuthorSearch Results
-
May 4, 2009 at 5:25 pm #44376
In reply to: BuddyPress to Facebook Connect Updated for 1.0
gpo1
ParticipantHow about extending the fb-connect using Facebook open stream?
May 4, 2009 at 5:10 pm #44371In reply to: BuddyPress to Facebook Connect Updated for 1.0
Roy McKenzie
ParticipantThanks Andy. Works great!
May 4, 2009 at 4:45 pm #44367In reply to: multiply buddypress installs
Andrea Rennick
Participant\”it would be similar to the service offerd by wordpress.com\”
But WordPressMU does this by default when a user gets their own blog.
Getting each one to have their own *separate* BP is the issue.
Why not just stick with the one install, have each troop make their own ground and their own blog? This way they have theor own sace, but can still interact with the entire site at large.
May 4, 2009 at 4:27 pm #44364In reply to: Design Goals for BuddyPress
Jeff Sayre
ParticipantAlso, remember that like WPMU, BuddyPress functionality can be extended with plugins. There are a number of developers working tirelessly at doing just that.
With regards to the Groups feature, Nicola Greco has created a plugin that helps to extend BP Groups.
May 4, 2009 at 4:27 pm #44363In reply to: BuddyPress to Facebook Connect Updated for 1.0
Anexgo
Participanthaha…stupid me…works now…thanks!
May 4, 2009 at 4:21 pm #44361In reply to: google custom search in the top bar?
Jeff Sayre
ParticipantMay 4, 2009 at 4:20 pm #44360In reply to: Design Goals for BuddyPress
Andy Peatling
KeymasterI should change this, right now this is not in the groups functionality, but it will be in upcoming versions.
May 4, 2009 at 4:18 pm #44358In reply to: BuddyPress to Facebook Connect Updated for 1.0
Andy Peatling
KeymasterConnect URL should be the URL of the website, so for http://testbp.org it is simply that.
May 4, 2009 at 4:10 pm #44357Jeff Sayre
Participant@Djpetemarriott-
As has been mentioned, there is more to installing WPMU than single-user WP.
Since this is not a BuddyPress support topic but an issue you need to bring up with your hosting provider, I’m setting this thread to resolved.
May 4, 2009 at 3:54 pm #44354In reply to: BuddyPress to Facebook Connect Updated for 1.0
Anexgo
ParticipantHi Andy,
Thanks for updating the fb-plugin. Just installed it a couple of minutes ago and this message appeared in the fb popup window:
Invalid Argument
The Facebook Connect cross-domain receiver URL (http://huwai.com.tw/wp-content/plugins/bp-fbconnect/includes/wp-facebookconnect/xd_receiver.php#fname=_opener&%7B%22t%22%3A3%2C%22h%22%3A%22fbCancelLogin%22%2C%22sid%22%3A%220.337%22%7D) must have the application\’s Connect URL (http://login.connect.facebook.com/) as a prefix. You can configure the Connect URL in the Application Settings Editor.
I entered http://login.connect.facebook.com/ into the Connect URL field in the fb interface but this message still appears.
May 4, 2009 at 3:45 pm #44352In reply to: I want to translate BuddyPress to Arabic :)
2721293
Inactive^^
Thanks for fast response
I will try that
May 4, 2009 at 3:42 pm #44351In reply to: I want to translate BuddyPress to Arabic :)
Jeff Sayre
ParticipantDo I need to translate WPMU first ?
Look in the link that DJPaul provided. There is a WordPress translation of Arabic already. I’m not sure what additional work you’d have to do for WPMU. Most likely translation of some of the admin pages. But, I’m not a localization expert.
What will be different because Arabic is RTL language ?
As long as the themes that Arabic users are using properly reference some type of right to left CSS file, then this should not be an issue. Look at rtl.css to see how that works.
Also, look at this relevant BuddyPress thread: https://buddypress.org/forums/topic.php?id=245
May 4, 2009 at 3:11 pm #44349In reply to: Default Blog Theme
Tony Stark
ParticipantI came into this WordPress stuff late but I can honestly say I am utterly astounded by the flexibility and capabilities of the software….and BuddyPress….one of the best apps I have seen in long time.
May 4, 2009 at 3:10 pm #44348In reply to: BuddyPress Showoff: Post your links
Anexgo
ParticipantOutdoor Community in Chinese
May 4, 2009 at 3:09 pm #44347In reply to: I want to translate BuddyPress to Arabic :)
Paul Wong-Gibbs
KeymasterCheck out https://codex.buddypress.org/translations/ for starters – there’s a link taking you over to the main WordPress site with further details.
May 4, 2009 at 2:41 pm #44343In reply to: multiply buddypress installs
bercy
Participant@freaking wildchild, so is it possible to use a form to do this, ie when people sign up it makes a new sub-directory with buddypress and wordpress installed, and it uses the username to make the sub link, are you able to point me in the direction to do a form like this, dont have a clue where to start, thanks
May 4, 2009 at 1:32 pm #44339In reply to: register.php not working (but wp-signup.php does)
Kunal17
ParticipantMore specifically, I am not using any custom home theme, its the one I got from buddypress .org itself.
May 4, 2009 at 1:29 pm #44336Kunal17
ParticipantThanks,
I registered through buddypress so was not sure if it was an issue with its integration with WPMU. I guess Ill just wait for a few days for the emails to be available.
May 4, 2009 at 1:18 pm #44333In reply to: How to: Add a new menu section
Ezd
ParticipantSocialpreneur >
I guess its the header.php file in the bpmember theme that has to be edited and not the header.php in the home theme? Or should the change be added to both header.php files?
They almost look the same so whats the difference between the two?
Also how would the code look, there’s a section where it says:
Bpmember theme’s header.php:
<div id="header">
<h1 id="logo"><a href="<?php echo get_option('home') ?>" title="<?php _e( 'Home', 'buddypress' ) ?>"><?php bp_site_name() ?></a></h1>
<ul id="nav">
<li<?php if ( bp_is_page( 'home' ) ) {?> class="selected"<?php } ?>><a href="<?php echo get_option('home') ?>" title="<?php _e( 'Home', 'buddypress' ) ?>"><?php _e( 'Home', 'buddypress' ) ?></a></li>
<li<?php if ( bp_is_page( BP_HOME_BLOG_SLUG ) ) {?> class="selected"<?php } ?>><a href="<?php bp_home_blog_url() ?>" title="<?php _e( 'Blog', 'buddypress' ) ?>"><?php _e( 'Blog', 'buddypress' ) ?></a></li>
<li<?php if ( bp_is_page( BP_MEMBERS_SLUG ) ) {?> class="selected"<?php } ?>><a href="<?php echo get_option('home') ?>/<?php echo BP_MEMBERS_SLUG ?>" title="<?php _e( 'Members', 'buddypress' ) ?>"><?php _e( 'Members', 'buddypress' ) ?></a></li>
<?php if ( function_exists( 'groups_install' ) ) { ?>
<li<?php if ( bp_is_page( BP_GROUPS_SLUG ) ) {?> class="selected"<?php } ?>><a href="<?php echo get_option('home') ?>/<?php echo BP_GROUPS_SLUG ?>" title="<?php _e( 'Groups', 'buddypress' ) ?>"><?php _e( 'Groups', 'buddypress' ) ?></a></li>
<?php } ?>
<?php if ( function_exists( 'bp_blogs_install' ) ) { ?>
<li<?php if ( bp_is_page( BP_BLOGS_SLUG ) ) {?> class="selected"<?php } ?>><a href="<?php echo get_option('home') ?>/<?php echo BP_BLOGS_SLUG ?>" title="<?php _e( 'Blogs', 'buddypress' ) ?>"><?php _e( 'Blogs', 'buddypress' ) ?></a></li>
<?php } ?>
<?php do_action( 'bp_nav_items' ); ?>
</ul>
</div>Its probably here the extra code would have to be added? I cant seem to get it to work.
May 4, 2009 at 12:21 pm #44327takuya
ParticipantThis question is about wpmu and not buddypress. anyway, those nonactivated users are deleted after 3 days (as far as I remember). There’re also plugins to enable the same email address registrations.
May 4, 2009 at 12:17 pm #44326takuya
ParticipantBuddyPress can just be installed one-click from plugins page. The only thing you need is installed wpmu on your server.
Either this happens or not, it’s actually MediaTemple’s job and not something dev teams at BuddyPress does.
May 4, 2009 at 9:07 am #44322In reply to: post-1.0 upgrade, new signups not working
Kunal17
ParticipantI have the same problem. I am running 1.0 on a fresh install. The new user registration goes off successfully, but the activation email is never received. The buddypress install is at http://theindianstartup.com
May 4, 2009 at 8:25 am #44320In reply to: FaceBuddy free theme for BuddyPress
TheEasyButton
ParticipantSgrunt, one thing to look at would be your padding attributes. IE hates those (almost as much as I hate IE) If you can find a way to avoid using padding, you’ll be better off in the end.
May 4, 2009 at 7:50 am #44319Wythagy
ParticipantBuddyPress requires a WordPress Mu install, so no matter what, it can’t be a 1 step process (thus ruling out the 1-click install). Even if they could do it, BuddyPress lacks the history of successful version releases, support networks, and popularity that WordPress, Drupal, and ZenCart offer.
May 4, 2009 at 7:03 am #44315In reply to: Adding Pagination to Recent Posts on Profile
Andy Peatling
KeymasterSpecifically look at the template tags for pagination and the ‘per_page’ parameter.
-
AuthorSearch Results