- Posts: 12
- Thank you received: 0
Removing the info icon
- Matija Biljeskovic
- Topic Author
- Offline
- New Member
-
Less
More
15 years 5 months ago - 15 years 5 months ago #1744
by Matija Biljeskovic
Removing the info icon was created by Matija Biljeskovic
How can I remove the blue info icon "i" from the JDonations module?
Also, how can I add icons of paypal moneybooker and authorize.net to the JDonations module?
Also, how can I add icons of paypal moneybooker and authorize.net to the JDonations module?
Last edit: 15 years 5 months ago by Matija Biljeskovic.
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
15 years 5 months ago #1749
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re:Removing the info icon
Hi
You can remove the info I con and add the image to the donation module by editing the file
modules/mod_jdonation/tmpl/default.php .
To remove the info icon, remove the line of code :
To insert the icons , you need to know html code . and insert the code into the file where you want the images to be showed .
Regards,
Ossolution Team
Thanks ,
Ossolution Team
You can remove the info I con and add the image to the donation module by editing the file
modules/mod_jdonation/tmpl/default.php .
To remove the info icon, remove the line of code :
Code:
<?php
if (($donationType==2))
echo " ".JHTML::_('tooltip', JText::_('JD_TIP') ,JText::_('JD_DONATION_AMOUNT'));
?>
To insert the icons , you need to know html code . and insert the code into the file where you want the images to be showed .
Regards,
Ossolution Team
Thanks ,
Ossolution Team
Please Log in or Create an account to join the conversation.
Moderators: Mr. Dam, Dũng Nguyễn Việt
Support
Documentation
Information
Copyright © 2025 Joomla Extensions by Joomdonation. All Rights Reserved.
joomdonation.com is not affiliated with or endorsed by the Joomla! Project or Open Source Matters.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.
The Joomla! name and logo is used under a limited license granted by Open Source Matters the trademark holder in the United States and other countries.