Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'profile fields'

Viewing 25 results - 2,676 through 2,700 (of 3,608 total)
  • Author
    Search Results
  • #100192
    vorkun
    Member

    Yeah I am trying to do this also. Any one found out a way to do it yet?

    #100181
    techguy
    Participant

    I’m no xprofile field expert, but can’t you just create a page template, have the page template go through the user loop and on each loop display each of the xprofile fields that you want for that user in a table. Copy the table to excel and you’ve got it. There are other ways, but that seems like the simplest to me.

    It does require you to understand the user loop and displaying the xprofile fields, but that can be modified from the list of members page and the profile page which displays the xprofile data.

    Or you could hire someone like Paul or Boone or other BP developer who could probably crank this out pretty quickly.

    r-a-y
    Keymaster

    As far as I know, there is no automatic matching plugin based on a user’s profile fields.

    However, users can manually search for other members.

    Use the BP profile search plugin for more fine-tuned searches:
    https://buddypress.org/community/groups/bp-profile-search/

    Roger Coathup
    Participant

    Couple of thoughts that may help:

    Have your profile fields got different IDs on the new server?
    What version of BP were you on on the original server?

    para
    Member

    Thinking about it, im going about this the wrong way, if i want the avatars to change site wide i need a different approach …

    ** Goes to mull it over **

    #99726
    cebliss
    Member

    I’m dealing with a very similar scenario. I have a similar amount of traffic, and will get some unexplained spikes in memory usage that take my server down.

    It’s pretty much impossible to diagnose the problem in development, as it really seems to be tied to our peak traffic times.

    Does anyone have any good direction they can point me for simulating load?

    Good idea with the wp-cache concept. My database traffic doesn’t seem to be dreadful, but it couldn’t hurt to back-off on the queries.

    Plugins are:
    Akismet
    AudioPlayer
    BuddyPress
    BuddyPress Profile Privacy
    Featured Content Gallery
    MagicFields
    Gravity Forms
    WP-FB-Autoconnect

    #99220
    rushman112
    Member

    I fixed most of mine by adding a few fields in the Profile Field Setup. I added City, State ( as a dropdown menu and a zipcode. I got rid of 70% just from this. also, I have seen in my log files they are searching for
    “yes i d like to create a new blog”
    “registering for this site is easy just fill in the fields below and we ll get a new account set up for you in no time yes i d like to create a new blog”
    “intext yes i d like to create a new blog blog with wordpress inurl register”
    “i d like to create a new blog”

    maybe someone can tell us where this text lives so we can remove these tags from the search engines. just by this they are able to see all wordpress sites. I tried it with google and it does work.

    #98997

    In reply to: Profile Custom Fields

    Sofian J. Anom
    Participant

    It seems only happen on BuddyPress 1.2.6. Because after I upgrade to 1.2.6, the custom profile on my site disappeared.

    Is this a bug?

    #98996

    In reply to: Profile Custom Fields

    inntoon
    Member

    I’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.

    #98991
    sannymedia
    Participant

    After 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=15

    That did it for me!
    Bye
    Sanny

    #98625

    In reply to: Hide profile fields?

    eljustino
    Member

    Thanks 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.

    #98623

    In reply to: Hide profile fields?

    Nahum
    Participant

    you 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.

    #98544
    Nahum
    Participant

    i’ve been using groups for this sort of thing. it would be cool to have xprofile fields for groups. a plugin perhaps.

    #98414
    Hugo Ashmore
    Participant

    it’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

    #98407
    grezza
    Member

    Hi, 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.

    #98388
    grezza
    Member

    Hi 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

    #98374
    beraike22
    Member

    Not sure this will help but I just posted another way to get simular results here…

    https://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/different-profiles-for-different-user-types/

    #98369
    Simon Arame
    Participant

    I’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_currentuserinfo

    #98368

    In reply to: Adding xprofile fields

    ilyarogov
    Member

    Sure. 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()”.

    #98322
    Michel Fortin
    Participant

    Jeff, 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?

    #98293
    grezza
    Member

    Im still struggling to find a suitable solution to this, any ideas?
    Thanks

    #98257

    In reply to: Adding xprofile fields

    Paul Wong-Gibbs
    Keymaster

    Can you elaborate on “it crashed the site”, please?

    #98237

    In reply to: Adding xprofile fields

    ashneetg
    Member

    Hey.. 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

    #98236

    In reply to: Adding xprofile fields

    Hugo Ashmore
    Participant

    And 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?

    #98008

    In reply to: BuddyPress Spam

    pcwriter
    Participant

    Humans always fill out required profile fields. :-)

Viewing 25 results - 2,676 through 2,700 (of 3,608 total)
Skip to toolbar