IRC logs

20141014

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

IRC log range: 20141014*

20141014

  • 09:50:58 <Guest|81606> Hi,
  • 09:51:19 <Guest|81606> I have some questions about the required fields in flux
  • 09:52:59 <Guest|81606> if a flux form has more than one required field, than is only the last field required the others won't validate
  • 10:29:28 <william> hi all
  • 10:29:52 <william> i have a error in be while editing page
  • 10:30:26 <Guest2439> when i try to add or modifit a normal typo3 content i got "No content template found"
  • 10:31:04 <Guest2439> RuntimeException thrown in file
  • 10:31:04 <Guest2439> www\typo3conf\ext\fluidcontent\Classes\Provider\ContentProvider.php in line 173.
  • 10:34:24 <randomresult> hi all
  • 10:42:22 <randomresult> hey.
  • 10:42:44 <randomresult> i am building a breadcrumb and i dont want the hidden in menu pages to be shown.
  • 10:42:50 <randomresult> i use this: <v:page.breadCrumb class="breadcrumb" tagName="ol" showHiddenInMenu="0" />
  • 11:01:18 * NamelessCoder_ harry if I recall, this single menu VH won't respect this flag simply because it's impossible to render a root line of pages which are "hidden in menu". Perhaps the bug here is that the root line rendering doesn't stop or is not prevented when the inheritance tree contains hidden entries.
  • 11:01:23 <NamelessCoder_> gah
  • 11:04:26 <randomresult> jupp. should stop. would be enough for me :)
  • 11:04:29 <randomresult> thx. for the answer
  • 11:07:57 <NamelessCoder_> anytime :)
  • 11:17:17 <randomresult> so i comment the "bug" on github
  • 11:25:43 <Guest|81606> Can someone tell me how I could set more than one field to a required field?
  • 14:13:08 <Guest2439> hi all
  • 14:13:19 <Guest2439> i have a problem about fluid page
  • 14:13:32 <Guest2439> i have a fresh install of typo3 6.2
  • 14:13:45 <Guest2439> and i installed fluidpages
  • 14:14:14 <Guest2439> but every time i tri to create, modifi a page/content i got this error'No page template selected and no template was inherited from parent page(s) '
  • 14:14:44 <cedricziel> did you select the fluidpages on the appearance tab?
  • 14:14:54 <cedricziel> *fluidpages option
  • 14:15:22 <cedricziel> do you have a fluidpages template somewhere?
  • 14:15:36 <Guest2439> i just installed the extension
  • 14:15:44 <Guest2439> before installing it i can see hello world in the main page
  • 14:15:51 <Guest2439> after i got an error
  • 14:15:57 <Guest2439> i cant even edit page property
  • 14:16:01 <cedricziel> well in that case you're a beginner, arent you?
  • 14:16:17 <Guest2439> yes
  • 14:16:20 <cedricziel> cool
  • 14:16:25 <cedricziel> welcome :)
  • 14:16:49 <Guest2439> :)
  • 14:16:50 <Guest2439> ty
  • 14:17:14 <cedricziel> you may read a bit first: https://fluidtypo3.org/documentation/templating-manual/introduction.html
  • 14:19:07 <Guest|26254> Hello, I have a problem with validation flux fields in the BE. Could anyone help me?
  • 14:19:52 <Guest2439> thanks i will follow the instruction
  • 14:20:37 <Xatenev> somebody knows about flexslider?
  • 14:20:47 <cedricziel> yessir
  • 14:21:07 <Xatenev> http://www.icccm15.uni-hannover.de/index.php?id=34
  • 14:21:13 <Xatenev> what the hack happens there?
  • 14:21:18 <Xatenev> If u click the arrow to the right
  • 14:21:23 <Xatenev> the images are randomly getting scaled bigger
  • 14:21:25 <Xatenev> and smaller
  • 14:21:39 <Xatenev> Any idea how to fix dat?...
  • 14:24:57 <Guest2439> so i need a fluidpages template in order to display the page, but why i cant even edit pages property, when i click on it to change the appearence i still got this error
  • 14:25:18 <Guest2439> i have installed bootstrapthem
  • 14:26:20 <cedricziel> the slider eases to the specified height
  • 14:26:46 <cedricziel> you would need the images to have the same height at least
  • 14:28:07 <Xatenev> How can i do that
  • 14:28:12 <Xatenev> Ah
  • 14:28:19 <Xatenev> so i just upload the images with the same height
  • 14:28:21 <Xatenev> and it shud fix on itself
  • 14:28:30 <cedricziel> that would be in the plugin options i guess
  • 14:28:44 <cedricziel> i only know the js component, not the related extension you are using
  • 14:29:12 <Xatenev> Well if i need images with the same height
  • 14:29:20 <Xatenev> I wud probably have to upload them with the same height
  • 14:29:20 <Xatenev> no?
  • 14:29:24 <Xatenev> What option do u mean in the plugin?
  • 14:30:08 <Guest|26254> Hello, I have a problem with validation flux fields in the BE. Could anyone help me?
  • 14:37:05 <cedricziel> Xatenev: most probably there's a field in the plugin flexform to set the height
  • 14:44:17 <Xatenev> max height is here but it doesnt seem to work^^
  • 15:37:06 <drlimbo> hi there
  • 16:02:44 <Guest|26254> Hello, I have a problem with validation flux fields in the BE. Could anyone help me?
  • 16:22:21 <Pibou> hi all
  • 16:22:45 <Pibou> i want to render a custom content from another custom content
  • 16:23:37 <Pibou> but i cant pass argument with "<v:content.render uid="{0:21}/>"
  • 16:23:59 <Pibou> i would render it manually but i cant parse data from field pi_flexform
  • 16:24:39 <Pibou> is there a way to render a custom content whle passing argument or a way to parse the pi_flexform
  • 16:27:01 <Pibou> <v:content.render contentUids="{0:22}" />
  • 16:34:48 <Guest|54014> hi, i have a problem with activation the vhs extension after installing it. the extension is listed in the extension manager as active but i'm not able to use is inside fluid.
  • 16:35:32 <Akii> imported the NS?
  • 16:35:59 <Guest|54014> how do i do that?
  • 16:36:41 <Akii> that's the {namespace vhs = SomeNameSpaceHere} thing
  • 16:40:20 <Guest|54014> yes the namespace is there
  • 16:40:28 <Akii> then what's the error message
  • 16:42:38 <Guest|54014> i don't get any error message, it just won't print anything inside the tags.
  • 16:43:14 <Akii> can you gist the template?
  • 16:50:03 <Guest|54014> https://gist.github.com/anonymous/b33773fad6b40aa2547c
  • 16:58:04 <Akii> hm
  • 17:01:11 <Guest|54014> i just deactivated through the manager and when i reload the page, i get the error that it cant find the viewhelper classes. so it seems to find them, it just wont print anything.
  • 17:05:59 <Akii> try {math.cube(a: '10', fail: '1')}
  • 17:08:07 <Guest|54014> {v:math.cube(a: '10', fail: '1')} works
  • 17:08:24 <Akii> ah then maybe because of the tag
  • 17:08:27 <Akii> and newline
  • 17:09:43 <Guest|54014> you are right, if i remove the new line it works with the tags
  • 17:10:01 <Akii> interesting
  • 17:10:45 <Guest|54014> is there no way to write it with breaks? everything in one line doesn't look that great...
  • 17:11:06 <Akii> this one should't have a closing tag anyway
  • 17:11:08 <Guest|54014> especially if i want to nest stuff
  • 17:11:10 <Akii> <v:math />
  • 17:15:39 <Guest|Matt18> Hi, Could anyone help with a prpblem I have. I am creating a multi site instance with fluidtypo3. Each site will have a seperate theme using both fluidpages and fluidcontent. How can I restrict each site to only show one set of page/content templates and not both?
  • 17:41:22 <Guest|92221> Dear all, I am using v:page.menu.browse and want to stop rendering the menu if the parent page is from doktype sys_folder (do not show "up" link if the parent is a sys_folder). How can I access this data? How can I retrieve if the parent is a sys_folder? Thank you all!
  • 17:51:55 <Guest|92221> Somebody here to give me a hint (see above)?
  • 17:55:00 <Guest|81606> whats up can anyone help me here or not??
  • 18:14:47 <Guest|66690> Good afternoon, how do i create a user on this Chat?...
  • 18:20:41 <rosieres> this is irc ... you nee an irc client
  • 18:22:18 <rosieres> Guest|66690 -> you need an irc client
  • 18:24:31 <Guest|66690> Ok, any link to irc from here?
  • 18:29:17 <rosieres> which OS?
  • 18:32:08 <rosieres> Guest|66690 -> Here's a client -> http://hexchat.github.io/downloads.html -> the server here is freenode, the rooms name is fedext
  • 18:32:49 <Guest|66690> Thanks, will try..
  • 18:39:33 <crewcut> Thanks to rosieres for the link, now i joined too!
  • 18:43:47 <crewcut> A few days ago i posted following problem as a guest: Using latest updated version and TYPO 6.2.5. Created my own content template in the (/Private/Templates/Content/ImageHolder.html). Icon shows up in the Boostrap tab as expected, but no labels from the Language file in my own extension. If i do the same in fluidbootstraptheme the labels are shown. Any hints why my labels does not shot up (exact same files in both extension)?
  • 20:29:30 <crewcut> I have this select field on a page, with the purpose of setting a class for a background css: <flux:field.select items="light,dark,transparent" name="settings.BackGround"/>
  • 20:30:15 <crewcut> and this is getting the field value: class="{settings.BackGround}"
  • 20:31:10 <crewcut> It does fetch the first value, but i cannot change the value - so where does the template get the value from?