Ignore:
Timestamp:
Aug 20, 2013, 6:05:44 PM (11 years ago)
Author:
Eric
Message:

Fix a FluxBB issue (FluxBB mod) : When a new user registers, "Newest registered user" does not show him.

Tips in language/en_UK/plugin.lang.php and language/fr_FR/plugin.lang.php updated to give the way to apply the above fix.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/Register_FluxBB/admin/template/register_fluxbb.css

    r21431 r24198  
    1919
    2020.info{
     21  color: #0a0;
     22  background-color:#c2f5c2;
     23  text-align: left;
    2124  margin: 5px;
    2225  padding: 50px 50px 10px 10px;
     
    2831}
    2932
    30 .info {
    31   color: #0a0;
    32   background-color:#c2f5c2;
    33 }
    34 
    3533.mod{
     34  color: #f22;
     35  background-color: #ffd5dc;
     36  text-align: left;
    3637  margin: 5px;
    3738  padding: 50px 50px 10px 10px;
     
    4142  padding: 5px 60px 0pt 60px;
    4243  min-height: 20px;
    43 }
    44 
    45 .mod {
    46   color: #f22;
    47   background-color: #ffd5dc;
    4844}
    4945
Note: See TracChangeset for help on using the changeset viewer.