TheLuggs
21st February 2007, 11:11
I wanted a definable prefix for each domain, so i tried the following
I resolved it the following way:
Added a field to varchar(255) "prefix" isp_isp_web
added following line to username plugin:
$user_prefix = str_replace("[PREFIX]",$web["prefix"],$user_prefix);
Of course would it be nice if i could actually configure it on the site admin page. :)
I resolved it the following way:
Added a field to varchar(255) "prefix" isp_isp_web
added following line to username plugin:
$user_prefix = str_replace("[PREFIX]",$web["prefix"],$user_prefix);
Of course would it be nice if i could actually configure it on the site admin page. :)