- Posts: 103
- Thank you received: 1
Export Donors - IP Address
- Jeff
- Topic Author
- Offline
- Premium Member
-
Less
More
4 years 10 months ago #139374
by Jeff
Export Donors - IP Address was created by Jeff
Is it possible to include IP address in Export Donors CSV file?
Please Log in or Create an account to join the conversation.
- Dang Thuc Dam
-
- Offline
- Administrator
-
Less
More
- Posts: 13255
- Thank you received: 1729
4 years 10 months ago #139375
by Dang Thuc Dam
Replied by Dang Thuc Dam on topic Export Donors - IP Address
Sure, Jeff, it's possible to add include IP address of donors in CSV file, please following below steps
1. Open file: root -> components -> com_jdonation -> helper -> data.php (by notepad or ftp software)
2. Find:
and add this below
3. Find:
and add this below
Good luck
Dam
1. Open file: root -> components -> com_jdonation -> helper -> data.php (by notepad or ftp software)
2. Find:
Code:
$fields[] = JText::_('Transaction ID');
Code:
$fields[] = JText::_('IP Address');
Code:
$fields[] = $r->transaction_id;
Code:
$fields[] = $r->ip_address;
Good luck
Dam
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.