Forum Replies Created

Viewing 13 posts - 81 through 93 (of 93 total)
  • Author
  • in reply to: s2member login issues #6949
     frien337
    Participant

    Hi Again,

    I tried on a fresh install with no other plugins and the issue still exists. How were you able to get it working on your end? I will email you my admin login details to have a better look.

    Thanks, Ryan

    in reply to: s2member login issues #6941
     frien337
    Participant

    Thanks, but I tried that previously and it did work but the user then gets redirected to the dashboard and not the home menu. I’ll re-install everything later on and I will let you know if that has worked, after all, it works for you 🙂

    Do let me know if you come up with any other ideas in the meantime?

    in reply to: s2member login issues #6892
     frien337
    Participant

    I forgot to mention that the user can login if he refreshes his page while the login screen is hanging saying “Sending info, please wait…”.

    in reply to: s2member login issues #6890
     frien337
    Participant
    This reply has been set as private.
    in reply to: Remove About Me Fields from Profile View #6845
     frien337
    Participant

    Sure 🙂 The plugin is “BP XProfile WordPress User Sync“. With that enable, it pulled through every field and added them to my profile header – it did not to the same for the activity wall, messages and friend pages.

    in reply to: Remove About Me Fields from Profile View #6764
     frien337
    Participant

    Hello, I thought I’d let everyone know that this issue was caused by a plugin conflict and works fine once the plugin was deactivated 🙂

    in reply to: User Meta on Membership Page #6763
     frien337
    Participant

    Hello, thought I’d let everyone know that this issue was resolved. It turned out that there was a conflict with one of my plugins 🙁

    in reply to: User Meta on Membership Page #6564
     frien337
    Participant

    Hi Sqadmin,

    I’ve sent you my ftp details so you can look into this as it does not work for me..

    Thanks again,
    Ryan

    in reply to: Remove About Me Fields from Profile View #6563
     frien337
    Participant

    Hi Sqadmin,

    Unfortunately that doesn’t work for me 🙁 I have sent you an emailw ith my FTP details.

    Thanks,
    Ryan

    in reply to: Remove About Me Fields from Profile View #6492
     frien337
    Participant

    Thanks Adam! However, that has not worked for me. Let me maybe explain this a bet better. I have added the following code to my child theme’s functions.php file:

    add_action('after_setup_theme','kleo_my_custom_tabs');
    function kleo_my_custom_tabs()
    {
    global $bp_tabs;
    $bp_tabs = array();
    $bp_tabs['looking-for'] = array(
    'type' => 'cite',
    'name' => __('About Me', 'kleo_framework'),
    'group' => 'About Me',
    'class' => 'citetab'
    );

    }

    I left the cite and citetab in because I prefer the way in which it displays the field on the front end – regular seems to remove the styling and rather leaves it with a standard look. Anyway, the above code works perfectly when I view the profiles activity page (e.g.: http://www.website.com/members/user/activity/) and it pulls in the “About Me” field group just fine.

    However, when I click on profile (http://www.website.com/members/user/profile/) it shows the “About Me” field group as well as EVERY field from other field groups (username, country, borthdate, etc, etc.). The screenshots</a from before highlight this issue.

    So, how can I stop all of these fields being pulled into my profile page (http://www.website.com/members/user/profile/) and only display one field group?

    Thanks,
    Ryan

    in reply to: User Meta on Membership Page #6491
     frien337
    Participant

    Hi There,

    I gave that a try but it didn’t work for me. I added in the code to my functions.php file but I get an error:

    Warning: call_user_func_array() expects parameter 1 to be a valid callback, function ' kleo_my_member_data' not found or invalid function name in /home/frien337/public_html/wp-includes/plugin.php on line 429

    Warning: Cannot modify header information - headers already sent by (output started at /home/frien337/public_html/wp-includes/plugin.php:429) in /home/frien337/public_html/wp-content/plugins/woocommerce/classes/class-wc-session-handler.php on line 63

    Have you seen this before?

    Thanks,
    Ryan

    in reply to: Remove About Me Fields from Profile View #6482
     frien337
    Participant

    Any ideas?

    in reply to: Remove About Me Fields from Profile View #6402
     frien337
    Participant

    Hello Everyone,

    Thanks for all of your suggestions. Please have a look at what I am trying to do by refering to these screenshots.


    @Douweboschma
    : I had a look at doing that but I can’t set the display option to “nobody” for some fields, like the username.

    @adam
    : I gave that a try too but it also did not work for me.

    Everything works fine when I view the wall tab and only when I click on the profile tab do the additional profile fields show. If there is no way to turn off specific fields, would you be able to tell me how I can disable all of them from showing? If I can disable all of them, then I should be able to manually add in the required fields using “bp_member_profile_data( ‘field=About Me’ );”
    I did look at the member-header.php file and all that I can see is the avatar, title and matchmaking code. unless I am missing something…

    Thanks and look forward to your responses.
    Ryan

Viewing 13 posts - 81 through 93 (of 93 total)

Log in with your credentials

Forgot your details?