Search Results for 'buddypress'
-
AuthorSearch Results
-
October 12, 2010 at 10:19 pm #94996
In 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 10:07 pm #15776Topic: Database Export
in forum Creating & Extendingchris hannan
ParticipantIs it possible to export the buddypress part of the DB? When WordPress export is selected, it only exports WP blog data as an XML
Any thoughts?
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 9:16 pm #15774Topic: Can Buddypress do these things?
in forum How-to & Troubleshootingcpkid2
Participant– users can manage their own profile page
– users can upload picture albums, videos, audio clips and documentsOctober 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 7:02 pm #15773Topic: Send-to autocompletion is broken
in forum How-to & Troubleshootingopen flips
ParticipantHi,
I use buddypress with “Friends” functionality disabled. When I go to send a message and start to write anything in the autocompleted send-to field, Buddypress shows up some html stuff taken from posts and pages…
I did not manage to take a screenshot while the autocompleted list is displayed but if you tell me how, I could do so.
Thanks for fixing.
October 12, 2010 at 6:50 pm #15772Topic: Re-order My Blogs list so it’s alphabetical?
in forum How-to & Troubleshootingkatemgilbert
ParticipantI want to re-order the appearance of the Blogs in the Admin Bar’s “My Blogs” list so they appear in alphabetical order. Is this possible? Any tutorials out there?
I’ve tried to work off the doc at http://codex.buddypress.org/buddypress-site-administration/modifying-the-buddypress-admin-bar/ but I don’t know the proper filter to make it alphabetical, i.e. the alphabetical equivalent of $blogs = filter_blogs_by_role($blogs);
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.
-
AuthorSearch Results