Please or Register to create posts and topics.

Problem with code insertion icons

Hi. I just installed ASGAROS in my wordpress site. But I have a problem.
when a member creates a topic, they do not see the code insertion icons.

But when I am logged in as admin, these icons are visible.

I have already installed Enlighter. But the problem is not solved.

How to display these icons?

Thank you for your lights

Uploaded files:
  • code.PNG

Hey @ben,

to add Enlighter also to usual users you will have to add this code snippet:

function mm_ejs_frontend_editing($allowed) {
  return true;
}
add_filter('enlighter_frontend_editing', 'mm_ejs_frontend_editing');

 

Asgaros has reacted to this post.
Asgaros
Need professional help with Asgaros Forum? Book an appointment with us at domra Web Solutions for setup and customization services. Learn more about our Toolbox for Asgaros Forum plugin to enhance your forum experience.