Posted on November 25, 2008Maarten
As you probably would have noticed sometimes IE6 still get’s broken image links while your using the unitPNGfix from Unit Interactive. This first started to appear after their last update.
Just use the code below and make sure you fill in the right path to the clear.gif:
Read more…
Posted on November 24, 2008Maarten
Here’s a snippet for a nice language menu…
temp.languagemenu = COA
temp.languagemenu.wrap = <div id="language"> | </div>
temp.languagemenu.10 = HMENU
temp.languagemenu.10 {
special=language
special.value = 0,1,2,3
1 = TMENU
1 {
wrap = <ul>|</ul>
NO = 1
NO {
stdWrap.cObject = TEXT
stdWrap.cObject {
value = Default Language (id=0) || Language with id=1 || Language with id=2 || Language with id=3
}
allWrap = <li>|</li>
}
ACT < .NO
ACT {
allWrap = <li class="ACT">|</li>
}
}
}
Posted on November 20, 2008Maarten
Some while ago I needed to make a GMENU with a different image for each menu item. This was tricky since normally I used CSS to include the image before or behind the menu. After a lot of thinking I realised TYPO3 had a BE field (even a tab!) I had never used; Page properties -> Resources.
So that was it… I included my images for each page here. But than what? How do I call them into my menu? It was quite easy after all… See my typoscript setup!
Read more…
Posted on November 17, 2008Maarten
Sometimes I get very excited with TYPO3 News… today was such a day. Check out this movie I found through a link in the TYPO3 4.3 roadmap. I bet you’ll love it!
http://webempoweredchurch.org/fileadmin/proj/frontendedit/demo2.mov
Posted on November 16, 2008Maarten
I just found this line in the TSRef.. It’s not perfect but it makes your BE field like setup and constants in list mode wider. Just a small User TSConfig line so why not…
## Makes the BE fields wider
setup.override.edit_wideDocument = 1
See screenshots!
Read more…
Posted on November 14, 2008Maarten
The following Page TSConfig line is usefull if you have a lot of records on a single page.
mod.web_list {
alternateBgColors = 1
}
Read more…