Thx for the quick reply 👍
Kobold
@pitaj Thank you a lot. I will try your suggestions. One more question, can we enable multiple Reply editor? I mean one for Admin and another for others?
@raj I don't know what you mean by "multiple reply editor"
@pitaj I mean, if multiple composers are possible? Like NodeBB has Quick Reply and Reply at the same time. Like if we can have two different WYSIWYG composers. One for Admins and another for all.
@raj what would be the purpose of doing that? I know you said you wanted admins to be about to use HTML. Do you want admins to be able to use the Redactor composer and normal users to be about to use the default one?
@pitaj Exactly! That will restrict other users to post HTML. Sanitization is not working for me as it is removing most of the features from my posts.
@raj what kind of features are you trying?
@pitaj I have html/image sliders inside my posts. That I want only Admins to post and for others it will restrict HTML.
No, its not working for me! I can not find way to restrict users to have HTML in their posts while only Admins having it.
Is there any way that in every topic I can have different custom HTML (just like widgets)? topic.tpl with widgets perfectly works for me but that sets the html globally while I need different for every topic.
Also nodebb custom pages plugin not working for me. It is not showing the button for adding new route.
https://github.com/NodeBB-Community/nodebb-plugin-custom-pages
And custom homepage plugin bringing the homepage down and also clicking profile icon on top right corner does not show anything. Everything works fine when I deactivate the plugin!
You probably need to execute ./nodebb build
when you activate the plugin... If you did, let us know what error you see when you go to the page to administer custom pages. The plugin should be working fine...
@julian Thank you. I will try that out.