Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • ps5t0ck5 Friend
    #161178

    How can I disable mass mail?

    Thanks

    Phill Moderator
    #380366

    Which mass mail function and where?

    ps5t0ck5 Friend
    #380515

    Hi Phil

    It’s in the backend – Tools – it used to be a plugin feature.

    Saguaros Moderator
    #381151

    you open this file: administratormodulesmod_menuhelper.php and find the following code:

    you find:
    [PHP]
    $menu->addChild(new JMenuNode(JText::_(‘Mass Mail’), ‘index.php?option=com_massmail’, ‘class:massmail’));
    $menu->addSeparator();
    [/PHP]
    replace by:
    [PHP]
    // $menu->addChild(new JMenuNode(JText::_(‘Mass Mail’), ‘index.php?option=com_massmail’, ‘class:massmail’));
    // $menu->addSeparator();
    [/PHP]

    ps5t0ck5 Friend
    #381923

    <em>@tienhc 227417 wrote:</em><blockquote>you open this file: administratormodulesmod_menuhelper.php and find the following code:

    you find:
    [PHP]
    $menu->addChild(new JMenuNode(JText::_(‘Mass Mail’), ‘index.php?option=com_massmail’, ‘class:massmail’));
    $menu->addSeparator();
    [/PHP]replace by:
    [PHP]
    // $menu->addChild(new JMenuNode(JText::_(‘Mass Mail’), ‘index.php?option=com_massmail’, ‘class:massmail’));
    // $menu->addSeparator();
    [/PHP]</blockquote>

    Thanks tienhc – so simple to comment it out!

Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 3 voices, and was last updated by  ps5t0ck5 13 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum