[TYPO3] Making a menu with pretected pages.

Katja Lampela katja.lampela at lieska.net
Fri Sep 14 15:34:13 CEST 2007


Hi Fred, you could add the original login box for example by adding it 
in a hidden page and then insert in the html template a marker 
"###LOGIN###" and in the ts setup:

marks.LOGIN = RECORDS
marks.LOGIN {
    source = 123 //<- this is the id number of the login box
    tables = tt_content
}

Then you just have to find a way to modify the login form visually to 
your needs but that's another story ;) - Check the template tools for that.

- Katja


Fred kirjoitti:
> Thank you Katja, I'll keep this (/I have to try this extension anyway/) 
> but I'd find a solution with native typo3 for many reasons, the first is 
> I'd like to understand it's use before adding anything. I managed to 
> insert an extra-menu, for exemple but I can't find how to make a TS 
> loginform.
> 
> Katja Lampela a écrit :
>> Hi Fred,
>> Try newloginbox extension. You can add a marker, for example 
>> ###login### to your html template and check the template setup code 
>> from the ext manual.
>> HTH - Katja
>>
>>
>> Fred kirjoitti:
>>> So I tried but I failed, thank you anyway.
>>> I'm trying to do this : I want to delete the page Section03_login and 
>>> to let Section03 properties to public access.
>>> On the pages Article01... I set the properties of the content 
>>> elements to "members".
>>> My problem is : I have a lot of pages like and my users want the most 
>>> simple solution, so I'm trying to make a loginbox in the template, 
>>> with "hide at login" property, but I can't manage to find how.
>>>
>>> Rudy Gnodde a écrit :
>>>> Hello Fred,
>>>>
>>>> Fred wrote:
>>>>> I have a website on typo3 (v4.1 on a windows server with iis) on 
>>>>> which i have a pretected area like this :
>>>>> PageRubrique
>>>>>     |__ Section01
>>>>>     |          |__ Article01
>>>>>     |          |__ Article02
>>>>>     |__ Section02
>>>>>     |__ Section03_login
>>>>>     |__ Section03
>>>>>                |__ Article01
>>>>>                |__ Article02
>>>>>


More information about the TYPO3-english mailing list