We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 21078
    • 77 Posts
    Hi there!

    Is there any possibility to access an extended profile field in MODX Revolution via output filter? So, I know if I want to get a standard profile field I can access this by using something like:

    [[!+modx.user.id:userinfo=`fullname`]]
    [[*createdby:userinfo=`username`]]


    Now I'm using an extended field named "googleplus" with the Google+ Profile-ID as value for my authors. So I'm searching for something like this:

    [[*createdby:userinfo=`googleplus`]]


    This doesn't work, of course. But is there a way to handle this without writing a new snippet for it?

    This question has been answered by rethrash. See the first response.

      L.net Web Solutions
      Professional webdesign and development with MODX and WordPress.
    • discuss.answer
      • 25663 MODX Staff
      • 12,272 Posts
      The Profile Snippet may give you access to them, and I could have sworn that there was an output filter to access extended profile details.

      On the Profile Snippet: http://rtfm.modx.com/display/ADDON/Login.Profile
        Ryan Thrash, MODX Co-Founder
        Follow me on Twitter at @rthrash or catch my occasional unofficial thoughts at thrash.me
        • 21078
        • 77 Posts
        Ok, thank you. I'll give it a try! smiley
          L.net Web Solutions
          Professional webdesign and development with MODX and WordPress.