Project

General

Profile

Actions

Bug #17014

closed

generated page won't reflect 'doktype' settings

Added by Rico Moorman over 17 years ago. Updated almost 14 years ago.

Status:
Closed
Priority:
Should have
Category:
Communication
Target version:
-
Start date:
2007-02-20
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.0
PHP Version:
4
Tags:
Complexity:
Is Regression:
Sprint Focus:

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

patch_bug0005030.diff (804 Bytes) patch_bug0005030.diff Administrator Admin, 2007-06-14 10:48
Actions

Also available in: Atom PDF