Archive for the 'TYPO3' Category

How to … use ssl and ssl-proxy on Host Europe via .htaccess with TYPO3

How to

Two questions and my solution (works with TYPO3 4.5 on HostEurope Webpack 3.0)

1. Use ssl or ssl-proxy at your website (in my case TYPO3)

2. Use only the www. variant from your website (duplicate content).

Continue reading ‘How to … use ssl and ssl-proxy on Host Europe via .htaccess with TYPO3′

How to … – TYPO3 fe_userlisting sort by …

How to

… sort the fe_userlisting view in frontend?

In my project i needed to sort the usertable in frontend by first_name or last_name.
Continue reading ‘How to … – TYPO3 fe_userlisting sort by …’

mixed TYPO3 & TypoScript Snippets Vol. 3

some nice typoscript snippets for everybody & TYPO3 configuration hints

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

TYPO3 4.5 – sendmail on Host Europe Server

Hi.

With the new TYPO3 Version 4.5 a new problem appears … damn.

No more sendmail function, no testmail (install tool), no mail from contact-forms …

Continue reading ‘TYPO3 4.5 – sendmail on Host Europe Server’

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′

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!