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
… 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 …’
some nice typoscript snippets for everybody & TYPO3 configuration hints
Continue reading ‘mixed TYPO3 & TypoScript Snippets Vol. 3′
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’
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’
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′
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’
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 …
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!
last Comments