forum.coppermine-gallery.net

Support => cpg1.4.x Support => Older/other versions => cpg1.4 plugins => Topic started by: Ben-Ja on May 26, 2008, 10:00:55 am

Title: 2 bugs: captcha and loginform plugins
Post by: Ben-Ja on May 26, 2008, 10:00:55 am
2 bugs: captcha and loginform plugins:

1. captcha plugin:
line 167:
Code: [Select]
     * Administrators,Registered,Guests,Bannedchange to
Code: [Select]
    * Administrators,Registered,Anonymous,Bannedbut group Guests now is Anonymous.

2. loginform plugin:
line 58:
Code: [Select]
$loginFormHtml = "<div align=\"right\" class=\"smallfont\">Welcome back <strong>".(USER_NAME)."</strong><br />";change to
Code: [Select]
$loginFormHtml = "<div align=\"right\" class=\"smallfont\">Welcome back <strong>".(USER_NAME)."</strong><br /></div>";but tag div is not closed.

Title: Re: 2 bugs: captcha and loginform plugins
Post by: Hein Traag on May 26, 2008, 10:34:20 am
Report the bugs in the thread of the plugin itself instead of opening a new thread and report two issues although board rules say no more then 1 topic per thread.