[Typo3-dev] idea for a new page type: popup

Olivier Dobberkau olivier.dobberkau at dkd.de
Tue Mar 16 21:31:05 CET 2004


Martin T. Kutschker wrote:

> AFAIK, this can only be done by changing the code for the MENU content
> objects as they will have to know either the type or the setting of
> this magic flag of the pages.

Hi Martin

been there, done that.

you will have to create a new pagetype and then extend the tslib_cObj.php to
do so:

if($page["doktype"]=="20") {
return popUp();
}

Olivier

PS: I will ask Ingmar if he wants to publish our pop extension...






More information about the TYPO3-dev mailing list