By Vesica on Monday, 22 June 2015
Posted in Technical Issues
Replies 5
Likes 0
Views 436
Votes 0
Hi,

could you please tell me, is there a setting on EasyBlog 5 to disable front-end editing or should I remove it from code?

thanks!
Hi,

I'm doing it via template override, so I could not see how this can be override?

I'm against using CSS to hide things since the code will be added in markup and adds to page weight.

thank you!
·
Tuesday, 23 June 2015 20:02
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Vesica,

We sincerely apologize that there's no settings to disable it, However
You can apply CSS changes in the Template Manager with
div#fd.eb .eb-post-admin>a {
display: none;
}
Can you give it a try and do update us if you require our assistance on this?
·
Monday, 22 June 2015 19:35
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,

I was thinking to remove the PHP code and I thought is a setting for that in back-end that I've missed.

It's OK if I remove this code for the frontpage:

<?php echo $this->output('site/blogs/admin.tools', array('post' => $post, 'return' => $return)); ?>


thanks!
·
Tuesday, 23 June 2015 18:57
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Vesica,

Yes. It's okay to remove the code however if performing update, it will still appear.
May I suggest that for temporary you use CSS fix to apply on it first?
·
Tuesday, 23 June 2015 19:52
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Vesica,

We're really sorry for that. However,you may apply CSS changes at your template manager
div#fd.eb .eb-post-admin>a {
display: none !important;
}
May I ask can you provide your ( BackEnd , FTP ) access for us to fix this CSS for you?
Your credentials are well kept within our staff and only our support team can view it.
·
Tuesday, 23 June 2015 20:26
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post