How to remove post submit restrictions?
Unsolved
Plugin Development
-
I need remove composer textfield, and i can remove this from the composer.tpl in my plugin, but where i try submit the topic, the NodeBB sendme a notification says: Please enter a longer post. Posts should contain at least 8 character(s).
How i can disable this verifications via my plugin?
-
@sdantuoni Yeah, I ran into that problem too, I want to have some section where you can put the link in the title (a-la-reddit style)
-
No, there's no way to bypass the check (though 0 should ignore the check, technically)...
Have you set it to -1? Just thinking out loud.
Otherwise, you'll have to input some dummy text and have a post submit hook that removes it or replaces it with spacer symbols, etc....
Copyright © 2024 NodeBB | Contributors