[TYPO3-english] Typo 3 CMS 6.1 Front End login problem: &type=1 appended to URL automatically
Alexander Stehlik
alexander.stehlik at gmail.com
Thu Mar 6 19:11:33 CET 2014
Hi Arvind,
I think the problem is, that the target of the form is set to "_top" (as
you can see in typo3_src/typo3/sysext/felogin/template.html).
As I do not see a possibility to override the page type and I don't
think that it would solve your problem.
I think the best way to solve you problem is to copy the template,
configure it in the TypoScript constant
styles.content.loginform.templateFile and remove the target="_top"
attribute from the login form.
Hope this helps.
Kind regards,
Alex
Am 06.03.2014 14:34, schrieb arvind srinivasan:
> Quote: arvind srinivasan (arvind) wrote on Thu, 06 March 2014 14:20
> ----------------------------------------------------
>> I created a new website which is split in to left and right frames. I
>> am using FElogin extension to authenticate the users. The problem is
>> that after the login, only the right frame is loaded and the left
>> frame is missing. The URL after login is
>> "localhost/mysite//index.php?id=19&type=1". The left frame is loaded
>> only if I remove '&type=1' or set '&type' as 0. How to remove '
>> &type=1' or set it as 0 automatically in the URL.?
>>
>> The following is my template configuration:
>>
>> frameset = PAGE
>> page = PAGE
>> left = PAGE
>> frameset.typeNum = 0
>> page.typeNum = 1
>> left.typeNum = 2
> ----------------------------------------------------
>
> There is only single forward slash after the word 'mysite' in the URL.
> Mistake while pasting it.
--
Alexander Stehlik
alexander.stehlik at gmail.com
More information about the TYPO3-english
mailing list