Tag Archive for 'TYPO3'

How to … update TYPO3 4.2

How to

After the release from TYPO3 4.2.8 i decided to post a small, usefull description to update/upgrade the core files from TYPO3.

You won’t need more then 10 minutes! Just follow these steps (more details, see here):

Continue reading ‘How to … update TYPO3 4.2′

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 … sort the feuserlist in TYPO3

How to

I just “create” the solution for viewing all fe_users in frontend.  The problem was to sort the members by name and not any other subject. I read the code from the linking-area and so the problem was solved.

I use in the concerning project the “old” newloginbox extension. But i think the code can be used in a modified way also in the extension feuserlisting.

Continue reading ‘How to … sort the feuserlist in TYPO3′

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′

How to … change the title-element in TYPO3

How to

The standard TYPO3 Installation show us just the normal sitetitle in the <title> element. But for usability and SEO it is comfortable to change this …

Continue reading ‘How to … change the title-element in TYPO3′

How to … set permission chmod for TYPO3

How to

After installing the TYPO3 source on your server, you must set the write permissions with chmod.

In this post i will show you my config, it works 100%

Continue reading ‘How to … set permission chmod for TYPO3′

How to … integrate a YAML Menu to TYPO3

How to

If you want to use YAML with TYPO3 you will need some code snipptes for the HMENU in TypoScript. I have made my own structure, let’s  have a look …

First tell TYPO3 where the Menu should be appear, you can do this with ###MARKERS### in your template or use TemplaVoila (lib.menu).

Continue reading ‘How to … integrate a YAML Menu to TYPO3′