It seems that the later versions of MediaWiki no longer require no spaces in the usernames? So, the restriction in this extension is no longer required (apparently). Hence, I replaced this line:
$this->searchpattern = "/[^a-zA-Z0-9]+/";
with this line:
$this->searchpattern = "/[\#\<\>\[\]\|\{\}/";
So far so good. I will be now working on some additional features, like the auto-logon from vB.
-Wayne
|