Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted June 8, 20186 yr About This File This plugin will add the Question and Answer Challenge when a guest tries to create a new topic in your board. Note: This plugin will create a cookie with 1 minute of lifetime. After that time, guest will have to answer again to the challenge. Guests will be able to create the topic if you haven't set Questions and Answers (ACP -> Member -> Spam Prevension -> Question and Answer Challenge) Edited June 8, 20186 yr by Adriano Faria
June 10, 20186 yr could you enable this for guest replies also in the future? @Adriano Faria Edited June 11, 20186 yr by Serayah
August 25, 20186 yr Replies and article comments, then i buy this Edited September 9, 20186 yr by Owdy
September 21, 20213 yr Just a suggestion to save a really unnecessary DB query which is executed each time a topic is loaded: There's really no point in fetching the question inside the Topic::formElements hook for registered members. You can literally stop doing any further checks and return the parent method response if the Member::loggedIn()->member_id check returns true 😉