Re: Need some help with the antispam "Post Message" button
Posted by
Hugo <Nabble> on
Feb 22, 2013; 6:19am
URL: https://support.nabble.com/Need-some-help-with-the-antispam-Post-Message-button-tp7583304p7583305.html
Hi David, thanks for the explanation. This issue happens because the topic page (where the quick reply controls are located) is cached. So the
antispam_submit_button macro is NOT called when the page is served from the cache. That command sets a variable in the user session, so it must be run before any post is saved. The easiest solution for you is to remove the line below from the new_post macro:
<n.check_antispam_submit bypass="preview"/>
This will disable the anti-bot control on your forum, but this shouldn't be an issue if you have active moderators around. Remember that we also have other ways to block spam messages, so you can contact us if there is any user (human or not) posting junk to your forum. Please let me know if you have any questions.
PS. Did you read
this post about the future of Nabble? NAML is a great language, but it is not intuitive to the average user. So we are moving our templating language to
Lua, which is one of the simplest languages available and typically used as an embedded language. This will push Nabble to the next level and will allow us to fix many issues reported by our users in the last years. I would like to hear from you (probably the most advanced NAML user so far) what you think about this. Thanks for the feedback and I am open to new questions.