Search Results for 'profile fields'
-
AuthorSearch Results
-
October 1, 2010 at 12:33 pm #93962
jarvo1980
MemberOoops sorry “ AND “
Both to no avail..Oddly, this does work for one of my other custom fields though:
`<?php
$account_type= xprofile_get_field_data( ‘Account Type’,bp_get_member_user_id());
if ($account_type== ‘Standard’) {
echo ‘standard’;
} else {
echo ‘premium’;
};
?>`
Most confusing!!September 30, 2010 at 1:50 pm #93861Ehegwer
ParticipantNot to hijack, but I saw this and thought someone might have some suggestions for adding profile updates to the activity feed. (I’ve got custom fields, and want a notification to show up in the feed, when updated).
September 26, 2010 at 2:46 pm #93474Roger Coathup
ParticipantIt’s not possible with the current profile implementation to have structured fields made up of several component parts (they’d be useful though!).
As a workaround – you could group them together in their own profile group – and then it would require some rework of the edit / view profile templates to present the profile as you want it.
September 26, 2010 at 12:32 pm #93465In reply to: BuddyPress 1.2.5.2 with WP 3.0.1 = No Forums?
Maciej Skrzetuski
ParticipantYes, /httpdocs/wp-content/plugins/buddypress/bp-forums/bbpress and all the *.php files exist.
I use the default buddypress theme. I don’t use any plugins besides buddypress. My httpdocs is chmod 777 for installation. BP has written the following into .htaccess:
# BEGIN WordPress
RewriteEngine On
RewriteBase /
RewriteRule ^index.php$ – [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]# END WordPress
bb-config.php has the same config for database as wp-config.php.
I have following tables in my db.
wp_bp_activity 0 MyISAM 1.0 KB Creation: Sep 26, 2010 at 02:28 PM
Last update: Sep 26, 2010 at 02:28 PM
wp_bp_activity_meta 0 MyISAM 1.0 KB Creation: Sep 26, 2010 at 02:28 PM
Last update: Sep 26, 2010 at 02:28 PM
wp_bp_friends 0 MyISAM 1.0 KB Creation: Sep 26, 2010 at 02:28 PM
Last update: Sep 26, 2010 at 02:28 PM
wp_bp_groups 1 MyISAM 4.1 KB Creation: Sep 26, 2010 at 02:28 PM
Last update: Sep 26, 2010 at 02:30 PM
wp_bp_groups_groupmeta 2 MyISAM 7.1 KB Creation: Sep 26, 2010 at 02:28 PM
Last update: Sep 26, 2010 at 02:30 PM
wp_bp_groups_members 1 MyISAM 8.1 KB Creation: Sep 26, 2010 at 02:28 PM
Last update: Sep 26, 2010 at 02:30 PM
wp_bp_messages_messages 0 MyISAM 1.0 KB Creation: Sep 26, 2010 at 02:28 PM
Last update: Sep 26, 2010 at 02:28 PM
wp_bp_messages_notices 0 MyISAM 1.0 KB Creation: Sep 26, 2010 at 02:28 PM
Last update: Sep 26, 2010 at 02:28 PM
wp_bp_messages_recipients 0 MyISAM 1.0 KB Creation: Sep 26, 2010 at 02:28 PM
Last update: Sep 26, 2010 at 02:28 PM
wp_bp_notifications 0 MyISAM 1.0 KB Creation: Sep 26, 2010 at 02:28 PM
Last update: Sep 26, 2010 at 02:28 PM
wp_bp_xprofile_data 1 MyISAM 4.0 KB Creation: Sep 26, 2010 at 02:28 PM
Last update: Sep 26, 2010 at 02:28 PM
wp_bp_xprofile_fields 1 MyISAM 7.0 KB Creation: Sep 26, 2010 at 02:28 PM
Last update: Sep 26, 2010 at 02:28 PM
wp_bp_xprofile_groups 1 MyISAM 3.0 KB Creation: Sep 26, 2010 at 02:28 PM
Last update: Sep 26, 2010 at 02:28 PM
wp_commentmeta 0 MyISAM 1.0 KB Creation: Sep 26, 2010 at 02:25 PM
Last update: Sep 26, 2010 at 02:25 PM
wp_comments 1 MyISAM 7.2 KB Creation: Sep 26, 2010 at 02:25 PM
Last update: Sep 26, 2010 at 02:25 PM
wp_links 7 MyISAM 3.5 KB Creation: Sep 26, 2010 at 02:25 PM
Last update: Sep 26, 2010 at 02:25 PM
wp_options 155 MyISAM 344.3 KB Creation: Sep 26, 2010 at 02:25 PM
Last update: Sep 26, 2010 at 02:29 PM
wp_postmeta 1 MyISAM 7.1 KB Creation: Sep 26, 2010 at 02:25 PM
Last update: Sep 26, 2010 at 02:25 PM
wp_posts 3 MyISAM 8.7 KB Creation: Sep 26, 2010 at 02:25 PM
Last update: Sep 26, 2010 at 02:25 PM
wp_terms 2 MyISAM 8.1 KB Creation: Sep 26, 2010 at 02:25 PM
Last update: Sep 26, 2010 at 02:25 PM
wp_term_relationships 8 MyISAM 3.2 KB Creation: Sep 26, 2010 at 02:25 PM
Last update: Sep 26, 2010 at 02:25 PM
wp_term_taxonomy 2 MyISAM 4.1 KB Creation: Sep 26, 2010 at 02:25 PM
Last update: Sep 26, 2010 at 02:25 PM
wp_usermeta 15 MyISAM 7.6 KB Creation: Sep 26, 2010 at 02:25 PM
Last update: Sep 26, 2010 at 02:29 PM
wp_usersIs it a problem if you are running BuddyPress in a subdomain like http://sub.domain.pl?
September 26, 2010 at 6:28 am #93435In reply to: Remove Automatic Links in Profile
zanzaboonda
ParticipantOkay, so what if I’m looking to do the exact opposite? What if I want to specify which fields are always clickable? I’d like to be have members’ locations always clickable.
Any thoughts?
Thanks and best wishes,
KristenSeptember 26, 2010 at 1:51 am #93428In reply to: Creating a directory of already existing blogs
Colton
ParticipantSo I’ve created the profile fields. How do I go about creating a directory template with a custom members loop that checks for the blog fields and displays them?
September 25, 2010 at 10:57 pm #93415In reply to: Creating a directory of already existing blogs
Roger Coathup
Participant1 solution: Add profile fields for them to enter their blog details, create your directory template with a custom members loop that checks for the blog fields and displays them. This may be inefficient for a sparse databse with lots of members
September 24, 2010 at 9:17 am #93282In reply to: Add users profile fields to the activity page
Roger Coathup
Participantp.s. your profile pages exist, so it’s just the menu / nav bar that’s missing: e.g. http://lumosnorge.no/members/kristin/profile
Once you’ve fixed that problem – your site looks good – you should add your site to the gallery group on here
September 24, 2010 at 9:10 am #93281In reply to: Add users profile fields to the activity page
Roger Coathup
ParticipantHej Christine – the code is in the default theme, in the file: bp-default/members/single/home.php
Did you create a child theme, or edit your changes directly over the default theme?
Note: you shouldn’t edit the default theme directly – as you will run into problems when you upgrade BuddyPress.
Have a search in Docs on here for details of creating a child theme.
Anyway, the section of code (from the default theme) that creates the nav bar is:
``
It goes between the item-header and item-body blocks.
You need Harry and Hermione helping you write the code!
September 24, 2010 at 6:54 am #93271In reply to: Add users profile fields to the activity page
Christine og Kristin
ParticipantOh, that explains the trouble. Any idea where I can get that code? I’m just a beginner at this and don’t know much about coding yet, but I’m eager to learn.
September 23, 2010 at 9:34 pm #93243In reply to: Add users profile fields to the activity page
Roger Coathup
ParticipantYou have a section of code missing from your theme.
You should have another layer of primary navigation (item-nav). You are only seeing the sub navigation for the activity tab.
September 23, 2010 at 8:17 pm #93238In reply to: Add users profile fields to the activity page
Christine og Kristin
ParticipantI had the same problem, but as Roger Coathup explained that the profile view was supposed to show in a separate tab I realized something was wrong with our site. We are using the default theme, and I can’t seem to figure out what we might have been doing wrong to prevent the profile tab from showing up. I have included a link to a screenshot of the problem:
http://lumosnorge.no/wp-content/uploads/2010/09/screenshot-buddypress.pngHope someone will be able to help me, as I would vert much like to have the profiles show up on our site.
Thank you in advance.
September 23, 2010 at 8:09 am #93185In reply to: new user’s profile field messed up, help!
Hugo Ashmore
ParticipantIt’s just spammers isn’t it! When bots sign up, they have to or think they have to fill any form fields they find so they simply place random characters. Are these actual users or spammers?
September 23, 2010 at 4:22 am #93175In reply to: new user’s profile field messed up, help!
imjscn
Participant@mercime, I am with WP 3.01 BP1.252
there are 2 fields, Primary Language(text box) shows something like “O4hDNZAiV” or “7rj462jpc”, and About me(text Area) shows something like “s2MtUZWWDRJYlj” or “jJxbfMDAPTIJK4r”
This only happens on newly registered members. For old members, even input new information in profile the first time, it still works normal.September 23, 2010 at 2:47 am #93165In reply to: new user’s profile field messed up, help!
@mercime
Participant@imjscn what BP/WP versions are you using? What are the labels/fields for the 2 profile fields which are exhibiting meaningless letters?
September 22, 2010 at 9:20 am #93083Robert J.
ParticipantIt turns out that it was running 32M or memory, so I created a .htaccess that increased that to 64M
Now the WP works, but the database is generating errors that the table it is looking for doesnt exist.
Here is the error from the log. Note, I am hosting this in Rackspace Cloud (CloudSites):
[22-Sep-2010 09:15:23] WordPress database error Table ***********.wp_bp_xprofile_groups’ doesn’t exist for query SELECT id FROM wp_bp_xprofile_groups WHERE id = 1 made by require_once, require, do_action, call_user_func_array, xprofile_add_admin_menu, xprofile_install
[22-Sep-2010 09:15:23] WordPress database error Table ***********.wp_bp_xprofile_fields’ doesn’t exist for query SELECT id FROM wp_bp_xprofile_fields WHERE id = 1 made by require_once, require, do_action, call_user_func_array, xprofile_add_admin_menu, xprofile_installNote, I replaced my DB name with ***********
September 19, 2010 at 9:10 pm #92887In reply to: Add users profile fields to the activity page
modemlooper
ModeratorYou could add a file called front.php – members/single/front.php and then create a new front page from the existing code.
September 19, 2010 at 9:01 pm #92885In reply to: Add users profile fields to the activity page
Kieran
ParticipantBrilliant, thanks a lot Roger!
September 19, 2010 at 5:47 pm #92873In reply to: Add users profile fields to the activity page
Roger Coathup
ParticipantAre you using the default theme?
The default theme shows the profile on a separate tab when you visit the member’s page. If you want to move the view profile content onto the activity tab you can look at copying the content from members/single/profile.php into members/single/activity.php (do this in a child theme of course).
If you want something more sophisticated, take a look at the custom loop examples under Support …. Docs on this site
September 15, 2010 at 2:42 pm #92512In reply to: Modify profile edit screen
soysaucesam
Member@Modemlooper- Thanks for the reply.
Do you know if that works for editing the fields, or just for displaying them? I tried uncommenting that using one of my field names, and it crashed my page. I will continue to play around with it.September 15, 2010 at 6:59 am #92483In reply to: Modify profile edit screen
modemlooper
Moderatorin member-header.php theres a comment that says this.
If you’d like to show specific profile fields here use:
bp_profile_field_data( ‘field=About Me’ ); — Pass the name of the fieldSeptember 9, 2010 at 4:55 pm #91995In reply to: Categorize registered users
–
MemberTo create a directory of services for a specific community.
The registered WP/BP users would be service providers which should be able to register and fill in some special fields (i.e. name, description, services they provide, locations where they work); the end users would be their consumers, which should be able to list those providers i.e. by service and location.
All the categorization stuff can be accomplished through taxonomies, it’s kinda easy and I can use multiple filtering criteria, even mix taxonomies with search keywords. It would work great if service providers where a custom post type, but since I need every one of them to log in and update their own data, I think user profiles are the best choice… except that none of this stuff applies to profiles.
Extending profiles with extra fields isn’t the problem, I don’t even need BuddyPress for that. But taxonomizing them… I can’t work it out :S
September 9, 2010 at 6:47 am #91946In reply to: What is xprofile?
Hugo Ashmore
Participant#1 look at the /members/single/member-header.php file in there you will see a commented out line of code that will enable display of extra profile fields, if you have created them – exact positioning of that data is down to where you decide to output it in the theme.
#2 undoubtedly yes, but it’s a slightly big subject to give a simple explanation of. In a nutshell: given that we can check the displayed member id then in theory you could use that to run a conditional to render different markup depending on the member profile being viewed.
#3 ? not sure what you mean by this.
September 9, 2010 at 6:05 am #91942In reply to: What is xprofile?
Paul Wong-Gibbs
Keymasterxprofile is the internal name, if you like, of the bit of code that provides the Extended Profile Fields component.
September 9, 2010 at 5:20 am #91939In reply to: What is xprofile?
Hugo Ashmore
ParticipantWhat exactly do you want to customise? You can add new profile fields from the BP dashboard options
-
AuthorSearch Results