Tag Archive for 'typoscript'

mixed TYPO3 & TypoScript Snippets Vol. 3

some nice typoscript snippets for everybody & TYPO3 configuration hints

Continue reading ‘mixed TYPO3 & TypoScript Snippets Vol. 3′

How to – redirect restricted TYPO3 pages to loginform and back

Hi.

I think this is a well known problem in TYPO3 – i found several forum posts – but no solution.

Continue reading ‘How to – redirect restricted TYPO3 pages to loginform and back’

mixed TypoScript Snippets Vol. 2

New stuff, just copy&paste :-)

Today i present:

Continue reading ‘mixed TypoScript Snippets Vol. 2′

mixed TypoScript Snippets Vol. 1

Today i will start a new Session and post some nice and tricky TypoScript Snippets for Typo3 (tested in Ver. 4.4)

show restricted Pages & add css (class=”locked”)

Continue reading ‘mixed TypoScript Snippets Vol. 1′

How to delete csc-default and id tag in TYPO3 4.3

How to …

Since TYPO3 Version 4.3 all the source code is tagged with unlovely id and class tags with div-wrapper.

<div id="c1" class="csc-default">

But with one little typoscript snippet you will get rid off it:

tt_content.stdWrap.innerWrap >

Now everything looks clean and sweet. I love TYPO3 anyway!

How to … change the RTE linktext in TYPO3

How to

If you want to change the the alt-text, the title attribute, link image or something else you have to use some code-snippets in your TSconfig at Rootpage.

With the following lines you will be able to choose text and type.

Continue reading ‘How to … change the RTE linktext in TYPO3′

How to … setup the fileadmin/ folder for Backendaccess

How to

Today i found a secret :-) in TYPO3

Continue reading ‘How to … setup the fileadmin/ folder for Backendaccess’

How to … sort the Typoscript Template

How to

In this post i like to show you my organisation principle for handling several typoscript templates.

I think it is better to seperate all your main TS-snippets, for example:

- Menu, TS Objects, SEO, plugins, RTE …

Continue reading ‘How to … sort the Typoscript Template’

How to … set the favicon in TYPO3

How to

It is nice to have a own logo for your company or just a sign for your website. Nearly all Browser’s support the favicon setting.

Continue reading ‘How to … set the favicon in TYPO3′

How to … change the standard target for links in TYPO3

How to

If you want to change the standard value, just put in the short line in your constants:

Continue reading ‘How to … change the standard target for links in TYPO3′