[Zope-CMF] rmoving right and left slots on login_form
david convent
david.convent at sciencesnaturelles.be
Thu Nov 20 10:35:42 EST 2003
To make it work, i had to goto
portal_skins/plone_templates/main_template; click customize. and search
for prepare_slots and instead of here/prepare_slots change that to
template/prepare slots. It seems this will be in Plone 2.0.
(token from
http://www.plone.org/documentation/howto/HowToAddSlotsToPT/wikipage_view)
It now works !! thx for you help
David
> Hi Anton, thanx for your answer,
> i tried what you suggested :
> customize the login_form in my custom folder (or any skin folder that
> comes before plone standard ones),
> add the two properties (left_slots and right_slots : lines) and left
> those empty.
> Unfortunately this didn't work, the slots are still displayed on the
> login_form page..
>
> David
>
> Anton Hughes wrote:
>
>> Hi David,
>>
>> The left and right slots are determined by the property variables
>> (defined
>> on the root of the site - open the root of the portal in the ZMI then
>> click
>> the properties tab). If you put these properties (left_slots,
>> right_slots)
>> on the login page itself (through the ZMI properties tab) and put
>> nothing in
>> them, then the slots will disappear for that page, due to the
>> acquisition
>> mechanism.
>>
>> Hope that makes sense
>>
>> Anton
>>
>> -----Original Message-----
>> From: david convent [mailto:david.convent at sciencesnaturelles.be]
>> Sent: Thursday, 20 November 2003 1:45 AM
>> To: Zope-Cmf Mailing list
>> Subject: [Zope-CMF] rmoving right and left slots on login_form
>>
>>
>> hi there, here comes another newbie question :
>>
>> my instance of plone portal (zope262/plone105) is a private protal,
>> letting acces only to registered members.
>> I have defined other slots than the standard ones, and those are
>> called for display at the very first page : the login_form.
>> As those slots call non accessible methods for anonymous users,
>> portal members have to register with zope first using the standard
>> zope loggin window before beeing authorised to acces the login_form.
>>
>> can anyone tell me how i could get rid of all side slots on that very
>> first login_form page ?
>>
>>
>>
>> _______________________________________________
>> Zope-CMF maillist - Zope-CMF at zope.org
>> http://mail.zope.org/mailman/listinfo/zope-cmf
>>
>> See http://collector.zope.org/CMF for bug reports and feature requests
>>
>> .
>>
>>
>>
>
>
>
> _______________________________________________
> Zope-CMF maillist - Zope-CMF at zope.org
> http://mail.zope.org/mailman/listinfo/zope-cmf
>
> See http://collector.zope.org/CMF for bug reports and feature requests
>
> .
>
More information about the Zope-CMF
mailing list