Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: [1]   Go Down

Author Topic: 2 bugs: captcha and loginform plugins  (Read 4388 times)

0 Members and 1 Guest are viewing this topic.

Ben-Ja

  • Coppermine newbie
  • Offline Offline
  • Gender: Male
  • Posts: 1
    • www.net4me.ru
2 bugs: captcha and loginform plugins
« 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.

Logged

Hein Traag

  • Dev Team member
  • Coppermine addict
  • ****
  • Country: nl
  • Offline Offline
  • Gender: Male
  • Posts: 2166
  • A, B, Cpg
    • Personal website - Spintires.nl
Re: 2 bugs: captcha and loginform plugins
« Reply #1 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.
Logged
Pages: [1]   Go Up
 

Page created in 0.018 seconds with 20 queries.