Can I change the name in the JDonation Module?

More
12 years 8 months ago - 12 years 8 months ago #23096 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
Last edit: 12 years 8 months ago by Marc.

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

More
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 :
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.

More
12 years 8 months ago #23133 by Marc
Thanks allot!!! Indeed this is the trick :)

Marc

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

More
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

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

Moderators: Dang Thuc DamDang Dam