Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi Geezerd – I want to remove that garbage so bad and when I found this post I thought I was home free but alas, the garbage remains. I’m on 3.0 and here’s what I added to functions.php and the outcome:

    I added (to the very end – obviously before the ?> ) the following:

    function extended_contact_info($user_contactmethods) {
    $user_contactmethods = array();
    return $user_contactmethods;
    }
    add_filter(‘user_contactmethods’, ‘extended_contact_info’);

    This killed my site dead. I then removed just the last line:

    add_filter(‘user_contactmethods’, ‘extended_contact_info’);

    and my site worked fine but the garbage (jabber bio yahoo, etc) was all still there.

    So I’m back to square one. I can list my plugins, etc but on the surface is there anything that jumps out that I may need to address?

    Thanks!

    luxulyan – This may just be obvious and may not help you but it took me a few minutes to see it. When you are on the “Settings” page for the contact form, the first section is the “Form” section. Below that is the “Mail” section. In the mail section, on the right hand side you will see a text box to enter information for “message body”. In that section enter the following three items:

    [your-name]

    [your-email]

    [your-message]

    I hope that helps!

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