better comments by author
Removes some restrictions previously added. Or else we would need a 'userComments' privilege. But that would not make too much sense, since we already work with the lowest group privilege here. This still is not ready yet, I presume. It needs more finetuning like answer to comments, etc. Please help testing. References #385
This commit is contained in:
@ -126,20 +126,15 @@
|
||||
</ul>
|
||||
</li>
|
||||
{/if}
|
||||
{if 'adminComments'|checkPermission}
|
||||
|
||||
<li><h3>{$CONST.MENU_ACTIVITY}</h3>
|
||||
<ul>
|
||||
{if 'adminComments'|checkPermission}
|
||||
|
||||
<li><a href="serendipity_admin.php?serendipity[adminModule]=comments">{$CONST.COMMENTS}</a></li>
|
||||
{/if}
|
||||
{if $admin_vars.no_create !== true}
|
||||
{if 'adminPlugins'|checkPermission AND $admin_vars.no_create !== true}
|
||||
{serendipity_hookPlugin hook="backend_sidebar_admin_appearance" hookAll="true"}
|
||||
{/if}
|
||||
</ul>
|
||||
</li>
|
||||
{/if}
|
||||
{if 'adminUsersGroups'|checkPermission OR 'adminImport'|checkPermission OR 'siteConfiguration'|checkPermission OR 'blogConfiguration'|checkPermission OR 'adminUsers'|checkPermission OR 'adminTemplates'|checkPermission OR 'adminPlugins'|checkPermission}
|
||||
|
||||
<li><h3>{$CONST.MENU_SETTINGS}</h3>
|
||||
|
Reference in New Issue
Block a user