Search Results for 'profile fields'
-
AuthorSearch Results
-
February 10, 2009 at 7:30 pm #37636
In reply to: We really need a required full name?
bobman024ParticipantYeah, I think in general it would be nice if buddypress played well with the wpmu profile fields, or at least if they could snyc up somehow. I was able to manually run some mysql queries to import all of my old data, but being able to use the same “display name” would be helpful!
February 9, 2009 at 6:21 pm #37570Andy PeatlingKeymasterThis is fixed in the latest.
February 9, 2009 at 6:12 pm #37569Andy PeatlingKeymasterBug, looks like something broke, I’ll fix this today.
February 9, 2009 at 6:08 pm #37568Paul Wong-GibbsKeymasterThe values aren’t saved when I create the fields – I’ve gone back into ‘Edit’ the admin panel to check. I’ve confirmed this by also going into the user / edit profile screen. In the example of the select box, I only see an empty select box.
February 9, 2009 at 5:54 pm #37564MartinNr5ParticipantHi Paul.
With “save these values” do you mean that the values aren’t saved when you create the fields or when the users selects the appropriate value in their profile?
February 9, 2009 at 3:54 pm #37551In reply to: field groups – where do they show up?
Shelley KeithParticipantThanks for that. I just checked, there are indeed “tabs” (barely noticeable) when I try to edit my profile, and that info does show up on the public profile once populated. It’s not anywhere on the initial sign-up…is that by design? Is there a way to make the groups/fields available upon initial registration?
February 9, 2009 at 12:27 am #37505In reply to: Upgraded to WPMU 2.7 now I have an error
Lsm_267ParticipantThe topic https://buddypress.org/forums/topic.php?id=843 has been closed and i feel sorry for it, because with my later installation wp MU 2.7 + BP béta 2, i’m still having this error msg :
Warning: Invalid argument supplied for foreach() in /home/np5397/domains/blogi.ee/public_html/wp-content/mu-plugins/bp-xprofile/bp-xprofile-signup.php on line 104
when creating a new blog
that cause several issues :
– can’t edit the profiles, create a group
– blogs are created but aren’t showing in the recent activity, neither in the blogs tabs or in his owner’s profile
– can’t send a message, invite somebody to be friend, etc
it seems that i have no x-profile tables in my db like burtadsit asks
(tableprefix_)bp_xprofile_groups
(tableprefix_)bp_xprofile_fields
(tableprefix_)bp_xprofile_data
here is the list of the tables in my db ; can’t see it
wp_1_comments
,
wp_1_links
,
wp_1_options
,
wp_1_postmeta
,
wp_1_posts
,
wp_1_term_relationships
,
wp_1_term_taxonomy
,
wp_1_terms
,
wp_2_comments
,
wp_2_links
,
wp_2_options
,
wp_2_postmeta
,
wp_2_posts
,
wp_2_term_relationships
,
wp_2_term_taxonomy
,
wp_2_terms
,
wp_3_comments
,
wp_3_links
,
wp_3_options
,
wp_3_postmeta
,
wp_3_posts
,
wp_3_term_relationships
,
wp_3_term_taxonomy
,
wp_3_terms
,
wp_4_comments
,
wp_4_links
,
wp_4_options
,
wp_4_postmeta
,
wp_4_posts
,
wp_4_term_relationships
,
wp_4_term_taxonomy
,
wp_4_terms
,
wp_blog_versions
,
wp_blogs
,
wp_registration_log
,
wp_signups
,
wp_site
,
wp_sitecategories
,
wp_sitemeta
,
wp_usermeta
,
wp_users
please how can i create manually those tables in my sqlDB ?
thanks for any advice
February 7, 2009 at 7:19 am #37406In reply to: field groups – where do they show up?
MartinNr5ParticipantHi.
First off you need to add some fields to the fields groups in order för them to show up.
After that they show up in two ways; when you fill out/edit your profile they show up as “tabs” at the top of the profile form.
When viewing a public profile they show up as sections, provided that the users has entered anything in a field in that field group.
HTH.
February 7, 2009 at 12:35 am #37400In reply to: prebuilt fields not populating
Shelley KeithParticipantUpdate: I deleted the “state” field and tried it again. I got an error:
Warning: Wrong parameter count for fgetcsv() in /home/24396/domains/wearesau.net/html/wp-content/mu-plugins/bp-xprofile/bp-xprofile-classes.php on line 288
February 6, 2009 at 12:28 am #37321In reply to: Upgraded to WPMU 2.7 now I have an error
Burt AdsitParticipantLets start from scratch here. Do you have the x-profile tables in you db? You should have:
(tableprefix_)bp_xprofile_groups
(tableprefix_)bp_xprofile_fields
(tableprefix_)bp_xprofile_data
Where (tableprefix_) is set to something like ‘wp_’ depending on how you specified it on wpmu install.
When you look at the tables with phpMyAdmin is there any data in the bp_xprofile_groups table? There should be 1 record in there on a clean install. id == 1 and name == ‘Basic’.
In the table bp_xprofile_fields there should be 1 record it should have id == 1, group_id == 1 and name == ‘Full Name’.
If you don’t have all the above you will get the error you describe. If you don’t have all of that then the required tables for bp are not being created and populated properly.
February 5, 2009 at 2:08 pm #37274In reply to: How to get rid of autolinking on profile fields
westpointerParticipantFor now, I simply commented out the line
add_filter( 'bp_the_profile_field_value', 'xprofile_filter_link_profile_data', 2, 3 );
on line 14 of bp-xprofile/bp-xprofile-filters.php. The current fn simply makes way too many words into search hyperlinks.
January 25, 2009 at 11:08 pm #36715In reply to: Link Profile Field Type
FamousParticipantI have been hoping to do this for at least 3 weeks now. Wouldn’t it be better if the profile fields could be broken up? The make searchable would work perfect for other data. When checking make searchable, the formatting of links would not apply allowing more data customization options such as links.
However, this still leaves the issue of lumping data together. All data that is marked or shown under the profile leaves no way to truly customize it. So then it would be better if data was segmented to allow a type of include or not to include–that way you can post the data where you would like. Or how about the option of adding data to group segments? A drag and drop approach through the control panel.
For instance, you could drag a field under PROFILE or if you would rather have it show up under LINKS then you have the option to drag it under that category.
Then in the profile you would have to add the options for categories, not just:
<?php if ( function_exists(‘xprofile_get_profile’) ) : ?>
<?php xprofile_get_profile() ?>
<?php else : ?>
<?php bp_core_get_wp_profile() ?>
<?php endif; ?>
January 25, 2009 at 6:52 am #36692In reply to: Link Profile Field Type
Burt AdsitParticipantHowdy. I don’t see any way to do this other than disabling the ‘make everything a search term’ filter which exists in bp-xprofile-filters.php. That filter is called ‘xprofile_filter_link_profile_data’ and you can disable it by creating a small plugin file which contains the following:
remove_filter( 'bp_the_profile_field_value', 'xprofile_filter_link_profile_data',2 );
Then the new ‘make clickable’ filter can take over and voila. You got a link if the user enters http://myblog.yoursite.org
There are other ways of doing this but this seems to be the easiest and fastest.
Create a profile field called ‘my blog’, make it a textfield and you’re done.
You might want to post a bug ticket in trac that details your inability to do this. An enhancement ticket might suggest a ‘make searchable’ on/off button for all profile fields. ‘eh?
January 22, 2009 at 10:36 pm #36607In reply to: Profile: Rearrange and Preview
usergnomeMemberAbsolutely agree with point #1 – ability to order fields and move between groups would be a nice usability feature.
January 22, 2009 at 1:04 am #36546In reply to: Hidden Profile Fields.
nicolagrecoParticipantyou’ve to add a filter in bp_get_item (if i remember good or a thing like that
January 21, 2009 at 4:38 am #36522In reply to: required, not-required, other
FamousParticipant1.) Okay, I see “add new group” under profile fields, that will enable to separate groups. How can I remove the automatic linking of text from let’s say, Group B and post Group B as an includes PHP function while removing it from the user profile?
Any feedback is much appreciated… Thanks
January 11, 2009 at 4:10 pm #36087In reply to: Google Map Integration
BergstenParticipantApart from the BP-profile integration, each user can easily add a Google Map on their blogs using the tags in http://www.ezbizniz.com/wordpress-plugins/google-maps
I’ve also added the possibility to get markers from an XML-feed. If you, in the WP Google Maps settings, click on the “See example…”-link you see the URL to an XML-feed that will return markers for 20 of the users withint the viewport of the current map. You can use this to display a map on your front page displaying where the different members on your site lives.
In the “Marker XML Feed Fields” input field you can specify the names of the different fields of the markers returned by the XML-feed.
In the “Marker XML Feed HTML Pattern” you can set how the information will be presented when someone clicks on a marker.
I will write a more detailed description on how things work on http://www.ezbizniz.com/wordpress-plugins/google-maps when I get the time to do so.
January 11, 2009 at 1:18 pm #36077In reply to: Google Map Integration
MeerblickzimmerParticipantHi bergsten!
Plugin works fine so long. What´s your plan with the plugin? Mayby a profile-integration is possible (under profile fields under the wp-mu backend)?
January 7, 2009 at 12:47 pm #35805In reply to: How to get rid of autolinking on profile fields
yuParticipanti’ve found this function –
function xprofile_filter_link_profile_data( $field_value, $field_type, $field_id ) {
if ( $field_type == 'datebox' )
return $field_value;
if ( !strpos( $field_value, ',' ) && ( count( explode( ' ', $field_value ) ) > 5 ) )
return $field_value;
$values = explode( ',', $field_value );
if ( $values ) {
foreach ( $values as $value ) {
$value = trim( $value );
if ( count( explode( ' ', $value ) ) > 5 )
$new_values[] = $value;
else
$new_values[] = '<a href="' . site_url() . '/' . MEMBERS_SLUG . '/?s=' . $value . '">' . $value . '</a>';
}
$values = implode( ', ', $new_values );
}
return $values;
}
add_filter( 'bp_the_profile_field_value', 'xprofile_filter_link_profile_data', 2, 3 );so EVERY field is ‘link’ field.. i think this is not so good ;/
next stape i think should be creation of new field_types, and applying filters to this field_types in this function. but where are this types and how to create new ones i don’t know..
January 7, 2009 at 12:30 pm #35804In reply to: How to get rid of autolinking on profile fields
yuParticipantand other question – how to check user added info posted in this extra fields? cause i just saw hundreds spaces in ‘link’ field…
January 7, 2009 at 11:01 am #35801In reply to: How to get rid of autolinking on profile fields
karthik_kasturyMemberfishbowl81, thanks for the help.. am not sure of where exactly to put that code.. chk out my profile @ http://ignitte.in/members/admin/profile
over here i would like everything in the contact group to be delinked except for the URL.. hw do i go about this?
January 7, 2009 at 10:51 am #35800In reply to: How to get rid of autolinking on profile fields
gpo1Participantfishbowl81, I like your member theme.which file did you use to change the top bar ie to red & black.
That is how did you do it?
And also can you adapt it for lastFM widget?
Link for lastfm api
http://apps.sourceforge.net/mediawiki/phplastfmapi/index.php?title=Usage
January 7, 2009 at 5:24 am #35790In reply to: How to get rid of autolinking on profile fields
fishbowl81ParticipantThis post maybe a little more clear, as it has a full working music player.
https://buddypress.org/forums/topic.php?id=604#post-3382
#1, the 2 is priority of the filter.
#2, I have been lazy and just made everything inside of the “social details” group active links. In the future I maybe validating them with some regular expressions or substring checking.
#3, check for an @ and at least 1 period in the string and no spaces? There are some very complex regular expressions which can validate e-mail addresses, but regular expressions are slower then substrings.
Brad
January 7, 2009 at 4:14 am #35787In reply to: How to get rid of autolinking on profile fields
Mike PrattParticipantBrad – nicely done. a few beginner questions:
1. where are you applying this filter? I assume 2 was the field_id?
2. For the web site link (non-bp link) in your example, do users need to merely enter a valid url? just http://www.example.com or what, specifically – I will need to steer them.
3. How would you go about configuring a mailto: link (assuming they were safe behind the login walls form scrapers
January 7, 2009 at 4:08 am #35786In reply to: Purely Genius Way to Add Custom Profile Fields
fishbowl81ParticipantHere it is, save as bp-music.php and copy into your muplugins
you must create a profile details group “Audio Details”, and all values will be replaced by a music player.
Check out a working copy on:
http://gorgeousgamers.com/beta/members/bradmkjr/
Brad
http://gorgeousgamers.com/beta/
<?php
/*
* Created on Dec 29, 2008
*
* Project Buddypress Addons
*
* File bp-music.php
*
*/
function bp_profile_music_player( $field_value =””, $field_type = “”, $field_id = “” ) {
if($field_value == “”)
return “Nothing to show”;
else
{ // clean up input
return “<script type=’text/javascript’>
var amzn_wdgt={widget:’MP3Clips’};
amzn_wdgt.tag=’gorgeousgamers-20′;
amzn_wdgt.widgetType=’ASINList’;
amzn_wdgt.keywords='”.addslashes($field_value).”‘;
amzn_wdgt.title=’What I’ve been listening to lately…’;
amzn_wdgt.width=’250′;
amzn_wdgt.height=’250′;
amzn_wdgt.shuffleTracks=’True’;
amzn_wdgt.marketPlace=’US’;
</script>
<script type=’text/javascript’ src=’http://wms.assoc-amazon.com/20070822/US/js/swfobject_1_5.js’>
</script>”;
}
}
function bp_profile_music_groups( $group_name =””) {
if($group_name == “Audio Details”){
remove_filter( ‘bp_the_profile_field_value’, ‘xprofile_filter_link_profile_data’, 2);
add_filter( ‘bp_the_profile_field_value’, ‘bp_profile_music_player’, 2, 3);
}else{
add_filter( ‘bp_the_profile_field_value’, ‘xprofile_filter_link_profile_data’, 2, 3);
remove_filter( ‘bp_the_profile_field_value’, ‘bp_profile_music_player’, 2);
}
return $group_name;
}
add_filter( ‘bp_the_profile_group_name’, ‘bp_profile_music_groups’, 10, 1 );
?>
-
AuthorSearch Results