Need help with Joomla? We are available for hire to help with Joomla customization, upgrades, maintenance, and custom development.
Explore our services

Remove donate button from thermometer module

More
12 years 7 months ago #40734 by zaruc
Hi I want to remove the donate button from the thermometer because I have the thermometer in the donation campaign. Please help me.

Please Log in or Create an account to join the conversation.

  • Tuan Pham Ngoc
  • Away
  • Administrator
  • Administrator
More
12 years 7 months ago #40903 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Remove donate button from thermometer module
Hi

You will need to edit the code alitle to remove the button.

Please open the file modules/mod_jd_thermometer/tmpl/default.php, find the code below and remove it :
Code:
<tr> <td align="center"> <input type="button" class="button" onclick="donationForm(<?php echo $row->id ; ?>, this.form);" value="<?php echo JText::_('JD_DONATE'); ?>" /> </td> </tr>

Regards,

Tuan

Please Log in or Create an account to join the conversation.

Moderators: Mr. DamDang Dam