Tag Archive for 'TYPO3'

mixed TypoScript Snippets Vol. 2

New stuff, just copy&paste :-)

Today i present:

Continue reading ‘mixed TypoScript Snippets Vol. 2′

TYPO3 Version 4.4.0 released

Yesterday they did it …

The latest TYPO3 version 4.4 makes TYPO3 easier than ever – especially for newbies. Your TYPO3 website can be up and running in five minutes after it has been downloaded – use the included template and it is ready to go right away. Below you will find the most important innovations.

from: http://typo3.org/download/release-notes/typo3-44/

Continue reading ‘TYPO3 Version 4.4.0 released’

Problems after upgrading TYPO3 4.2 to 4.3 with stylesheets and images

TYPO3 Upgrade 4.2 to 4.3  – Backendview

Today i had some trouble after upgrading TYPO3 Installation 4.2.10 to 4.3.3 .
After the big security announcement i decided to update all costumers TYPO3 Installations.

Continue reading ‘Problems after upgrading TYPO3 4.2 to 4.3 with stylesheets and images’

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 code a jQuery slider menu

How to …

I show you a nice jQuery snippet for a smoothy slider menu.

This was my first jQuery experience – if you find some tuning options, tell me please!

Here you can see my script in Action: http://www.gyn-endoskopie.de/

Continue reading ‘How to code a jQuery slider menu’

TYPO3 ver. 4.3 released

Hi.

Today the TYPO3 Association released the newest version of their outstandingly successful Open Source project TYPO3. TYPO3 has been downloaded over 4.1 million times – making it one of the world’s leading Enterprise Open Source projects.
(from http://news.typo3.org/news/article/typo3-version-43-released/)

The first impressions are really great – i am looking forward to test and discover all the new features!

TYPO3 ROCK’s

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 … 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’