Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 5 replies - 1 through 5 (of 5 total)

  • deanes02
    Participant

    @deanes02

    Actually I just noticed that it was you who led me in the right direction for solving the profile issue mentioned above. Thanks!!!


    deanes02
    Participant

    @deanes02

    I have resolved this issue. The members search did not work because members are not included in the search unless they have at least one piece of profile info filled out.

    I had an issue with the “Edit Profile” page (https://buddypress.org/forums/topic.php?id=2991) which had this knock on effect tot he member search.

    Thanks for your reply!


    deanes02
    Participant

    @deanes02

    Thanks – your answer got me there. What happen was there was no group in the DB with an id=1 so therefore BP was looking for something that wasn’t there and new entries started from 2. Presumably the following SQL code (or something similar) should have been run by BuddyPress in the initial installation???

    INSERT INTO 'wp_bp_xprofile_groups' ( 'id' , 'name' , 'description' , 'can_delete' )
    VALUES (
    '1', 'Basic', '', '0'
    );

    Its all working now, Thanks!!!


    deanes02
    Participant

    @deanes02

    The site is http://ma.nutwork.com.au/

    I have a group called – Basic Information with two fields “Name” and “Date of Birth”. Theres a slight div problem in Firefox so if you check it out in IE that would be best. Anyway the error still comes up when you click on Edit Profile, but you can still click on the Basic Information link and enter in your details.

    It is the initial error when you click on “Edit Profile” that I am trying to solve.

    Thanks for your input so far!


    deanes02
    Participant

    @deanes02

    I really need to do a lot of research into widgets etc as I usually just hack around in the code to make everything work properly. Most widgets I have added to date I do through php code as I have found this to be more flexible. Maybe I should move towards the more user friendly way(?)

    Do you happen to know the arguments expected by the functions above? For this particular project I think it will be easier to add the widgets via PHP code.

    Thanks!!!

Viewing 5 replies - 1 through 5 (of 5 total)
Skip to toolbar