12:14:45 <anhadikal> ndee or use TS and render that with fluid ^^
12:14:46 <ndee> actually I should do it with typoscript but I think I will never get the syntax :D
12:15:23 <ndee> I need to link to a page with the same params but just a different page Id, and that page-id, I need to find through a SQL from the tt_news table.
12:18:16 <NamelessCoder> if you link to an Extbase plugin it shoud be capable of detecting a proper pid for the target link, or you can set the plugin.tx_yourext.view.defaultPid (iirc) variable
12:18:58 <NamelessCoder> do you have multiple destination pids?
14:10:30 <anhadikal> hmm why rendering fluidcontent in CONTENT cObj not works? I mean not even header is rendered
14:11:28 <anhadikal> the generated SQL query works well in phpmyadmin. Looks like the CType fluidcontent_content is igronred/filtered/droped?
14:14:23 <anhadikal> TS: https://gist.github.com/denyskoch/9324640 rendering to page.10 works but rendering in a template (formhandler or fluidpage with f:cObject) dont works (empty result)
14:15:21 <NamelessCoder> anhadikal also using fluidcontent_core and not using css_styled_content? If so: remembered AdditionalConfiguration.php?
14:15:51 <anhadikal> I am using css_styled_content
14:16:14 <anhadikal> but I provide renderObj so it should(?) bypass css_styled_content
14:27:59 <NamelessCoder> and I don't know how that piece of TS is supposed to work in CONTENT mode with css_styled_content installed because it does look like it is changing something in CONTENT rendering.
14:29:03 <NamelessCoder> not to just point somewhere else but you may actually have better luck in #typo3 asking about the TS+CONTENT thing - afaik, the query is arbitrary and the CType should have no effect on the *selection* of content - purely the *rendering*. But CSC may disagree with me there.
14:36:06 <NamelessCoder> well, the fact that it is responsible for 90% of TS on sites where it is used, and ships with 4,000 legacy versions of TS, is pretty bad.
14:36:49 <NamelessCoder> my sites are extremely happy to dump it. I went from average 130ms response time from cached pages, down to ~65-70 with fluidcontent_core
14:37:03 <NamelessCoder> and my TS is now 300 lines, not 3600
14:37:25 <anhadikal> is fluidcontent_core already done?
14:39:07 <NamelessCoder> the elements I use are ;)
14:39:17 <NamelessCoder> but I could use a hand with the templates
14:40:49 <anhadikal> yeah, but out customers expect that if they use textpic and set the images to be right, that it will be right and fluidcore is not at this point atm
14:46:22 <xaver> NamelessCoder: i will try it sometimes. right now has my page without varnish or stuff ~75ms on a normal click
14:49:34 <xaver> php cache/opcache is not very agressive - it loads always new files
14:49:39 <anhadikal> dont ever know typo3 can run so fast
14:50:03 <xaver> i clean up apache2 a lot and mysql caches are optimized
14:51:00 <xaver> anhadikal: most important, install only what you need. Remove useless modules. E.g. i could remove workspaces because i don't use them anymore
14:53:07 <xaver> i use index_search its also "bad", you render a site and insert it into the database. (its fast, but all the tiny peaces added into the loading time)
14:58:29 <cedricziel> what about the "place typo3temp/Cache" in mount to tmpfs in ramdisk guys?
15:01:57 <NamelessCoder> the thing is, those files are not written again unless removed. When read once, they're cached. When written, they're cached. So all in all... near-zero effect expected
15:01:58 <xaver> rest is static - give the ram to mysql and you will see more improvment
15:16:42 <xaver> and (squeeze to wheezy) wants big changes and its a magento + typo3 combindation
15:17:31 <xaver> also he complaints css js img are not cached by varnish Oo
15:17:48 <xaver> right know vanrish wents insane by second call in a row
15:40:14 <anhadikal> I have a page with different location and a set of contact persons. the persons should be able to be assigned to one category, but the category is different on other location. how to solve this the right way? contacts has a name, image and email
15:42:13 <anhadikal> tt_address? fluidcontent, own extension?
16:44:18 <xaver> anhadikal: the question is - what you want to change - its a DB and other exts use it. Also you have a interface for it with colums. Its no FE plugin
16:45:16 <anhadikal> I need to use it in other extensions and I need to display it in FE/Fluidtemplate with simple filtering option
16:46:15 <xaver> that has nwearly no relation with tt_adresss
16:46:31 <xaver> If you use a extbase ext, you will have also db fields
16:46:46 <anhadikal> hmm, and what would you sugest/advise?
16:48:06 <xaver> List users, maybe you can supply that informations via TS and use viewhelpers or create a small ext or maybe something in repo.
16:48:41 <xaver> no exp in listing multiple users (and sort them)
17:51:15 <Guest|19843> hi - how can I make css assets to put direct path instead path to typo3temp file ?
17:52:06 <Guest|19843> I am changeing css file locally for testing and each time I need to clear cache so the new css file is generated into typo3temp. This is huge lost of dev time.
17:52:37 <Guest|19843> I can not find any switch for that unfortunatly.
17:55:39 <NamelessCoder> Guest|19843 if included via VHS assets all you need is to be logged into BE while testing in frontend, the asset files will then be rewritten always
17:56:16 <NamelessCoder> if you included them using page.includeCSS etc. you can in install tool set it to append the timestamp to filenames which will prevent caching
17:57:39 <Guest|93698> Is there a tutorial to build Templates width fedext.net (flux)? I realy like it and know the Dokumentation under: https://fedext.net/viewhelpers/flux/6.0.1.html, but there ist no explanation how to nest the elements.
17:58:19 <Guest|19843> @NamelessCoder - I include them by VHS assets and I am logged to BE. But I need to clear the chace all the time.
17:59:06 <Guest|19843> @NamelessCoder with page.includeCSS its good becase it adds timestamp so F5 will reload css file.
17:59:21 <NamelessCoder> Guest|19843 in that case if you log into the same domain name in BE as you use in FE it should rebuild the files, assuming VHS is recent enough
17:59:37 <NamelessCoder> sounds like your VHS maybe outdated
18:00:14 <NamelessCoder> Guest|93698 I like this one: https://worksonmymachine.org/blog/fluidtypo3-quickstart (three parts, the other two also on that site)
18:00:57 <Guest|19843> Maybe - I will check. Anyway if CSS is rebuild each time when I am logged to BE - it will be fast ?
18:01:13 <NamelessCoder> definitely not fast, but much easier to work with during dev
18:01:27 <NamelessCoder> the option can be disabled on production sites