First of all, you made the right choice in your purchase
Second, for the plugin, please modify the file:
/plugins/content/mosdtregister.php
Around line 49 you\'ll see code starting with:
$sql=\"select ...
Change it to:
$sql=\"select distinct(a.id),a.publish_up,if(CURDATE()>b.cut_off_date,\'y\',\'n\') as cut_off,a.*,b.cut_off_date, b.waiting_list from #__events a ,#__dtregister_group_event b where a.id=$eventId And a.id = b.eventId AND a.publish_up >= NOW() AND a.state=1 ORDER by a.publish_up\";
See if that does the trick for you.
Regarding the pagination, that is an issue in 1.5 legacy... works in 1.0. Since our 1.5 native version is just around the corner, we\'re not wasting time on things like that to get the native version out the door. Thanks!