Re: [Zope-CMF] Alternative base profiles

2008-02-08 Thread Charlie Clark


Am 07.02.2008 um 22:47 schrieb Charlie Clark:

"You have not created any users in this Zope instance. In order to  
log in and manage this Zope instance, you'll need to add an  
adminstrative user account"



aha! able to solve this myself: this is the error message you get if  
you have absolutely no skins support. Adding the CMFDefault skins to  
the profile or your own solves the problem. I assume I can configure  
the a view for the site itself?


Charlie
--
Charlie Clark
Helmholtzstr. 20
Düsseldorf
D- 40215
Tel: +49-211-938-5360
GSM: +49-178-782-6226



___
Zope-CMF maillist  -  Zope-CMF@lists.zope.org
http://mail.zope.org/mailman/listinfo/zope-cmf

See http://collector.zope.org/CMF for bug reports and feature requests


[Zope-CMF] Alternative base profiles

2008-02-07 Thread Charlie Clark

Dear all,

at a snail's pace I'm approaching an understanding of the CMF!  
Actually, that's not entirely true, but coming from the ZMI world I'm  
still learning quite how much there is to learn!


How do I go about creating a different base as opposed to an extension  
profile? eg. A site which only allows Documents and Images

I've sussed that

  

needs the provides directive removing and genericsetup XML files need  
creating in the profiles/charlie folder and I can create a site like  
this *but* I'm missing something fairly crucial as I get the following  
error when I try and look at the site:


"You have not created any users in this Zope instance. In order to log  
in and manage this Zope instance, you'll need to add an adminstrative  
user account"


NB. this is only for this site - the Zope Instance is fine as are any  
sites based on CMFDefault. Apart from the Members folder created by  
the setuphandlers.py script I can't see any difference between the two  
sites and there profiles although there obviously is.


Also: does  in  
a browser view template refer to  
Products.CMFDefault.skin.five_template ? As a bridge between CMF skins  
and browser views?


As always, thanks!

Charlie
--
Charlie Clark
Helmholtzstr. 20
Düsseldorf
D- 40215
Tel: +49-211-938-5360
GSM: +49-178-782-6226



___
Zope-CMF maillist  -  Zope-CMF@lists.zope.org
http://mail.zope.org/mailman/listinfo/zope-cmf

See http://collector.zope.org/CMF for bug reports and feature requests