Hello Gustav Belin,
I am really sorry for the delay of this reply as it is a weekend for us here.
Oh, I didn't test properly, I'm really sorry for that.
I believed that above solution is not meet your requirement at all.
You have to revert back the code to original. Hmm, if i rid of the those option until like this, check my screenshot below, is it okay for you?
Because this few option is very important when you publish a new blog post from your site, then the data should save in your database to record the user, creation date, and contribute on which entry page. Hope you understand.
If this okay for you, you can disable those setting from your backend. See my following instructions :
backend > Easyblog > Setting > Workflow > Enable password protection - NO
backend > Easyblog > Setting > Workflow > Enable copyrights - NO
backend > Easyblog > Setting > Location > Enable location services - NO
backend > Easyblog > ACL > select your user group > Contribute On Frontpage - NO
backend > Easyblog > ACL > select your user group > Change Blog Comment Settings - NO
backend > Easyblog > ACL > select your user group > Change Blog Subscription Settings - NO
JoomlaFolder\components\com_easyblog\themes\dashboard\system\dashboard.write.options.php
comment out this LINE 176 - 181 for email notification option
<li>
<label><?php echo JText::_('COM_EASYBLOG_BLOGS_BLOG_SEND_NOTIFICATION_EMAILS'); ?> :</label>
<div style="margin-top:4px">
<?php echo $this->renderCheckbox( 'send_notification_emails' , $send_notification_emails );?>
</div>
</li>