help to better help you:
Please: add always Joomla / JEM version and details to your posts, so we can try to reproduce your issue!
select.genericlist doesnt show the selectet item
select.genericlist doesnt show the selectet item
1 year 2 months ago
Dear supportteam,
I have a little problem. When loading the website, I want the "public" selection to be selected directly without having to click on it. How can I adjust that?
Thank you
Ilmar
I have a little problem. When loading the website, I want the "public" selection to be selected directly without having to click on it. How can I adjust that?
Thank you
Ilmar
Please Log in or Create an account to join the conversation.
Re: select.genericlist doesnt show the selectet item
1 year 2 months ago
Sorry, I really do not understand. Please can you describe what you are doing
Please Log in or Create an account to join the conversation.
Re: select.genericlist doesnt show the selectet item
1 year 2 months ago
I can create an event on my website. I created the “Attachments” tab for this purpose. These attachments must be selected between 4 categories. "Public" "Registered" "Special" and "Super Users". Before the update I had set the "public" tab to be automatically selected when the website loaded. Since the update it doesn't do that anymore and I can't find the error here to fix it.
Please Log in or Create an account to join the conversation.
Re: select.genericlist doesnt show the selectet item
1 year 2 months ago - 1 year 2 months ago
Thank you, I agree, this seems to be a bug:
In my eyes too, It would be better to have one accesstype as selected.
you can change it:
for events in backend: admin/edit_attachments.php line 85 change to
the same in site/edit_attachments.php line 85.
and the same should be changed for venue attachments!
and in both styles: legacy and standard responsive
In my eyes too, It would be better to have one accesstype as selected.
you can change it:
for events in backend: admin/edit_attachments.php line 85 change to
Code:
<?php echo JHtml::_('select.genericlist', $this->access, 'attach-access[]', array('class'=>'inputbox form-control','size'=>'7'), 'value', 'text', 1); ?>
and the same should be changed for venue attachments!
and in both styles: legacy and standard responsive
Last edit: 1 year 2 months ago by jojo12.
Please Log in or Create an account to join the conversation.
Re: select.genericlist doesnt show the selectet item
1 year 2 months ago
see:
github.com/jemproject/JEM-Project/issues/1659
Should be fixed, please test!
Should be fixed, please test!
Please Log in or Create an account to join the conversation.
Re: select.genericlist doesnt show the selectet item
1 year 2 months ago
we are testing on friday
Please Log in or Create an account to join the conversation.
Time to create page: 0.540 seconds