Bug #17014
closedgenerated page won't reflect 'doktype' settings
0%
Description
When you have the doktype of a page set to 'advanced' you have one certain option to choose (Show content from this page instead) where you can enter a certain page which will be used to display content from.
However if you set the doktype back to 'standard' this option will still affect FE display but the field is not visible anymore, suggesting that it won't be used anymore.
This is being caused by the following line in "tslib/class.tslib_pagegen.php"
96 if ($GLOBALS['TSFE']->page['content_from_pid']>0) {
which doesn't take the doctype settings into account.
Changing this line in order to reflect the BE page settings would certainly save some headaches in some cases : )
(issue imported from #M5030)
Files
Updated by Martin Kutschker over 17 years ago
To be consistent you had to clear all other fileds that advanced has like keywords. But I see that this particular field gas probably the most dramatic effect.
BTW, for this reason a different icon in the page tree would be great.
Updated by Martin Kutschker over 17 years ago
Another issue:
A page that contains a URL, because it was at some point of type external URL will always get the target for that page type. So it's likely that it will open up in a new window and you don't know why.
Updated by Christian Kuhn over 15 years ago
This has been fixed with #18108 (trunk rev. 3078) for TYPO3 4.3.0alpha1 by merging standard and advanced doktype.