Wednesday 22 February 2006 6:10:48 am
Many thanks; my idea is to build some hosting solution based on ezpublish for corporate website. The scenario is when someone applies for a website. Some script can run on the backend to build a website for the customer. I am trying it on eapublish , till now , I can not figure out some script that can create the admin user password(the default password 'publish' is not good enough) , choose 'site type' and 'site functionality' just as the web wizard does. My override/site.ini.append.php like this, [SiteAccessSettings]
AvailableSiteAccessList[]=n1_user
AvailableSiteAccessList[]=n1_admin
AvailableSiteAccessList[]=n1_user AvailableSiteAccessList[]=n1_admin
HostMatchMapItems[]=www.n1.com;n1_user
HostMatchMapItems[]=admin.n1.com;n1_admin
HostMatchMapItems[]=www.n2.com;n2_user HostMatchMapItems[]=admin.n2.com;n2_admin
I just find another problem, when I login as admin user,choose 'design' on the menu, there is a list of 'SiteAccess' ,but it list All the sites. I mean it should only list the site that the admin user belong to , isn't it ? Thanks
|