How can i add reply editor on ForumTopicPage?
I want to have the instant reply option on ForumTopicPage when clicked on Reply option ( but not the Quick Reply Option) there should be a reply editor option.
I have gone through one of the post on community https://community.lithium.com/t5/Developer-Discussion/Reuse-editor-component/m-p/140082 but i did't get any satisfactory results so what approach should be followed for this.
Also how can i create a clone of community standard page like ReplyPage? So that i can use the component that are used in the context of ReplyPage and use that custom page in the another page as nested page.
Here is an awesome article to create an custom page.
For the custom form topic page your page name should be like ForumTopicPage.yourpagetitle.
Regarding the custom reply editor on forum topic page, you need to use custom Tinymce plugin. You will need to do some custom JS coding and use rest API to post new reply.
Give kudos if you find my posts helpful or mark solution if it answers your query
Tariq