Fork me on GitHub

outputting email address  Bottom

  • In Post Nuke Events Registration Module I'm trying to output the email address of individual registrants. I'm gagging the system with the "@"symbol and don't know what to do about it.

    The code line is: $row[3] = $output->BoldText(pnVarPrepForDisplay($registration['regemail']));
    The output at the client end should be: aa5rd@tx.rr.com, but is rendered with the characters before and after the @ symbol and the @symbol itself as ASCII character entities.

    I suspect that the pnVarPrepForDisplay command is not doing it's job - I've experimented with pnVarPrepHTMLDisplay with the same results.

    Any suggestions?
    Roger



    edited by: rady, Jul 22, 2009 - 03:06 PM
  • Quote

    Post Nuke Events Registration Module

    Postnuke is no longer supported. Please upgrade to Zikula.

    Additionally, what module are you referring to?
  • Thanks for the quick response.

    I won't bother you again.

    Roger
  • glad I could help confused
  • In the unlikely event someone else has this coding problem, the line that works is:
    $row[3] = $output->BoldText($registration['regemail'], '', 75, 255);

    Roger
  • Thanks for sharing icon_wink

    --
    Zikula Italia
    SimpleGallery

This list is based on users active over the last 60 minutes.