Customize Front End Registrant Column Display

  • zoomlanski
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
14 years 3 weeks ago - 14 years 3 weeks ago #6406 by zoomlanski
Hi Tuan

Sorry to ask so many questions.

Can help me move the coding that changes Payment Status (Pending/Paid/Cancelled) to the Front End Registrants listing so that my site managers can update the payment status from the Front End and not only the backend?

The users who can log in are the only ones who can do this, as I have turned off the registration option.

Thanks
Tim
Last edit: 14 years 3 weeks ago by zoomlanski.

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

  • zoomlanski
  • Topic Author
  • Offline
  • Senior Member
  • Senior Member
More
14 years 3 weeks ago - 14 years 3 weeks ago #6415 by zoomlanski
Replied by zoomlanski on topic Customize Front End Registrant Column Display
Hi Tuan

So far, I've managed to add the Payment status column to the default.php view of the registrants page for F/End viewing.

<td class="sectiontableheader test_id">
<?php echo JHTML::_('grid.sort', JText::_('Testing Column'), 'a.published', $this->lists, $this->lists ); ?>
</td>

But this is where I fall down.. The options are published or unpublished, except in the backend registrant profile where it has the options to select pending/paid/cancelled.

It's important to me to be able to change up some of the columns with other registration information.

I created a custom field called eb_TeamName (Team Name). When I look in my phpmyadmin the data is stored in the t0r4j_eb_field_values. (and there is a heap of other deleted values listed in there too that should have been removed when I deleted my test registrants)

Your suggestions are appreciated on how I can pull the field_values eb_TeamName into the front-end table?

Tim
Last edit: 14 years 3 weeks ago by zoomlanski. Reason: Title change

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

Moderators: Tuan Pham Ngoc