Support for SermonSpeaker 5.x is in bugfix mode only, the same as it is for Joomla 3.10.
I will not add any new features to this releases.
Please upgrade to SermonSpeaker 6.x and Joomla 4.x, which is better anyway.

Grant Add Sermon but not Add Serie permission

More
22 Jul 2016 06:14 #6224 by Ken Lee
Dear Thomas,
I am creating a system which lets some staff add sermons only but not serie and speakers, etc.
I created a form renderField('series_id') which gives a series list for selection which is good. But the user could also create a new serie by clicking the "Plus" button next to the list. It is something I want to prohibit.
I know the permission system is not that granular to set permission on sermons and series. Then I try to remove the "Plus" button so that they cannot do that easily.
How can I achieve this?
Thank you.

Please Log in or Create an account to join the conversation.

More
22 Jul 2016 07:47 #6225 by Thomas Hunziker
The simplest thing would be to hide the button using CSS. Eg
Code:
.icon-plus-2 { display: none !important; }

You could also create a template override for the edit view, but since it's a formfield you want to alter, you need quite a bit knowledge how forms work in Joomla.
The following user(s) said Thank You: Ken Lee

Please Log in or Create an account to join the conversation.

Time to create page: 0.139 seconds
Powered by Kunena Forum