langel87 Posted January 17 Share Posted January 17 Hi again! I hope you can help me since I have searched in the administration but I could not find it. There is a way that only webmaster level users (or higher) can create channels, I feel there would be more control over them. Regards! Quote Link to comment Share on other sites More sharing options...
Tech Support Posted January 18 Share Posted January 18 The easiest way would be to go to Website UI -> Global blocks -> Global block "Edit Channel Form" and wrap the whole its template code into this: {{if $smarty.session.status_id==6}} ... here goes the original code that was in that block template {{else}} <strong class="popup-title"> {{if $smarty.post.dvd_id>0}} {{$lang.edit_channel.title_edit_channel}} {{else}} {{$lang.edit_channel.title_create_channel}} {{/if}} </strong> <div class="popup-holder"> <div class="generic-error"> Creating channels is available for webmaster users only. </div> </div> {{/if}} 1 Quote Link to comment Share on other sites More sharing options...
langel87 Posted January 18 Author Share Posted January 18 It works, thank you! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.