Hello,
I want to add columns on credit view.
The first one will display the friends' usernames. So I've tried alone.
I've edited the /components/com_aworewards/views/credit/tmpl/default.php file, I've added 2 lines that I've found in /components/com_aworewards/views/referral/tmpl/default.php file. This one : th class="sectiontableheader">
and this one :
Ok so now I've a new column named "username" but it's empty.
I've certainly something more to do but I can't find. Could you help me please.
The second column that I need must display the date when the sponsors have used the coupon. Do you think it's possible ?
Thanks
I want to add columns on credit view.
The first one will display the friends' usernames. So I've tried alone.
I've edited the /components/com_aworewards/views/credit/tmpl/default.php file, I've added 2 lines that I've found in /components/com_aworewards/views/referral/tmpl/default.php file. This one : th class="sectiontableheader">
<?php
echo JHTML::_('grid.sort', 'COM_AWOREWARDS_USERNAME', 'u2.username', $this->lists['order_Dir'], $this->lists['order'] );
?>
and this one :
<?php
echo $row->r_username;
?>
Ok so now I've a new column named "username" but it's empty.
I've certainly something more to do but I can't find. Could you help me please.
The second column that I need must display the date when the sponsors have used the coupon. Do you think it's possible ?
Thanks