Search the website and IRC logs

#TYPO3 IRC log from : Tuesday 16 February 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 19 20 21 22 23 24 25 26 27 28
03:44 JohnRobert ah nice
03:48 JohnRobert can anyone tell me where I might be able to add a link to the <head> section for a javascript file? I've been given access to a sub-area of a site which uses typo3 and I'm trying to get some resources together
03:49 JohnRobert the template in use only seems to be the <body> part of the page
08:39 kraftb hello !
08:40 kraftb good morning !
08:47 seewer don't know yet whether it's good, but morning to you too kraftb
08:50 ndee good morning :D
08:50 ndee mornings are always good :D
08:51 ndee is it possible to add content elements to a container of elements through typoscript? The template is mapped with Templavoila.
08:53 PiMB morning all
08:54 seewer ndee: I think you'd have to try it inside the templavoila template with the correct mapping typoscript
08:55 ndee seewer: ok. Can I use in that typoscript there, a variable I set in another template?
09:01 maholtz|WORK morning
09:01 seewer hmm.. If it's not a global variable I don't think so. But haven't ever tried it
09:01 ndee seewer: ok, I gonna try it with a global variable. How could I set a global variable? :D
09:04 ndee doesn't config.no_cache = 1 in the page setup deactivate the whole cache?
09:04 seewer have a look here: http://www.snippit.net/typoscript/stuff/global-variables.html this should give you a hint
09:05 kraftb ndee: have a look at the Datastructure XML
09:06 kraftb you have some TypoScript for the content element area ...
09:06 kraftb like 10 = RECORDS, bla
09:06 kraftb you can modify this typoScript to your needs - it renders the contents of each content element area
09:07 ndee kraftb: ok, I will look into that.
09:09 ndee ah, Constants are the magic trick I hope :D
09:13 jbaptiste_j greetings, I am trying to understand what AWstats does, I would like you guys to go hit my site (at least the homepage) just so I see if it changes anything to my "visits" score which is strangely low
09:13 ndee http://pastebin.com/da1c0481 <-- That's how the DS XML looks like. I did set the $standardsidebar Constant on a page where this template is used but it's still empty. Shouldn't that be how it's done?
09:13 jbaptiste_j there http://www.crdp-lorraine.fr/typo3/crdp/accueil.html please type OK when you did
09:16 maholtz|WORK @jbaptiste_j: OK :) your using some external caching mechanism?
09:16 PiMB @jbaptiste_j: OK
09:16 jbaptiste_j we have a netask but I'm not managing it myself
09:16 jbaptiste_j It is a firewall with rewriting ability
09:16 ndee actually, I just want to have some default content elements in a container of elements, when none are set. But these default CEs can differ from page to page.
09:16 jbaptiste_j thanks guys Two visits will do
09:19 jbaptiste_j neither of your visits shows on AWstats by the way
09:20 PiMB should it be instantly visible?
09:21 jbaptiste_j yes because I started a session of website watcher and it showed the 500 pages viewed immediately after (website watcher navigates the whole site searching for updates)
09:22 PiMB then something is wrong :)
09:24 seewer ndee: maybe you should have a look at kb_tv_cont_slide
09:25 ndee omg, that is heaven sent!
09:26 ndee kraftb: thanks a lot for this extension :D
09:26 Stollie Does somebody know how a faq extension that can work with categories and show them on the page by categorie? :o
09:27 ndee sweeeeeeeeeeeeeeeeet! it works!
09:28 ndee awesome
09:33 Stollie :)
09:58 pmk65 Stollie: have you tried this? -> http://typo3.org/extensions/repository/view/t3m_faq/current/
10:00 Stollie not yet thank you
10:07 Prot0 moin!
10:08 ndee how can I totally deactivate the cache for a site?
10:09 animan hi. does anyone here have some experience with daimi_skinnablepagebrowser ext?
10:13 Prot0 ndee: set no cache in page properties
10:13 Prot0 are if you want to do it site wise
10:14 Prot0 set $GLOBALS['TSFE']->set_no_cache(); in extTables.php in typo3conf directory
10:14 Prot0 "]
10:14 Prot0 :]
10:15 ndee Prot0: yes, I wanna do it for the whole page. The problem is, the editor adds stuff but it doesn't show up in the frontend. That's only on the dev-site.
10:15 ndee I added config.no_cache to the site-root but it still caches the tt_news output on my news page.
10:16 Prot0 that doesnt give the same effect afaik
10:16 Prot0 set it in the page properties
10:16 Prot0 that works for sure
10:17 ndee where in the page properties exactly?
10:17 Prot0 edit page
10:17 Prot0 ;]
10:17 ZaFantasy hi
10:17 Prot0 lo
10:17 ndee Cache expires?
10:17 ndee ah
10:17 ndee no cache
10:17 ndee is that new? :D
10:17 ZaFantasy how I can use piVars in typolink? Is there any option to do that ?
10:18 Prot0 ndee: no :P
10:18 Prot0 ZaFantasy: http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/5/8/
10:18 Prot0 Read TSref ;]
10:18 ndee Prot0: The problem with this is, when I sync the site to the live-site, that setting is also set and I don't want that :D So I want to set it somewhere in a template so that I can say with a condition: If dev-site, disable cache.
10:19 Prot0 ndee: make a condition with server variables
10:19 ndee that's what I did.
10:19 ndee config.no_cache = 1 and page.config.no_cache = 1
10:19 ndee in the Setup but it still gets cached
10:20 Prot0 the typoscript setting is different
10:20 ndee I also added something to the localconf
10:20 Prot0 put it in extTables.php
10:21 tPl0ch Is it possible to change the folder / file creation to 0775 instead of 755. I added the corresponding config to localhost, but that only applies to files created in fileadmin
10:21 tPl0ch I mean for extensions
10:21 ndee Fatal error: Call to a member function set_no_cache() on a non-object in /var/www/html/site/typo3conf/extTables.php on line 28 :/
10:25 Prot0 tPl0ch: isnt that somethign you can set in the install tool?
10:25 tPl0ch Prot0: I changed [BE][fileCreateMask], [BE][folderCreateMask], [BE][createGroup] but that only applies to fileadmin created files, not for extensions
10:26 tPl0ch I'd like to have the extensions in ext the same permissions
10:26 Prot0 ah hm
10:27 marvin_ hi. can someone help with changing a timtab-theme? i want to use "comments" and not "ve_guestbook"
10:29 maholtz|WORK @ndee: do not use set_no_cache()
10:29 PiMB ndee, never use set_no_cache
10:29 PiMB if you want it done, use TS for it.
10:30 Prot0 config.no_cache doesnt always have the desired effect though
10:31 maholtz|WORK config.no_cache has the same effect as set_no_cache()
10:31 maholtz|WORK if you have an extension which caches sth. check that extension for configuration
10:31 maholtz|WORK no_cache() defines only, if the cached page should be retrieved from db or not
10:39 ndee I'm an idiot, sorry
10:39 ndee I somehow had disableNoCacheParameter activated in the install tool (embarassed)
10:41 tPl0ch Anybody knows how I would be able to change default file / folder creation masks for extensions installed by the extension manager?
10:43 tPl0ch If I change those config values ([BE][fileCreateMask], [BE][folderCreateMask], [BE][createGroup]) it should apply to that as well
10:43 tPl0ch but it doesn't
10:56 Denjerek Probably the 50th time this has been asked, but is .org down ?
10:56 Denjerek It won't load for me at home or at work.
10:56 maholtz|WORK nope
10:56 maholtz|WORK its working
10:56 maholtz|WORK here
10:56 Denjerek LOL
10:56 Denjerek It doesn't load in opera.
10:56 Denjerek I just thought "Hey, Ill test in firefox"
10:56 Denjerek and it loads fin.
10:56 Denjerek *fine
10:57 maholtz|WORK and somehow faster than usuall :)
10:57 Denjerek *golf clap* for .org devs
10:57 Denjerek I wonder what they did to stop it loading completely in opera.
10:57 ndee anyone ever used tt_news in conjunction with DAM categories?
10:59 maholtz|WORK @Denjerek: strange.. perhaps DNS Caching? in chrome i get: Fehler 105 (net::ERR_NAME_NOT_RESOLVED): Der Server wurde nicht gefunden.
10:59 tPl0ch Is there a good backend module for tt_address?
11:00 maholtz|WORK typo3.org is there again...?
11:02 ndee typo3.org works for me
11:03 maholtz|WORK we seems to have connection / speed troubles
11:08 ndee the new ajax suggest in the backend you can use, is that already final or more or less still experimental
11:10 maholtz|WORK should be final
11:10 maholtz|WORK but which "ajax suggest" do you mean?
11:11 pmk65 Anyone knows how to get the upload to work in TYPO3 v4.3? Whenever I use the filelist/upload feature the ajax/flash thing accepts my files, but there's nothing on the server when the upload finishes..
11:15 ndee maholtz|WORK: for example in tt_news, when I can select a related news record.
11:15 ndee t3lib_TCEforms_suggest::searchRecord is the ajaxID
11:20 Denjerek Hmm, well I ate my cookies and it seems o be back to life
11:20 Denjerek weird that both m y machines were affected though
11:22 pmk65 ndee: Just add a wizard of the type "suggest" to your TCA config for the field you want a suggest box for.
11:23 ndee pmk65: the suggestbox is not the problem, the result is the problem. It says it searches for News and Pages. One page is called "brochures for Download". When I search for brochures, I get the page suggested, when I search for Download, the result is empty.
11:27 kyokochandesu hello
11:28 kyokochandesu our website has now problem with IE.
11:29 kyokochandesu with Another browser no problem,does anyone know what is the reason or have same problem?
11:32 kyokochandesu errors are like "stack over flow at line xx" or "out of memory at line xx"
11:33 pmk65 kyokochandesu: CSS (IE sucks big time, due to it's different rendering methods and bugs.) You need to make sure that your CSS is correct for both IE (all versions are different) and other good browsers such as FireFox,Safari & Chrome/Iron
11:33 pmk65 It sounds like some javascript probnlems.
11:34 kyokochandesu sorry I am totally beginner...
11:35 pmk65 maholtz|WORK> btw: I got the overlay/translation to work correctly, but I had to look at the code in tt_content in order to get it correct, as the one in tt_news is wrong.
11:35 maholtz|WORK @pmk65: outch, never thought so...
11:35 Bluespuke morning
11:36 pmk65 maholtz|WORK: http://forge.typo3.org/projects/show/extension-pmkglossary
11:36 maholtz|WORK @pmk65: perhaps you can send me the snippet ... or put it on http://snippets.typo3.org/ or simliar?
11:36 maholtz|WORK ah
11:36 maholtz|WORK great, many thanks
11:37 sorenmalling Anyone here using the extbase_kcikstarter extension and experiencing that your repository files aren't created?
11:37 pmk65 sorenmalling: exebase is too buggy for me to start working with it..
11:38 Bluespuke i've a question about tinymce_rte... is it possible to define the parameter L in a link?
11:39 sorenmalling pmk65: Someone need to test it to get rid of the bugs ;)
11:41 sorenmalling And to get use to the MVC principles :)
11:41 Denjerek http://typo3.org/index.php?ADMCMD_prev=9c4f338ad876e3134813231039d64e07&id=1274 <-- are such publically viewable previews standard to Typo3 or are the .org team doing something sneaky?
11:42 maholtz|WORK @Denjerek: where did you get that link?
11:42 ndee how can I overwrite a TCA property from TSconfig?
11:43 mmm2m Hi
11:45 mmm2m I've got some strange problem with file upload at typo3 4.3.1: I can create new files or directories, there is no error when uploading files, but they simply are not created at all.
11:45 mmm2m Is there any debugging option I could set to get more information?
11:46 Denjerek maholtz - the .org mailling list
11:46 sorenmalling Denjerek: They are standard when working with workspaces
11:47 maholtz|WORK well, but it is not standard that you publish such an link
11:47 Denjerek Ohh ok cool. I thought there might be some funky "temporary FE account" business going on.
11:47 maholtz|WORK and i wonder that they use the default DRAF Workspace (looks like)
11:47 Denjerek not sure, it might have been a quick and dirty prototype for the list.
11:47 maholtz|WORK which list?
11:53 ndee http://pastebin.com/m2c2ce649 <-- where can I add something like this for example?
11:56 pmk65 ndee: Install this -> http://typo3.org/extensions/repository/view/tcamanipulate/current/
11:57 mmm2m looks like I've got some problems with this flash uploader...
11:57 pmk65 mmm2m: I have the same problem. The new upload function just doesn't work..
11:58 mmm2m pmk65: The strange thing is I've got it working at some other sites
11:58 ndee pmk65: sweet. thanks
11:58 pmk65 I can't get it to work at any of my sites (2 different hosts, and a local setup)
11:58 mmm2m pmk65: But those were only for testing purpose and without ssl. Maybe there is something wrong?
11:59 mmm2m pmk65: Do you use https for your backend?
12:00 pmk65 I can't find any settings to turn it off either.
12:00 pmk65 No my BE is plain http.
12:00 mmm2m Looks like that bug: http://bugs.typo3.org/view.php?id=12103
12:00 pmk65 Before 4.3 I used this ext for mass uploads, and it worked perfectly (It's JAVA based, not Flash) -> http://typo3.org/extensions/repository/view/ameos_dragndropupload/current/
12:03 Denjerek maholtz - the .org mailling list
12:03 mmm2m Yes It's a problem with self signed SSL certificates
12:03 pmk65 Found the disable button. (It's in the "Settings" setup)
12:05 pmk65 ameos_dragndropupload works perfectly in FF too, and is much easier to use..
12:05 cdngfrog Man. t3blog is _slow_
12:07 mmm2m ok. The server will get a real cert. Until that I can live with the old uploader
12:27 sorenmalling Anyone here using the extbase_kcikstarter extension and experiencing that your repository files aren't created?
12:48 Firefighter Hi i've a problem with mbl_newsevent. If i make a entry in BE with date 28-3-2010 the extension change it at FE to 29-3-2010. All dates are working, just the 28-3-2010 isn't available
12:55 Recnelis Hey guys, do you know of any extension/code that can make the BE layout look like the front end in terms of content columns? Makes it easier for non-tech users to edit
12:57 Recnelis me_templavoilalayout used to do it but isn't compatible with TV
13:02 sorenmalling Recnelis: Have a look at the beLayout in the data structure XML
13:02 Bitcrusher hey guys
13:03 sorenmalling Recnelis: http://www.typo3-media.com/blog/article/templavoila-advanced-use-of-belayout.html
13:03 Recnelis sorenmalling: Cheers m8, will take a look :)
13:04 Guschtel Hi, can someone tell me how i can fix this error? 2: SQL error: 'Unknown column 'perms_userid' in 'field list'' (tt_content:NEW_MOVE_PLH)
13:05 Guschtel i get this when i try to move elements up/down in the draft workspace
13:05 Guschtel and then the moved element disappears
13:06 Guschtel looks like a bug: http://bugs.typo3.org/view.php?id=10483
13:08 maholtz|WORK @Guschtel: which TYPO3 Version do you use?
13:08 maholtz|WORK "Committed to trunk and branch 4-2"
13:09 Marijn I'm trying to learn Templating in Typo3... I've been using TemplaViola! as the engine.. but need something more then just "content, menu, submenu"... The Futuristic Template Tut is from 2004.. Is it still valid or will it just confuse me more?
13:09 pmk65 Guschtel: try creating the missing field manually in the DB.
13:10 Marijn In short... any good hints on documents for learning how to create templates?
13:10 pmk65 Marijn: http://wiki.typo3.org/index.php/TemplaVoila
13:10 Guschtel maholtz|WORK: yeah, can is just apply the if ($table == 'pages') { patch?
13:11 pmk65 http://wiki.typo3.org/index.php/TemplaVoila/FCE
13:11 Guschtel maholtz|WORK: i'm using 4.2.4
13:13 Bitcrusher does anyone know how to disable this annoying Templa Voila box in the FE preview? http://qualisoft.dk/templav.jpg
13:14 Bitcrusher as plugins.tx_templavoila_pi1.disableExplosivePreview = 1 does not seem to work
13:14 Marijn pmk65: Thank you... but they seem to be more or less snippits to solve specific issues... I want to have some basic understanding...
13:15 Marijn pmk65: I have the specific situation that i want to add a field where the "rootline" should apear in the page... but no clue where to start, I've tried adding a "rootline" element to the DS mapping... but no luck... honestly i don't know what i'm really doing :-/
13:16 pmk65 Marijn: by "rootline" you mean a "breadcrumbs" menu?
13:17 Marijn http://www.typo3wizard.com/en/snippets/menus/clickable-path-rootline-menu.html
13:17 Marijn something like that...
13:17 pmk65 I mostly map everything as Typoscript object (except the columns I need for content) and the do the rest using typoscript.
13:18 Marijn pmk65: how do you point to a certain position in the template? an XPath?
13:18 maholtz|WORK @Guschtel: is there a reason not to update that installation?
13:18 Guschtel maholtz|WORK: yes. downtime
13:19 Guschtel i just tried the fix on a test-site seems to fixx it
13:19 maholtz|WORK @Guschtel: did you tested it? usually you have no really downtime rm synmlink; ln -s symnlink?
13:20 maholtz|WORK did the change the db structure? imho not
13:20 Guschtel maholtz|WORK: nex tupgrade will be to latest stable
13:20 Guschtel arg. next upgrade
13:21 Marijn pmk65: How do you identify where something should go... I have experince with other template engines like Smarty or FreeMarker etc... but I don't get how Typo3 templating works at all... I have the feeling it's very different.. No template file seems to be edited (at least in TemplaViola)
13:22 maholtz|WORK @Guschtel: update to 4.2.11 ?
13:24 Guschtel maholtz|WORK: there are no db changes in between?
13:24 maholtz|WORK should not, because 4.2.x means only bug + security fixes
13:25 Guschtel hm ok, might be worth a try; thx
13:58 Recnelis Marijn: The 2004 version is still valid as it takes your through some basic concepts in regards to templates
13:59 Recnelis Marijn: Both are quite quickly read which I'd do and then move on to the pages provided by pmk65 perhaps(I haven't looked at them right now)
14:00 Recnelis And there are no template files - Templaviola is a tool to map the area's of a HTML template. E.g. this and this area should be substituted with content from Typo3
14:01 Recnelis You have to provide the template yourself, and it's can be any template you'd like without having to worry about putting in markers and such, I quite like this personally compared to joomla templates and the sort
14:01 Marijn recnelis: Ya... i'm reading the document... much is getting clear now... even if the click stream is sometimes a bit different... but it's helping...
14:02 Marijn also hitting my head against the wall yesterday, not getting it at all now proves useful :)
14:03 Marijn Recnelis... this of selecting spaces in a template looks nice for the normal workflow (designers giving a template to the webheads) But i wonder how it maps to complex content...
14:38 Recnelis Marijn: It works quite fine for complex content.. the good thing is that your have 100% flexibility and u can map anything anywhere, thus ur not limited by anything other than your own skills :)
14:44 dreas Hi all! Short question. We're working on a new site. There is quite some duplicate content, so creating references seems easiest (also for the translations). Where should the main reference be stored ideally though? Is there a best-practice? Or does that really not matter?
14:44 elmargol Is there a plugin that displays pages like on a blog? newest page on top 2-3 older posts and a link to older posts at the bottom?
14:48 pmk65 elmargol> timtab, t3blog
14:52 elmargol pmk65: timtab uses tt_news can't I just use my existing pages somehow?
14:53 elmargol I don't need all those fancy blog features. It just makes sense for my page to have the newest stuff on top
14:54 paese what do you do when you're _really_ unmotivated to work? ..
14:55 elmargol paese: listen to music and open a cold beer works for me :)
14:55 paese :D
14:55 paese too bad my boss sits 4m next to me ^ ^
14:56 elmargol paese: maybe coffee works too^
15:01 kraftb ;)
15:09 ndee kraftb: awesome motivation :D coffee is also quite good :D
15:13 mmm2m Hmm. I have never seen that before: I have something like that in my template: "[...]wrapItemAndSub = <li> | </li>[...]". And what I get is: "&lt;li&gt;&lt;a href=&quot;index.php?id=11&quot; &gt;Anwendungen&lt;/a&gt;"...
15:13 paese eating helps sometime, but only if you have someting
15:13 paese mmm2m new templavoila version?
15:13 ndee mmm2m: do you have HSC activated in templavoila?
15:13 mmm2m paese: Yes
15:13 mmm2m ndee: Well...
15:13 paese mmm2m check your template DS source
15:13 paese there is an option <hsc>
15:14 paese turn it off
15:17 mmm2m paese: Where do I find that?
15:17 paese mmm2m templavoila » your storage place
15:17 paese then click on the pencil next to your template/content element
15:18 paese (the upper part [DS], not the template bject [TO] itself)
15:21 mmm2m yea there it is : <HSC>1</HSC>
15:27 tPl0ch Would it be possible to create accessible graphical header sprites with typo3, like having one image created with a custom font file that includes normal, hover, active states?
15:28 tPl0ch with different background images for different states
15:29 pmk65 tPl0ch> there's an extension for merging GIFBUILDER images into a CSS sprite..
15:30 pmk65 http://typo3.org/extensions/repository/view/ggspritedgmenu/current/
15:31 tPl0ch pmk65: cheers :)
15:32 mmm2m could it be that the new templavoila is very buggy?
15:32 pmk65 Another option is to create the sprite image in Photoshop, and then write plain text over it..
15:33 PiMB yes it could be
15:33 Conic hi all, i'm writing an extension that has a be module
15:33 PiMB pmk65, usually it's about the special font.
15:33 mmm2m I don't get the content printed into the page editor, nor is it printed to the FE
15:33 Conic how can i add this be module to a main module created by another extension?
15:33 PiMB you could also try using cufon for that though..
15:33 pmk65 Example.. http://pmk.dk.srv3.t3t.dk/page-1/ <- The topmenu here is made with a single img.
15:33 pmk65 http://pmk.dk.srv3.t3t.dk/fileadmin/templates/images/navigation_bg.png
15:34 pmk65 cufon and sifr is outdated. Just use a truetype font..
15:34 PiMB and then?
15:34 pmk65 Fonts sets that can be used on Web. -> http://www.fontsquirrel.com/
15:35 pmk65 If you take a look at my testsite -> http://pmk.dk.srv3.t3t.dk/page-1/
15:35 pmk65 Then I have 3 testlinks in the right column. If you click on any of those, the font will change..
15:36 PiMB okay, I see that.
15:36 PiMB but shouldn't such a font be available on the visitors pc?
15:36 pmk65 it will be once they browse the page.. If you browse my testpage, it will download the 2 special fonts I use to your browser.
15:37 pmk65 In IE it will download a .EOT file and on other it will download the TTF file.
15:39 pmk65 all the fontsets on Font Squirrel are legal to use on web, and contains all the files needed to get it working..
15:39 PiMB I see
15:39 PiMB but that's css3
15:39 pmk65 You can also upload your own fonts and create webready packages.. http://www.fontsquirrel.com/fontface/generator
15:40 PiMB won't that provide problems with older 'but-client-is-king-style' browsers?
15:40 pmk65 it's part of the CSS3 specs (which more or less all browsers except IE supports)
15:40 PiMB nice mate
15:40 PiMB wasn;t aware of this yet
15:40 pmk65 It will fail if you use FF 2.0
15:40 PiMB always nice to learn something new
15:40 PiMB thanks
15:40 pmk65 fail = just use the normal font
15:41 PiMB rue
15:41 PiMB true
15:45 pmk65 I just discovered it myself a couple weeks ago, after messing with cufon & sifr..
15:45 PiMB it's always messy
15:45 PiMB but this sounds usable and nice
15:47 mmm2m So is there anywhere a good workaround for the current TV or is it better to switch back to an older version?
15:59 pmk65 mmm2m: Did you set the <HSC> to 0 ?
16:10 tPl0ch PiMB: you can create own EOT / OTF / TTF and use font-face
16:25 kotelette Are there any backen functions to render some inputs for records (like select pictures etc)?
17:16 zed_devil hi all
17:17 zed_devil have a problem with templavoila 1.4.1 and real url 1.7.0 > after installing real url into a brand new website it isnt possible to add new content elements (i press on the add icon and the folloing page ist empty)
17:18 zed_devil smeone had the same prob?
17:20 zed_devil when i delete the realurl from the server the backend works fine again - i've just tried it
17:27 ndee anyone knows a good jquery gallery extension?
17:36 Marijn zed_devil: I tried realurl a few days back as well... also had strange problems... but I assumed it was because of my Noobyness..
17:47 TheEternalAbyss realurl is a bit odd
17:47 TheEternalAbyss i'm having configuration issues with it myself
19:01 TheEternalAbyss hey i was wondering if someone could answer a question I have. I'm using FCE 2 column template, and I'm using multiple 2 column content in one page. I've noticed in my css file i access the columns by defining content for right co 12 or left co12. But I have multiple columns. Where is the div class name defined for the columns?
19:02 TheEternalAbyss I ask this cause I need to edit them individually and not have all the left columns with the same content
19:08 pmk65 TheEternalAbyss: In the HTML template you use for the 2-col FCE element..
19:11 Thasmo Is there someone who could help me with persisting Extbase model objects in the PHP session? I thin FLOW3 does this already, but I'd need it for Extbase.
19:15 TheEternalAbyss i think the 2 column template is a typo3 thing tho....but let me look in my template files. Thanks
19:17 TheEternalAbyss well hell
19:17 TheEternalAbyss why the hell am I trying to make 2 two column template work, when I could just make my own 4 column template
19:18 TheEternalAbyss O.o;;
19:32 blobaugh all my images are getting an empty src attribute, and the thumbnails to not show up in the backend. any ideas on what my problem is? i've been googling it, but no answers so far
19:34 TheEternalAbyss hmm...seems like the column templates are templavoila flexible content templates. I'm not sure I can edit them
19:35 TheEternalAbyss i mean I can create a new template html file, but then i'd have to add it as a template, editing the TO and DS of the flexibale content template file :\
19:36 TheEternalAbyss I don't think I'm knowledgeable enough to do that
19:44 blobaugh fixed my image issue. imagemagick was not installed properly
19:57 TheEternalAbyss i created a new template and modified the xml in the ds side of things
19:57 TheEternalAbyss could someone look it over and tell my why only columns left and right show up when i try it out?
19:57 TheEternalAbyss let me paste it, one sec
20:00 TheEternalAbyss http://xml.pastebin.com/d8e9c9cc
20:19 flops12312 hi guys
20:23 flops12312 i'm having problems setting up the value for post_max_size and upload_max_size.
20:23 flops12312 i want to set it via php.ini
20:23 flops12312 but, where do i put that php.ini to set it for the whole typo3-site?
20:24 flops12312 i tries many places
20:25 flops12312 but the value for post_max_size always remains (for typo3) 8M
20:27 flops12312 if i put my php.ini in a special folder and a php-file with phpinfo() it shows the correct value. if i put it in typo3/install it shows the correct value in the installtoool
20:27 flops12312 but in the backend (filemodul->upload) the value is always 8M instead of 40M i.e.
20:28 flops12312 i put it in typo3, the rootfolder etc....
20:53 pmk65 flops12312: You can change the max upload size in the Install Tool.
20:54 flops12312 pmk65: i can set, and have to, maxFileSize in the install tool
20:55 flops12312 pmk65: but that doesn't change the post_max_size
20:55 flops12312 that drives me crazy
20:57 pmk65 http://wiki.typo3.org/index.php/How_to_upload_big_files
20:58 StefanoK flops12312: It depends where php looks for the php.ini
20:59 StefanoK place a phpinfo()-file on the t3-root folder and call it in the browser. This would you tell where php expect php.ini
20:59 flops12312 pmk65: i know, really thats not a joke, every website regarding this topic :(
20:59 flops12312 a made that alrey StefanoK
21:00 flops12312 if i put the php.ini in the rootfolder and a phpinfo i see the correct values
21:00 flops12312 but somehow in the function getMaxFileSize() used by dam e.g. there is the call init_get('post_max_size') and that always returns 8M instead of 100M
21:02 flops12312 e.g == i.e.
21:04 StefanoK this may not correct. Somewhere in the php internals said php where it looks for php.ini. You find this place in php.ini -> "Configuration File (php.ini) Path" and "Scan this dir for additional .ini files".
21:07 flops12312 hmm thats the question why i am asking. thought of something like this, that my value gets overridden
21:07 flops12312 but
21:08 flops12312 Configuration File (php.ini) Path : /usr/lib/php5
21:08 flops12312 Loaded Configuration File : /homepages/7/d137066013/htdocs/update/php.ini
21:08 flops12312 Scan this dir for additional .ini files : (none)
21:08 flops12312 additional .ini files parsed : (none)
21:13 TheEternalAbyss so there's nothing wrong with my xml?
21:26 ries_ If you get sick and tired of doing any TYPO3, and you want to make something with your hands, then this is a nice project : http://www.youtube.com/watch?v=5rZR8Xd2YTw
21:31 TheEternalAbyss :(
21:31 TheEternalAbyss i'm already sick and tired of typo3
21:34 TheEternalAbyss fixed some slight errors
21:34 TheEternalAbyss http://xml.pastebin.com/d647bd032
21:34 TheEternalAbyss but it's still only loading left anf right and not my two middle content elements
21:34 TheEternalAbyss can someone explaint o me what i'm doing wrong?
21:39 flops12312 i am sick an tired of using typo3 too, i just don't get it. how long do they work on the dam-project? i thought it is time to use it. trying to write my own "gallery" based on dam, don't understand basic things (that should work in my opinion) and even don't get an answer on the dam-project-list, thats so frustrating
21:40 TheEternalAbyss that's why I usually opt to not use content management system flops
21:40 TheEternalAbyss things that should just work, it turns into incredibly complicated problems
21:41 flops12312 i set up hundreds of typo3 installation for customers...
21:41 TheEternalAbyss all I'm trying to do is have four columns in my freakin front page (for div classes) and I can't even get that to look right
21:42 flops12312 did u set it up via the mapper?
21:43 TheEternalAbyss i did everything in the TO and DS, the html template as well
21:43 TheEternalAbyss I don't think I mapped it....
21:43 TheEternalAbyss let me take a look at that
21:44 Thasmo Try normal template markers. oO
21:45 TheEternalAbyss where do I find the mapping section?
21:45 TheEternalAbyss -_-;;
21:45 flops12312 the xmnl looks good
21:45 flops12312 xml
21:46 TheEternalAbyss wait found it
21:46 TheEternalAbyss :)
21:49 TheEternalAbyss ......ok wow...why is the root set up as my 2 column template and the content elements look like my 3 column template cotnent element divs?
21:49 TheEternalAbyss Oo
21:52 TheEternalAbyss hrm
21:53 flops12312 normally i dont write in the xml-file directly (like u did?) i guess there arent't the correct mapping information. i always map via that mapper and add after that things to the xml if needed
21:57 TheEternalAbyss div.col3[1] div.left[1]/INNER this is the problem in my mapping
21:57 TheEternalAbyss says no content found
21:57 TheEternalAbyss I'm not sure how to fix this
21:57 TheEternalAbyss I don't know what that's referring to exactly
22:00 TheEternalAbyss do i need to make them INNER or OUTER when mapping?
22:00 flops12312 inner normally
22:00 flops12312 outer just if you want to change that tag (attribute)
22:02 TheEternalAbyss ok
22:02 TheEternalAbyss for root as well?
22:03 flops12312 yes
22:04 TheEternalAbyss ...that kills my other mapping tho
22:04 TheEternalAbyss :\ maybe i'm doing it wrong
22:04 TheEternalAbyss I need to select the div for that class element right. for example, if I need div class left. I select THAT div tag no?
22:04 TheEternalAbyss or do i select the parent tag
22:05 flops12312 you select that div, where the content should get in later
22:07 TheEternalAbyss ok..well the divs show up in preview
22:07 TheEternalAbyss not exploded preview
22:07 TheEternalAbyss but let's put content
22:09 TheEternalAbyss YESSSSSSSSSS 4 columns show up in page view :D
22:09 TheEternalAbyss thank yu so much guys for the help!
22:16 flops12312 maybe u just need to add a space between the div, in the template, or a newline
22:16 flops12312 uh someone wrote sry
22:23 TheEternalAbyss eh?
22:24 TheEternalAbyss odd though, the changes made to my css file don't seem to affect the new columns now. I wonder why? Maybe I looked over soemthing
23:06 tomsdale how do I create and Image Field in the backend when using flexforms - is this even possible?
23:14 TheEternalAbyss bye guys, thanks for the help

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.