Search the website and IRC logs

#TYPO3 IRC log from : Wednesday 14 July 2010

Year: 2007 2008 2009 2010 2011 2012
Month: Jan Feb Mar Apr May Jun Jul Sep Oct Nov Dec
Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
00:01 ironm Denyerec: at least I have a part solution .. the default language setting when opening the "subscribe from" depends on the current language - http://www.phlogi.net/f/t3/tsp/sp/subscribets-1
00:02 rawtaz guys, is there any reference where all these abbreviations are expanded, so i can read what TCA and other stuff means? it would easy understanding to know what the abbreviations stands for
00:02 ironm Denyerec: .. I have to reduce the list of possible languages (language manu-box) to only three (EN,DE,FR) .. see you tomorrow ;)
00:03 ironm rawtaz: typo3.org .. there is a doc-section
00:04 rawtaz ironm: yeah i know. am reading parts of it now. but all over the place you encounter abbreviations, and they are not always explained. so i mean if there is something like a list of terms and their meanings, a little word reference
00:05 ironm rawtaz: I didn't see such document in "ONE"
00:06 ironm rawtaz: what I do is just "grep -R search_pattern ./ext/* " ... and www.altavista.com or google
00:07 ironm see you tomorrow .. I have to leave .. GN8
00:07 rawtaz dang he left :P
00:08 rawtaz there is a little glossary at http://wiki.typo3.org/index.php/Glossary/New_Words
00:35 raven24 has anyone experience with adding MM attributes to fe_users table an accessing those with extbase?
00:36 ries Denyerec: are you still here?
00:36 rawtaz having some problems with imagemagick.. it IS installed in /usr/pkg/bin/ (there we have `convert` etc) but the install tool doesnt buy that. if i put the path in "check this path for ImageMagick installation" and click send, it still says no IM is available :(
00:36 Denyerec Hey ries
00:36 Denyerec just got in from a run
00:36 Denyerec so need a uick shoiwer
00:36 Denyerec will brb
00:36 ries Ok.. se PM, you can answer me later
00:37 rawtaz i have convert, composite and identify. should be ok
00:38 raven24 are the IM executeables executeable?
00:38 rawtaz indeed :)
00:39 rawtaz sh-3.2# for a in convert composite identify; do ls -l `which $a`; done
00:39 rawtaz -r-xr-xr-x 1 root wheel 12636 7 Mar 21:00 /usr/pkg/bin/convert
00:39 rawtaz -r-xr-xr-x 1 root wheel 12640 7 Mar 21:00 /usr/pkg/bin/composite
00:39 rawtaz -r-xr-xr-x 1 root wheel 12668 7 Mar 21:00 /usr/pkg/bin/identify
00:39 rawtaz the install tool mentions "An 'adequate' installation for requires 'convert', 'combine'/'composite' and 'identify' to be available"
00:39 rawtaz i take that as if the missing combine isnt a prblem because they say either combine or composite
00:40 raven24 well then I am at the end of my guessing capabilities...
00:40 rawtaz haha ok :D
00:40 rawtaz ill dig into the code to see what it does and checks
00:41 raven24 have you tried specifying the path with/without trailing slash?
00:42 rawtaz did now, no change
00:52 rawtaz seems there is something wrong with the version detection. no version number is returned
00:52 rawtaz probably a local problem then :)
01:19 rawtaz there, got it working
01:20 xenilio hi
01:20 xenilio anybody knows how i can get imagelinkwrap to link to the picture directly, not to the showpic.php?
01:22 rawtaz not i :<
01:38 rawtaz man, typo3 4.4 looks really nice in the BE :)
08:50 dec__ is it possible to automatically resize images to X width and X height when a user uploads them?
08:59 MESeidel Greetings people
08:59 MESeidel Does anybody know if there are things to be aware of or do diffrently for T3_Services and Extbase
08:59 MESeidel I mean Do I have to use a differnt way of implementation or keep on t3lib_extMgm::addService
08:59 MESeidel Any words been made on fluid and T3_Services at all?
08:59 MESeidel THX
09:08 maholtz|WORK morning
09:11 neoneye TSconfig - how to rename dropdown items? I have tried removeItems followed by addItems, but I can't seem to get addItems working
09:11 neoneye removeItems is working fine
09:11 neoneye TCEFORM.tx_cal_event.rdate_type.removeItems = none
09:12 neoneye TCEFORM.tx_cal_event.rdate_type.addItems.0 = Hello world
09:13 neoneye what I think is going wrong is that the "none" item has another uid than 0
09:14 neoneye if I look at the html code, I see it's identifier is "none"... but the identifier when I do addItems are set to "0"
09:14 neoneye how do I addItems with the identifier "none" and the label "Hello World" ?
09:15 neoneye I have also unsuccessfully tried: TCEFORM.tx_cal_event.rdate_type.addItems.none = Hello world
09:17 neoneye in tca.php items are inserted as arrays with 2 elements: label, identifier
09:17 neoneye but in TSconfig it seems like items cannot have an identifier.. am I wrong?
09:21 dbugger Hello guys
09:23 dbugger I have trouble. I had a sysetm using Joomla, and now I ve replaced it with Typo3, but this HUGE amount of code appears at the beginning of my page, and I cant seem to find where it comes from. Someone please help me.
09:24 No5251 dbugger: link?
09:24 dbugger http://pastebin.com/WEiRHwNd
09:24 dbugger the web is the web is this one: http://freie-schulen-sachsen.de/
09:26 dec__ is it possible to automatically resize images to X width and X height when a user uploads them?
09:26 No5251 dec__: you can define a max. size for each element
09:27 dec__ where exactly?
09:27 No5251 dbugger: reinstall the ext sr_feuser_register
09:28 No5251 dec__: by typoscript or in the (text w/) image-elements
09:28 dec__ k
09:28 dbugger No5251, ok. tell you tright back
09:30 dbugger i did, and nothing :(
09:32 dbugger oh yes, it was :)
09:34 neoneye aha, just realized the solution is TCEFORM.tx_cal_event.rdate_type.altLabels.none = TESTnone
09:35 dec__ in the new templavoila, how do you map on an Attribute?
09:35 dec__ i can only map on containers now
09:37 dec__ nvm im an idiot
09:42 dec__ i am trying to map something on <div style="background-image: url()"> where the content will go into the url() bit
09:42 dec__ so you can modify images
09:43 dec__ however it replaces the whole background-image: part with nothing, how do i do this?
09:44 dec__ do i need to modify the stdwrap?
09:48 dec__ adding wrap = background-image: url(|); to the stdwrap works, but it still puts in the whole <img src="" alt="" height=""> etc
09:48 dec__ i just want to have the src
09:48 dec__ is there any way of printing just that
09:51 No5251 dec__: http://pastebin.com/rgkFKX4G
09:52 dec__ that's the complete typoscript code?
09:54 dec__ the Element is still an "Image field, fixed W+H"? cause it doesnt work right now
09:54 No5251 TS for the DS, yes
09:55 No5251 mapping rulse: div:attr:style
09:56 dec__ yeah
09:56 dec__ ive got it like that
09:56 randomresult hi there ...
09:56 dec__ and pasted the TS into the DS, but won't work
09:57 randomresult anyone knows if i can empty the index_rel ? it is 78Mib big ...
09:59 dec__ fixed it by putting the wrap into the stdWrap part of the form ;) thanks
10:03 neoneye I have now gotten the hang of changing labels in TCconfig via the TCEFORM.tx_myplugin.fieldname.label = Hello World
10:04 neoneye thanks to you guys
10:04 AlphawolfWMP Hey folks. I have 2 page trees in a TYPO3 install
10:04 neoneye however some label I cannot change
10:04 AlphawolfWMP Default language is DE, second is EN
10:05 neoneye cannot change: tab titles, starttime, endtime
10:05 AlphawolfWMP Is it possible to set EN as default for the second page tree so I don't have to create the DE content first and then translate it to EN? EN should be default for that page tree.
10:06 neoneye it seems that TSconfig have lower precedence than some other configuration.. but what configuration file can have higher priority
10:09 randomresult anyone know what the table tx_templavoila_pito means
10:09 randomresult im searching all the Contentelements (CE and FCE) which are located in the "none used elements" Tab
10:39 ironm Good morning - a new day ... new typo3 questions ;) - I use sr_email_subscribe for subscribing to newsletter - it works well so far for two domains and three languages with setting of language defaults in the subscribe_form (constants.txt - http://www.phlogi.net/f/t3/tsp/sp/subsrcribe_constants and setup.txt - http://www.phlogi.net/f/t3/tsp/sp/subsrcribe_setup) however I would like to limit the number of possible languages in the language
10:39 ironm box-menu to these three only. What is the name of the variable? .. (like availableLanguageList ...) - thank you in advance for any hints :)
10:46 ironm the menu-language-box displays 100+ languages .. it is a bit too much ;)
11:01 Gera hi people
11:02 Gera who understands in the creation of flexforms ?
11:04 neoneye some probably understand it, but I don't. Maybe you should rephrase your question
11:06 Gera need help creating a form using flexform.xml
11:06 neoneye Gera: a good read if you have time http://www.mikeash.com/getting_answers.html
11:07 Gera neoneye: thanks...
11:08 Gera I have created a simple form, but requires a small Improvements
11:09 ironm do I really need "plugin.tx_sremailsubscribe_pi1 = USER_INT" in the setup?
11:10 Gera i have created 3 tabs (by <sheets>).. and i need to create an additional field above this tabs... is it possible?
11:10 Gera additional field for title of my extension, wich must be display in the site
11:21 neoneye Gera: take a look at tt_news tca.php, a news record has two levels of tabs iirc
11:22 neoneye dunno how it's made though
11:25 mosez knows somebody about problems mit templavoila fce's on typo3 4.4?
11:25 mosez i have added an fce for 2columns and i dont get it displayed on frontend. on backend everything seems to be fine
11:32 atmos4 hey, after upgrading from 4.3.3 to 4.4.0 I can no longer select the Draft workspace from the selector button at the top right
11:32 atmos4 anyone else seeing this problem?
11:33 mosez damn fce
11:33 mosez i need the 2col fce :(
11:34 ironm hi atmos4 .. I can check what you mean with "the Draft workspace" ...
11:34 atmos4 ironm: well, click on the workspaces button in the right of the top toolbar
11:34 atmos4 I used to have a draft workspace there
11:34 atmos4 now there is only live workspace
11:36 ironm atmos4: do you mean the line with "username" and "logout" fields ?
11:36 atmos4 yes
11:36 atmos4 http://grab.by/5pCf
11:37 atmos4 screenshot
11:37 atmos4 in that list there used to be the draft workspace aswell
11:37 atmos4 now it's gone :-(
11:38 ironm atmos4: the next to logout is: This is the shortcuts menu. You do not have any shortcuts added yet, you can do so by clicking the shortcut icon , which you can find on each page in the backend.
11:40 ironm atmos4: there is NO such icon .. like your on your image .. however I habe another field with "0" inside ... three positions further .. (afer clear caches)
11:40 ironm -r
11:43 atmos4 then you don't have worskpaces extension installed
11:44 atmos4 or rather versioning, extension version
11:45 atmos4 ah found in the extensions ettings
11:45 atmos4 "Show draft workspace"
11:45 atmos4 that explains things =)
11:46 atmos4 now it's back again
11:48 ironm atmos4: no .. I didn't install it
11:48 atmos4 it's optional since 4.3
11:48 ironm atmos4: I use as less extensions as possible .. if I don't really need them
11:49 PiMB if you go to the upgrade wizard in install tool it will give you the option to set version extension, along with some other system extensions like feedit
11:49 atmos4 yes
11:49 atmos4 PiMB: but it seems in 4.4.0 the draft workspace is hidden by default
11:49 atmos4 which it wasn't in 4.3.x
11:50 atmos4 now if you go into the extension settings there is a checkbox to reenbale draft workspace
11:50 ironm hello PiMB :) .. would you have any idea about my question? - I use sr_email_subscribe for subscribing to newsletter - it works well so far for two domains and three languages with setting of language defaults in the subscribe_form (constants.txt - http://www.phlogi.net/f/t3/tsp/sp/subsrcribe_constants and setup.txt - http://www.phlogi.net/f/t3/tsp/sp/subsrcribe_setup) however I would like to limit the number of possible languages in the
11:50 ironm language box-menu to these three only. What is the name of the variable? .. (like availableLanguageList ...) - thank you in advance for any hints :)
11:50 atmos4 I guess they wan't to encourage using custom workspaces, which have less restrictions than draft
11:51 atmos4 or don't confuse users with draft worspace, that don't use it (or shouldn#t)
11:51 ironm atmos4: for what do you use this extension?
11:51 atmos4 ironm: the writers make changes to pages in draft and review them, before sending to live page
11:52 ironm atmos4: in such case versioning makes sence !
11:52 atmos4 yea
11:53 ironm anyone using sr_email_subscribe? ... or sr_feuser_regisgter with defaultValues setting for "language" (on the subscribe form) ??
11:54 atmos4 ironm: btw. zf_filespender is good to go, I'm currently working on adding support for ajax upload progress, but that will require uploadprogress or APC cache extension on server, so it will be optional
11:55 atmos4 I could send you a t3x, if you like to test the current version
11:55 ironm atmos4: yes please :) .. typo3 4.4.0 / php 5.3.2-1 (safe_mode)
11:56 mosez templavoila drives me crazy...
11:57 atmos4 :-)
11:57 atmos4 mosez: why? I used to hate it, before I understood it =)
11:57 mosez atmos4: because everything works, but not my fce's for 2 or 3 col layouts
11:59 atmos4 ironm: ok, sending via dcc, if that doesn't work for you msg me an email address
11:59 Recnelis Hey guys, a somewhat simple question regarding permissions - If I have a Super-user grp with access to everything, and a limited-grp, if I include the limited-grp in the "subgrps" of Super-user grp shouldn't I be able to access sysfolders where the limited-grp is set as owners?
11:59 ironm I've sent it already to you .. see private message
11:59 ironm atmos4: ^^^
11:59 atmos4 mosez: what's not working exactly?
11:59 atmos4 ah ok
12:00 atmos4 they don't pop up in colloquy :-)
12:00 xenilio hi
12:01 xenilio does anybody know of an extension that enables the user to download a certain folder on my server as a zip file?
12:01 mosez atmos4: on backend everything seems to be ok, i can fill the 2 or 3 columns with every content element. but i get no output on frontend. everything araound the fce is printed out, but not the fce
12:01 xenilio say, I've got the folder /fileadmin/webgallery containing galleries, and I want the user to be able to download this folder as a zip file
12:06 PiMB xenilio, I don't think a total folder download extension is available at the moment.
12:06 PiMB so I guess you need to make one yourself.
12:15 ironm atmos4: I have got it - thank you. I will test it and let you know how it is working .. or ask if I have some config questions ;)
12:17 atmos4 mosez: maybe the fce is not correctly mapped to html template?
12:17 atmos4 ironm: yea, stuff in constand editor should be pretty self explanatory
12:17 atmos4 hopefully =)
12:19 ironm atmos4: I don't use the constant editor .. only just to check the names of variables .. and put all config stuff inside ts_constants or ts_setup files and include them in the root ts_template
12:20 ironm atmos4: do I need to install some additional extensions before?
12:22 ironm atmos4: the current installed extensions (I removed the piwik stuff) - http://paste.phlogi.net/install_extensions
12:30 atmos4 ironm: no, if it needed, it would ask you to
12:32 atmos4 it only depends ton typo3 4.2 and php 4.2
12:37 mosez atmos4: i have mapped it again and i get nothing displayed
13:20 mosez fce's are the biggest crap ever...
13:22 aterriblechaos to much tv is not good ... (related http://a.imageshack.us/img413/2313/84331e4c500.jpg )
13:44 ironm ciao aterriblechaos :) - do you have any idea about my question? - I use sr_email_subscribe for subscribing to newsletter - it works well so far for two domains and three languages with setting of language defaults in the subscribe_form (constants.txt - http://www.phlogi.net/f/t3/tsp/sp/subsrcribe_constants and setup.txt - http://www.phlogi.net/f/t3/tsp/sp/subsrcribe_setup) however I would like to limit the number of possible languages in
13:44 ironm the language box-menu to these three only. What is the name of the variable? .. (like availableLanguageList ...) - thank you in advance for any hints :)
13:46 ironm mosez: FCE are great help when you know how to deal with them .. I used them few years ago and was quite happy .. however the update to newer typo3 version requires a new TV setting . the old mapping didn't work (update from typo3 4.1.5 to 4.3.3 .. or 4.4.0)
13:52 mosez ironm: i know... i have installed a fresh 4.4 and added tv... mit main fce works fine, but the others with that i can add 2cols and so on dont work on frontend
13:53 mosez s/mit/my/
13:54 ironm mosez: the problem is that the documentation is not a very good one .. there are a lot of documents but you NEVER can be sure if the content is still valid
13:55 ironm mosez: I am sure you can get it working .. however you will need a lot of time to understand what is going on . and you have to "try on error" many times
13:56 ironm I decided not to use Templavoila anymore ... @ mosez
14:13 mosez ironm: good decision
14:15 ironm mosez: when I will have more time I will play with templavoila again ;)
14:17 mosez senseless :)
14:51 daReaper hi
14:51 daReaper Is there some way to put some specific HTML before and after each content element in a specific mapping?
14:55 aterriblechaos daReaper: it is possible, you need to edit the xml and add something like 10.conf.tt_content.stdWrap.wrap = <div class="box"> | </div> in the right tag
14:55 daReaper thanks aterriblechaos: gonna try
15:18 menak hi
15:21 MESeidel Greetings, again
15:21 MESeidel Is there a common know beginners mistake when developing a t3_Service?
15:21 MESeidel I have an "emply" class PHP and "t3lib_extMgm::addService($_EXTKEY, ....." in my ext_localconf just like the docs say it
15:21 MESeidel BE does not list my t3_Service
15:23 Phlunk3 hi guys, can anyone show me an example of implementing a flexform in typo3 (with an extbase extension)
15:23 menak i just found a wierd problem, the realurl links in tt_news are cut off after 12 characters. using typo3 4.4.0 and current tt_news and realurl
15:28 menak Lets say the page title is "Typo3 is a webCMS", then the links from the list view to single view look like this: "typo3-is-webc.html"
15:28 menak is that something anyone else has run into?
15:28 tPl0ch where do I find the language flags again? I mean which path in typo3?
15:29 Phlunk3 typo3conf/ext/!10n/
15:29 Phlunk3 oh flags :/
15:29 Phlunk3 sorry didnt read
15:29 tPl0ch they are installed with static_info_tables, aren't they?
15:30 aterriblechaos tPl0ch: they are in typo3/gfx/flags/ .. no static info tables needet
15:31 tPl0ch aterriblechaos, which is the shortcut to typo3 dir? (like EXT:)
15:31 aterriblechaos hm i dont know
15:34 Phlunk3 PATH_typo3 ? something like that, just google for the PATH constants
15:35 Phlunk3 can anyone point me in the right direction of implementing a flexform within an extbase plugin?
15:44 danslo tPl0ch: I'd use PATH_site.'typo3', but not sure if its the proper way :)
15:48 tPl0ch danslo, PATH_typo3 (thats PATH_site . 'typo3'
15:49 tPl0ch cheers all
15:49 danslo ah well there you go :)
15:59 Phlunk3 okay guys, I have now got my flexform working in the backend. Now I need to access the values inside my php. Does anyone know how to do this?
15:59 BenjaminS load the flexform values into php
15:59 atmos4 hmm, is it possible to reidrect to a login page, when a page that requires login is called?
16:00 atmos4 currently I get the not found page, when trying to access a page, that is only visible when logged in
16:00 atmos4 the not found message is confusing to users
16:00 BenjaminS atmos4: use typoscript for access
16:01 BenjaminS Phlunk3: http://wiki.typo3.org/index.php/Extension_Development,_using_Flexforms
16:01 atmos4 BenjaminS: explain please
16:01 BenjaminS what templating you use?
16:02 atmos4 automaketemplate, or what do you mean?
16:02 MESeidel flexform is in the $TCA or better in it's sub part of your ext
16:03 Phlunk3 still need to be in extbase
16:03 Phlunk3 anyone aware of the method for accessing the flexform variables via an extbase plugin?
16:03 atmos4 hmm, found this page that seems to deal with the same problem: http://blog.dev001.net/2009/10/typo3-show-login-page-for-protected-pages-when-user-not-is-logged-in/
16:04 atmos4 I already have a custom 404 handler, so should be trivial to implement
16:06 BenjaminS atmos4: [loginUser=*] ##markerfilling of loginusers [else] ###markerfilling of anoynymous users
16:07 atmos4 I think I like to retain control over protected pages via backend, so I'll change my 404 handler instead
16:07 marcuslind So I'm trying to figure out how I create CSS for the first and last items in my Menu. I use the wrapp function in my TS
16:07 marcuslind but how do I wrap my menu with different classes for the last item
16:07 marcuslind ?
16:08 MESeidel @Phlunk3 you want to use flexform data in the fluid template?
16:08 marcuslind NO.allWrap = <div class="classname"> | </div>
16:08 marcuslind that's the current TS I use.
16:09 sorenmalling Phlunk3: AFAIK flexform data are a part of the "settings" object that you can retreive inside your fluid templates
16:10 Phlunk3 damn, didnt see it in there, might be doing it wrong haha
16:10 Phlunk3 tx sorenmalling
16:10 atmos4 marcuslind: I think it should be possible, I dodn't remeber exact syntax, but sth. like wrap = first item wrap || default wrap || last wrap
16:10 sorenmalling np :)
16:11 marcuslind atmos4: I tried to read some about it but I couldnt understand much. But I did see some |*| operators
16:11 marcuslind Maybe that's what you mean?
16:11 atmos4 yea
16:11 Phlunk3 its there, Im blind, thanks again sorenmalling :)
16:12 marcuslind wrap = <div class="first">|</div> |*| <div class="default">|</div> |*| <div class="last">|</div>
16:12 marcuslind that should do it?
16:12 marcuslind I try it out
16:13 marcuslind It worked. Thanks
16:14 atmos4 yes, that's what I meant
16:15 atmos4 btw. what happened to typo3-jack.net ?
16:16 aterriblechaos got hacked
16:16 atmos4 seems so according to the google safe browsing warnings
16:18 aterriblechaos does anybody know the php version of LLL ? i want to read from a language file thats not in my extension
16:21 aterriblechaos (frontend extensions, dont know if that maters)
16:23 teppi|working aterriblechaos, php version of the LLL? what do mean?
16:26 aterriblechaos teppi|working: in typoscript you can use LLL:EXT:tbi_jobs_fields/pi1/locallang.xml:mitarbeiter.1 .. i would like to know if there is a php version of this or if i have to use stdWrap
16:29 teppi|working aterriblechaos, $GLOBALS['TSFE']->sL('LLL:EXT:tbi_jobs_fields/pi1/locallang.xml:mitarbeiter.1'); should do the trick i think
16:30 aterriblechaos teppi|working: thank you, will try that
16:32 ironm Hi guys :) - one question: I use sr_email_subscribe for subscribing to newsletter - it works well so far for two domains and three languages with setting of language defaults in the subscribe_form (constants.txt - http://www.phlogi.net/f/t3/tsp/sp/subsrcribe_constants and setup.txt - http://www.phlogi.net/f/t3/tsp/sp/subsrcribe_setup) however I would like to limit the number of possible languages in the language drop-down select-box to these
16:32 ironm three only. What is the name of the variable in case such does exist? .. (like languageList ...) - thank you in advance for any hints :)
16:32 Phlunk3 hey guys, for date objects in my model (extbase) does anyone know what type they need to have? integer didnt work :P I just want the timestamp to come from the tstamp field in db so I can use it with a date viewhelper.
16:37 sorenmalling Phlunk3: DateTime afaik
16:39 sorenmalling The types are mentioned in the cheat sheet from typofaktum http://typo3.org/development/articles/extbasecheatsheet/
16:39 aterriblechaos teppi|working: works great, thank you!
16:39 teppi|working np ;-)
17:06 Phlunk3 exit
17:06 Phlunk3 oops
17:10 StaffanE intresting graph - new site in WP instead of TYPO3 launched last august and mysql-load droped like a rock -> https://service.sverok.se/munin/sverok.se/vesta.sverok.se-mysql_queries-year.png
17:10 StaffanE (the spike in april was a release of a administrativ system)
17:14 maholtz|WORK @StaffanE: what is your conclusion?
17:15 StaffanE maholtz|WORK: that TYPO3 needs a query optimisation
17:16 StaffanE maholtz|WORK: even with caching on all pages, it was that kind of load difference.
17:17 maholtz|WORK which version was it?
17:17 StaffanE maholtz|WORK: 4.3.n probably, don't remember. It was well updated at least
17:17 maholtz|WORK (i totally agree, that a query optimisation would be fine:)
17:18 maholtz|WORK ok, good to know
17:54 teppi|working StaffanE, I don't think that this is really comparable: WP is a blog and TYPO3 is an enterprise CMS .. it's a matter of complexity ..
17:56 teppi|working also the mysql queries could have been reduced by using a static file cache extension .. a site request would have been processed without a single mysql query
19:00 subanomic hi
19:00 subanomic i am experiencing a strange phenomenon concerning my site template
19:00 PiMB what is it?
19:01 subanomic if you have a look at the template (http://malakoffturm.de/fileadmin/templates/malakoffturm/) you can see that the two shadows on the left and on the right stick to the height of the content
19:01 subanomic however, if you visit http://malakoffturm.de (which uses exactly this template), it doesn't
19:01 subanomic somebody got an idea as to why that could be?
19:01 subanomic it works like this: everything is placed inside a div id="maincontainer", which has position:relative
19:02 subanomic and the two shadows have position: absolute and bottom: 0px
19:02 subanomic i know this is actually a css question, but the css guys will probably tell me that this is a typo3 question
19:02 subanomic it's true that it must be some typo3 issue, because the template outside of typo3 works like this
19:03 PiMB :)
19:03 PiMB what browser do you use?
19:04 subanomic firefox
19:05 subanomic i know, the problem does not occur in IE8
19:05 subanomic but that does not mean that it is a problem inside firefox
19:05 PiMB no, I didn't say it was, I'm not saying anything is to blame.
19:05 PiMB just taking a look and needing all information
19:06 subanomic i already played around a bit. the problem is that the maincontainer does not stretch with the content
19:07 subanomic which i do not understand. if everything is inside the maincontainer, the height of the maincontainer should actually grow with the content in it, which is not the case here
19:21 PiMB it's funny, because if I use firefox to edit the HTML and copy paste the html and css from the 'right' one to the wrong one. it still is wrong :)
19:22 PiMB what i've noticed as well as a difference in doc types
19:22 PiMB template is xhtml 1.1 but live site is html 4.0
19:24 subanomic mhm
19:24 subanomic gonna try and change it
19:24 subanomic man, that did the trick
19:25 subanomic thank you so much
19:25 subanomic have to change it in the typo3 template
19:25 PiMB No problem mate :)
19:25 PiMB glad I could help
19:26 subanomic works fine now
19:26 PiMB yeah it looks good
22:53 mammut hi

Technologies


R. van Twisk 2004-2010 R. van Twisk / Avenida Diego de Almagro No: 22-47 y Juan Severino / Quito Ecuador
callto://r.vanTwisk | Support: +1 (803) 4263350

© 2012 R. van Twisk. All Rights Reserved.