mod_jdonation linking to pages other than default

  • Tammy VanDeusen
  • Topic Author
  • Offline
  • New Member
  • New Member
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)

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

  • Tuan Pham Ngoc
  • Away
  • Administrator
  • Administrator
More
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 :
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 DamDang Dam