- Posts: 7
- Thank you received: 0
mod_jdonation linking to pages other than default
- Tammy VanDeusen
- Topic Author
- Offline
- New Member
-
Less
More
11 years 6 months ago #42550
by Tammy VanDeusen
mod_jdonation linking to pages other than default was created by Tammy VanDeusen
A few more questions...
1. I used the djform to embed the donation form to a different page, this solved my formatting needs.
2. How do I change the link from the mod_jdonation modules to go to where I need them to go?
3. If the donation page is secure but I embedded it into another page, do I need to secure the new page as well?
4. How do I make the embedded donation page's title not show? (please see screen shot)
1. I used the djform to embed the donation form to a different page, this solved my formatting needs.
2. How do I change the link from the mod_jdonation modules to go to where I need them to go?
3. If the donation page is secure but I embedded it into another page, do I need to secure the new page as well?
4. How do I make the embedded donation page's title not show? (please see screen shot)
- Tuan Pham Ngoc
- Away
- Administrator
-
11 years 6 months ago #42579
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic mod_jdonation linking to pages other than default
Hi
2=> If you have different pages, I am afraid of it is not possible. If you just have a page, maybe you can try to edit code at the file modules/mod_jdonation/tmpl/default.php, change action attribute of the form to the url of that page and try again ?
3=> Yes
4=> You will need to edit the code. Look at the file plugins/content/jdform/jdform/default.php, find the code below and remove it :
Regards,
Tuan
2=> If you have different pages, I am afraid of it is not possible. If you just have a page, maybe you can try to edit code at the file modules/mod_jdonation/tmpl/default.php, change action attribute of the form to the url of that page and try again ?
3=> Yes
4=> You will need to edit the code. Look at the file plugins/content/jdform/jdform/default.php, find the code below and remove it :
Code:
<h3 class="jd-header"><?php echo JText::_('JD_DONOR_INFO'); ?></h3>
Regards,
Tuan
Please Log in or Create an account to join the conversation.
Moderators: Dang Thuc Dam, Dang Dam
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.