Webadmin mailing list manager missing MEMBERS tab | MDaemon Technologies, Ltd.

Webadmin mailing list manager missing MEMBERS tab


  • Is it just me or did this disappear in a recent update? 

    ..still available in the GUI admin I see, but missing from Webadmin.

     

     

    -Tony B.



  • It did disappear. This is fixed for the next version of MDaemon. To see the tab again, add yourself as a list admin.


  • My apologies, I spoke too soon. You'll need to wait for the next version to be able to see the tab again, unless you feel comfortable editing the interface_templates.wdm file.


  • yes, I am admin and I have access to the GUI as well.  I am comfortable to wait 😀

    *I would be comfortable editing the wdm file as well, if you can provide steps

     

    -tb


  • Make a backup copy of MDaemon\WebAdmin\Templates\interface_templates.wdm

    Open the file in a text editor like notepad++ or a code editor like VS Code.

    search for [$Mailing Lists$]

    just below that is this line:

    <xsl:if test="root/Access/IsListAdmin = 1">

    change that line to the following:

    <xsl:if test="root/Access/IsGlobalAdmin = 1 or root/ListAdminLevel &gt; 0">

    Save the file.

    This is not what the fix is in the next version, but it will work in the mean time.


  • worked fine.  thanks

    -t

     


  • Great! Thanks for letting us know :)


Please login to reply this topic!