[email protected]
Topic Author
Offline
Fresh Boarder
Posts: 1
Thank you received: 0
Hi,
I would like to report a bug in the "cbreadonly" option for registration fields when there's an integration with CB od JomSocial. It seems that works only for CB. Checking the code maybe there's no check for new $map_jomsocial_fields.
So, in the file \administrator\components\com_dtregister\models\field.php you should change all occurrences of:
global $cbviewonly , $cb_integrated ,$map_cb_fields;
...
if($value != "" && $cb_integrated > 0 && $cbviewonly==1 && $my->id && isset($map_cb_fields[$this->id])){
To:
global $cbviewonly , $cb_integrated ,$map_cb_fields, $map_jomsocial_fields;
...
if($value != "" && $cbviewonly==1 && $my->id && (($cb_integrated == 1 && isset($map_cb_fields[$this->id])) || ($cb_integrated == 2 && isset($map_jomsocial_fields[$this->id])))){
Best regards,
Vincenzo
Please Log in or Create an account to join the conversation.
Board Categories
News & Announcements
- DTH Development Announcements
DT Register
- Pre-Sales Questions
- General Discussion - Joomla 1.0.x
- General Discussion - Joomla 1.5
- General Discussion - Joomla 1.7 / 2.5
- General Discussion - Joomla 3.x
- Feature Wish List
- DT Register Plugins
DT SMS
- Pre-Sales Questions
- General Discussion - Joomla 3.x
- Feature Wish List
DT Donate
- Pre-Sales Questions
- General Discussion - Joomla 1.0.x
- General Discussion - Joomla 1.5
- Feature Wish List
- General Discussion - Joomla 2.5
- General Discussion - Joomla 3.x
DT DocuSign
- Pre-Sales Questions
- General Discussion - Joomla 2.5 / 3.x
- Feature Wish List
DT Invoice
- Pre-Sales Questions
- General Discussion
- Feature Wish List
DT Community Builder Plugins
- DT Delete Me
Show & Tell
- DT Show & Tell
Time to create page: 0.116 seconds