[TYPO3] TMENU redirect to first subpage

Peter Klein peter at umloud.dk
Sun Apr 15 16:43:05 CEST 2007


Hi Robert.
Create a small extension (or just use one of the extensions you have 
installed) Then add this line to the "ext_tables.php" file:

-- cut --
t3lib_extMgm::addToAllTCAtypes('pages','media','4','after:shortcut_mode');
-- cut --

That will enable the "media" field on the shortcut pages (type 4), and place 
it after the "shortcut_mode" field.

(Remember to clear BE cache.)

--
Peter Klein / Umloud Untd.

"Robert Markula" <robert.markula at gmx.net> wrote in message 
news:mailman.1.1176449279.19041.typo3-english at lists.netfielders.de...
> Christopher Torgalson wrote:
>> Use the 'Advanced' page type to set the image, save the record, then
>> change the page type to 'Shortcut' and save it again. Not a
>> particularly elegant method, but it does work.
>
> Hi Christopher,
> That works, but isn't there a more user friendly method (TypoScript would 
> be fine)?
>
> Cheers,
> Ro 




More information about the TYPO3-english mailing list