coppermine-gallery.com/forum

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:     * Administrators,Registered,Guests,Banned
change to
    * Administrators,Registered,Anonymous,Banned
but group Guests now is Anonymous.

2. loginform plugin:
line 58:
$loginFormHtml = "<div align=\"right\" class=\"smallfont\">Welcome back <strong>".(USER_NAME)."</strong><br />";
change to
$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.