How to remove lines from DJ-Easycontact email

How to remove lines from DJ-Easycontact email

If you want to hide part of the email that originally is sent via Dj-Easycontact you need to make changes in the module's code. This is how looks the original email:


Make an override by copying file /modules/mod_dj_easy_contact/tmpl/default.php to /templates/your-theme/html/mod_dj_easy_contact/default.php. Now edit the new file default.php.

Now edit the new file  default.php.

  1. Remove User IP by change line 142 (or in line 145 if option Email in Form is disabled) - just remove this code ."\n\n".$user_ip

  1. Remove Browser Type by change line 143 (or in line 146 if option Email in Form is disabled) - just remove this code ."\n\n".$browserType

  1. Remove Browser Version by change line 143 (or in line 146 if option Email in Form is disabled) - just remove this code ."\n\n".$browserVersion

  1. Remove Full Agent String by change line 143 (or in line 146 if option Email in Form is disabled) - just remove this code ."\n\n".$full_agent_string



      • Related Articles

      • Email templates

        With email templates, you can easily edit all notifications that are sent to users and administrator.  Email templates are available in DJ-Classifieds control panel. Open the DJ-Classifieds component. Now choose it from the list on the left. See the ...
      • DJ-EasyContact – обратная связь в Joomla

      • Overview of DJ-EasyContact

        This is a super simple, free contact form module for Joomla 3. Sometimes you don't need complex form component. In many cases, it's enough to send the message from the site right to the email address. Learn more about the DJ-EasyContact Joomla ...
      • DJ-EasyContact module

        DJ-EasyContact is a free simple contact form module for Joomla. To open module's settings Navigate Extensions > Module Manager and choose DJ-EasyContact module. Global settings Style - choose one of 5 available styles Load jQuery - Yes/No Labels and ...
      • Auctions in DJ-Classifieds

        DJ-Classifieds component allows hosting auctions on your Joomla powered website! Users can run their own auctions and sell items to your site visitors! To make it everything more comfortable, we will show you how to manage the auctions, place a bid ...