• Resolved melanie2017

    (@melanie2017)


    We are using gwolle guestbook to allow people to arrange lifts. The initial point of contact is by email and are asking the guests to add their email address to the content of the message. When viewed as an entry the word null is added after the @ sign (eg [email protected]. This is not showing in the guestbook entry and therefore I cannot find a way to remove it. Any ideas? We are using the guest book on a protected page, but this problem also happens when the page is not protected. Thank you for your help.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter melanie2017

    (@melanie2017)

    Hi, The problem above is because I am also using obfuscate email, which alters the email address to deter bots but the address is still viewed as a normal address on the page. In the Guest Book the changes are being made to the email address but the display changes are not in force.Any ideas how I can overcome this?

    Plugin Author Marcel Pol

    (@mpol)

    Hi. Here I get the normal display of an email address if I add it to the content.
    Which plugin do you use for obfuscating?

    • This reply was modified 7 years, 8 months ago by Marcel Pol.
    Thread Starter melanie2017

    (@melanie2017)

    Hi,
    Thank you for getting back to me. The plug in is just called Obfuscate Email (Scott Reilly).

    Plugin Author Marcel Pol

    (@mpol)

    Ah, I see it. It is a simple fix, it has to do with more specific CSS.
    You can add the plugin Simple Custom CSS, or have any other way to add CSS that you prefer.

    Adding this code should make it work fine:

    #gwolle_gb  span.oe_displaynone {
        display: none;
    }
    • This reply was modified 7 years, 7 months ago by Marcel Pol.
    Thread Starter melanie2017

    (@melanie2017)

    Brilliant, thank you, it worked.

    • This reply was modified 7 years, 7 months ago by melanie2017.
Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Email in address book entry is showing with the word null after the @ sign’ is closed to new replies.