IRC logs

20140325

Logs from channel #fedext on freenode - our official support channel.

IRC log range: 20140325*

20140325

  • 06:42:24 <randomresult> good morning fedext! we have a new webside!!!
  • 08:02:36 <mrboe> good moring - and thx to the team for the great work
  • 08:22:30 <ndee> good morning guys, a question regarding vhs and if.client.isBrowser/isMobile/isSystem: You can't really use all those viewhelpers in a cached environment, is that correct?
  • 08:30:54 <mrboe> no
  • 08:31:09 <mrboe> but you can do something like
  • 08:33:36 <mrboe> @ndee https://gist.github.com/misterboe/9756781
  • 08:38:33 <randomresult> good morning
  • 08:38:50 <ndee> so if you check the useragent in typoscript, it stores different versions in the cache?
  • 08:41:54 <randomresult> ndee: at least we think so :)
  • 08:42:40 <ndee> ok :D
  • 08:43:19 <randomresult> but check and tell us if we are right
  • 08:43:49 <ndee> randomresult will definitely do :)
  • 10:00:10 <randomresult> @nameless ur there?
  • 10:06:36 * randomresult is away for 30 mins
  • 10:08:12 <Tjark> using TYPO3 6.1.7 and Flux throws the following 404 Error /typo3/sysext/cms/typo3conf/ext/flux/Resources/Public/css/grid.css
  • 10:09:04 <Tjark> seems there is the wrong path
  • 10:09:21 <Tjark> Flux 7.0
  • 10:15:56 <bjo3rn> Tjark how do you include the asset? with a viewhelper?
  • 10:16:13 <Tjark> nope via TS
  • 10:17:05 <bjo3rn> with vhs?
  • 10:18:04 <Tjark> which assets do you mean ?
  • 10:18:15 <bjo3rn> I mean grid.css
  • 10:19:51 <Tjark> i just created a FCE Element. Do i have to import the grid.css manually ... i never did this before
  • 10:20:27 <bjo3rn> so you are using fluidcontent, right? you may have to add a content controller.
  • 10:21:23 <Tjark> a did this way Tx_Flux_Core::registerProviderExtensionKey('provider', 'Content');
  • 10:22:14 <bjo3rn> see https://worksonmymachine.org/blog/page-and-content-controllers-in-fluidtypo3
  • 10:23:06 <bjo3rn> it's a really simple, almost empty class that will create the correct context to resolve resource paths
  • 10:24:02 <Tjark> Is this a behavior regarding to TYPO3 6.1 ? Within an fresh TYPO3 6.2 installation i do not have this problem .
  • 10:24:49 <bjo3rn> maybe, yes. how does your TS to include the asset look like?
  • 10:28:00 <Tjark> i import my css with TS because i use htaccess to rewrite the asset path.
  • 10:28:15 <Tjark> like this page.includeCSS.10.assets/Stylesheet/style.css
  • 10:28:42 <Tjark> like this page.includeCSS.10 = assets/Stylesheet/style.css
  • 10:29:19 <bjo3rn> ok, then I don't know how this may be related to flux/fluidcontent, sorry. you might want to ask NamelessCoder when he shows up later.
  • 10:30:52 <Tjark> okay thanks anyway
  • 10:31:22 <bjo3rn> yw
  • 10:53:06 <randomresult> hey folks
  • 10:53:38 <BenjaminR> hi
  • 10:54:23 <randomresult> hows it going?
  • 11:03:41 <bjo3rn> tach
  • 11:03:45 <bjo3rn> auch
  • 11:04:05 <bjo3rn> everybody excited about 6.2?
  • 11:04:50 <randomresult> hell yeah
  • 11:05:14 <bjo3rn> got yourself a piccolöchen?
  • 11:05:44 <randomresult> im trying to get the *_bootstrap extentensions to work... if i will be ready today --> YES a big piccolöchen
  • 11:05:52 <bjo3rn> cool
  • 11:05:56 <randomresult> still struggeling with some problems
  • 11:06:06 <randomresult> maybe you can help me if u have some time left
  • 11:06:12 <bjo3rn> I can try
  • 11:06:24 <bjo3rn> caution: I'm a bootstrap hater ;)
  • 11:06:39 <randomresult> it has nothing to do with boostrap it self
  • 11:06:43 <bjo3rn> sure
  • 11:06:48 <randomresult> https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme/issues/43
  • 11:07:05 <randomresult> this is one of my problems
  • 11:07:31 <randomresult> @NamelessCoder told me to ged rid of the switchcases
  • 11:07:36 <randomresult> so i tried
  • 11:07:45 <randomresult> and
  • 11:08:16 <randomresult> this one https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme/issues/25
  • 11:08:35 <randomresult> as soon as i switch the pagecontroller to namespaces my layouts wont be taken
  • 11:09:07 <bjo3rn> where is that mentioned controller?
  • 11:09:12 <randomresult> as soon as i revert it to the old style everything works well
  • 11:09:28 <randomresult> what u mean?
  • 11:09:38 <bjo3rn> ...used by Tx_Fluidbootstraptheme_Controller_ContentController.
  • 11:10:07 <randomresult> the only controller for content is the one in classes
  • 11:10:12 <randomresult> (at least i guess)
  • 11:10:25 <bjo3rn> I can't see no 'Classes' folder ...?
  • 11:10:36 <randomresult> ?
  • 11:10:41 <bjo3rn> ah, development branch
  • 11:10:46 <randomresult> sure. sorry.
  • 11:10:52 <randomresult> havent slept enough
  • 11:12:42 <bjo3rn> you have to register the controller with FluidBT.fluidbootstraptheme I think
  • 11:13:06 <bjo3rn> \FluidTYPO3\Flux\Core::registerProviderExtensionKey('FluidBT.fluidbootstraptheme', 'Content');
  • 11:13:17 <randomresult> lemme check
  • 11:13:58 <mrboe> lass lemme ausm spiel
  • 11:14:06 <danilobuerger> actually it should be FluidBT.Fluidbootstraptheme as per naming convention, but our naming utility will work fine with a lower case
  • 11:15:25 <randomresult> like this ? \FluidBT.Fluidbootstraptheme\Flux\Core::registerProviderExtensionKey('fluidbootstraptheme', 'Content');
  • 11:15:39 <bjo3rn> no, as posted above
  • 11:15:39 <danilobuerger> no
  • 11:15:44 <bjo3rn> :)
  • 11:15:55 <danilobuerger> \FluidTYPO3\Flux\Core::registerProviderExtensionKey('FluidBT.Fluidbootstraptheme', 'Content');
  • 11:16:08 <randomresult> ok
  • 11:16:12 <randomresult> will try
  • 11:16:43 <danilobuerger> i dont know what you guys talked about before i was here, but you will have to register the provider extension in ext_tables and localconf
  • 11:17:02 <danilobuerger> see https://github.com/FluidTYPO3/fluidpages#how-to-include-page-templates for example
  • 11:17:15 <bjo3rn> I only register them in ext_tables.php but YMMV
  • 11:17:32 <randomresult> i never registered them in localconf either
  • 11:17:39 <danilobuerger> yes it MAY work ;-)
  • 11:17:51 <danilobuerger> but sometimes it doesnt, and then you are screwed ;-)
  • 11:17:51 <bjo3rn> then I am one lucky bastard it seems!
  • 11:18:20 <danilobuerger> bjo3rn you are on 6.2 a long time already right?
  • 11:18:39 <randomresult> well it doesnt work
  • 11:19:26 <bjo3rn> danilobuerger I am a conservative guy, no
  • 11:19:33 <danilobuerger> so 6.1 ?
  • 11:19:37 <danilobuerger> then you are lucky :)
  • 11:19:37 <bjo3rn> yep
  • 11:19:40 <randomresult> what drives me crazy is ... as soon as i set UseTS to 0 all is fine
  • 11:19:46 <danilobuerger> i always got bitch slapped when i forgot it in lcoalconf
  • 11:20:43 <randomresult> i have no idea how to fix that
  • 11:20:57 <danilobuerger> randomresult let me read up
  • 11:21:42 <danilobuerger> uuugh your problem is about *_bootstrap... then i am out
  • 11:21:45 <danilobuerger> hate that
  • 11:21:50 <randomresult> ... hehe
  • 11:21:57 <randomresult> thx. anyway.
  • 11:22:01 * danilobuerger highfives bjo3rn
  • 11:22:16 <bjo3rn> hehe
  • 11:22:35 <bjo3rn> what's that useTS setting all about?
  • 11:23:36 <randomresult> you can set it to use defaults.
  • 11:23:46 <randomresult> width of sidebar, colors etc
  • 11:24:18 <randomresult> if u set it to 0, it will not show the fields in the backend (i removed it for a test from WithSideBar.html )
  • 11:24:34 <randomresult> äh if u set it to 1 it will not show
  • 11:24:47 <randomresult> if u set it to 0, everything works fine
  • 11:25:15 <bjo3rn> why would that interfere with a controller?
  • 11:25:25 <danilobuerger> _bootstrap will be dead anyway when fluidshare sees the light
  • 11:25:51 <randomresult> anyway: this is now correct right? \FluidTYPO3\Flux\Core::registerProviderExtensionKey('FluidBT.Fluidbootstraptheme', 'Content');
  • 11:26:29 <randomresult> well danilobuerger i have some thoughts about fluidbootstraptheme
  • 11:27:00 <randomresult> and i worked on it the last days heavily and learned a lot... so at least this i good!
  • 11:27:07 <BenjaminR> This is the advice no one wants to hear but i ask it: why do you use bootstrap - dont you think you would create a cleaner result in shorter time creating your own elements and using bootstrap only as showcase for configuration section and usage of partials etc
  • 11:27:22 <danilobuerger> BenjaminR you are more than right
  • 11:27:47 <randomresult> i dont use it in productive environments too
  • 11:28:18 <randomresult> but for learning its a good point to start.
  • 11:28:26 <bjo3rn> a lot of people ask for it imo and randomresult put some work in it so...
  • 11:28:58 <randomresult> NamelessCoder told me (and i extremly wondered about that) that some ppl really use it.
  • 11:29:02 <BenjaminR> also for training randomresult it would have to advice you to creeate your own provider extensions and setup your elements completely yourself. you dont train yourself by c&p and debugging mistakes others did :) debug your own mistakes either :)
  • 11:29:30 <randomresult> BenjaminR im doing that
  • 11:30:05 <randomresult> NamelessCoder asked me - so i did. if an update is needed and i can do it... i do it
  • 11:30:16 <BenjaminR> sorry rr :)
  • 11:31:16 <BenjaminR> i think we have to communicate much more obvious what bootstrap is for - i dont think we should let the idea rise one created it to be the basis template for own provider extensions
  • 11:31:21 <BenjaminR> @NamelessCoder
  • 11:31:58 <BenjaminR> If bootstrap was for that purpose it doesnt meet the needs
  • 11:32:03 <danilobuerger> as i said, bootstrap will be dead anyway when fluidshare comes along
  • 11:32:17 <randomresult> BenjaminR with the *bootstrap as a base im totally with you
  • 11:32:17 <BenjaminR> true
  • 11:33:05 <BenjaminR> as an example: NO ONE should ever serve his customer a dynamic grid to let the responsibilty for the page layout to the editor :)
  • 11:33:10 <BenjaminR> *my opinion :)
  • 11:35:13 <randomresult> BenjaminR: for now i want to finish that. i guess that was the reason why @NamelessCoder wanted it to split away from Fluid-Extensions
  • 11:36:06 <BenjaminR> so what shall be the final result right now? just to see the full picture
  • 11:36:27 <randomresult> having an extension with both of the existing ones in one
  • 11:36:57 <BenjaminR> both?
  • 11:37:00 <danilobuerger> so merge fluidcontent_bootstrap and fluidpages_bootstrap ?
  • 11:37:04 <BenjaminR> ah
  • 11:37:05 <BenjaminR> i see
  • 11:37:07 <randomresult> yes
  • 11:37:26 <danilobuerger> Let the fun begin :D
  • 11:37:39 <randomresult> with the possibility to just use that one instead of two
  • 11:37:46 <randomresult> and bring it to bs3
  • 11:37:54 <randomresult> add some elements
  • 11:38:00 <randomresult> fix some bugs
  • 11:38:03 <randomresult> remove some crap
  • 11:38:08 <BenjaminR> If there is really demand for that i could offer you to do it together in the evenings
  • 11:38:30 <randomresult> we already did a lot
  • 11:38:47 <randomresult> we are near a good beta i think
  • 11:38:56 <mrboe> all elements in ext were checked and fixed
  • 11:39:17 <randomresult> (well... good is the wrong word) we are close to have everything working
  • 11:39:20 <BenjaminR> so there is a single element resulting in this fatal error?
  • 11:39:25 <randomresult> still it is an example extension
  • 11:39:46 <randomresult> two of them (quite the same)
  • 11:39:57 <BenjaminR> which ones?
  • 11:39:58 <ndee> replacing v:if.condition.isMobile with the TS condition worked out great :)
  • 11:40:02 <randomresult> https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme/issues/43
  • 11:40:07 <BenjaminR> without them the ext works fine?
  • 11:40:26 <ndee> I know it's not fluid related buuut: is there a way to make a plugin a USER_INT
  • 11:40:27 <randomresult> see the issues we found so far
  • 11:41:00 <randomresult> danilobuerger we work on DEV
  • 11:41:13 <BenjaminR> ndee: set it to uncached in ext_localconf
  • 11:41:22 <danilobuerger> ndee do you really want to make a plugin USER_INT or only its template?
  • 11:41:28 <ndee> BenjaminR: and then it's automatically a user_int?
  • 11:42:10 <ndee> danilobuerger: there are some variables set in the controller, which influence the template so I think it has to be the plugin, not only the template, no?
  • 11:42:29 <danilobuerger> in that case, yes
  • 11:45:13 <ndee> so when a plugin is a user_int, the plugin always gets completly executed but the rest of the page can be cached, is that more or less what user_int is? :D
  • 11:45:25 <BenjaminR> yap
  • 11:45:33 <BenjaminR> the plugin is a marker in the rendered template
  • 11:45:56 <danilobuerger> doing this is only advisable on low frequented sites though
  • 11:45:58 <BenjaminR> the plugin is rendered and the marker is replaced with the output
  • 11:49:24 <ndee> if you have a search form with lots of params and you do a search, that search can be pretty slow, since it has to be a non-cached action, what would the best approach be? cache the results somehow?
  • 11:50:49 <BenjaminR> if all arguments on the action are registered properly you dont need to disable the cache
  • 11:51:21 <BenjaminR> also a model for all the inputs from the search form would be adviced
  • 11:51:34 <BenjaminR> instead of duzends of arguments :)
  • 11:52:08 <ndee> the thing is, I'm implementing an external json "source" so it's kinda... tricky :D
  • 11:54:05 <BenjaminR> if you process the json source on your controller this is no obstacle
  • 11:54:50 <BenjaminR> simply create a model for your search attributes. bind the form to it. post it to your controller. it caches identical search queries and doesnt cache new ones with old results.
  • 11:55:02 <BenjaminR> *if caches
  • 11:55:38 <ndee> shouldn't a search be GET since otherwise, you can't link to the search resulsts?
  • 11:55:40 <BenjaminR> it will also help you with mappings and validations
  • 11:56:03 <BenjaminR> ndee: depends on use case
  • 11:57:10 <ndee> I have to think about it... but only after a nice kebap, bon app everyone :)
  • 11:57:22 <BenjaminR> mahlzeit :)
  • 11:58:34 <soee> someone who is on 6.2 and using vhs ?
  • 11:58:48 <randomresult> me
  • 11:58:59 <randomresult> 6.2 beta 7 (i guess)
  • 11:59:30 <soee> randomresult: does the upgrading extensions works for you ?
  • 11:59:37 <soee> through EM
  • 11:59:43 <randomresult> i never did
  • 11:59:49 <randomresult> cause i work on dev
  • 11:59:50 <soee> oh
  • 12:00:18 <randomresult> i think in TER are not the dev versions? should be released today....
  • 12:00:26 <randomresult> ask the team?
  • 12:00:49 <soee> dev versions ?
  • 12:01:14 <randomresult> i think only the dev-versions are compatible to 6.2 - at least i think so.
  • 12:01:36 <randomresult> take a look into em_conf
  • 12:01:51 <randomresult> ah vhs...
  • 12:01:51 <soee> well in EM the upgrade button show sup for example for vhs
  • 12:02:02 <randomresult> sorry have been wrong
  • 12:02:08 <soee> so it is possible and i wonder if tehre is something wrong on my servwer or with EM
  • 12:02:32 <Denyerek> Hey guys!
  • 12:02:44 <randomresult> hi denyerek
  • 12:10:23 <bjo3rn> soee what doesn't work exactly? I had a problem yesterday upgrading on 6.1.7. it didn't finish.
  • 12:12:51 <soee> bjo3rn: well if want to upgrade extension it is starting, than i have info that extensions was upgraded but it is not :)
  • 12:13:25 <bjo3rn> even after refreshing the em? the list doesn't update itself I think.
  • 12:13:40 <randomresult> where can i see wyh travis failed?
  • 12:13:46 <bjo3rn> if so, no idea.
  • 12:14:10 <bjo3rn> randomresult there's a console output
  • 12:14:23 <randomresult> im on github
  • 12:14:28 <bjo3rn> where?
  • 12:14:30 <randomresult> it tells me that it failed
  • 12:14:31 <bjo3rn> link?
  • 12:14:42 <randomresult> https://github.com/bootstraptheme-for-typo3/fluidbootstraptheme/pull/44
  • 12:14:57 <bjo3rn> ok, click on the 'Details' link
  • 12:15:01 <randomresult> i did
  • 12:15:18 <bjo3rn> then on the failing job id (55.3)
  • 12:16:23 <randomresult> fatal: read error: Connection reset by peer --- so i rebuild it now
  • 12:16:28 <randomresult> see what happens
  • 12:16:57 <danilobuerger> cedricziel ?
  • 12:17:11 <danilobuerger> bjo3rn you are also one of the git masterminds ?
  • 12:18:26 <cedricziel> ahoi fellow sailors
  • 12:18:49 <cedricziel> whatsapp danilobuerger
  • 12:19:37 <danilobuerger> i have ft3 as submodules in my website repos.. what if i want to change something in one of those submodules and push it?
  • 12:20:02 <cedricziel> 2 things
  • 12:20:21 <cedricziel> 1.) submodules are git projects on their own, so you can push, pull, change remotes etc
  • 12:20:54 <cedricziel> 2.) if you did so, you have to commit the change (basically any write operation changes the HEAD commit)
  • 12:21:24 <cedricziel> 2.) you have to commit the base repo, if this wasnt clear enough
  • 12:21:44 <cedricziel> read: your project where ft3 is a submodule
  • 12:22:41 <cedricziel> does this help you?
  • 12:22:44 <danilobuerger> so i have to commit the base repo to change something in the submodule?
  • 12:23:05 <cedricziel> nono, you have to commit the base repo to change the pointer on your submodule basically
  • 12:23:26 <cedricziel> everytime you check out, the submodules will be checked out on a specific commit
  • 12:23:40 <cedricziel> and when you change the submodule, you have to shift the pointer to the new commit
  • 12:23:47 <randomresult> danilobuerger to get it clear: SUBMODULES SUCK
  • 12:24:11 <cedricziel> if they change often, yes. they're a pain
  • 12:24:45 <cedricziel> on the other hand you get the promise of an exact state of the sub-tree as every commit has a unique hash
  • 12:24:58 <danilobuerger> because i am making a change to fluidcontent_core, so basically it would be better to checkout another repose and do the changes there?
  • 12:25:44 <cedricziel> if those changes are persistent to your project as well-there's no point in doing it separately
  • 12:26:20 <danilobuerger> ok
  • 12:34:55 <alex_schnitzler> Hey guys, is it possible to select categories with a flux view helper?
  • 12:35:41 <BenjaminR> flux.field.relation?
  • 12:35:59 <BenjaminR> flux:field.relation
  • 12:36:06 <alex_schnitzler> Ahh, thanks, didn't know this
  • 12:36:19 <BenjaminR> Yw Alex
  • 12:37:04 <cedricziel> yup https://github.com/FluidTYPO3/flux/blob/development/Classes/ViewHelpers/Field/AbstractRelationFieldViewHelper.php#L41
  • 12:37:41 <BenjaminR> cedric whats wrong with the Relation Vh?
  • 12:37:52 <BenjaminR> Ah simple extend
  • 12:37:56 <cedricziel> oh nothing,
  • 12:37:57 <cedricziel> yes
  • 12:37:58 <cedricziel> :)
  • 12:38:07 <BenjaminR> (y)
  • 12:38:17 <cedricziel> i thought it'd be better to show the arguments
  • 12:38:24 <BenjaminR> true
  • 12:56:17 <randomresult> @bjo3rn rebuild was successful
  • 12:56:20 <randomresult> thx.
  • 13:12:32 <mrboe> hey guy have you seen my issue >> http://fluidtypo3.org/viewhelpers/fluidbackend/master.html
  • 13:14:00 <cedricziel> sure, we receive mail notifications-thx for reporting :)
  • 13:25:15 <Denyerek> Long Shot
  • 13:25:22 <Denyerek> Any Emerson Lake and Palmer fans here? :)
  • 13:34:45 <randomresult> Denyerek i dont even know what u talk about :)
  • 13:38:19 <randomresult> Denyerek i think this kind of music is what @NamelessCoder loves!
  • 13:40:38 <mrboe> so relaxing https://www.youtube.com/watch?v=By0LmL9aPG0
  • 13:40:59 <mrboe> would @NamelessCoder say
  • 13:41:43 <Denyerek> :D
  • 13:42:13 <Tjark> short question regarding to ext fluidcontent.
  • 13:43:34 <Tjark> Never had this before, but my FCE´s don´t show up within the content tabs
  • 13:44:03 <Tjark> flux debug says "Flux View FluidTYPO3\Flux\View\ExposedTemplateView is able to read stored configuration from file "
  • 13:44:21 <Tjark> so, file is present and no errors
  • 13:44:42 <mrboe> after update?
  • 13:45:20 <Tjark> 10 min before everything was fine
  • 13:45:48 <Tjark> i updated flux ... etc last week
  • 13:46:33 <Tjark> so my question: what is the best way integrating fluidcontent ?
  • 13:49:41 <Denyerek> randomresult, - what's the best way to insert some markup JUST before the </body?
  • 13:49:46 <Denyerek> and guarantee it's always the last thing there ?
  • 13:52:03 <mrboe> you can set dependencies in assets
  • 13:54:08 <Denyerek> that would suggest an external script
  • 13:54:16 <Denyerek> I think I'll just have to put it last in my page template and hope for the best.
  • 13:59:17 <Denyerek> oooh there's page.footer
  • 14:09:51 <Denyerek> erm...
  • 14:09:56 <Denyerek> how do you commend something out in a partials file ?
  • 14:10:02 <Denyerek> html commenting didn't seem to work...
  • 14:10:26 <Denyerek> <!-- <v:asset.style name="alba" group="css" path="EXT:albatemplate/Resources/Public/Stylesheets/main.css" external="FALSE" standalone="TRUE" /> -->
  • 14:10:29 <Denyerek> For example
  • 14:10:38 <Denyerek> still renders vhs-assets in ... hmm
  • 14:18:25 <mrboe> f:comment
  • 14:25:09 <NamelessCoder> WOOOOOOOHOOOOOOO CARNIFEX!!!! ^^
  • 14:36:05 <xaver> NamelessCoder: Oo
  • 14:38:08 <randomresult> hi
  • 14:59:48 <rahulthewall> Hi, not sure whether this is related to fedext or not
  • 15:00:02 <rahulthewall> But here is a working JS fiddle example: http://jsfiddle.net/rahulthewall/64snV/
  • 15:00:13 <rahulthewall> same example does not work on typo3: http://beta.ageweb.ch/index.php?id=88
  • 15:00:15 <rahulthewall> Any idea why?
  • 15:11:54 <alex_schnitzler> Hey guys, why doesn't fluidcontent_core wrap text in <p>-tags?
  • 15:14:07 <cedricziel> rahulthewall: does not work is a broad term :)
  • 15:14:22 <rahulthewall> right cedricziel
  • 15:14:28 <rahulthewall> so let me define it properly
  • 15:14:37 <rahulthewall> I don’t see the javascript validation warnings in typo3
  • 15:14:54 <rahulthewall> which I see in js fiddle
  • 15:15:08 <cedricziel> alex_schnitzler: better ping danilobuerger or NamelessCoder for fluidcontent_core
  • 15:15:18 <danilobuerger> hm?
  • 15:15:34 <cedricziel> alex' message from above
  • 15:15:39 <cedricziel> 15:11:57
  • 15:15:55 <danilobuerger> ah NamelessCoder and me are just discussing fcc, the thing with the <p> tags is on the list ;-)
  • 15:16:31 <cedricziel> rahulthewall: can you confirm the javascript is actually included?
  • 15:16:46 <rahulthewall> yup cedricziel, I checked the source
  • 15:16:53 <rahulthewall> JS is included
  • 15:16:56 <cedricziel> why do you want errors?
  • 15:17:10 <rahulthewall> I don’t want errors, I want form validation
  • 15:17:28 <alex_schnitzler> danilobuerger: Whatever you decide, will there be a possibility to wrap bodytext using TS?
  • 15:17:33 <rahulthewall> “Please enter a valid email address.” -> something like this, which I get in js_fiddle
  • 15:17:46 <cedricziel> aha
  • 15:17:59 <cedricziel> is the validation plugin included as well=
  • 15:18:01 <cedricziel> ?
  • 15:18:10 <rahulthewall> the validation js? Yes, it is
  • 15:18:11 <cedricziel> in the right order?
  • 15:18:20 <cedricziel> first jq, then validation plugin?
  • 15:18:24 <rahulthewall> Yes
  • 15:18:24 <danilobuerger> alex_schnitzler there is already... you just need to overlay the template with your own
  • 15:18:48 <alex_schnitzler> danilobuerger: overlay how?
  • 15:18:53 <cedricziel> then at the end something like $(function(){$('#coolform').validate()}}
  • 15:19:21 <danilobuerger> alex_schnitzler plugin.tx_fluidcontentcore.view.overlays.mctemplate.templateRootPath = EXT:asdasdasd/Resources/Private/Templates/
  • 15:19:37 <danilobuerger> then copy the template (in your case Text.html) from fcc to your own ext
  • 15:19:40 <danilobuerger> then you can modify
  • 15:19:51 <rahulthewall> cedricziel: yes, I have this at the end (copy-pasting from the source)
  • 15:19:54 <cedricziel> ye olde path overlay, still nifty - and lacking in fluid
  • 15:19:57 <alex_schnitzler> Do I have to copy all templats then?
  • 15:20:02 <rahulthewall> <script>
  • 15:20:02 <rahulthewall> $("#contact-form").validate();
  • 15:20:03 <rahulthewall> </script>
  • 15:20:12 <cedricziel> nope alex, just the ones you need.
  • 15:20:24 <cedricziel> the overlay will look in your path first and then fall back
  • 15:20:46 <danilobuerger> alex_schnitzler no just the one you want to overlay
  • 15:21:07 <pedda> hi there
  • 15:21:23 <pedda> can someone point me how a v:link.typolink object should look like?
  • 15:21:57 <pedda> {typolink: {parameter: 1, aTagParams: 'class="myClass"'}} like this?
  • 15:22:21 <cedricziel> rahulthewall: i have no idea how your setup looks like. in general make sure you insert anything in the right order or define dependencies to get the right order
  • 15:22:35 <crewcut> Just installed the introduction package 6.1 with MAMP, and had a hard time to find where to set the path for the links. Found it and i think it would be a good idea to mention this in the documentation like: typo3conf/ext/speciality/Configuration/TypoScript/Config/config.ts
  • 15:22:37 <cedricziel> pedda: i guess you already looked at the source https://github.com/FluidTYPO3/vhs/blob/master/Classes/ViewHelpers/Link/TypolinkViewHelper.php#L36
  • 15:22:43 <pedda> i did
  • 15:22:47 <pedda> so i checked the api
  • 15:22:54 <pedda> it's basically the api method call
  • 15:23:06 <cedricziel> it expects an array, normally the typolink function would take
  • 15:23:10 <cedricziel> right
  • 15:23:28 <alex_schnitzler> danilobuerger: Ok, what's the param after overlays?
  • 15:23:34 <alex_schnitzler> my extension key?=
  • 15:23:39 <rahulthewall> cedricziel: I am going to try defining dependencies; make validate.js depend on jquery
  • 15:23:40 <rahulthewall> and then see
  • 15:23:48 <cedricziel> right, rock on buddy :)
  • 15:24:01 <cedricziel> pedda: what's the result?
  • 15:24:04 <danilobuerger> alex_schnitzler yeah, path to your tmeplates dir in your ext
  • 15:24:42 <alex_schnitzler> naa, right after overlay: overlay.mctemplate.templateRootPath
  • 15:24:45 <cedricziel> if you just want the url, check v:uri.typolink
  • 15:25:26 <alex_schnitzler> What is mctemplate?
  • 15:25:48 <cedricziel> your provider extension name
  • 15:26:09 <pedda> cedricziel i'm tryink to rewrite this url: <f:link.page pageUid="{v:var.typoscript(path: 'plugin.tx_bccarsearch.settings.list.uid')}" additionalParams="{tx_bccarsearch: {criteria: {make: brand.autoscout24Id.value}}}"
  • 15:26:42 <pedda> which results in some partially rewritten url by realurl and some still raw arguments/parameters
  • 15:27:03 <pedda> i thought i could use the typolink vh to make realurl take care of the resulting url
  • 15:27:13 <cedricziel> looks good enough-typolink urls mostly come from the linkWizard
  • 15:27:24 <cedricziel> they have this ugly piped(?) syntax
  • 15:27:35 <pedda> ?
  • 15:27:40 <pedda> talking to me?
  • 15:29:10 <alex_schnitzler> danilobuerger: Well, I am using it as you said, my extension simply is named "templates" => plugin.tx_fluidcontentcore.view.overlays.templates.templateRootPath = EXT:templates/Resources/Private/Templates/
  • 15:29:33 <danilobuerger> yes
  • 15:29:41 <alex_schnitzler> So I place the overlay in templates/Resources/Private/Templates/CoreContent/Text.html?
  • 15:30:00 <danilobuerger> yes
  • 15:30:27 <alex_schnitzler> Any special cache I have to clear?
  • 15:30:43 <danilobuerger> i dont think so
  • 15:30:49 <alex_schnitzler> Well, it doesn't work
  • 15:31:16 <alex_schnitzler> If I grep fluidcontent_core I don't find the term overlays at all. Sure it's already supported?
  • 15:31:27 <danilobuerger> yeah i am using it alex_schnitzler ;-)
  • 15:31:29 <danilobuerger> pretty sure
  • 15:31:50 <danilobuerger> where did you put that plugin.tx_.... thing?
  • 15:32:00 <rahulthewall> cedricziel: nah man, it doesn’t work
  • 15:32:15 <rahulthewall> <script>$("#contact-form").validate();</script>
  • 15:32:17 <BenjaminR> danilobuerger: isnt EXT:view needed for this functionality
  • 15:32:21 <rahulthewall> is that the correct syntax?
  • 15:32:23 <danilobuerger> BenjaminR no
  • 15:32:27 <BenjaminR> okay :)
  • 15:32:49 <cedricziel> ehm. this places an inline script rahulthewall
  • 15:33:05 <danilobuerger> BenjaminR fcc has it out of the box same as fluidpages
  • 15:33:13 <BenjaminR> i see
  • 15:33:23 <cedricziel> wrap it in <v:asset.script name="validateForm" dependencies="....yourdeps.."></v:asset.script>
  • 15:33:40 <rahulthewall> ohh
  • 15:33:42 <cedricziel> it will then be put below any dependencies
  • 15:33:49 <rahulthewall> thanks cedricziel, let me try that
  • 15:33:56 <cedricziel> yor scipt places it and calls it probably before anything is included
  • 15:33:59 <cedricziel> *your
  • 15:34:17 <rahulthewall> that makes sense
  • 15:34:22 <rahulthewall> Thanks! :)
  • 15:34:33 <cedricziel> you're welcome ;)
  • 15:34:55 <BenjaminR> rahulthewall: you should ever wrap your jquery inside ready function
  • 15:35:10 * alex_schnitzler is raging.
  • 15:35:18 <alex_schnitzler> Forgot to include the TS template
  • 15:35:24 <BenjaminR> $(function() { alert('your code is executed when dom is ready'); });
  • 15:35:28 <rahulthewall> BenjaminR: What does that mean? I am including jquery from setup.txt
  • 15:35:41 <danilobuerger> alex_schnitzler working now ?
  • 15:35:49 <rahulthewall> Completely lost BenjaminR .. sorry
  • 15:36:01 <alex_schnitzler> danilobuerger: Yes
  • 15:36:07 <danilobuerger> good
  • 15:36:10 <alex_schnitzler> Thanks! :)
  • 15:36:13 <danilobuerger> np
  • 15:36:18 <BenjaminR> rahulthewall: http://learn.jquery.com/using-jquery-core/document-ready/
  • 15:36:24 <cedricziel> any of you attending any release party?
  • 15:36:41 <rahulthewall> Thanks BenjaminR, let me read
  • 15:41:25 <rahulthewall> hi cedricziel, sorry, but that <v:asset.script name="js_validate" dependencies="jquery"> thing doesn’t seem to work
  • 15:41:26 <rahulthewall> I added this
  • 15:41:34 <rahulthewall> <v:asset.script name="js_validate" dependencies="jquery">$("#contact-form").validate();</v:asset.script>
  • 15:41:52 <cedricziel> any errors?
  • 15:41:56 <rahulthewall> and now that appears as text on the form page
  • 15:41:56 <rahulthewall> http://beta.ageweb.ch/index.php?id=88
  • 15:42:04 <BenjaminR> still not using document ready... ?!
  • 15:42:04 <cedricziel> import the namespace
  • 15:42:18 <rahulthewall> BenjaminR: tested with that as well
  • 15:42:20 <cedricziel> {namespace v=Tx_Vhs_ViewHelpers}
  • 15:42:27 <rahulthewall> BenjaminR: it appears as text too
  • 15:42:36 <rahulthewall> cedricziel: wait, I am editing a page as plain HTML ...
  • 15:42:44 <rahulthewall> cedricziel: will these things work?
  • 15:43:12 <cedricziel> those work for us and a whole bunch of pople
  • 15:43:20 <cedricziel> it's just getting into it is harder :)
  • 15:43:43 <cedricziel> you are missing a namespace import in your template file like i stated above
  • 15:44:21 <cedricziel> ach
  • 15:44:24 <cedricziel> now i see it
  • 15:44:28 <cedricziel> no, surely not
  • 15:44:50 <cedricziel> but you can add it for example via typoscript on a ext template on the same page
  • 15:45:19 <cedricziel> as the element states: if you enter html here, nothing is happening
  • 15:45:47 <rahulthewall> the namespace is there cedricziel, what does adding via typoscript mean?
  • 15:46:18 <cedricziel> you can add assets as well per typoscript, as per php or per fluid
  • 15:46:47 <cedricziel> the fluid path doesnt work here, because you have chosen a raw html element (btw: why?)
  • 15:46:59 <cedricziel> so you can add it with typoscript
  • 15:47:22 <rahulthewall> cedricziel: because I did not know how to get the formatting of my form right by using proper fluid elements
  • 15:47:32 <cedricziel> no need to highlight me everytime :)
  • 15:47:40 <rahulthewall> :)
  • 15:47:49 <rahulthewall> how to add it with typoscript
  • 15:48:24 <cedricziel> master bjo3rn has written a nice article that should get you started: https://worksonmymachine.org/blog/asset-handling-with-fluidtypo3
  • 15:49:02 <cedricziel> and the template problem.. well. ft3 saves you from a lot of internals, but you should now how to use and properly extend extensions :)
  • 15:49:10 <cedricziel> *know
  • 15:50:52 <rahulthewall> master bjo3rn is quite a master, his blog got me through most of my problems
  • 15:51:01 <rahulthewall> Looks like it will do so again
  • 15:51:16 <rahulthewall> and yes … ft3 is great, but I become lost with it
  • 15:51:53 <yankes> hey
  • 15:52:13 <cedricziel> hi
  • 15:53:26 <cedricziel> you get a lot more done as with stock templating. but as i said.. typo3 is quite a complex system and we do not intend to obfuscate all the internals :)
  • 15:53:53 <cedricziel> just the ones that make it easier to start with own templates
  • 15:56:19 <yankes> i'm looking help :) i have problem with fluidpages&fluidcontent (t6.1) / I had a few content elements and I created new CE (using as container)/ but when I drag old CE to this container he disapper...
  • 15:56:43 <yankes> someone had maybe similar problem ? :)
  • 15:58:54 <pedda> yankes -> you can find those elements via list mode
  • 15:59:14 <pedda> and set those column property to your main content column to make them appear in page mode back again
  • 16:00:33 <rahulthewall> cedricziel: feel like an idiot
  • 16:00:37 <yankes> oki, i'm testing your solution :)
  • 16:00:50 <rahulthewall> Do I have to create a content template
  • 16:00:56 <rahulthewall> I added that vhs script in the main templte
  • 16:01:01 <rahulthewall> but that doesn’t seem to work
  • 16:02:36 <cedricziel> it wont work just like i said. you're using a plain html CE
  • 16:02:59 <cedricziel> use the typoscript way bjo3rn describes.
  • 16:04:40 <BenjaminR> https://gist.github.com/benjaminrau/9686724 - just without the condition (line 1,2 + 7)
  • 16:05:29 <cedricziel> thx BenjaminR
  • 16:07:09 <rahulthewall> I believe I have not understood the blog correctly; it tells me that I can include inline javascript
  • 16:07:20 <pedda> you can
  • 16:07:23 <rahulthewall> Does that inline javascript need to be there in page template?
  • 16:07:25 <pedda> via ts and vhs
  • 16:07:36 <pedda> if included via vhs -> yes
  • 16:07:49 <pedda> the blog on fedext?
  • 16:07:56 <rahulthewall> yes, worksonmymachine blog
  • 16:08:06 <rahulthewall> specifically, this page: https://worksonmymachine.org/blog/asset-handling-with-fluidtypo3
  • 16:08:15 <pedda> well it's bjo3rns blog, but still yes, if it's related to vhs
  • 16:09:01 <pedda> rahulthewall: http://fluidtypo3.org/viewhelpers/vhs/master/Asset/StyleViewHelper.html
  • 16:09:12 <pedda> this page says there is also a content property available
  • 16:09:26 <pedda> so you could use content ( … ) instead of path =
  • 16:09:36 <pedda> in the example from bjo3rn's blog
  • 16:10:09 <rahulthewall> I am using this property: http://fluidtypo3.org/viewhelpers/vhs/master/Asset/ScriptViewHelper.html
  • 16:10:15 <rahulthewall> Need to add a script
  • 16:10:40 <rahulthewall> So I wrote this
  • 16:10:55 <pedda> if so, turn on your brain, check if content property is available as well (it is) and try to figure it out ;)
  • 16:11:10 <rahulthewall> ok
  • 16:11:41 <NamelessCoder> please note: "content" property is only relevant when defining the asset in TS. And when you use "content" here, you should also set the "type" since it cannot be detected from filename
  • 16:13:03 <NamelessCoder> you can also set the type to "raw" but then you must add "standalone = 1" (since "raw" assets cannot be merged in any sensible way). This allows you to manually define the entire <script> tag which is useful fx when adding google analytics tracking code that uses both a script src and content of the <script> tag. This is also how you can add those pesky "if IE" conditions around script tags.
  • 16:13:33 <pedda> aaah nice NamelessCoder !
  • 16:13:45 <pedda> i was ever wondering how to use conditional comments
  • 16:13:52 <NamelessCoder> "how to use TS assets" in one paragraph :)
  • 16:15:09 <NamelessCoder> oh yeah, did I mention you can render the TS asset as Fluid? Just use Fluid code in the "content" and set "fluid = 1". Works only with assets which can be merged. Is of course slower than not using it.
  • 16:18:50 <rahulthewall> umm, I am going to sound like a noob, but under content it says content to insert in header/footer. I simply want to call a function which validates the form when it sees one. What is content here …
  • 16:21:41 <NamelessCoder> rahulthewall you are talking about assets, right?
  • 16:22:11 <rahulthewall> I have this simple function which validates my form
  • 16:22:23 <rahulthewall> $("#contact-form").validate();
  • 16:22:30 <rahulthewall> I merely want to include it at the end of my form
  • 16:22:57 <rahulthewall> I tried with <v:asset.script … in the page template
  • 16:23:02 <rahulthewall> but that didn’t work
  • 16:23:16 <rahulthewall> I tried adding it as <script> in raw html (on the page itself) … didn’t work
  • 16:23:26 <NamelessCoder> and <v:asset.script name="formValidator">jQuery(document).ready(function($) { $("#contact-form").validate(); });</v:asset.script> isn't working...?
  • 16:23:49 <NamelessCoder> it sounds like the JS is bad or unable to find the form
  • 16:23:55 <rahulthewall> I had this <v:asset.script name="inlinejs" dependencies="jquery,js_validate">$("#contact-form").validate();</v:asset.script>
  • 16:24:10 <NamelessCoder> what you have there will execute immediately
  • 16:24:12 <rahulthewall> I am going to wrap it inside document ready and try again
  • 16:24:20 <BenjaminR> NamelessCoder: no namespace can be defined here if i didnt loose track of the conversation with cedricziel
  • 16:24:25 <NamelessCoder> your <form> tag must ofc. have the ID property
  • 16:24:30 <rahulthewall> yes, it does
  • 16:24:34 <NamelessCoder> but now we're getting a bit outside the ft3 scope ;)
  • 16:24:42 <rahulthewall> yes :)
  • 16:24:47 <rahulthewall> but I didn’t know where else to ask for help
  • 16:25:34 <NamelessCoder> BenjaminR if you mean namespaces inside the code you add as "content" in a TS-asset which you then configure with fluid=1... you CAN do this, but it is only possible using the "xmlns" namespace detection Fluid itself supports in recent versions
  • 16:26:18 <BenjaminR> no not sure if i got it right but there was a reason cedricziel pointed to ts after trying to make the viewhelper usage in template work with rahulthewall
  • 16:26:28 <NamelessCoder> oh
  • 16:26:42 <BenjaminR> didnt follow the full conversation
  • 16:26:52 <NamelessCoder> well if no namespace is set in the template the "v:" nodes will just be ignored - that's expected behavior
  • 16:26:56 <rahulthewall> I didn’t get the TS bit completely … isn’t this TS as well?
  • 16:27:04 <BenjaminR> but i am pretty sure if there is the possibilty to use the viewhelper in the tmeplate cedricziel would have made it work :)
  • 16:27:21 <NamelessCoder> unless you use inline syntax - in which case it will puke on your floor and hit you in the face with a coffee mug
  • 16:27:33 <xaver> NamelessCoder: do you use Cherry MX keyboard ?
  • 16:27:41 <NamelessCoder> apple keyboards for me :)
  • 16:27:47 <xaver> -_-
  • 16:27:57 <BenjaminR> <v: was simply printed out and not rendered - what we expect if namespace is not defined
  • 16:27:59 <NamelessCoder> typing rate was never higher, error rate never lower ;)
  • 16:28:37 <NamelessCoder> and I've used every piece of so-called ergonomic crap out there by now... these keyboards are the only ones that can take the punishment and have a suffciently low profile that you can type as fast as you actually can type.
  • 16:28:43 <xaver> i used once a Apple keyboard at work - my finger hurt afterwards
  • 16:28:54 <NamelessCoder> then you're doing it wrong ^^
  • 16:29:28 <NamelessCoder> remove the finger from the acid bath, then type as you normally would :p
  • 16:29:41 <xaver> http://www.keyboardco.com/blog/index.php/2012/12/an-introduction-to-cherry-mx-mechanical-switches/
  • 16:30:11 <NamelessCoder> haha, a click sound
  • 16:30:15 <NamelessCoder> that would just sound like... well...
  • 16:30:25 <xaver> no click
  • 16:30:28 <NamelessCoder> 80wpm gunfire
  • 16:30:34 <xaver> different switches exists
  • 16:31:02 <xaver> nromal keyboards uses 45-55 g for a key
  • 16:31:11 <xaver> i want a little bit giher
  • 16:31:13 <xaver> higher
  • 16:32:22 <NamelessCoder> these keyboards all have a profile that's 1cm too high
  • 16:32:54 <xaver> i don't like the low profile keyboards
  • 16:33:04 <cedricziel> The problem was actually using fluid in a html CE simply doesnt work (tm)
  • 16:33:37 <BenjaminR> aaah - sounds reasonable ;)
  • 16:33:55 <NamelessCoder> ^^
  • 16:34:14 <NamelessCoder> well why shouldn't it...?
  • 16:34:17 <NamelessCoder> ---
  • 16:34:25 <NamelessCoder> fcc can do that.
  • 16:34:33 <BenjaminR> youre cheating! :)
  • 16:34:47 <NamelessCoder> yessir, I'm a dirty rotten TYPO3 cheat :)
  • 16:35:35 <NamelessCoder> google image search "the cheat"
  • 16:36:09 <BenjaminR> :D
  • 16:36:24 <BenjaminR> sweet
  • 16:36:39 <cedricziel> :P
  • 16:36:45 <NamelessCoder> back from the adolescense of the internet
  • 16:43:33 <cedricziel> discovering shortcuts is always nice
  • 16:43:56 <cedricziel> you always think 'uhm. magic? and how the hell do i get my window back?'
  • 16:44:32 <cedricziel> CTRL+ALT+S collapses a window to its title bar in gnome shell-just for the record
  • 16:53:42 <rahulthewall> guys, sorry, I am still lost
  • 16:53:54 <rahulthewall> how do I include that one line of code, I don’t quite understand it
  • 16:54:50 <NamelessCoder> rahulthewall Cedric tells me this is an "HTML" element type, which means you can't use Fluid there
  • 16:55:12 <rahulthewall> but I am using raw html
  • 16:55:21 <rahulthewall> why does simply <script>…</script> not work?
  • 16:55:25 <NamelessCoder> and in my opinion if you are making a form you really shouldn't use the "HTML" content type for that - make a proper plugin; there's a LOT of security stuff involved
  • 16:55:27 <cedricziel> i pinpointed him to have a look at bjo3rns asset article for typoscript inclusion
  • 16:55:43 <rahulthewall> I looked at that article
  • 16:55:47 <NamelessCoder> that being said: you should be able to add this using TypoScript just fine.
  • 16:55:55 <rahulthewall> it mentioned v:script … I tried using that
  • 16:55:59 <rahulthewall> it didn’t work for me
  • 16:56:12 <NamelessCoder> on the page where you have the form, create a typoscript template and add:
  • 16:56:39 <NamelessCoder> plugin.tx_vhs.settings.asset.formValidator {
  • 16:56:44 <NamelessCoder> type = js
  • 16:56:54 <NamelessCoder> content = jQuery(document).ready(function($) { $("#contact-form").validate(); });
  • 16:57:01 <NamelessCoder> }
  • 16:57:28 <NamelessCoder> if this doesn't work check your console log in browser for any JS errors.
  • 16:57:57 <rahulthewall> sorry, but what do you mean by create a typoscript template on the page where I have the form
  • 16:58:01 <NamelessCoder> remember to clear the cache since TS gets cached
  • 16:58:12 <NamelessCoder> where you inserted the form:
  • 16:58:17 <NamelessCoder> switch to list view
  • 16:58:26 <NamelessCoder> click the green "add record" icon top left
  • 16:58:31 <NamelessCoder> select "typoscript template"
  • 16:58:37 <NamelessCoder> in "setup", add the lines above.
  • 16:59:03 <rahulthewall> I see Template (not typoscript template) - should be the same, right?
  • 16:59:09 <NamelessCoder> yep
  • 16:59:22 <rahulthewall> OK, trying
  • 17:02:45 <rahulthewall> it’s not working, but just a question (while I debug JS)
  • 17:02:54 <rahulthewall> formValidator -> does this name have any significance?
  • 17:03:20 <rahulthewall> nbm
  • 17:03:21 <rahulthewall> nvm
  • 17:03:23 <rahulthewall> it’s working
  • 17:03:31 <rahulthewall> thanks a lot NamelessCoder
  • 17:05:46 <NamelessCoder> ;)
  • 17:06:25 <NamelessCoder> name has significance 1) to identify your asset in the merged file and 2) when other assets depend on it they use the "name" value as dependency in CSV list
  • 17:20:24 <rahulthewall> Thanks :)
  • 17:20:34 <rahulthewall> and once again, seriously a huge thanks to all you guys
  • 17:34:58 <randomresult> evening
  • 17:50:34 <rahulthewall> Hi guys
  • 17:50:41 <rahulthewall> This error just came
  • 17:50:44 <rahulthewall> “The template file "EXT:quickstart/Resources/Private/TemplatesPage/OneColumn.html" was not found. (1366824347)”
  • 17:51:02 <rahulthewall> Why is it missing a “/“ between templates and page?
  • 17:51:07 <rahulthewall> How did it creep in?
  • 17:52:13 <BenjaminR> typo in template path?
  • 17:52:25 <BenjaminR> typoscript settings.view
  • 17:52:59 <rahulthewall> where is the template path defined … I don’t know
  • 17:55:16 <rahulthewall> in settings.view it tells me templateRootPath is defined in Default: 46
  • 17:55:19 <rahulthewall> what does that mean
  • 17:56:49 <rahulthewall> was missing an include, nevermind
  • 18:43:22 <pedda> rahulthewall templateRootPath is defined in Default: 46
  • 18:43:39 <pedda> you need to switch from typoscript object browser to template analyzer (selectbox at the top)
  • 18:43:49 <pedda> hit show all template (at the bottom)
  • 18:44:06 <pedda> not sure if you need to check a checkbox saying: display line numbers..
  • 18:44:15 <rahulthewall> pedda: I fixed that one, it was a missing include :)
  • 18:44:28 <pedda> but you get a list of the whole typoscript which is rendered
  • 18:44:35 <pedda> and then you can search for line 46 for instance
  • 18:44:40 <pedda> this is not about your issue
  • 18:44:54 <pedda> i'm answering that one: [17:55:19] rahulthewall: what does that mean
  • 18:45:27 <pedda> this way you can determine if some value, you set, is overriden, and if , where does this happen
  • 18:45:40 <rahulthewall> Oh, right
  • 18:45:41 <rahulthewall> thanks
  • 18:45:44 <pedda> gotta leave :D
  • 18:45:46 <pedda> hf
  • 18:45:47 <rahulthewall> same here :D
  • 18:45:48 <pedda> cu guys
  • 18:45:49 <rahulthewall> same to you
  • 18:46:01 <pedda> aah before i miss : kudos for the new fedext.net
  • 18:46:26 <pedda> much better than the old one (easier to find stuff), reduced to the max ;)
  • 18:46:36 <pedda> keep up the work FluidTYPO3
  • 18:46:43 <pedda> *good
  • 18:46:47 <pedda> cu
  • 19:31:20 <mrboe> hey
  • 19:40:08 <NamelessCoder> phew
  • 19:40:24 <NamelessCoder> let's hope I did all that flawlessly
  • 19:40:39 <NamelessCoder> if I did, you should notice nothing :)
  • 19:40:50 <NamelessCoder> and btw, Flux 7.0.0 etc. etc. are released ^^
  • 19:53:02 <fritzthecat> hello, i have an problem with the viewhelper <v:media.youtube
  • 19:53:44 <fritzthecat> in the same web on on page my output code is:
  • 19:53:44 <fritzthecat> <iframe width="600" height="300" frameborder="0" allowfullscreen="allowFullScreen" src="http://www.youtube-nocookie.com/embed/E46kHUUkL8c"></iframe>
  • 19:53:44 <fritzthecat> an the code is working.
  • 19:53:44 <fritzthecat> on an other page the output code is:
  • 19:53:44 <fritzthecat> <iframe width="600" height="300" frameborder="0" allowfullscreen="allowFullScreen" src="http://www.youtube-nocookie.com/embed/https://www.youtube.com/watch?v=E46kHUUkL8c?rel=0&amp;"></iframe>
  • 19:53:45 <fritzthecat> an the code does not work :(
  • 19:53:45 <fritzthecat> have someone an idea why????
  • 19:54:29 <fritzthecat> my version is vhs 1.8.5
  • 19:54:37 <fritzthecat> from the TER
  • 19:56:41 <NamelessCoder> hi fritzthecat - this might be config.absRefPrefix. If you use that, try switching to config.baseURL
  • 19:57:06 <NamelessCoder> absRefPrefix will rewrite your tags after generating the html but before outputting it, so what it does is sort of hidden magic
  • 19:57:08 <fritzthecat> hm, but it is the same web with the same config
  • 19:57:16 <fritzthecat> just an other page
  • 19:57:32 <NamelessCoder> I know, but if one page is the front page and the other (the broken) is not, absRefPrefix is still a suspect
  • 19:58:20 <fritzthecat> were can i found the setting of absRefPrefix
  • 19:58:32 <NamelessCoder> it would be in your TS somewhere
  • 19:58:55 <fritzthecat> the ist no config for absRefPrefix
  • 19:59:01 <fritzthecat> :(
  • 19:59:13 <fritzthecat> in my ts
  • 20:00:56 <NamelessCoder> then I'm not sure what's going on
  • 20:02:31 <fritzthecat> strange: it is not vhs
  • 20:02:40 <fritzthecat> if i put this code in the site
  • 20:02:43 <fritzthecat> <iframe src="http://www.youtube.com/embed/{video.videolink}" frameborder="0" width="560" height="315"></iframe>
  • 20:02:50 <fritzthecat> ther ist the same problem
  • 20:03:25 <fritzthecat> typo3's output is
  • 20:03:25 <fritzthecat> <iframe src="http://www.youtube.com/embed/https://www.youtube.com/watch?v=E46kHUUkL8c" frameborder="0" width="560" height="315"></iframe>
  • 20:03:35 <fritzthecat> ah
  • 20:03:37 <fritzthecat> sorry
  • 20:03:45 <fritzthecat> i have fount the error
  • 20:04:13 <fritzthecat> my mistake
  • 20:04:15 <fritzthecat> sorry
  • 20:04:24 <NamelessCoder> hehe nice video choice
  • 20:05:11 <NamelessCoder> what was the problem then (for the log and other people)?
  • 20:06:06 <fritzthecat> in {video.videolink} was the full link not only the youtube ID
  • 20:06:12 <NamelessCoder> aaah yes
  • 20:06:15 <fritzthecat> i have forgot to parse the link
  • 20:06:17 <fritzthecat> :)
  • 20:06:17 <NamelessCoder> that would explain it completely
  • 20:06:23 <fritzthecat> yes
  • 21:21:34 * randomresult is happy about all the releases today!
  • 21:21:38 <randomresult> Yay!
  • 21:59:44 <Denyerek> :)
  • 21:59:52 <randomresult> hi Denyerek
  • 21:59:56 <Denyerek> I would like to get that responsive thing working
  • 21:59:59 <Denyerek> The responsive images thing
  • 22:00:16 <Denyerek> Some of the other release notes I didn't understand :*
  • 22:00:36 <randomresult> what u mean?
  • 22:01:57 <BenjaminR> i assumed its something like picturefill
  • 22:02:09 <Denyerek> backend layout data providers
  • 22:02:14 <Denyerek> categorisation system
  • 22:02:27 <Denyerek> openID ?
  • 22:02:48 <Denyerek> composer...
  • 22:03:39 <danilobuerger> good stuff
  • 22:03:49 <Denyerek> I don't understand those things
  • 22:03:52 <Denyerek> I know what OPenID is
  • 22:03:54 <BenjaminR> there is a lot of stuff i have to teach myself :)
  • 22:03:58 <Denyerek> But how it's included - no
  • 22:04:09 <Denyerek> Composer, again I have a vague idea, but I don't know how to implement it
  • 22:04:19 <Denyerek> and the BE layout providers / Cactegorisation ystem... no clue.
  • 22:05:22 <randomresult> we will learn!
  • 22:05:39 <randomresult> hell yeah. and then switch to neos and forget all that aagain . i love it
  • 22:06:11 <randomresult> maybe i should work as something diffrent
  • 22:06:18 * randomresult is off for today.
  • 22:07:06 <danilobuerger> screw neos ;-)
  • 22:07:13 <randomresult> screw?
  • 22:07:18 <danilobuerger> sure
  • 22:07:40 <randomresult> what u mean with screw
  • 22:07:56 <danilobuerger> whats your native language?
  • 22:07:58 <danilobuerger> german?
  • 22:08:02 <randomresult> jupp
  • 22:08:10 <randomresult> living near to you!
  • 22:08:19 <danilobuerger> scheiß auf neos
  • 22:08:20 <danilobuerger> :-)
  • 22:08:25 <randomresult> hehe
  • 22:08:31 <randomresult> das verstehe ich!
  • 22:08:34 <danilobuerger> so where do you live?
  • 22:08:38 <randomresult> heidelberg
  • 22:08:46 <randomresult> next to heidelberg
  • 22:09:05 <randomresult> u somewhere in franken i guess?
  • 22:09:10 <randomresult> am i right?
  • 22:09:23 <danilobuerger> Augsburg
  • 22:09:35 <randomresult> well... thats at least near to franken
  • 22:09:59 <danilobuerger> close neough
  • 22:09:59 <randomresult> compared to all others Augsburg is near to me :)
  • 22:10:00 <danilobuerger> ;-)
  • 22:10:10 <danilobuerger> yeeah, the others are far away
  • 22:10:15 <randomresult> we need to meet for a bavarian beer
  • 22:10:30 <randomresult> right now im having a tegernseer hell
  • 22:10:31 <mrboe> a meister - bier
  • 22:10:37 <danilobuerger> ah good choice
  • 22:10:42 <danilobuerger> i am getting a royal weizen now
  • 22:10:53 <randomresult> i will catch some sleep now
  • 22:11:00 <randomresult> have a good time all.
  • 22:11:09 <mrboe> cu all
  • 22:11:12 * randomresult is really off now!
  • 22:11:17 <randomresult> good night chantal
  • 22:11:34 <randomresult> good night fedext.
  • 22:11:36 <randomresult> see u all
  • 22:11:48 <danilobuerger> bye