Need to add more fields to member export

More
9 years 6 months ago #51594 by Craig
I need to be able to export "coupon code", "modified date", and created date when exporting members. Is there a way to change this? If need be I would like to add these things myself to the code manually if you can just point me to the file where this processing happens.

Thanks for any help!

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

More
9 years 6 months ago #51601 by Craig
Replied by Craig on topic Need to add more fields to member export
Can I override the file found at:

administrator -> components -> com_osmembership -> views -> subscribers -> default.php

In order to customize these fields?

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

More
9 years 6 months ago #51609 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Need to add more fields to member export
Hi Craig

That's not the file for CSV export. The correct file is administrator/components/com_osmembership/controllers/subscribers.php, method export

Regards,

Tuan

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

More
9 years 6 months ago #51645 by Craig
Replied by Craig on topic Need to add more fields to member export
Okay, so is that going to be the only way for me to customize the export?

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

More
9 years 6 months ago #51713 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Need to add more fields to member export
Yes Craig. You will need to customize the code to include the fields you want. I don't think it is difficult, so please give it a try !

Tuan

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