Closed st-anton closed 9 years ago
I'm not sure there is a way in the fontend but I'll look to see if it's able.
On Wednesday, May 27, 2015, st-anton notifications@github.com wrote:
Access level can be set in the backend, but not in the frontend
— Reply to this email directly or view it on GitHub https://github.com/Joomla-Bible-Study/Joomla-Bible-Study/issues/571.
Sent from Gmail Mobile
Cannot find the field.
@st-anton @tomfuller2 Right now its in different spots compared to the backend Should we make it the same?
Fixed.
The field is still missing. As this is a very important feature, we should not drop it. I tried the following code and it worked as expected: site\components\com_biblestudy\views\messageform\tmpl\edit.php line 373
<div class="control-group">
<div class="control-label">
<?php echo $this->form->getLabel('access'); ?>
</div>
<div class="controls">
<?php echo $this->form->getInput('access'); ?>
</div>
</div>
You are right the rules are there but the access is missing. Will add ASAP.
Access level can be set in the backend, but not in the frontend