Search Results for 'buddypress'
-
AuthorSearch Results
-
March 13, 2009 at 1:16 pm #39914
In reply to: problems installing buddypress
nicolagreco
Participantare you sure you’ve uploaded fine buddypress?
March 13, 2009 at 10:34 am #39903In reply to: FaceBuddy free theme for BuddyPress
gpo1
Participant@ sgrunt..good attempt keep up the work.
@nicolagreco, Regarding cbook theme,any update on mine or email reply ?March 13, 2009 at 10:28 am #39902In reply to: BuddyPress Showoff: Post your links
vgfan
MemberThe only thing that’s finished now is some of the blogs. Would like to customize the theme a little and I still need to figure out how to get the forums working
March 13, 2009 at 10:27 am #39901In reply to: FaceBuddy free theme for BuddyPress
nicolagreco
ParticipantWhy have you written to replace the member-themes directory??
You can change the name of facebuddy theme directory

is that under gpl? <– if yes i’ll add styles for the bpdev-autosuggest plugin
March 13, 2009 at 3:31 am #39887In reply to: Theme and plugin requests
Anointed
ParticipantBy far my number one plugin would be extending the multi-db to work with buddypress adding in replication as stated earlier. I believe Nicola may be working on this already though.
March 13, 2009 at 2:50 am #39885In reply to: Theme and plugin requests
sebastianmacias
ParticipantI would love a blog theme that integrates with the buddypress them so that way blogs don’t feel like they are separated entities.
Thanks,
Sebastian
March 13, 2009 at 1:39 am #39882In reply to: Translating BuddyPress
tamphet
ParticipantThanks for the advice
I translated 80% done. I uploaded on the web but some lines does not translate at all.
I triple check, make sure I translated that line.
What could be a problem?
Thanks for your help.
March 13, 2009 at 1:35 am #39880In reply to: Translating BuddyPress
tamphet
ParticipantThanks for the advice
I translated 80% done. I uploaded on the web but some lines does not translate at all.
I triple check, make sure I translated that line.
What could be a problem?
Thanks for your help.
March 13, 2009 at 12:40 am #39877In reply to: Theme and plugin requests
Farms
ParticipantHi Guys,
We’ve made some serious notes and are starting work on some of the larger ones, but here’s one to get you started – a nice, simple, configurable Terms of Service plugin freely available at our BuddyPress Plugins page over at WPMU DEV:
http://wpmu.org/our-first-buddypress-plugin-terms-of-service/
Enjoy – and you can also add your own BP plugins there to share with the community should you wish!
March 13, 2009 at 12:33 am #39876netspencer
ParticipantOrigionally, BuddyPress was designed so the user profiles was one of the blogs…. user.domain.tld.
and so that would go to todays equivalent of domain.tld/members/user. since that was the case, the theme for those blogs would be the member theme, and to access that users blog the url would be: user.domain.tld/blog. because of this, the users blog would be incorporated into their profile.
Now, buddypress users profiles are completly unrelated to blogs and reside at a different URL. Therefore, for a user to create a blog, they would make one just like they would on a normal wpmu installation and choose from any installed (and enabled) theme.
if you want the blogs to be incorperated into the theme, maybe you could modify the member theme into a standard blog theme, name the folder default and don’t enable any other blog templates for the site.
this way, when a user creates a new blog, your theme (default) will be set for it. and it will load more seamlessly.
BTW: i don’t think there is a way for u to get the exact theme from the picture and have it work but maybe you can ask someone about that.
March 13, 2009 at 12:33 am #39875In reply to: Blogs Using BP Theme
sebastianmacias
ParticipantDoes anyone know what would be the best way to get this level of integration of blogs and buddy press?
https://apeatling.files.wordpress.com/2008/06/blog.jpg
I found that screenshot here: http://apeatling.wordpress.com/2008/06/12/new-buddypress-theme/
Thanks,
Sebastian
March 12, 2009 at 9:11 pm #39867In reply to: Limit Amount of blogs a user can register
John James Jacoby
KeymasterI would do this by going into
/member-themes/buddypress-member/blogs/create.phpand doing…<?php if ( bp_blog_signup_enabled() ) : ?>
<?php
global $bp;
$blogs = bp_blogs_get_blogs_for_user($bp->loggedin_user->id);
if ($blogs['count'] != 9)
{
bp_show_blog_signup_form();
}
else
{
?>
<div id="message" class="info">
<?php _e( 'Limit nine blogs per member. If you would like another, please contact an Admin for assistance.', 'buddypress' ); ?>
</div>
<?php
}
?>
<?php else: ?>
<div id="message" class="info">
<?php _e( 'Blog registration is currently disabled', 'buddypress' ); ?>
</div>
<?php endif; ?>Just remember not to overwrite the member theme if you do a BuddyPress update.
March 12, 2009 at 9:03 pm #39865In reply to: Link leads to the wrong place
John James Jacoby
KeymasterHahah! If by sexy sexy you mean dedicated BuddyPress supporter, then I’m forced to agree.

Thanks for greening this.
March 12, 2009 at 8:56 pm #39861In reply to: Link leads to the wrong place
John James Jacoby
KeymasterWhooops! (Edited original post to avoid confusion also.)
<li><a href="<?php echo $bp->root_domain; ?>/forums/" title="<?php _e( 'Forums', 'buddypress' );?>"><?php _e( 'Forums', 'buddypress' );?></a></li>March 12, 2009 at 8:49 pm #39858In reply to: Link leads to the wrong place
John James Jacoby
KeymasterPhil,
you’re going to want to do something a little more codey…

<li><a href="<?php echo $bp->root_domain; ?>/forums/" title="<?php _e( 'Forums', 'buddypress' );?>"><?php _e( 'Forums', 'buddypress' );?></a></li>I haven’t tested it, but I’m pretty confident.

You could go a step further and put this into a hook function, but lets try this for now and see if does what you want.
March 12, 2009 at 7:34 pm #39844In reply to: Translating BuddyPress
oldskoo1
ParticipantSounds like you have tried to edit the POT file in a text editor by doing something like a find and replace.
Or – you haven’t filled in all the headers correctly
Download the latest POT here : https://svn.buddypress.org/trunk/bp-languages/buddypress.pot
Before opening in POEDIT, open it in your fav text editor, lines 8 to 16 (assuming word wrap isn’t on) need to be filled in with your own values. Save and close
Open with POEDIT and make your changes in there and save.
March 12, 2009 at 7:19 pm #39843In reply to: my ideas to make buddypress better
oldskoo1
ParticipantSounds like there is a lot yet to come from BP
I do think that the BP core should be as solid as possible and then increase features by the use of plugins.
It is sometimes a bit annoying to find really great software thats full of bloat and things that aren’t needed. So provided the core is solid features can be extended with plugins.
That imo creates great software.
March 12, 2009 at 5:22 pm #39839In reply to: Translating BuddyPress
tamphet
ParticipantHi all,
I am using Poedit to translate the BuddyPress file. When I save the file, I always get this error message
11:23:10:
wampwww8phetwp-contentmu-pluginsbp-languagesbuddypress-vi.po:844: a format specification for argument 1 doesn’t exist in ‘msgstr’11:23:10:
wampwww8phetwp-contentmu-pluginsbp-languagesbuddypress-vi.po:2566: a format specification for argument 1 doesn’t exist in ‘msgstr’11:23:10: msgfmt: found 2 fatal errors
Some lines work, and some don’t. Can someone help to correct this error?
Thanks
March 12, 2009 at 5:19 pm #39838In reply to: my ideas to make buddypress better
gordielachance
MemberNice ! I can’t wait to see next release.
Also; you should
-add “online” with “Newest | Active | Popular” in the members widget…
March 12, 2009 at 4:07 pm #39829In reply to: friends online widget plugin extension
ngsonst
Participant@nicola: Thanks a bunch for looking at the code!!! And anyways for your work at bp-dev.org!!!
___
below is the code, it doesn’t work. th error message is:
Warning: Invalid argument supplied for foreach() in ../mu-plugins/ng-who_is_online_2_friends_ver0001.php on line 17
i am getting the feeling the project is way over my head. because i have really no experience in coding my self or on my own. until now i only worked with the given code of word- and buddypress, without diving deeply into php-programing.
therefor i am not even sure if it’s the right way to begin. my thought process was that the friends widget i have is identifying friends by their id’s. so the thing to do is comparing these id’s to those of the users online.
maybe that thought apart is over simplified. otherwise it could just as well be the case that my understanding for php isn’t enough.
possibly the best idea would be to buy a book about php.
learn more about it and then begin to build widgets. otherwise it might be not that complicated, if you have the skills.<?php
function bp_friend_o_avatar_thumb_mini( $template = false ) {
global $bp, $current_blog;
$options = get_blog_option( $current_blog->blog_id, 'bp_friend_o_avatar_thumb_mini' );
$friend_ids = BP_Friends_Friendship::get_random_friends( $bp->displayed_user->id );
$users = BP_Core_User::get_online_users($options['max_members']);
?>
<?php if ( $friend_ids ) { ?>
<?php for ( $i = 0; $i < count( $friend_ids ); $i++ ) { ?>
<?php foreach ( $friend_ids[$i] == $users->user_id as $friend_ids ) : ?>
<a>"><?php echo bp_core_get_avatar( $friend_ids[$i], 1,/** here you can change the thumbnailsize **/ 32, 32 ) ?></a>
<?php endforeach; ?>
<?php } ?>
<?php } else { ?>
<?php } ?>
<div class="clear"></div>
<?php
}
function ng_fs_o_usersidebar() {
echo '<link rel="stylesheet" type="text/css" href="' . get_settings('siteurl') . '/wp-content/mu-plugins/ng-fs-sb/fs.css" />';
?>
<div id="widget">
<ul id="friend-list_sb" class="item-avatar">
<li>
<?php bp_friend_o_avatar_thumb_mini() ?>
</li>
</div>
<?php }
function Widget_ng_fs_o_usersidebar($args) {
global $bp;
extract($args);
echo $before_widget;
echo $before_title;?>
<?php bp_word_or_name( __( "Friends", 'buddypress' ), __( "Friends", 'buddypress' )/*__( "%s's Friends", 'buddypress' )*/ ) ?> (<?php echo BP_Friends_Friendship::total_friend_count( $bp->displayed_user->id ) ?>) <a>displayed_user->domain . $bp->friends->slug ?>"><?php _e('All', 'buddypress') ?> »</a>
<?php echo $after_title;
ng_fs_o_usersidebar();
echo $after_widget;
}
function init_Sidebar_BP_ng_fs_o_sb()
{
register_sidebar_widget(__('ng_fs_sb'), 'Widget_ng_fs_o_usersidebar');
}
add_action("plugins_loaded", "init_Sidebar_BP_ng_fs_o_sb");
?>March 12, 2009 at 8:23 am #39814In reply to: BP-FBConnect Plugin
Joss Winn
ParticipantTrent, users connecting with fb connect should never have to disclose/change their password to BuddyPress. That’s one of advantages to the user of joining through fb. The user should be able to enjoy the benefits of multiple services with a single profile of protected data.
March 12, 2009 at 7:28 am #39813In reply to: Categorize Groups
chriscano
MemberHey Nicola, could you (or anyone else) give me further details on how to create a function that allows categories for groups in BuddyPress?
I would like to force users to choose a category for their groups, and then list the categories on the home page. Clicking the categories should show a list of the groups in that category… something like that. Any ideas?
Thanks a bunch.
March 12, 2009 at 6:50 am #39811In reply to: my ideas to make buddypress better
John James Jacoby
KeymasterThere is a BP Auths project in the works for after the 1.0 release. The scope of it is to do exactly what you speak of and more.

Some of those are good ideas that have already been added to the trac as enhancements. Others are already plugins by other authors, or could be potential plugins for later on.
I would say check out the BuddyPress roadmap, and search through some existing enhancement tickets and get a feel for what’s out there and what’s coming. If you think your ideas deserve to be an integrated part of BuddyPress, then add a ticket to the trac and the devs will take it into consideration for the future.
March 12, 2009 at 6:25 am #39808In reply to: Widget Ajax Members Group Problem
John James Jacoby
KeymasterIf this is still an issue for you all, I would recommend upgrading to the most recent trunk of BuddyPress and trying this one again.
The Permalink issue with using /%category%/ or /%postname%/ in the custom URL has been fixed for a few days now, and this was causing all sorts of grief for a few different areas; javascript references, avatars, functions.php, etc…
March 12, 2009 at 4:28 am #39798In reply to: Change blog Avatars?
John James Jacoby
KeymasterStill stuck for now. This is on the roadmap for after the 1.0 release. Everyone knows it isn’t beautiful, but since a blog image wasn’t part of WPMU, it’s pretty much just a placeholder for BuddyPress for now, to show that it is going to be a reality.
-
AuthorSearch Results