We launched new forums in March 2019—join us there. In a hurry for help with your website? Get Help Now!
    • 33992 ☆ A M B ☆
    • 455 Posts
    Hi;
    WebLoginPE is a really complete snippet.
    is it possible to put logout LINK instead logout BUTTON in page?
    i use link below in template. it works but i’m not sure about it’s safety:
    <a href="[~[*id*]~]&service=logout">logout</a>

    would you tell me more about it?
    has it any problem?
    is there any other ways?


    Thanks
    AHHP
      God loves me. 【ツ】


      MODX.ir (Persian Support)

      Boplo.ir/modx/ (Persian)
      • 28033
      • 925 Posts
      IIRC, that looks like it’s right. I don’t think that would cause any security issues. wink
        My Snippets
        -> PopUpChunk v1.0
        • 27330
        • 884 Posts
        you can also use css for it without changing the snippet. try adding this to your stylesheet:
        #wlpeProfileButton,#wlpeLogoutButton {border:none; padding:0; margin:0; font-size:x-small; text-decoration:underline; color:blue; background-color:transparent;}