Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Sean 141 posts 179 karma points
    Mar 03, 2011 @ 21:37
    Sean
    0

    Member section - Add fields into create member template?

    HI There,

    I was wondering what approach I should take in modifying the create members template to included additional fields? Is this easy to do? What assets do I need to modify inside the admin section to acheive this ?

    Thanks in advance for your answer

    Sean

  • Jan Skovgaard 11280 posts 23678 karma points MVP 11x admin c-trib
    Mar 03, 2011 @ 21:52
    Jan Skovgaard
    0

    Hi Sean

    When you're reffering to "member template" do you then think about the setup of members in the member section or a specific member template to display information about members?

    Members works like document types so you need to create a member group and then create a member type. On the member type you can add tabs and properties like in a document type and you can access/modify/write these values using the API as well.

    /Jan

  • Dirk De Grave 4541 posts 6021 karma points MVP 3x admin c-trib
    Mar 03, 2011 @ 21:54
    Dirk De Grave
    1

    It can be done, but will require some coding... already thinking of:

    - to change the tree implementation and replace the default 'create' action with your own: either build your own tree to replace the existing one (will also require some db changes for the tree loading), or use event handlers to hook up with the AfterNodeRender event to replace the default create action.

    - build your own popup dialog for member creation, called from your custom create action.

     

    this should give you a start, there's probably more, but nothing I can think of right now.

     

    Cheers,

    /Dirk

     

  • Sean 141 posts 179 karma points
    Mar 03, 2011 @ 22:15
    Sean
    0

    Hi all, thanks for the answers. Jan, just to clarify. I'm able to add fields for the user to fill in?  Sean

Please Sign in or register to post replies

Write your reply to:

Draft