@baris said in Multiple reply buttons on newest nodebb:
The reply button under each post is used to make a direct reply to the post. The blue reply button makes a reply to the topic itself.
It is also not new.
I have installed nodebb today with v1.5.2
when nodebb loads, I find this error in console :
Uncaught TypeError: Cannot read property 'length' of null
at HTMLDocument.<anonymous> (footer.js:10)
at l (jquery.js:3583)
at u (jquery.js:3651)
This error is visible for guests and also logged in users.
When I click 'New topic' button, nothing happens.
I, Admin or any other member are not able to post any messages.
I have the following plugins active
nodebb-plugin-composer-default
Default composer for NodeBB
Installed 5.0.2 | Latest 5.0.2
nodebb-plugin-markdown
A Markdown parser for NodeBB
Installed 8.0.0 | Latest 8.0.0
nodebb-plugin-soundpack-default
Default Sound Pack
Installed 1.0.0 | Latest 1.0.0
nodebb-theme-persona
Persona theme for NodeBB
Installed 5.0.13 | Latest 5.0.13
nodebb-widget-essentials
NodeBB Essential Widgets
Installed 3.0.1 | Latest 3.0.1
Please suggest how to remove the javascript error and how to enable new topic button.
Am I missing any required plugins?
Thanks