Search Results for 'profile fields'
-
AuthorSearch Results
-
May 24, 2013 at 6:09 am #164686
PMWebDevelopment
ParticipantThere is a display:none; in the inline styling. Have you figured out how to resolve the issue? I am having the same issue.
May 18, 2013 at 10:51 am #164274hiboy
ParticipantHi bb-help, thanks again for your reply, really appreciate it, as i am abit panick.
here the full story,i started off with a buddypress theme and buddypress, I do my development from there to fit my needs, and i install plugin and about to done with my site after several weeks. Well the buddypress folder was renamed to buddypress2 when i first started developing on this site. everything all fine and working well. I then install this plugin = https://wordpress.org/extend/plugins/buddypress-xprofile-custom-fields-type/, and then error start appear at the top of my backend and frontend, so i immediately rename this folder in ftp, it got deactivated, but error still shown, then i delete this plugin, error still shown, then i deactivate buddypress, error still shown, deleted buddypress, error still shown, and i also replace functions.php in my wp-includes, and here where i stop. the error was still there.
May 18, 2013 at 6:57 am #164248bp-help
Participant@hiboy
Easy fix so don’t panic. Go into your server and rename that plugin. I always append it with 2 capital X’s to the beginning of the plugin name which will deactivate the plugin it can be anything it is just a habit for me.
In your example change the folder containing the plugins name from:
buddypress-xprofile-custom-fields-type
TO:
XXbuddypress-xprofile-custom-fields-type
You can then get back into your site and the plugin will be deactivated and you can delete it via the dashboard if you choose.May 15, 2013 at 3:46 am #164010In reply to: Missing Profile Fields
ebraxton30
ParticipantThank you for responding.
I answered the version of Buddypress when you directed me to respond to all of the questions after my initial inquiry.
I did troubleshoot in Twenty Twelve as well as the BP Default theme and still am experiencing the same issues.
The reason I did not consider this to be an issue with the plugins and perhaps a question of character max level, is because I have created several test profiles and am not experiencing this problem. These profiles were created in the same exact way as the true NEW user profiles. That is what I meant by “test profiles.” So…I will ask again…Is it possible that there is a limit on the number of characters available in a profile? Or, is there some sort of pagination option? I would provide the URL but it is an intranet site for and I do not want to include it here. Could I possibly send you a personal message?
Thank you in advance for your help.
May 14, 2013 at 7:55 pm #163997In reply to: Images not syncing between buddypress and wordpress
cmatters
ParticipantI want to know this too.
Would be nice if there would be check marks in the WP User Admin to select which user meta would also appear in BP Profile.
Vice-versa, if custom profile fields made in BP could then appear in WP Admin.This type of syncing seems necessary as WPSocialLogin populates useful info into the User WP Admin but there is no easy way to now get those WP User Admin fields into the BP Profile. (and I’m sure other plugin that are design to work with WP Admin don’t populate BP profiles). Seems like this “complete” syncing does not exist.
May 13, 2013 at 7:43 pm #163909In reply to: Registration form messed up
@mercime
Participant@filipmedia it’s got to do with the page template you are using. Your BuddyPress Register page should have the HTML structure of your site’s regular Pages like http://www.geek.hr/suradnja/ but it’s not so. The Register page is within the #footer div when it should be in the #content div. Are you using a Page Template instead of the default page.php for your register page?
Change to Twenty Twelve theme to see how Register page should look like per xProfile fields/groups you added for your community.
May 13, 2013 at 7:28 pm #163907In reply to: Problems with the registration page
shanebp
Moderatorfunction show_xprofile_fields ( $user ) { $field_value = xprofile_get_field_data( 'x', $user->ID, $multi_format = 'comma' ); echo "x: " . $field_value . '<br />'. $field_value = xprofile_get_field_data( 'y', $user->ID, $multi_format = 'comma' ); echo "y: " . $field_value . '<br />'. } add_action( 'edit_user_profile', 'show_xprofile_fields' );May 13, 2013 at 7:04 pm #163906In reply to: Problems with the registration page
Ben Hansen
Participantso would that look like this:
function show_xprofile_fields ( $user ) { $field_value = xprofile_get_field_data( 'x,y', $user->ID, $multi_format = 'comma' ); } add_action( 'edit_user_profile', 'show_xprofile_fields' );where x and y are my field names? thanks & sorry i don’t jack when it comes to php.
May 12, 2013 at 4:15 pm #163821In reply to: External links in profile fields
Ben Hansen
Participantnot at all 🙂
May 12, 2013 at 9:06 am #163808In reply to: External links in profile fields
aldereteka
ParticipantThanks for suffering my stupidity, @ubernaut. It works now.
May 11, 2013 at 9:25 pm #163793In reply to: External links in profile fields
Ben Hansen
Participantyou have to put the full url with http:// and all that
May 11, 2013 at 4:17 pm #163774In reply to: checkbox xprofile field – default "checked"
Hugo Ashmore
ParticipantSearch trac for tickets on the subject I reported on one issue ages back with select options.
As far as I’m aware the ‘default’ in select terms simply means that which appears first or would be selection if simply returned, possibly this needs looking at for checkboxes, but as for behaviour I would expect the intial value to be false or 0 these are profile fields for users to set not you if that makes sense, and on that note really and truly you shouldn’t opt people in nothing more annoying than being auto opted in and somewhat frowned upon correct way is let people choose to opt in to emails / newsletters
May 11, 2013 at 4:08 pm #163771In reply to: checkbox xprofile field – default "checked"
bp-help
ParticipantMay 10, 2013 at 10:22 pm #163750In reply to: Problems with the registration page
shanebp
ModeratorIt’s easy to display profile fields in the Dashboard.
Editing the fields on that screen requires additional custom work.
If that is something you need, please go to
http://www.philopress.com/services/May 10, 2013 at 9:20 pm #163746In reply to: Problems with the registration page
bp-help
Participant@nanaimomen
That is standard behavior. To look or edit their profile fields you would have to be an admin and do it from the front end. Go to the members page, click on the member and note how the toolbar changes to give the admin options.May 9, 2013 at 10:14 pm #163687In reply to: Buddypress 1.7 & Digital Access Pass Profile Fields
makmacmc
ParticipantAnyone??
May 9, 2013 at 1:26 pm #163650smartmwp
ParticipantMy present theme is incompatible. Switching to twenty eleven theme on my locally hosted site worked. Was having this same problem on locally hosted testing website too.
May 9, 2013 at 10:25 am #163639smartmwp
ParticipantHi, I have the latest version of wordpress and all other plugins. Buddypress was working fine with all these other plugins and theme before till Sunday! It has happened only in the last 5 days or so. I deactivated all plugins except buddypress and still its not working. It was working with BP 1.7 so I will try and revert back.
May 9, 2013 at 8:27 am #163631bp-help
ParticipantThat is strange and not default BP behavior so you need to supply more info on your setup. I see you have already stated using BP 1.7.1 so what version of WP? What plugins and theme are you using? Have you tried the basic troubleshooting procedures by deactivating all plugins other that BP and reverting to bp-default or twenty twelve theme to see if the same issue persists?
May 9, 2013 at 8:20 am #163629smartmwp
ParticipantHi bp-help,
Thanks so much for replying! My default setting was contributor (roles – add/edit posts, participate in forums, and BP activity). Because of spams I changed it to Subscriber (Only BP activity, no adding posts). The profile fields I am talking about are in the base/primary field only. Even the base fields are not showing up – even name and email! Nothing, just blank. I had to add my own sign-up form using a shortcode to that page to at least show the name and email fields, and that is not working either.
Many Thanks
SoniaMay 9, 2013 at 8:13 am #163628bp-help
Participant@smartmwp
By default new users are set to subscriber’s so why did you have to set it?
Is the profile fields you want for registration placed in the base profile which shows up automatically on registration? If you added those fields to a new field group which is secondary then it only shows after the user has activated and logged in to their account and go’s to edit their profile in this secondary field you may have created.May 9, 2013 at 7:03 am #163623In reply to: Missing Profile Fields
@mercime
Participant@ebraxton30 know that we are all volunteers here living in different time zones.
What have you done so far to troubleshoot the problem? Have you checked whether your theme has been updated for BP 1.7+? Did you change to Twenty Twelve theme or the BP Default theme to see if issue is the same or resolved? Or possibly checking if it’s a plugin conflict?the test profiles are working. Just not the ones filled in.
Not quite sure what you mean. Filled in profile fields are not showing up? Site url?
May 9, 2013 at 6:43 am #163621In reply to: Interactive Profile Fields During Registration
Thunderpeel
ParticipantThese plugins should help 😉
This one is used for members to choose the group they want on registration.
https://wordpress.org/extend/plugins/wp-roles-at-registration/This plugin assigns specific profile groups to the roles you want.
https://wordpress.org/extend/plugins/buddypress-xprofiles-acl/These both work great together, and I am using them on the most recent WordPress and BuddyPress versions.
May 8, 2013 at 6:33 pm #163595In reply to: Missing Profile Fields
ebraxton30
ParticipantCan anyone help with this? I have listed all of the information you requested but I’m still waiting for some assistance here.
Thanks so much.
May 7, 2013 at 9:29 am #163524In reply to: Profile Layout
Tammie Lister
ModeratorIf you only want urls you can use profile fields then pull each through to show where you want on the profile.
Once you’ve set up the profile fields in your admin dashboard you can then output like this:
<?php bp_profile_field_data( array('user_id'=>$user_id,'field'=>'twitter' )); ?>This assumes a profile field called Twitter. You may have to set the $user_id depending on if you are outputting on profile or somewhere else.
Should you want to use different types of fields such as date pickers and so on you can use: https://wordpress.org/extend/plugins/buddypress-xprofile-custom-fields-type/
-
AuthorSearch Results