Search Results for 'buddypress'
-
AuthorSearch Results
-
May 4, 2009 at 4:10 pm #44357
Jeff 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.
May 4, 2009 at 5:25 am #44309In reply to: FaceBuddy free theme for BuddyPress
Sgrunt
Participantthanx Danstinebaugh.
The BuddyDress themes are all free, but let me the time to upgrade them to the 1.0 bp version.
The problem with IE (i presume you are speaking about the resizing window) is common to every bp theme, even the default one. I think that the issue is hidden in one of the “minor” css, and it’s hard to find where is the bug. I’ve modified the main css’s, and i don’t think that they are the cause of the problem. Solving that will be great!
May 4, 2009 at 1:54 am #44304In reply to: 404 /blog /members etc… RC2 WPMU 2.7.1
wildchild
Participantupdate: with wp-hooks-filters-flow.php I get the following errormessage:
82. comment_post
* Priority 10 :
1. bp_blogs_record_comment()
2. SearchUnleashedPlugin->comment_post()
Catchable fatal error: Object of class SearchUnleashed_Widget could not be converted to string in /webserver/wordpress/wp-admin/wp-hooks-filters-flow.php on line 62
Maybe anything related with the problem, breaking off the database upgrade process of buddypress?? I’m wildly guessing now since I’ve been debugging like crazy…
May 4, 2009 at 1:31 am #44303In reply to: multiply buddypress installs
wildchild
Participant@Bercy Just install your WordPress MU in a different directory; create a new database, preferably with a new user for security and you\’ve got it working …
With a fresh user and database you won\’t be overwriting your existing bp\’s.
If you want to use the same userdatabase and share it serverwide, use the same database but change the prefix per buddypress installation.
Hope that has answered your question with virtual hosting & wordpress ..
I wish it was as easy to migrate existing data towards upgraded BP\’s
May 3, 2009 at 11:34 pm #44298In reply to: multiply buddypress installs
John James Jacoby
KeymasterWhen you say a new BuddyPress install, do you mean a complete fresh new install of BuddyPress, allowing a separate database and user tables for each sub domain? If so, that’s a little outside the scope of what this forum provides.
You might want to try talking to some server admins and see about maybe having a VPS setup, or some kind of reseller account?
May 3, 2009 at 10:35 pm #44295In reply to: Not Found error since upgrading from RC-2
wildchild
Participant@Patriotsandheroes: Welcome to the official BuddyPress 404 club
In order to enter, your page has to be broken
May 3, 2009 at 10:26 pm #44294In reply to: Why is BuddyPress stripping my object or embed tags?
Roy McKenzie
ParticipantWell, I should say I was trying to apply this technique to the Wire to allow img tags. No dice though. Any help would be great
May 3, 2009 at 10:18 pm #44293In reply to: Why is BuddyPress stripping my object or embed tags?
Roy McKenzie
ParticipantUnfiltered MU did not work for me. I will try what you originally suggested, Burt
May 3, 2009 at 9:41 pm #44288In reply to: BuddyPress 1.0 Has Arrived
Lance Willett
ParticipantWoot WOOT!
OR, in the words of Bubb Rubb and Lil’ Sis: “Whoo whoo!”.
-
AuthorSearch Results