Search Results for 'profile fields'
-
AuthorSearch Results
-
November 23, 2010 at 2:50 pm #98996
In reply to: Profile Custom Fields
inntoon
MemberI’m having the same problem. I added first and last name fields and it worked. After that, any additional fields I add don’t save or show.
November 23, 2010 at 2:27 pm #98991In reply to: Validating a url from xprofile field
sannymedia
ParticipantAfter searching Google for hours I found your post, and was happy at least someone had the same issue.
Have you found a solution?
–> I found the same file and I have exactly the same issue –> and even though I added a text on my registration page right after that profile field to please add the http:// , many users still just type in www
–> hence their website link becomes a mixture of my mainblog and their address and their link doesn’t work, due to the this part I guess
in the “else” where the Members Slug is added. (I was thinking of just removing it, but I’m not sure)I am not a developer and on my journey I found a solution in order to get rid of all profile links which didn’t make sense either but the issue with the website still remains. Maybe you found a solution and you can share it? I’d be really thankful.
Here is what I found in order to get rid of the profile links, thanks to Jeff Sayre:
1) add a file named bp-custom.php just to your plugins folder
2 ) with the content that I can’t insert here unfortunately but from the first post of Jeff Sayre on this link:
https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/how-to-get-rid-of-autolinking-on-profile-fields/?topic_page=2&num=15That did it for me!
Bye
SannyNovember 18, 2010 at 8:56 pm #98625In reply to: Hide profile fields?
eljustino
MemberThanks for the response, @nahummadrid.
I’m actually thinking about some data that the users wouldn’t input, but rather that would be generated by another process and linked to their account. I thought the profile would be an idea place to include that info.
November 18, 2010 at 8:52 pm #98623In reply to: Hide profile fields?
Nahum
Participantyou could try this https://buddypress.org/community/groups/bp-profile-privacy/ and set those two fields for just user view. I mean if you really don’t want user themselves to see something they’ve inputted I guess you could use CSS to display:none for that field.(thats not the best way) but I would want to know where information I input went to,
so in those 2 fields description you can say this is only visible to them from the profile page.November 18, 2010 at 2:59 am #98544Nahum
Participanti’ve been using groups for this sort of thing. it would be cool to have xprofile fields for groups. a plugin perhaps.
November 16, 2010 at 5:03 pm #98414In reply to: Categorize registered users
Hugo Ashmore
Participantit’s possible and I am sort of working on something like this but when I say working managing to map out all the problems I hadn’t envisaged. At the moment there is a manual-ish approach that can be taken where one (admin) can set profile fields check boxes that correspond to existing post tags, user makes a selection of the tags that interest them and then a post loop is run against the user id and the tags they have selected and posts displayed, I wanted to try and take that further and make it less manual but I may try to run up the widget first then try and build the rest around it
November 16, 2010 at 2:57 pm #98407In reply to: "Auto Group Join" plugin added
grezza
MemberHi, nice plugin, do you think it would be appropriate to use as a solution to the following:
I am using the “More fields” plugin to add some checkboxes to posts. These checkboxes will allow a post to be associated with genre of book.
I am also using buddypress. When a user registers I want to be able to give the user the option to choose which book genres they are most interested in, and then save it into their profile info. These genres obviously have to be the same as the genres which i am tagging my posts as (the custom field ive created in more fields).
Can anyone think of a way I can allow users to choose which genres (multiple checkboxes) they are interested in. I could of course create a profile field containing the book genres in the “profile field setup”, but then they wouldnt be the same as the checkboxes im using to “tag” posts with and therefore id be maintaining two sets of data which are in no way linked and would be useless for reporting purposes.
Thanks for any help, it would be much appreciated.
November 16, 2010 at 10:13 am #98388grezza
MemberHi beraike22
Thanks for this, unfortunately it doesnt really solve the problem. What this will do is allow users to register to a group on signup.
I want to store metadata in a users profile taken from a pre-populated custom field. So that I can use the same custom field to tag posts and therefore establishing a link between users and posts. So if a user says they are interested in science fiction books, then in theory I could present a list of pages tagged with science fiction can be displayed, etc,.. the dispalying isnt the hard part, its creating the metadata which is consistant throughout posts and users.
Thanks for your help
November 16, 2010 at 4:03 am #98374beraike22
MemberNot sure this will help but I just posted another way to get simular results here…
November 16, 2010 at 3:10 am #98369In reply to: admin-editable-only Profile Fields
Simon Arame
ParticipantI’ve encounter the same requirements for a profile field to be editable only by admin that is non-editable by suscribers.
Someone could eventually commit a small plugin that allows this sort of administrative tagging.Outside of buddypress perspective, I end up using wp_usermeta database table with a call to add_user_meta($user_id, $meta_key, $meta_value [, $unique] ) and when i need the info stored i use get_currentuserinfo()
references :
https://codex.wordpress.org/Function_Reference/add_user_meta
https://codex.wordpress.org/Function_Reference/get_currentuserinfoNovember 16, 2010 at 2:44 am #98368In reply to: Adding xprofile fields
ilyarogov
MemberSure. I called xprofile_insert_field() passing in an array with all of the necessary parameters and when I reloaded the page I got “Fatal error: Call to undefined function xprofile_insert_field()”.
November 15, 2010 at 5:50 pm #98322Michel Fortin
ParticipantJeff, what’s the solution then? Or how do we prevent this in the future? I read the ticket, but I’m at a loss. I’m encountering this problem right now, and I had to go into phpmyadmin to correct all the user_nicename fields to remove the -2 at the end. do we simply ask people not to put spaces in their usernames?
November 15, 2010 at 12:33 pm #98293grezza
MemberIm still struggling to find a suitable solution to this, any ideas?
ThanksNovember 14, 2010 at 11:59 pm #98257In reply to: Adding xprofile fields
Paul Wong-Gibbs
KeymasterCan you elaborate on “it crashed the site”, please?
November 14, 2010 at 7:19 pm #98237In reply to: Adding xprofile fields
ashneetg
MemberHey.. Ilyarogov and I are both work on the same project.
To clarify, we are creating a plugin. We will not be using the back-end as fields would be created dynamically on plugin installation.
Thanks
November 14, 2010 at 7:03 pm #98236In reply to: Adding xprofile fields
Hugo Ashmore
ParticipantAnd why are you not simply using the backend ‘Profile Field Setup’ to add new profiles fields for users to complete, is there some particular requirement you have or is this a plugin you’re writing?
November 11, 2010 at 4:09 am #98008In reply to: BuddyPress Spam
pcwriter
ParticipantHumans always fill out required profile fields.
November 10, 2010 at 4:05 am #97926In reply to: Profile Custom Fields
LPH2005
ParticipantWe should add more to the codex about profiles…. I’m tied up for a few days. If not tackled by Thursday then I’ll add a page with some text and links to questions (with answers).
November 10, 2010 at 4:00 am #97924In reply to: Profile Custom Fields
teebes
ParticipantOnce the fields are populated by a user, they will show up within their public profile page.
November 10, 2010 at 2:01 am #97919In reply to: Bug: Register Still Skips Required Fields
junger
ParticipantHi, I’m still seeing this issue. Not so much on the spam side, but I’ve got a field that is set to be required that isn’t actually required in order to sign up.
It’s in a 2nd group of profile fields, if that matters. Here’s the relevant code, which should be working … but isn’t.
http://pastebin.com/Gq5Ay5fHNovember 10, 2010 at 2:00 am #97918junger
Participant@jvoss — are any of your fields required? If so, are they actually forcing users to fill them out?
I was able to add my 2nd and 3rd profile fields to registration, but the “required” fields can be bypassed without filling them out.
November 8, 2010 at 7:15 pm #97754In reply to: Profile Fields for GROUPS
Andrew Tegenkamp
Participant@EvanBerard ~ I hope this helps, but if not, let me know and I’ll see if I can help some more. The code is certainly not ready for prime-time but does give the ability to add profile fields for groups in Buddypress. You have to know your way around the code a little to understand what is going on though. You can see loader.php @ buddypress-group-fields.php @ http://pastebin.com/DfxwhLXU and compare it to my starting point which is the BP Group Extension API in the BP Codex @ https://codex.buddypress.org/developer-docs/group-extension-api/ to see what I’ve done, which isn’t much, but hopefully it helps you a bit! The ZIP is online for now at http://dl.dropbox.com/u/244479/buddypress-group-fields.zip if you want it but probably won’t keep that up there forever so I wanted to include the code as well.
November 7, 2010 at 1:21 am #97637In reply to: Profile Fields for GROUPS
evanberard
ParticipantAndrew,
Yes that’s exactly what I’m talking about
I’m not really a coder, but I’m sure I can tweak it myself
Could you send it my way?Thanks a million

Evan
November 7, 2010 at 1:14 am #97636In reply to: Disable name change for users
Boone Gorges
KeymasterPlease don’t bump your post more than once per day, especially on the weekend.
The Base button corresponds to the Base profile fields group. There is no easy way to turn this off at this time.
November 7, 2010 at 1:07 am #97634In reply to: Profile Fields for GROUPS
Anonymous User 96400
InactiveThere are hooks in place where form fields can be added and validated. You’d need to code it, though. Or get it coded. Just have a look through the group templates and you can find quite a few. For validation hooks you need to look in bp-groups.php.
-
AuthorSearch Results