- Posts: 4
- Thank you received: 0
Can I change the name in the JDonation Module?
- Marc
- Topic Author
- Offline
- New Member
-
Less
More
12 years 8 months ago - 12 years 8 months ago #23096
by Marc
Can I change the name in the JDonation Module? was created by Marc
Now it views the first name and the last name in the module, but is there a way to show the organization instead? I think it must be changed in the jdonator\mod_jd_donors\tmpl\default.php file
Best regards Marc
Best regards Marc
Last edit: 12 years 8 months ago by Marc.
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
12 years 8 months ago #23113
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Can I change the name in the JDonation Module?
Hi
You can edit code alitle to make it works as expected. In the file you mentioned (correct file), find the code below :
Change it to :
After that, it should work as expected .
Tuan
You can edit code alitle to make it works as expected. In the file you mentioned (correct file), find the code below :
Code:
$name = $row->first_name.' '.$row->last_name ;
Change it to :
Code:
$name = $row->organization ;
After that, it should work as expected .
Tuan
Please Log in or Create an account to join the conversation.
- Marc
- Topic Author
- Offline
- New Member
-
Less
More
- Posts: 4
- Thank you received: 0
12 years 8 months ago #23133
by Marc
Replied by Marc on topic Re: Can I change the name in the JDonation Module?
Thanks allot!!! Indeed this is the trick 
Marc

Marc
Please Log in or Create an account to join the conversation.
- Tuan Pham Ngoc
- Offline
- Administrator
-
12 years 8 months ago #23341
by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Can I change the name in the JDonation Module?
Great. Thanks for confirming !
Tuan
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.