Author Topic: Registered users add comments without captcha.  (Read 5663 times)

0 Members and 1 Guest are viewing this topic.

Offline Valery

  • Newbie
  • *
  • Posts: 23
    • View Profile
Registered users add comments without captcha.
« on: January 01, 2008, 10:04:23 PM »
For only unregistered users (guests):
$captcha_enable_comments = 1;

 8O ???

Offline nobby

  • 4images Guru
  • *******
  • Posts: 2.873
    • View Profile

Offline Valery

  • Newbie
  • *
  • Posts: 23
    • View Profile
Re: Registered users add comments without captcha.
« Reply #2 on: January 02, 2008, 11:15:08 AM »
Thanks. I read it. There there is no answer.  :(

Something of type of it is necessary in config.php: :roll:
{if user_loggedin}$captcha_enable_comments = 0;{endif user_loggedin};
{if user_loggedout}$captcha_enable_comments = 1;{endif user_loggedout};

Offline Acidgod

  • Moderator
  • 4images Guru
  • *****
  • Posts: 2.421
  • It's me?
    • View Profile
    • Flash-Webdesign
Re: Registered users add comments without captcha.
« Reply #3 on: January 02, 2008, 02:36:15 PM »
hmmm... :roll:

1. $captcha_enable_registration = 1;
2. enable comments only for reg. user
3. $captcha_enable_comments = 0;

Offline k1lljoy

  • Jr. Member
  • **
  • Posts: 79
    • View Profile
    • Razruha.Ru
Re: Registered users add comments without captcha.
« Reply #4 on: June 23, 2008, 11:38:02 AM »
Is it possible to make captcha nor show for persons, that don`t have to enter the code - for example - admins?  :roll:
Because right now it is shown to admins but may not be filled - a bit inappropriate I think  :|

and another moment - is it possible to show special message for guests (not registered/logged in users), for instance: "Comments are allowed only for registered users. To register, please, click here", etc
For right now the comment form is just absent if not legistered/logged in, and no info is shown  :roll: