Quote:
Originally Posted by vilia100
2. In addition there is an error in Plugin. You should Go to the AdminCP -> Plugins & Products -> Plugin Manager. Then find the following plugin: [USML] Login by Username or Email (it should be the last one in the list) and Edit it.
Finally you have to add the opening bracket in first string to correct the error:
From
PHP Code:
if ($vbulletin->options['usml_login_nameemail_enable']
to
PHP Code:
if ($vbulletin->options['usml_login_nameemail_enable'])
Then save and everything should work
Good luck!
|
Installed on 4.1.3pl5 with thanks ..
Didn't work until I made vilia's change ... thank you vilia. :up:
Works fine now... nice feature ...
Regards,
Doug