TAG | typo3
Currently I’m investigating micro sites using TYPO3. Looks promising… I am actually pretty excited about this and will be posting more on this most likely!
[update] Well, the first micro site is in the air! Check it at http://www.kindle-bookreader.com and make the cash flow
This is already the second week on my new job at Eyeleds International – a company that produces high quality, ultra flat and sustainable LED light solutions.
Finding out more on LED lighting I see it really has the future in the lighting industry.
The enthusiasm of my colleagues is catching – and I find myself looking around for the presence of these products.
Since I will spend most of my time on internet marketing activities, a link to their site from my own must be present, right?
We will be working on a complete overhaul of the site in the coming months, building it from the ground on up on the TYPO3 Open Source CMS.
To be continued!
See this link…
Sometimes it is handy to be able to leave a Sysfolder in the branch where users have access to. In order to hide these sysfolders from them though (’cause mainly it’ll be technical reasons) you can use the following TS in the user or usergroup TSConfig:
<code>
options.hideRecords.pages = (id of the page)
</code>
It’ll do the trick!
You are wondering when you would like to use it? For example with TemplaVoila and the DAM module.
Some download links…
http://heanet.dl.sourceforge.net/sourceforge/typo3/typo3_src-4.2.2.tar.gz
http://heanet.dl.sourceforge.net/sourceforge/typo3/dummy-4.2.2.tar.gz
tar -xzvpf typo3_src-4.1.5.tar.gz
tar -xzvpf dummy_src-4.1.5.tar.gz
chmod -R ugo+rwx fileadmin/ typo3/ext/ typo3conf/ uploads/ typo3temp/
touch typo3conf/ENABLE_INSTALL_TOOL
15
Header images in Typo3, the nice way…
0 Comments | Posted by henjo in design, typo3, usabillity
I have been wondering a while on how to set headerimages in a nice way to Typo3 pages. After some searching and “workarounds”, this is where I have ended (for now…
)
# Image from the page properties temp.headerImage = IMAGE temp.headerImage { file.import = uploads/media/ file.import.data = levelmedia:-1, slide file.import.listNum=0 }
Read more in it here:
http://www.rggooglemap.com/en/dev/mpossnewsheader.html
http://www.mcuniverse.com/Changing-Section-Pictures.193.0.html
http://typo3.org/documentation/document-library/core-documentation/doc_core_tsbyex/0.0.16/view/6/2/
6
The fastest way to a print version in Typo3 using defaults… (no extensions!)
0 Comments | Posted by henjo in (x)html, css, typo3, usabillity
Let’s go down to it right away:
- Open your main (plugins) template in Typo3, in full glory (you can figure out what that means!)
- Add in the ‘Include Static’ section: plugin.alt.print (98)
- this adds the page type 98 to your site
- Now you can use the constants to add some special cs/html to make it feel the way you like it to be
- plugin.alt.print.file.stylesheet = fileadmin/templates/res/print.css
- plugin.alt.print.file.template = fileadmin/templates/print.html
- Now add the following code in the TS where you built your (footer) menu:
- stdWrap {
append = TEXT
append.value = print
append.typolink.title = printversion of this page
append.typolink.parameter.dataWrap = {TSFE:id},98
} - This will add a link entitled print to the menu and will generate the correct pagetype.
- stdWrap {
- This works with SimulateStatic (print.34.98.html) as a charm!
- And why not with the rest? It will!
Have fun!
Consider a donation if blablabla
Here a easy typoscript tip on how to get static content (either a logo, footertext or something else that will be visible on every page of your webbrowser):
[TS begin]
lib.logo = CONTENT
lib.logo {
table = tt_content
select.pidInList = X /* fill in here the ID’s you want here */
select.where = colPos = 0 /* if needed… */
}
[TS end]
And here the same code, ready to copy – paste:
[TS begin]
lib.myObject = CONTENT
lib.myObject {
table = tt_content
select.pidInList =
select.where = colPos =
select.languageField = sys_language_uid
}
[TS end]
28
Typo3 mailform autoreply is possible? Yes!
0 Comments | Posted by henjo in typo3, usabillity
Yes. It is one of the most hidden secrets of the default mailform element in Typo3, but it is actually possible to have it sent an automatically generated reply: here you find how!
Basecamp
Get me at Technoratie
Typo3










