We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 15566
    • 73 Posts
    outdoorsadv I think that is a recognised bug in this version - hopefully it’ll be fixed in the next release.
      • 22446
      • 181 Posts
      Thanks keiron77, I figured that out after finding other extended field questions.
        • 27716
        • 126 Posts
        Hi Guys,

        Am trying to access these extended fields and having no Joy at all. Im on revo 2.0.8 pl

        Am I doing something wrong?

        Have created a snippet called userExtended

        <?php
        $profile = $modx->user->getOne('Profile');
        $modx->toPlaceholders($profile->get('extended'), 'userext'); ?>


        Have tried calling these in both a page template and a getresources template.

        I am trying to call with both just a placeholder, and both snippet and placeholder.
        [[!userextended]]
        [[+userext.channel]]
        

        I have a single user with an extended field called channel.

        Cant get it to output that field at all.

        Any guidance appreciated.

        Stuart