Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'profile fields'

Viewing 25 results - 2,501 through 2,525 (of 3,608 total)
  • Author
    Search Results
  • lselwd
    Member

    how do so?

    Andrea Rennick
    Participant

    The “create blog” text only shows up if you’ve enabled multisite. Which I’m not sure the book covers.

    lselwd
    Member

    When a new user go to Register… … …. blog built check box, blog name…

    Neither seen custom fields created after installation of bp…

    I went install wp plug in “BP Groupblog”, installed success, but when went activated appeared:

    Plugin could not be activated because it triggered a fatal error.

    Warning: require(/home/content/a/b/c/abc123uyc5/html/PI/wp-content/plugins/bp-groupblog/bp-groupblog-cssjs.php) [function.require]: failed to open stream: No such file or directory in /home/content/a/b/c/abc123uyc5/html/PI/wp-content/plugins/buddypress-group-blog/bp-groupblog.php on line 26

    Fatal error: require() [function.require]: Failed opening required ‘/home/content/a/b/c/abc123uyc5/html/PI/wp-content/plugins/bp-groupblog/bp-groupblog-cssjs.php’ (include_path=’.:/usr/local/php5/lib/php’) in /home/content/a/b/c/abc123uyc5/html/PI/wp-content/plugins/buddypress-group-blog/bp-groupblog.php on line 26

    lselwd
    Member

    I am a “buddypress FOR DUMMIES” BOOK Reader,… ch.6

    Virtuali
    Participant

    do not shown create blog data or, the fields in Profile, created by me after install

    What? Please rephrase your question, because I can’t understand your problem.

    #113696
    Pisanojm
    Participant

    Here is a recap of some posts I posted at http://buddydev.com recently:

    I use Bp-Cosmic-Pro Theme built of of bp-mag and have about one spam registration per couple of weeks (and it’s usually a real person that registers and gets through)… They are caught within minutes of posting something ridiculous and marked as spammers by the admins.

    There are a number of reasons for that:

    1. It’s a closed/ register only site (but free to all), (note: I do not require e-mail validation either)
    2. I use BuddyPress Humanity Anti-Spam Plugin
    3. I use Si-Captcha Anti-Spam
    3. Multiple Profile fields are required to be filled-in at registration as an ANTI-SPAM measure – in part.
    4. I have a TERMS and use that Requires THE CHECKING of a box to register.
    5. I use the bad behavior plugin to keep out the crazies and use the Blocking-list feature of it.

    Occasionally, I get the I can’t register e-mail, but it is rare and there is a note for people to contact me if they can’t register properly… I have 1700 active (non-spam users) on my site and virtually no SPAM.

    I believe one of the keys to success here is that it is a “private site” and as such it’s not indexed (I realize this could be a problem for many sites, but not my niche site). So, sites don’t scrape it as a potential source to attack.

    I would also recommend the ANIMAL BuddyPress Captcha plugin.

    *****************************

    I usually think about SPAM protection in the form of a Castle for open community WordPress Sites:
    1. The Moat: Programs like Bad-Behavior and plugins that stop bots/scrapers before they get “through” to the site.
    2. The Gate/Drawbridge: Programs like Captchas, Math Challenges, Reverse fields that SHOULDN’T be filled in to “trap” bots from auto-filling.
    3. The Keep: Programs like Akismet.
    4. The Guards: Moderators with the ability to knock out spam when they see it.

    The biggest issue with BuddyPress is that THERE IS NO KEEP (no. 3 above) for the Activity Streams…
    As far as I know, there are not programs like Akismet or any of the “KARMA” / Comment anti-spam plugins that work for the BuddyPress group/activity/forum streams… DJ-PAUL has talked about making Akismet work on BuddyPress Streams at the BuddyPress.org site, but there is nothing yet that I know of yet –

    If anyone does know of something that will “auto-moderate” the BuddPress Stream updates/comments, please let me know… ;)

    Regards.

    #113047
    solenyi
    Member

    @wordpresschina @boonebgorges
    Unfortunately, I cannot get it to work so far. I have 870 users with about 30 different profile fields from another CMS which I need to import, so it would be really important not to have to do this by hand… Could you provide an example csv file which shows how it should be structured? Are the names for the columns just given in the first row?

    Cheers

    Sebastian

    domrio
    Member

    Sorry about the double topic post, the first one said it failed.

    #112952

    In reply to: Export Users

    xsn0w
    Participant

    The plugin @Pisanojm suggested might work if we can add the custom profile loop fields to it.

    #112915

    In reply to: Update profile fields

    Jenny Beaumont
    Participant
    #112914

    In reply to: Update profile fields

    Jenny Beaumont
    Participant

    I’m looking for something similar – need to be able to update user profiles as an admin from backend…let me know if you find anything! :)

    #112760
    Brajesh Singh
    Participant

    @all, great going, nice to see the movement :)
    @mercime, thanks :)
    @djpaul,
    just updated the xprofile template tags to cutdown the query for select/multiselect fields. Please have a look here https://trac.buddypress.org/ticket/3233

    #112674
    Brajesh Singh
    Participant

    I am interested in improving the xprofile fields to allow developers to add new field types. currently we have a limited set of fields(say multiselect/checkbox etc). An example extension could be allowing to add an specializationn of select box with Country drop down which will save numerous times for many site owners. I am not sure if that needs to go in the core plugin, but certainly we need to add some action/filters in the core to make that happen. Also, currently, xprofile needs to improve the queries for fetching select field(My benchmark shows one query per item in the dropdown list of a field). So, if we have a field with 100 items in select menu on the edit profile/register page, It will do 100+ queries for that single field.

    If improving xprofile fields is still on the card, I will be very happy to work on it.

    #112612
    latinosamorir
    Participant

    @candy2012.

    Thanks!!!

    I have not tried this yet but soon will. I’ve been waiting for a year for this solution. I wonder why the BP gurus dropped the ball on this.

    #112543
    ARHistoryHub
    Participant

    1. Go to members/single/profile/edit.php in your theme.
    2. Find and delete this line `

    `
    3. Paste this `

    ` after each instance of this line ` `.

    And it’s a similar sort of process for the register.php – found in the registration folder in your theme.
    Sloppy, but oh well.

    #112327
    vbsql7
    Member

    Thanks for the help so far.
    Knowing that the extra tags were coming back, I tried to take the quick fix and strip them like this:
    `

    `
    …but I still get the same result — data wrapped in P tags.

    I spent some time trying to learn about the xprofile functions but I did not find a clear example that I could make work.

    Would I would like to find a loop that gives me rather tight control of what is happening.
    Perhaps like this (pseudo code):
    `
    $user = bp_get_profile($user_id);
    for ($i = 0;$user.fields.count;$i++) {
    $field = $user.fields($i);
    echo $field->name;
    echo $field->data;
    }
    `

    #112315
    Paul Wong-Gibbs
    Keymaster

    `
    remove_filter( ‘bp_get_the_profile_field_value’, ‘wpautop’ );
    `

    would do it but also remove the paragraph tags from all other fields

    Paul Wong-Gibbs
    Keymaster

    Thanks!

    Bowe
    Participant

    You can map profile fields from Facebook to BuddyPress with WP-FB-Autoconnect with custom code. It is indeed on the roadmap!

    javiervd
    Member

    Will do, hopefully you guys already fixed it :)

    Paul Wong-Gibbs
    Keymaster

    Could you report as a bug on https://buddypress.trac.wordpress.org/? We may have already fixed it in our development version of BuddyPress, but you reporting the issue would prompt us to check. You can use your username and password from this site. Thanks!

    #112164
    Paul Wong-Gibbs
    Keymaster

    Unfortunately, you can’t do this out of the box. It’s possible with some code, but I wonder if anyone’s done a plugin for it; I’m sure someone will link if there is

    José M. Villar
    Participant

    I use https://buddypress.org/community/groups/wp-fb-autoconnect/ premium version. Its developer has automatic profile fields population in his roadmap, but with no release date unfortunately

    #112019
    Slushman
    Member

    Thanks Paul! I took a break to finish the other parts of the plugins and the rest of that project, but now I’m back working on this part again. Unfortunately, I can’t make head or tails of that function. I’ve tried sending a variable array to that function based on the parameters it gives on line 584, but it never adds the field. It appears xprofile_insert_field() requires a the group_field_id too, which I’m also trying to create a new Field Group, but I can’t find a way to get the ID # of the group I’m creating, and it doesn’t appear the group is created either. Is there a tutorial or a working plugin that does the same thing I can see HOW they did it?

    candy2012
    Member

    @ivoss – God bless you for posting that link! (http://pastebin.com/RLreXE7X)

    I lost days on this already!

    These lines (aroung 150) are CRUCIAL for getting the values posted to the database (basically that `$fields_ids[]` function

    `

    <input type="hidden" name="signup_profile_field_ids" id="signup_profile_field_ids" value="” />`

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