After the recent session-handling changes, a couple more holes in the process have been found that affect select users that have just the right (or wrong I guess) configuration. We've corrected these items, along with a couple others, and added some new features too!
- Some users were experiencing fatal errors when getting to the payment selection portion of the registration process. This usually happened when only one payment gateway was enabled or when you used manually created registration links. FIXED.
- Making payments in the frontend user panel for a record that uses partial payments was not properly recording the new amount paid. FIXED.
- Editing of records in the frontend user panel was not able to be completed on Joomla 1.5 sites only. FIXED.
- The eWay payment gateway has modified their API (again) so eWay payments were no longer working. We updated our integration so it is now working properly. Also modified the shared integration so default record details all get passed to the eWay shared payment page.
- In frontend event creation, the Apply button in Joomla 1.5 and the Save button in Joomla 1.7/2.5 were not properly setting the event moderator, hence making the management of that event immediately unaccessible to users that are set to only be able to edit their own events. FIXED.
- Added a new class name around the username/password area when using the auto user creation feature during registration. Now those boxes contain a new language tag (instructions that you can of course modify) and a box that sets these fields apart. You'll find this new styling (that you can of course modify) added to this file:
/components/com_dtregister/assets/css/main.css
div.dt_user_box {
background: #EFEFEF;
border: 1px solid #999999;
font-size: 85%;
padding: 5px 5px 0px 5px;
margin: 5px 0px 5px 0px;
clear: both;
}
- Added a new conditional option to the Pay Later payment option (similar to the existing Offline Credit Card conditions), so now the Pay Later option has the ability to only show IF the user chooses the appropriate selection in one of your selection fields. For example, provide Pay Later only to registrants from select countries.
- Added a parameter on the 2nd tab of Configuration allowing you to disable the embedded Google maps that load now automatically in the location popups.
- There are new language tags added to the bottom of both frontend and backend language files.
Download this update now from My Orders. Thanks!






