Joomla-Bible-Study / Proclaim

Joomla Proclaim Component - Christian Web Ministries
https://www.christianwebministries.org/
GNU General Public License v3.0
11 stars 9 forks source link

Frontend new / edit study: No entry for access level #571

Closed st-anton closed 9 years ago

st-anton commented 9 years ago

Access level can be set in the backend, but not in the frontend

bcordis commented 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

st-anton commented 9 years ago

Cannot find the field.

bcordis commented 9 years ago

@st-anton @tomfuller2 Right now its in different spots compared to the backend Should we make it the same?

bcordis commented 9 years ago

Fixed.

st-anton commented 9 years ago

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>
bcordis commented 9 years ago

You are right the rules are there but the access is missing. Will add ASAP.