• 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!

TOPIC: your@email in module

your@email in module 13 years 2 months ago #12930

where can I remove "your@email" in module form as shown on homepage
It did look in language files, but didn't find it.
When I changed it in mod_rsmail>tmpl>default.php into Dutch, nothing happened, still showed "your@email"

thanks for your help
The administrator has disabled public write access.

Re:your@email in module 13 years 2 months ago #12939

  • alexp
  • alexp's Avatar
  • OFFLINE
  • RSJoomla! Official Staff
  • Posts: 2253
  • Thank you received: 180
Hello,

If you wish to remove that text completely, head to modules/mod_rsmail/tmpl/default.php and replace:
<label for="rsm_email"><?php echo JText::_('RSM_MODULE_EMAIL'); ?></label> : <br/><input type="text" name="rsm_email" id="rsm_email" value="" onfocus="if(this.value == '') this.value ='';" onblur="if(this.value == '') this.value=''"/>

with:
<label for="rsm_email"><?php echo JText::_('RSM_MODULE_EMAIL'); ?></label> : <br/><input type="text" name="rsm_email" id="rsm_email" value="your@email" onfocus="if(this.value == 'your@email') this.value ='';" onblur="if(this.value == '') this.value='your@email'"/>
Please note: my help is not official customer support. To receive your support, submit a ticket by clicking here
Regards,
RSJoomla! Development Team
The administrator has disabled public write access.
  • 1

Read this first!

We do not monitor these forums. The forum is provided to exchange information and experience with other users ONLY. Forum responses are not guaranteed.

However, please submit a ticket if you have an active subscription and wish to receive support. Our ticketing system is the only way of getting in touch with RSJoomla! and receiving the official RSJoomla! Customer Support.

For more information, the Support Policy is located here.

Thank you!