Search Results for 'buddypress'
-
AuthorSearch Results
-
March 18, 2009 at 1:01 pm #40282
In reply to: How To: adding Links
Burt Adsit
ParticipantLet’s see, are you talking about all the links in the admin menu bar, the member theme or the home theme? It seems you want to know where *all* of them are.
(sigh) Ok.
The admin bar code is in: /mu-plugins/bp-core/bp-core-adminbar.php
The code for the member theme is in: /wp-content/member-themes/buddypress-member
The code for the home theme is in: /wp-content/themes/buddypress-home
March 18, 2009 at 12:49 pm #40280In reply to: Migrating users from WordPress to BuddyPress
Burt Adsit
ParticipantYou should ask johnjamesjacoby about this migrate issue. He’s done something like that recently. I think the answer is you need to export your data, using phpmyadmin or with the native export/import tool in wp.
Lots of stuff if you google ‘wordpress export’, ‘wordpress import’
March 18, 2009 at 12:31 pm #40276In reply to: BuddyPress Theme Contest
danielfelice
ParticipantHi Guys,
Theme Contest is going to be extended an extra month! Official annoucement soon!
Thanks
Dan
March 18, 2009 at 10:18 am #40273In reply to: BP-FBConnect Plugin
benjeewest
MemberHi Andy- huge thanks for a really useful plugin that makes buddypress even more attractive and exciting than it is already!
I hate to be a noob, but when I try to activate the plugin, I get
Warning: require_once(/home/
/public_html/wp-content/wp-config.php) [function.require-once]: failed to open stream: No such file or directory in /home/
/public_html/wp-content/plugins/bp-fbconnect/bp-fbconnect/wp-facebookconnect/common.php on line 11Fatal error: require_once() [function.require]: Failed opening required '/home/
/public_html/wp-content/wp-config.php' (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/
/public_html/wp-content/plugins/bp-fbconnect/bp-fbconnect/wp-facebookconnect/common.php on line 11I’m guessing this is because I’m running 1.0-RC1 1030 , but the files available in the download page are RC1 too? Where can I get the correct version of Buddypress to work with this plugin?
Cheers everyone, and thanks so much for all the hard work.
March 18, 2009 at 5:57 am #40263In reply to: Admin bar at top of page
Matt Kern
ParticipantMarch 18, 2009 at 3:37 am #40259In reply to: limit 1 blog per user
produlz
ParticipantI found a solution, but I’m not a PHP programmer, It’s a hack of the code of this topic https://mu.wordpress.org/forums/topic.php?id=5930
Let’s go only if you are using the lasted trunk:
Open the mu-plugins/bp-blogs/bp-blogs-templatetags.php – Find this code starting at line 682 end at 696
<?php printf(__("By filling out the form below, you can <strong>add a blog to your account</strong>. There is no limit to the number of blogs you can have, so create to your heart's content, but blog responsibly.", 'buddypress'), $current_user->display_name) ?>
<?php _e("If you’re not going to use a great blog domain, leave it for a new user. Now have at it!", 'buddypress') ?>
<form id="setupform" method="post" action="<?php echo $bp->loggedin_user->domain . $bp->blogs->slug . '/create-a-blog' ?>">
<input type="hidden" name="stage" value="gimmeanotherblog" />
<?php do_action( "signup_hidden_fields" ); ?>
<?php bp_blogs_signup_blog($blogname, $blog_title, $errors); ?>
<input id="submit" type="submit" name="submit" class="submit" value="<?php _e('Create Blog »', 'buddypress') ?>" />
<?php wp_nonce_field( 'bp_blog_signup_form' ) ?>
</form>Replace using this newbie code:
// One Blog Only HACK START
<?php $blogscheck = get_blogs_of_user($current_user->ID);
$blogarrayvalue = (get_object_vars($blogscheck[1]));
$blogsiteURL = "http://locutorpro.com.br";
if ($blogarrayvalue[siteurl] == $blogsiteURL)
{
echo "";
printf(__("By filling out the form below, you can <strong>add a blog to your account</strong>.", 'buddypress'), $current_user->display_name);
echo "
";
printf(__("If you’re not going to use a great blog domain, leave it for a new user. Now have at it!", 'buddypress'));
echo "
";
echo "<form id='setupform' method='post' action='";
echo $bp->loggedin_user->domain . $bp->blogs->slug ;
echo "/create-a-blog'>";
echo "<input type='hidden' name='stage' value='gimmeanotherblog' />";
echo do_action( "signup_hidden_fields" );
echo bp_blogs_signup_blog($blogname, $blog_title, $errors);
echo "<input id='submit' type='submit' name='submit' class='submit' value='";
printf(__("Create Blog »"));
echo "' />
"; echo wp_nonce_field( 'bp_blog_signup_form' );
echo "</form>";
}
else
{
printf(__("Sorry, you can have 1 blog only.", 'buddypress'));
}
?>
// One Blog Only HACK ENDI hope it help!
Thank you for all dev team!
March 18, 2009 at 12:44 am #40258In reply to: BuddyPress Showoff: Post your links
Kunkel
ParticipantGoing to be the next best sports fan hub online
March 17, 2009 at 10:14 pm #40255In reply to: Restricting User Creation of Groups
nicolagreco
ParticipantMarch 17, 2009 at 10:04 pm #40254In reply to: Facebook connect
danielfelice
ParticipantHave you guys not seen the BP/WP FB Connect Andy modified?
March 17, 2009 at 8:49 pm #40249In reply to: wp-signup vs register
Simon
ParticipantNot specifically… although I have tried using the loader.php to load styles via custom.css over base.css. No effect. I can’t see a reference to bp_styles() in the buddypress templates anywhere… any idea where should I be looking?
Cheers.
update: Scratch that… found it in member theme. But adding that to the home theme has no effect (and it doesn’t appear to be included in the default bp home theme anyway).
March 17, 2009 at 7:21 pm #40245In reply to: Forum Integration: HELPING HINTS
Lance Willett
ParticipantNot sure if I’m late to the game on this one, but I followed the instructions in the
bp-forumsdirectory (https://trac.buddypress.org/browser/trunk/bp-forums/installation-readme.txt) and the install went easily and quickly using the latest bbPress (checked out via SVN from trunk).I was prepared for a fight after reading this thread, but was pleasantly surprised that it worked the first time with no problems.
March 17, 2009 at 7:03 pm #40244In reply to: wp-signup vs register
Simon
ParticipantAlso, using a custom theme seems to break the ajax calls for the BuddyPress widgets (groups, members etc.)… clicking the links in these widgets takes you to the respective directory pages rather than refreshing the widgets.
March 17, 2009 at 5:36 pm #40228In reply to: Group Administration
enlightenmental1
Participanthere is what I used to limit the group creation to admins only
(can also be changed to allow other user levels if needed)
hope this helps
edit: bp-groups.php around line 205
global $user_ID; if( $user_ID ) :
if( current_user_can('level_10') ) {
bp_core_add_subnav_item( $bp->groups->slug, 'create', __('Create a Group', 'buddypress'), $groups_link, 'groups_screen_create_group', false, bp_is_home() );
}
endif;March 17, 2009 at 5:19 pm #40226In reply to: Plugin: PmWiki in Buddypress.
Timschmi
Participant@James: Thank you for your comment. Did I get it right, that your wikis are only in the backend? We want wikis on the frontend like blogs or groups.
@ostropunkt: PmWiki is really great. We have thought and discussed making group wikis? But our solution was, that wikis and groups are working in the same way.
You have a list of all your wikis on your profil.
You can have public and privat wikis.
And you can invite your friends to your wiki.
March 17, 2009 at 4:19 pm #40218In reply to: Migrating users from WordPress to BuddyPress
nicolagreco
ParticipantYou could wait the integration of bp in wp,
or (i think it’s better) you could try copying some tables in your new mu install:
example:
copy wp_users to wp_users
wp_postmeta to wp_1_postmeta
wp_posts to wp_1_posts
etc etc..
that’s a bit difficult to do, maybe others could help you better than me..

Nicola
March 17, 2009 at 3:59 pm #40214In reply to: Change signup verification email process
Ekine
ParticipantIt would be great if users could be signed up without verifying their email address. Some users don’t receive the email because buddypress is lacking of a smtp setup.
March 17, 2009 at 3:52 pm #40213In reply to: A Shoutcast Widget for BuddyPress
Ekine
ParticipantSounds great to me. We have an ajax chat system on our board and our users couldn’t live without it. ^^
It’s definetly very social and that’s what’s all about.
March 17, 2009 at 1:20 pm #40201In reply to: Photo Galleries?
lucifix
ParticipantQuote:That’s not planned for 1.0 but next version!1.0 is near

I own photography community and I’m thinking to move my site to Buddypress platform. But until albums won’t be ready I’ll stay where I’m now
You can’t predict when will next version of 1.0 be ready, right?
))Keep on good work guys, can’t wait till first official release!!!
March 17, 2009 at 12:07 pm #40195In reply to: BuddyPress Showoff: Post your links
zanzoon
ParticipantAhtam: I care
Ahtam is the Arabic word for “I care”… Ahtam is a social network were members care for the world. Members blog about cancer awareness, being green, smoking cessation and much more…
Please join my site and invite others
March 17, 2009 at 10:41 am #40192In reply to: A Shoutcast Widget for BuddyPress
gpo1
ParticipantA twitter client for BP is better?
March 17, 2009 at 9:35 am #40189In reply to: members names disappeared in member lists
Andy Peatling
KeymasterChange /wp-content/member-themes/ to /wp-content/bp-themes
March 17, 2009 at 8:06 am #40185In reply to: Moderate Users and New Blogs
dheerajsingh
MemberI have posted the solution on this thread
March 17, 2009 at 7:51 am #40183In reply to: Require Login
dheerajsingh
MemberYou can have a look at this thread for new user moderation
March 17, 2009 at 7:03 am #40181In reply to: BuddyPress Showoff: Post your links
dheerajsingh
MemberHi This one is mine
Its a social network for Engineers and engineering aspirants
March 17, 2009 at 6:55 am #40180Sgrunt
Participanti’m sure it depends on the version your using: i was getting mad to solve it in my local installation with no success: i thought it was a fault of my custom theme. Then i’ve tried my custom theme on my second local installation and all worked fine. I don’t remember how to see the current version number of buddypress, if i know how to see it i can tell you what is the working version.
-
AuthorSearch Results