Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
September 29, 20222 yr 7 hours ago, Nathan Explosion said: Thank you - as mentioned, this feature will be added next time I work on the application (no idea when that will be) I'd be interested in sending a donation your way if it helps speeding up the process, and adding my request of course 😋
October 4, 20222 yr Author Adding for later reference if/when adding new features... add ability to add and/or conditionals to the limits applied by the application. Edited October 4, 20222 yr by Nathan Explosion
December 2, 20222 yr @Nathan Explosion Hello, haven't seen any update in long time, does this app php 8 and ips 4.7.x ready? thanks!
December 2, 20222 yr Author Yes - I am not going to update on this topic here unless an update is required. Find an issue that I haven't myself, report it.
July 11, 20231 yr @Nathan Explosion Excellent app, we were really needing it here. The "limits enabled" string is hard coded in the two available templates. The best would be to include it as a language string: <li>{lang='neapp_contentlimits_type_word'} limits enabled E.g. a new language string as: %s limits enabled Just my two cents! Cheers
July 12, 20231 yr @Nathan Explosion A couple of suggestions to improve this amazing app, if possible. In summary, add options also to the topic title, in order to prevent low-quality titles: 1. Minimum number of word/characters in the topic title. 2. List of ban words for topic title. Here we would enter phrases such as "help me" and others that don't help others to know beforehand what the topic is about. I hope you can add them to the app. Thank you in advance! Cheers.
July 12, 20231 yr Author The language suggestion - that's already fixed in my next version. 3 minutes ago, Gabriel Torres said: @Nathan Explosion A couple of suggestions to improve this amazing app, if possible. In summary, add options also to the topic title, in order to prevent low-quality titles: 1. Minimum number of word/characters in the topic title. 2. List of ban words for topic title. Here we would enter phrases such as "help me" and others that don't help others to know beforehand what the topic is about. I hope you can add them to the app. Thank you in advance! Cheers. This, however, will not be as this application is specific to the Editor and will remain so. Your suggestion would be better handled instead with a hook on the field that performs custom validation on submission of the topic, and returns an error if the validation fails. Edited July 12, 20231 yr by Nathan Explosion
July 27, 20231 yr @Nathan Explosion Our users are being able to bypass the minimum number of characters limitation by simply adding aditional spaces in their posts. It is amazing how instead of following the rules, people spend time thinking about how to break them. The solution would be to treat contiguous space characters as a single character. So, for example, 10 sequential space characters would be counted as a single one. I hope you can add this feature in a future release! 😁 Cheers!