Search Results for 'buddypress'
-
AuthorSearch Results
-
February 25, 2010 at 3:12 am #65429
In reply to: Facebook-Like-Chat Plugin for Buddypress?
The Badger
Participantlink for Wibiya: http://www.wibiya.com/
February 25, 2010 at 3:12 am #65428In reply to: Facebook-Like-Chat Plugin for Buddypress?
The Badger
ParticipantI would suggest using the Wibiya tool bar – creates an as near as possible solution as Facebook. Works really well and it’s free.
(obviously it has nothing to do with BP and won’t integrate with the DB to see friends but it’s good for site visitors to chat to each other)
February 25, 2010 at 2:10 am #65420In reply to: BuddyPress Group Tags is now available
Dwenaus
Participantglad you guys like them
February 25, 2010 at 1:45 am #65415In reply to: BuddyPress Group Tags is now available
schwooba
ParticipantWorks fine for me. Thanks for the hard work.
February 25, 2010 at 1:31 am #65414In reply to: BuddyPress Group Tags is now available
r-a-y
KeymasterYes, I agree two plugins in one day is too cool for school!
Thanks Dwenaus!
February 25, 2010 at 1:24 am #65413In reply to: BuddyPress Group Tags is now available
@mercime
ParticipantThis is just way too cool. Two plugins in one afternoon? Priceless. Thank you.
February 25, 2010 at 12:42 am #65409In reply to: BuddyPress Like
xp02ed
Participant@Hempsworth awesome, i guess maybing just use a variable on the file which customers can just define the amount they want to show?
February 25, 2010 at 12:40 am #65407In reply to: new plugin: BuddyPress Rate Forum Posts
@mercime
ParticipantI am enjoying it! I will be changing icon colors to RED though, didn’t see the icons at first in my custom theme
Thank you.edit – Just to add that I also enjoy the fact that Site Admins can rate as much as they want, hehehe.
February 25, 2010 at 12:35 am #65404In reply to: new plugin: BuddyPress Rate Forum Posts
Andy Peatling
KeymasterNevermind – I re-read what you said in the first line.
February 25, 2010 at 12:35 am #65403In reply to: new plugin: BuddyPress Rate Forum Posts
Andy Peatling
KeymasterNice – can you add it to the plugin repo?
February 25, 2010 at 12:28 am #65402In reply to: oEmbed & BP-Links – perhaps not competitors?
sakthig
ParticipantFebruary 25, 2010 at 12:02 am #65401r-a-y
KeymasterHere’s what I’m using for:
My Profile tab:
<?php if(is_user_logged_in()) : ?>
<li<?php if ( bp_is_my_profile() ): ?> class="selected"<?php endif; ?>>
<a href="<?php echo bp_get_loggedin_user_link(); ?>" title="<?php _e( 'My Profile', 'buddypress' ) ?>"><?php _e( 'My Profile', 'buddypress' ) ?></a>
</li>
<?php endif; ?>Members tab:
<li<?php if ( bp_is_page( BP_MEMBERS_SLUG ) || bp_is_member() && !bp_is_my_profile()) : ?> class="selected"<?php endif; ?>>
<a href="<?php echo site_url() ?>/<?php echo BP_MEMBERS_SLUG ?>/" title="<?php _e( 'Members', 'buddypress' ) ?>"><?php _e( 'Members', 'buddypress' ) ?></a>
</li>Slightly simpler than yours. But if there’s an even, simpler way let me know!
February 24, 2010 at 11:09 pm #65392Dwenaus
ParticipantCORRECTION to work well with logged-out users:
the first chunk should contain an if statement to only show the My Profile if the user is logged in:
<?php if ( bp_loggedin_user_id() ) : ?>
<li<?php if ( bp_loggedin_user_id() == bp_displayed_user_id() ) : ?> class="selected"<?php endif; ?>>
<a href="<?php echo bp_loggedin_user_domain() ?>" title="<?php _e( 'My Profile', 'buddypress' ) ?>"><?php _e( 'My Profile', 'buddypress' ) ?></a>
</li>
<?php endif; ?>and the second part for the members section should be this line, instead of the line I mentioned above:
<li<?php if ( ( bp_is_page( BP_MEMBERS_SLUG ) || bp_is_member() ) && ( bp_loggedin_user_id() != bp_displayed_user_id() || !bp_loggedin_user_id() ) ) : ?> class="selected"<?php endif; ?>>February 24, 2010 at 10:12 pm #65383In reply to: Upgrading from 1.2 to 1.2.1
catinw12
Participant@pjnu –
about deleting the buddypress plugin folder – I assume you make a copy of your custom bpcustom.php file and copy that back into the folder after the fresh upload, or does that only apply to bp 1.0 & 1.1 installations?
February 24, 2010 at 8:34 pm #65363In reply to: developer question: how to create new slug-based url
David Lewis
ParticipantNot sure if this answers the question or not:
https://buddypress.org/forums/topic/make-your-own-custom-buddypress-page
February 24, 2010 at 8:28 pm #65361In reply to: oEmbed for BuddyPress plugin – out now!
r-a-y
KeymasterCan’t you already resize oEmbedded items via CSS right now? There’s conditional CSS classes for the body, I’m sure you can target those for the activity stream.
CSS selectors for activity stream page only:
body.page-parent .activity-inner img, body.page-parent .activity-inner object, body.page-parent .activity-inner embed {width: whatever);Of course this wouldn’t look great for videos. Like I said, I’ll look into it.
—
I was just looking at ustream again. It doesn’t appear to offer native oEmbed support.
If you want to use the actual embed code, you’ll need to override the group description filter so this plugin wouldn’t work in this case.
—
I can make the plugin work for group descriptions.
Expect this feature in a future release.
February 24, 2010 at 8:12 pm #65353peterverkooijen
ParticipantWhy would a user have a @ in their username?!
I’m very much in favor of using the email address as username, but there are better ways to deal with the member slug.
February 24, 2010 at 8:08 pm #65351rich! @ etiviti
Participanti submitted a trac ticket (don’t have the url on hand) but i also outlined how to force the switch over to user_nicename – i had the same issue with email address as user_login and periods.
http://blog.etiviti.com/2010/02/forcing-buddypress-to-use-user_nicename-for-member-urls-and-mentions/ (but that is for 1.2 and haven’t looked at it for 1.2.1)
February 24, 2010 at 7:32 pm #65343In reply to: oEmbed for BuddyPress plugin – out now!
oicolague
MemberI love the plugin, Works great for activities.
I would like to embed a youtube video in the group description.
Nothing shows.
How can I do this?
February 24, 2010 at 7:03 pm #65339sawyerh
Participant@DJPaul – Yup, it has been known for about 3 months: https://trac.buddypress.org/ticket/1356
I found a solution here: http://danpolant.com/how-to-use-email-addresses-as-usernames-in-buddypress/
You have to edit wp-includes/pluggable.php
February 24, 2010 at 6:51 pm #65338In reply to: Group extensions and components
Sven Lehnert
ParticipantHi D Cartwright,
I tried it with the $db variable, but I couldn’t figure out a way. See this post please
https://buddypress.org/forums/topic/how-to-get-all-group-nav-items
February 24, 2010 at 6:49 pm #65337Paul Wong-Gibbs
KeymasterHave you reported this as a bug on https://trac.buddypress.org/ (regarding the fact links get broken with compat enabled and @ in the username)
February 24, 2010 at 6:19 pm #65335In reply to: BuddyPress Like
Alex
ParticipantI’m thinking about only showing the names of other friends who have liked it, and saying “and 3 others” for the remaining likers.. Thoughts?
Also, I’m working on notifications at the moment; are there any other feature requests from you guys?
February 24, 2010 at 6:19 pm #65334In reply to: BuddyPress Like
Alex
ParticipantI’m thinking about only showing the names of other friends who have liked it, and saying “and 3 others” for the remaining likers.. Thoughts?
Also, I’m working on notifications at the moment; are there any other feature requests from you guys?
February 24, 2010 at 6:17 pm #65333In reply to: BuddyPress Like
-
AuthorSearch Results