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

    I would like to perform user post-processing as these users enter the database,
    modify their profiles, when they depart [the database].

    So, I am interested in the WebLoginPE API. Ok so far?

    In my HTML I think I should have...

        <body>
          ... 
          [!WebLoginPE? &OnWebSaveUser=`SaveUser` $OnWebDeleteUser=`DeleteUser`...!]
          ... 
        </body>
    

    I think ’SaveUser’ and ’DeleteUser’ should be PHP functions of two parameters,
    mode string and user var array. Is this correct?

    Where, oh where, should I place ’SaveUser’ and ’DeleteUser’?

    Is there a good example which connects all the dots?

    I notice a plugin listed in "http://modxcms.com/forums/index.php/topic,34924.0.html".
    Is this the architecture I seek? If so, how do I connect the code to my event?

    Thanks for any help you can provide?

    Coding in Davie, FL