bbAntiSpam: Discuss how to stop web spam

The forum is retired.

bbAntiSpam Forum Index - Textual Confirmation - FAQ: Question doesn't appear

Author Message
admin
Site Admin


Joined: 18 Apr 2006
Posts: 805
Location: Saint-Petersburg, Russia

Posted: Sat Sep 15, 2007 2:52 am    Post subject: FAQ: Question doesn't appear  

Question
I have installed everything and confirmed it was correct (twice) however I'm sure I have something wrong.

What is happening is that the actual text confirmation box doesn't show up when the user is registering.

Answer

Step 1
Go to the administration panel, follow the link "Textual Confirmation" in the left frame. Do you see the questions, can you change them?

If yes, then:

Step 2
Most likely, the problem is the following. You have an alternate theme (look and feel) on your forum, but changed only the default template. Please check the folder "templates". If it contains folders other than "subSilver", you need to modify the files "profile_add_body.tpl" in that folders too.

If you have only the the folder "subSilver", and "profile_add_body.tpl" is changed as described in the installation instructions, then:

Step 3
Check if your profile_add_body.tpl contains a sort of the following:
Code:
<!-- END switch_confirm --><!-- BEGIN switch_textual_confirm -->

If so, change from everything on one line to two lines:
Code:
<!-- END switch_confirm -->
<!-- BEGIN switch_textual_confirm -->

_________________
Oleg Parashchenko, bbAntiSpam
Do you love our tools? Please sponsor further development!

Ok.