Search Results for 'buddypress'
-
AuthorSearch Results
-
October 12, 2010 at 10:38 pm #94995
In reply to: CSS mystery…
pcwriter
ParticipantThanks for your suggestion too, but I also tried on my local install with no plugins activated except Buddypress.
I’ll try again tomorrow with a fresh look.October 12, 2010 at 10:19 pm #94996In reply to: CSS mystery…
pcwriter
ParticipantThanks for a quick reply! But alas, your suggestion is to no avail…
I removed the background property from div#container in style.css so it defaults to bp-default/_inc/css/default. Then added background:#eeeeee !important; to div#container in custom.css. Doesn’t change.
I even tried zeroing in on the div from the highest level: body#bp-default #container, but that didn’t work either.
I’m stumped. I really don’t want folks to have to edit style.css
October 12, 2010 at 9:29 pm #94989In reply to: Can Buddypress do these things?
Anonymous User 96400
InactiveFirst one is available out of the box and the second one can be done through plugins
October 12, 2010 at 9:23 pm #94988In reply to: BuddyPress Chat – Similar to Facebook’s
Armin
ParticipantCan’t wait.
October 12, 2010 at 8:48 pm #94984In reply to: Creating links to profile pages
Andrew Tegenkamp
Participantlate to the party but I think $bp->loggedin_user->domain will do it if you global $bp;
I saw this @ https://codex.buddypress.org/developer-docs/the-bp-global/ FYIOctober 12, 2010 at 8:41 pm #94982Hugo Ashmore
Participant@janismo I’ve slightly lost track of what you are trying to do and need to reference the other threads, if this is running in a profile loop then I’m not sure there isn’t a simpler approach than this one outlined here (not sure you really need to do xprofile_get_field_id_from_name), but it’s late , I’m tired and not thinking clearly
October 12, 2010 at 8:18 pm #94981James
Participant`<?php
$field_id = xprofile_get_field_id_from_name( ‘Type’ );
$field = xprofile_get_field( $field_id );
$value = $field->data->value;if ( bp_the_profile_group_name() == ‘Type’ && $value == ‘114’ ) {
( bp_has_profile( ‘profile_group_id=1,3,4′ ) ) : while ( bp_profile_groups() ) : bp_the_profile_group();
}
?>`Full code, which should be placed in profile-loop.php,
Did I understand correctly, what @boonebgorges tried to explain?
@hnla please, take a look on this.thank you guys!
October 12, 2010 at 7:59 pm #94980In reply to: New Buddypress Theme: Custom Community – 1.0
konradS
Participanthere’s the link to custom community theme in the WP repository:
https://wordpress.org/extend/themes/custom-communitydemo site is now here:
http://www.custom-community.themekraft.com/October 12, 2010 at 6:50 pm #94979Jeff Farthing
ParticipantI’ve added to the ticket, found the cause.
October 12, 2010 at 6:00 pm #94977Hugo Ashmore
ParticipantI’ve added to the ticket, can’t replicate the issue.
October 12, 2010 at 5:42 pm #94976In reply to: Freshness date
Roger Coathup
Participantdate() returns a string, it doesn’t display it. You’ll need to use the ‘echo’ statement to display it.
That’s a basic PHP question, not anything BuddyPress specific – Google “php echo”
To work with the templates and significantly modify BuddyPress look and feel, a basic grounding in PHP is a pre-requisite.
October 12, 2010 at 5:39 pm #94975Jeff Farthing
ParticipantObviously when you edit a user in WP, it doesn’t append anything to the user_nicename.This happens when BP is active.
October 12, 2010 at 5:36 pm #94974Paul Wong-Gibbs
KeymasterI’ve put my comments on the trac ticket.
October 12, 2010 at 5:31 pm #94973Hugo Ashmore
Participant@nuprn1
fwiw – the wordpress backend checks if the same user_nicename AND user_login exist. if it does, it will attach a suffix (this is part of wp-includes/registration.php – wp_insert_user)So does that imply it’s not strictly a BP issue/ in which case the ticket really needs directing to WP if it’s to be dealt with.
October 12, 2010 at 5:28 pm #94972genConnect
ParticipantHere is the trac ticket https://trac.buddypress.org/ticket/2642
October 12, 2010 at 5:27 pm #94970rich! @ etiviti
Participanti think its a hybrid issue – if you update the user via wp-admin – that uses wp_insert_user (maybe the name is being changed or something to trigger the suffix increased that is used in wp instead of the buddypress front-end way)
October 12, 2010 at 5:24 pm #94969Hugo Ashmore
Participantedit// ignore my ramblings: Previous two posts added while writing – mine null and void
Are you sure this is a BP issue though? I can’t replicate your issue on a local test install, that you have a customised site with members listed in some manner of grouping is suggestive of a plugin at work possibly? I may be wide of the mark though on that.
As was asked is there actually a ticket on this that we can look at or do you have a link to the post you made raising the issue.
October 12, 2010 at 5:22 pm #94968rich! @ etiviti
Participantfwiw – the wordpress backend checks if the same user_nicename AND user_login exist. if it does, it will attach a suffix (this is part of wp-includes/registration.php – wp_insert_user)
October 12, 2010 at 5:18 pm #94967In reply to: Translation error in navigation menu
sven52
ParticipantHi, Paul, many thanks for your replay. It´s not a custom item, that i added by myself. I used a german translation (https://de.buddypress.org/home/) but this part seems not to be translatetd. I can´t find an item called “Group Forums” in buddypress-de_DE.po. Many thanks in advance.
October 12, 2010 at 5:15 pm #94966genConnect
ParticipantI will check with our developer but I believe it was filed three weeks ago.
October 12, 2010 at 5:06 pm #94964rich! @ etiviti
Participantdid you file a trac ticket?
nevermind – found it
https://trac.buddypress.org/ticket/2642October 12, 2010 at 4:46 pm #94962In reply to: BuddyPress Mobile Theme
modemlooper
Moderator@lightcapturer when you get a notice to update to 1.0.1 do it. I’ve fixed it so it shows when you chooses activity as the home page.
October 12, 2010 at 4:19 pm #94956deffe
MemberAfter research it might have something to do with the having different users on each install and only moving the Buddypress tables.
Next problem, how do I reinstall Buddypress as if its a fresh install? Deleted all bp_ tables and removed options from options table that seem to be Buddypress related and the old options still appear.
October 12, 2010 at 3:32 pm #94948In reply to: BuddyPress and WP Custom Post Types?
JacoboPolavieja
ParticipantThanks a lot @kunalb for taking the time to answer. I will surely look at EventPress’ source code, as some of the thing you mention can be of help to me. Maybe not to have a separate directory for my custom types nor the editor, but to have them picked up in activity streams would be GREAT.
Thank you so much for your work and clarifications, really appreciate it. Cheers!
October 12, 2010 at 2:09 pm #94938In reply to: Fixed* help with js – twitter style login plugin
Paul Wong-Gibbs
Keymaster@Nit3watch No, I wasn’t suggesting that. But your plugin should take that into account if the functionality is dependant on BuddyPress. See https://codex.buddypress.org/extending-buddypress/make-your-plugin-buddypress-aware-v1-2/
-
AuthorSearch Results