Search the website and IRC logs

Search is currently not available.

#TYPO3 IRC log from : Tuesday 4 May 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 29 30 31
00:03 pgampe james: install via extension manager
07:34 PiMB morning all
08:21 untouch_ is there a way to only give out one link of my pagetree and apply it to a marker wich is also combined with another pids content?
08:45 untouch_ nm
08:45 Prot0 morning
08:57 maholtz|WORK morning
11:02 jessicaD Hi, I am looking for a good "tell-a-friend" and "send this page to a friend". Can someone recommend me some extensions? I can't find any good ones
11:24 Tobias_B hi, i got some issues with the extension rgsmoothgallery, I uploaded new pictures in the directory and then the extension doesn't display the preview of the pictures... theres just a black screen.. you can check it out at: http://lukasmayer.ch/typo3/index.php?id=75
11:30 kraftb Tobias_B: Did you properly set up imagemagick, etc.
11:31 Tobias_B jeah imagemagick should work... bevor i uploaded new picture it works fine...
11:31 kraftb Install Tool > 4. Image Processing > Check the options at the bottom
11:32 Tobias_B works fine
11:35 Tobias_B everything is working properly,
11:36 kraftb did you configure the extension properly?
11:37 kraftb using the plugin form or TypoScript
11:37 Tobias_B plugin form
11:37 kraftb is there some static typoScript template to include ?
11:37 kraftb like for tt_news, direct-mail, etc.
11:38 Prot0 hello kraftb :]
11:38 Tobias_B kb_nescefe
11:38 kraftb hi prot0 !
11:38 kraftb what kb_nescefe ?
11:39 Tobias_B for more rows in the backend
11:39 Tobias_B columns^^
11:39 Tobias_B sry
11:40 Prot0 kraftb: still working in vienna occaisually? :-]
11:40 kraftb ocasssionally.
11:40 kraftb I am there mostly on wednesdays
11:40 Tobias_B when you click an arrow in the slideshow you can click on a picture and then it opens the lightbox...
11:42 Prot0 ah cool :]
11:44 kraftb so it works now ?
11:44 kraftb what was the problem?
11:44 Tobias_B I don't know...
11:44 Tobias_B i did nothing...
12:23 ndee I want to hide a content element, if a user has group id = 5, how can I do that?
12:34 pulponair hello
12:36 snoy_ms ndee: condition ? [usergroup = 5] ...
12:37 SargoDarya Well, there is a better solution to that snoy_ms
12:37 SargoDarya You can hide the content element via the access tab
12:38 snoy_ms SargoDarya: your right....
12:38 SargoDarya snoy_ms it's easier to see why it is hidden then
12:44 SargoDarya heyho pmk65
13:08 randomresult hi there - i have problems with kb-tv-contentslide
13:08 randomresult when i follow the instruktions of the docu ... it shows nothing ... not on the parent page nor on the subpage
13:08 randomresult anyone worked with the slide-extension ?
13:11 ndee snoy_ms: just realized that the user won't be logged in at that stage.
13:11 ndee how can I hide a CE in typoscript?
13:13 ndee actually, I want to hide a CE if the GET-variable tx_srfeuserregister_pi1[regHash] is set.
13:28 pgampe ndee: you could use a condition in TS
13:29 pgampe e.g. [global var ...]
13:29 ndee pgampe: but how can you set a CE to hidden?
13:34 fred^^ Hi guys, what would be a nice way to make a menu with links to the last x updated items
13:34 fred^^ I wonder if its possible to include changed/new news items as well
13:35 fred^^ And have anyone had problems with register:newsKeywords not returning anything at all? T3 4.2, tt_news 3.0 (although it did not work on 2.5.2 either)
13:44 ironm hi SargoDarya :-)
13:45 pgampe fred^^: you can use a custom sql query and a custom content for TS
13:45 ironm Hi guys - I hope you are doing well :-)
13:46 pgampe thx ironm :) you too
13:47 SargoDarya mornin ironm
13:48 ironm typo3 4.3.3 / php 5.3 / last versions of sr_feuser_regisgter and freecap extensions - I am getting an error message that the captcha word is not valid (in second step - ReviewRegister) when using "plugin.tx_srfeuserregister_pi1.enablePreviewRegister = 1" .. any idea why? .. thanks in advance for any hints :-)
13:49 ironm so la la pgampe .. see above ;-)
13:49 ironm morning SargoDarya :-)
13:49 SargoDarya ironm: Got the same error. Just removed the reviewRegister and it worked
13:49 ironm SargoDarya: have you tried the setting "plugin.tx_srfeuserregister_pi1.enablePreviewRegister = 1" (instead of "0") with freecap ?
13:49 SargoDarya I think the captcha code is not correctly inserted into a hidden field on the review form
13:50 SargoDarya yeah, and guess what. It didn't work
13:50 ironm it looks like SargoDarya .. however I would like to correct the code
13:50 SargoDarya Give me a second
13:51 ironm after changing "ereg_replace" to "preg_replace" in the freecap and sr_feuser_register PHP code (incl. curly brackets) the esxtensions seem to work properly with PHP 5.3
13:52 SargoDarya nope, there's no hidden field generated by sr_freecap
13:53 SargoDarya It won't work unless there's a hidden field named captcha_response
13:54 ironm SargoDarya: hmm ... there should be a reason why the registration fails in the second step ... the freecap input seems to be OK (first step) .. otherwise you will get an error message "invalid ..." before
13:55 SargoDarya Yeah, following happens: First step/Enter Data -> Checks if everything is fine -> Second Step/Show Data(captcha_response not rendered, therefore missing in step 2) -> Checks if everything is fine -> fails -> Back to first step to correct missing field captcha_response
13:56 SargoDarya havent got it to work correctly with previewRegister on
13:58 ironm SargoDarya: Ad. 1 ... if you put the wrong freecap code you will get an error already in step 1 and will not get the "review"-screen .. that means there is a bug (or feauture) somewhere later
13:59 SargoDarya But now as I see this try adding that http://html.pastebin.com/yiuAZxvP to the review template
13:59 ironm such "review"-screen ist just nice :-)
13:59 SargoDarya Yeah, the error is in the review template missing the captcha_response field
14:01 ironm it sounds good SargoDarya ... I will try to extend the template and will let you know .. merci ! :-)
14:01 SargoDarya Like always, share it here if it works ;)
14:02 SargoDarya Damn, that is so much stuff to write blog posts about xD
14:02 fred^^ pgampe: Thanks, do you know any example laying around? Thats a bit advanced for my TS skill level
14:02 ironm SargoDarya: should you use php 5.3 in the future:
14:02 ironm after changing "ereg_replace" to "preg_replace" in the freecap and sr_feuser_register PHP code (incl. curly brackets) the esxtensions seem to work properly with PHP 5.3
14:08 SargoDarya I'll wait for a stable 5.3 release before updating ;)
14:08 SargoDarya but thanks anyways
14:11 ironm hmm ... is it still unstable? *v*
14:12 ironm it is already in Ubuntu 10.04 (php 5.3)
14:20 fred^^ pgampe: If possible, I could pay you a little to help me if isnt too much trouble?
14:21 fred^^ Or anyone else for that matter
14:21 ironm SargoDarya: I put it in ./pi1/tx_srfeuserregister_pi1_css_tmpl.html .. http://html.pastebin.com/hSaaNg40.. but it didn't help .. I am still getting the same "invalid..."-error after the Preview-Page -
14:21 ironm what is your current problem fred^^ ?
14:22 SargoDarya ironm: I take a look at it this evening
14:22 fred^^ ironm: I cant get t3 to output tt_news meta keywords, and I need a menu that list last x updated elements, regardless if its a tt_news record or page
14:22 pgampe fred^^: I send you a private message
14:22 fred^^ Also, the tt_news title wont output
14:22 fred^^ Oh yeah, pgampe
14:22 ironm SargoDarya: maybe it is the wrong place when I have extended the template
14:23 ironm fred^^: I don't have enough experience with tt_news until now .. however I am going to set it today .. maybe I will be able to answer your question later fred^^
14:25 ironm SargoDarya: first I can use the "0" setting ... thank you in advance! :-)
14:26 SargoDarya Had a interesting business model for small problems. Pay what you think is right for what I've done :)
14:27 fred^^ SargoDarya: Ive read a little about that
14:27 fred^^ It works fairly good for some
14:28 fred^^ There was one catch: It should only be used on people you already have an relationship to
14:28 fred^^ And even then it can backfire occasionally :)
14:28 SargoDarya Well, I extended it a bit. Pay what you want but let it be at least a beer case
14:28 fred^^ :)
14:28 fred^^ You know booze are quite expensive in Norway, though? :D
14:29 fred^^ http://pastie.org/945048 This is my seo_basics setup. Here I have it handling everything related to meta info
14:29 fred^^ Outputting titles etc works fine, except for the tt_news title
14:29 fred^^ Also, register:newsKeywords etc wont work - It outputs nothing in the header
14:30 ironm hey SargoDarya ! ... beer is not healthy enough for long distance skaters *ggg* ... replace it to "fresh juice" or so! *g*
14:31 SargoDarya Was just used as an example ironm ;)
14:33 fred^^ Haha. It seems an old tt_news setup was the sinner
14:33 ironm SargoDarya: maybe it is a better idea to change this template ../../ext/sr_feuser_register/pi1/address_css_tmpl.html
14:33 SargoDarya I don't even think that template is used anywhere
14:33 ironm hmm ...
14:33 ironm I'm giving up
14:35 ironm SargoDarya: well .. there is also typo3conf/ext/sr_feuser_register/static/css_styled/setup.txt
14:36 SargoDarya fred^^ I take a look at it later. Still at work and have a lot to do
14:36 SargoDarya ironm: yeah, that's the static template which gets included
14:51 ironm SargoDarya: it is getting "better" when you set "plugin.tx_srfeuserregister_pi1.enablePreviewEdit = 1" ...
14:52 ironm you will get not the "invalid"-error ... BUT just:
14:52 ironm t3lib_error_Exception
14:52 ironm PHP : mktime(): The is_dst parameter is deprecated in /var/www/CMST/born2b3.org/typo3conf/ext/sr_feuser_register/pi1/class.tx_srfeuserregister_pi1_adodb_time.php line 595
14:55 ironm SargoDarya: it can be however an PHP 5.3 issue .. "$TZ = mktime(0,0,0,1,2,1970,0) - gmmktime(0,0,0,1,2,1970,0);"
14:56 SargoDarya nope it isnt. Happens on 5.2 too
14:57 ironm SargoDarya: starnge ... "PHP : mktime(): The is_dst parameter is deprecated in ... "
14:57 ironm strange ..
14:58 ironm I will ask on the typo3 channel ...
14:58 ironm ops .. I mean php channel +g*
15:03 ironm SargoDarya: an answer http://html.pastebin.com/Us1gsksB
15:06 ironm SargoDarya: further hints: http://html.pastebin.com/WiY98M1X
15:10 SargoDarya hints for?
15:10 SargoDarya ah, deprecation log
15:10 SargoDarya alright
15:42 fred^^ http://pastie.org/945152
15:42 fred^^ A quickie there
15:42 fred^^ Shouldnt 30.data be overridden if page:keywords are empty?
16:04 SargoDarya What do you think of a one click typo3 configurator? Just an idea which came to my mind
16:05 SargoDarya You can select some basic extensions and setup some basic configuration and the configurator creates a special tarball just for this particular installation with everything already configured
16:06 Prot0 I think most ppl already use some form of dummy website as a startup :)
16:06 SargoDarya One Click and Typo3 configuration in a sentence somehow just seems so wrong
16:06 Prot0 with the most common stuff installed
16:06 SargoDarya Prot0: I bet not
16:08 Prot0 most ppl have their own way of working :)
16:08 Prot0 it will only be good for ppl who will not have used typo3, or havent used it too much
16:09 Prot0 in which i dont know how good it is to make it easy for them (as weird as it may seem to say it like this)
16:13 Prot0 since that will make ppl lazy :)
16:19 maholtz|WORK SargoDarya: do you know introduction project on forge?
16:21 maholtz|WORK (i think it would be great what you have in mind, but i think it would be too much work)
16:23 maholtz|WORK @fred^^ : yep but 30.ifEmpty.data = .... is empty too
16:23 maholtz|WORK use 30.ifEmpty = lindum.... instead
16:42 fred^^ Thanks maholtz|WORK, everything is fine and dandy now :)
16:43 fred^^ Have a nice evening, while I head off to read up on nature science
16:54 JunGle Hello
16:54 JunGle i have a problem in Typoscript with Split
16:54 JunGle somebody can explain .. ReturnKey ?
16:54 SargoDarya maholtz|WORK : nothing is too much work ;)
16:54 JunGle i what split a URL with = is the token
16:55 maholtz|WORK well, so go go go ;)
16:55 SargoDarya :D
16:55 JunGle i just want the seconde elements
16:55 SargoDarya have to do sum other stuff before
16:55 JunGle How it's possible?
16:55 maholtz|WORK @SargoDarya: perhaps have a look at http://forge.typo3.org/projects/show/extension-introduction
16:56 maholtz|WORK @JunGle: returnKey = 3 - gives you the third element which has been splitted
16:57 JunGle After is possible
16:57 maholtz|WORK otherwise for all elements are the cObjects executed
16:57 JunGle returnkey = COA .. etc.. ? or not ?
16:57 maholtz|WORK and concatinated afterwards
16:57 maholtz|WORK returnKey = 2
16:57 JunGle 10 = TEXT
16:57 JunGle 10.current = 1
16:57 JunGle 10.split {
16:57 JunGle token.char = 61
16:58 JunGle cObjNum = 1
16:58 JunGle returnKey = 2
16:58 JunGle 1.current = 1
16:58 JunGle 1.wrap = <span style="color:#FFF000">|</span>
16:58 JunGle }
16:58 JunGle maholtz|WORK it's not good !
16:59 maholtz|WORK i think it starts with 0
16:59 JunGle k i tyr !
16:59 maholtz|WORK so returnKey = 2 would meand third element
16:59 JunGle try
16:59 SargoDarya maholtz|WORK well maybe I take a look at that but I don't think it's exactly what I want ;)
17:00 maholtz|WORK @SargoDarya: ok, depends on what you need - something for powerusers or something for beginners... i would not think it is usefull for powerusers to have extensions preinstalled
17:00 JunGle maholtz|WORK yes :)
17:00 JunGle it starts with 0 :)
17:00 maholtz|WORK "For each iteration the split index starting with 0 (zero) is stored in the register key SPLIT_COUNT."
17:01 maholtz|WORK never thought about it in detail:)
17:01 SargoDarya maholtz|WORK : wasn't supposed to every extension being preinstalled. I want the user to lets say have a selectbox from which he can include his extensions he want which then are included in the final tarball including his custom configuration
17:02 Echidna how can i override the default html template for a page?
17:02 Echidna i dont want to overwrite the html, i want to link to a different one
17:03 Echidna the default template is set in the plugin config
17:03 Echidna i've been trying tmpl.content_main.file_name = fileadmin/digitale_bibliothek/templates/goobit3_toc_tmpl_full.html
17:03 Echidna but it doesnt do anything
17:03 Echidna in the constants field
17:04 maholtz|WORK @SargoDarya: it takes seconds to "install" a extension for an professional, but the customizing takes the time.. imho
17:05 maholtz|WORK @Echidna: you know TypoScript Objectbrowser / Analyzer? check out, edit in objectbrowser
17:06 ironm maholtz|WORK: in most cases you need many extensions .. so it will take many minutes
17:06 Echidna maholtz|WORK: nope sorry
17:07 maholtz|WORK @Echidna: use module template and try out that tools
17:07 maholtz|WORK welcome to the world of typoscript :)
17:07 ironm maholtz|WORK: / SargoDarya - a kind of profile with the list of needed extensions would a big help
17:08 SargoDarya That was the reason why I wanted to do that. Being able to just select an extension to include, it creates a new tab with the configuration options for the extension and then automatically creates the appropriate TS for it
17:10 ironm many extensions have problems when running newer php-releases .. BUT it is a PHP issue due to many changes and missing backwards compatibility ...
17:11 Echidna maholtz|WORK: is that an extension that you download?
17:14 JunGle maholtz|WORK => http://pastebin.com/ngPQkmcH ... i don't wrap ..
17:14 maholtz|WORK template module?
17:14 JunGle you have a idea ?
17:14 maholtz|WORK perhaps 20.current = 1 is empty?
17:15 maholtz|WORK try to test it with 20.value = ...
17:15 JunGle the first don't wrap too
17:15 JunGle 20.current is good !
17:15 JunGle the TS is un my Datastructure
17:16 JunGle in my ..
17:16 maholtz|WORK oh, templavoila , do not know, sorry have to leave now
17:16 maholtz|WORK cu
17:17 Echidna maholtz|WORK: whats a template module?
17:28 StaffanE The 4.4b2 version was a step in the right direction.
17:41 Echidna argh
17:42 Echidna cant i just somehow tell the page to use a particular html template
18:07 snoy_ms Echidna: i think maholtz ment that you use the standart template of that extension
18:09 snoy_ms Echidna: what do you want to do ?
18:11 Echidna snoy_ms: i made a copy of a template that is more narrow and cuts out some parts
18:11 Echidna to put into the menu
18:11 Echidna basically, it's a table of contents plugin
18:12 Echidna but i need to use different templates for the one in the menu and the one on the proper page
18:12 Echidna so i tried creating a second page that uses the same TOC plugin
18:12 Echidna but a different html template
18:12 Echidna but i'm not sure how
18:12 Echidna i'm now trying to duplicate the entire plugin
18:12 Echidna because plugins have a default template
18:15 snoy_ms Echidna: your building a template for an extension or a page ?
18:16 SargoDarya I'm heading home. Cy'all later
18:17 Echidna snoy_ms: a page which uses an extension plugin
18:17 Echidna the plugin has its own default template
18:17 Echidna which i copied and want to use
18:18 Echidna but only one one of the pages that use the same plugin for their content
18:19 snoy_ms Echidna: You have two pages and on both pages the same plugin installed?
18:19 snoy_ms Echidna: sorry, but i dont realy understand your problem :-(
18:21 Echidna snoy_ms: page id X uses plugin_bla_tx for its content
18:21 Echidna page id Y uses the same plugin and same config
18:21 snoy_ms Echidna: ok
18:22 Echidna plugin_bla_tx has a default template defined in its config
18:22 Echidna i need to override that template for page id >
18:22 Echidna Y*
18:22 Echidna so that page X uses the default template
18:22 Echidna and page Y the new one
18:22 Echidna but both get the same content from the same plugin
18:23 Echidna plugin.tx_goobit3_toc { # cat=plugin.tx_goobit3_toc/file/a; type=file[html,htm,tmpl,txt]; label= Template File: Template File. templatefile = EXT:goobit3/res/goobit3_toc_tmpl_full.html }
18:23 snoy_ms Echidna: you config. your plugin/extension with your typoscript, ok.
18:23 Echidna this is how the plugin defines its default template
18:23 Echidna in ext_typoscript_constants.txt
18:23 snoy_ms second
18:25 snoy_ms Echidna: just a question, where did you find this plugin ?
18:26 snoy_ms Echidna: you define your typoscript config in your root template for example. I think this works for you, or?
18:26 Echidna snoy_ms: its used in libraries for displaying digitized content
18:26 Echidna i didnt write it
18:26 snoy_ms Echidna: then you can define an ext. Template on that second page, or second root
18:26 snoy_ms overwrite your typoscript there
18:27 Echidna i added an ext template
18:27 Echidna tried adding a constent
18:27 Echidna constant*
18:27 snoy_ms then use....second
18:28 snoy_ms Echidna: Template->choose your ext. template ->typoscript object browser
18:28 Echidna i dont have an "object browser"
18:29 snoy_ms on top
18:29 snoy_ms in the list
18:29 snoy_ms Konstant Editor / Info / Template Analyser / Object Browser
18:30 snoy_ms There is a list on the top, where you choose Info/Edit, when you edit your ext. template
18:30 Echidna uh
18:30 Echidna i cant get into Template anymore
18:30 Echidna File "EXT:tstemplate/ts/locallang.xml" not found!|
18:32 snoy_ms Echidna: what are you doing ? this isn't the original problem
18:32 Echidna no
18:32 Echidna i'm not sure what happened
18:32 snoy_ms clean up typo3 cache
18:33 snoy_ms does your backend work ?
18:33 Echidna yes
18:33 Echidna just the right part of the Template section
18:33 Echidna where the configs are displayed
18:33 Echidna that one shows an error
18:33 snoy_ms you have to fix that.
18:33 snoy_ms don't realy know what you did. Try to update your languages
18:34 snoy_ms Extension manager -> languag update
18:35 snoy_ms Echidna: but that doesnt sound good. What ever you did....go back
18:35 Echidna snoy_ms: i jsut restored the plugin from backup
18:35 Echidna didnt fix
18:36 snoy_ms try ti change what you did before that happens
18:36 Echidna logging out and back in seems to have done the trick
18:36 snoy_ms Echidna: ......
18:37 Echidna yea i have no idea what gives
18:37 snoy_ms member:Echidna: Template->choose your ext. template ->typoscript object browser
18:37 snoy_ms try this
18:37 snoy_ms like i said on top
18:37 snoy_ms there is this list
18:37 Echidna theres a list of pages
18:37 snoy_ms and then choos ts object browser
18:38 snoy_ms Echidna: but when you edit your typoscript, where do you click ?
18:38 Echidna the ts files are external
18:38 Echidna linked from the Setup field
18:38 snoy_ms oh
18:38 Echidna but not each template has its own ts
18:39 snoy_ms Echidna: click on root page
18:39 snoy_ms within "Templates"
18:39 Echidna ok
18:39 snoy_ms sorry i mean on the first site -> planet
18:39 snoy_ms then you get a small list with all templates on the right hand site
18:39 Echidna ok
18:40 snoy_ms Templates -> Root Page (global)
18:40 snoy_ms i mean Template -> (without the s)
18:40 Echidna yea theres a list
18:40 Echidna how many templates, which is root and which ext
18:41 snoy_ms now you have to find the ext. template
18:41 Echidna i can only click on the pages
18:41 snoy_ms or what ever you need to edit
18:41 snoy_ms but you see the page within the table
18:41 Echidna and then open the template and it have the usual constats, setup fields etc
18:41 Echidna but no object browser or w/e
18:41 snoy_ms yes !!!
18:41 snoy_ms but on the top
18:41 snoy_ms on the right hand site
18:41 snoy_ms there is a list
18:42 Echidna wahts it called
18:42 Echidna i have t tabs
18:42 snoy_ms second
18:42 Echidna general, options, includes, resources, access
18:43 snoy_ms ok then click in "x"
18:43 snoy_ms now you have to see a list
18:43 Echidna you mean the dropd own
18:43 snoy_ms yeahh, lol
18:43 Echidna yea i see the object browser
18:43 snoy_ms dropdown...
18:43 snoy_ms used the wrong word
18:44 Echidna yea it was actually the only item in the dropdown
18:44 snoy_ms within the object browser you have to choose (konstants/setup)
18:44 Echidna so which one
18:44 snoy_ms i think setup for templates
18:45 snoy_ms then plugin -> tx_blabla ->
18:45 snoy_ms there you have to find the settings
18:45 Echidna yea i see a list of all plugins from that extension
18:46 Echidna which assigned html files
18:46 Echidna but it seems like chaging anything there would overwrite it globally
18:46 snoy_ms no !!
18:46 snoy_ms wait !!
18:47 snoy_ms it saves your changes on your actual site, if you have an ext. template
18:47 snoy_ms if you change something you will find it in the normal constand/setup fields
18:48 snoy_ms you can delete it when ever you want
18:48 Echidna well i changed the value there but it didnt update anything
18:48 snoy_ms but more important is, you can check the correct location for settings
18:48 snoy_ms clean cache ?
18:49 snoy_ms typo3 templates gets cached
18:49 snoy_ms Echidna: iam afk. But now you can work much better with the browser
18:49 snoy_ms ;-)
18:51 Echidna ok thanks
18:52 just2b anyone knows how to get TSFE->lastimageinfo inside fluid?
18:52 Echidna still, no matter what html file i assign to that page, it uses the plugin default
18:57 snoy_ms just2b: maybe the #extbase channel :-)
19:04 Echidna snoy_ms: turns out the config page for the plugin has its own setting for the template file
19:04 Echidna and it worked
19:04 Echidna but thanks for your help, i learned something new today =)
19:04 Echidna time to go home
19:12 snoy_ms Echidna: yeah
20:04 typotypo Hello, does anyone know how to add a keyboard-shortcut to the TYPO3 Backend for "save page" or "save+preview"(i.e. similiar to mediawiki?
20:21 just2b no other way than xclass, no configuration
20:32 challet hi everyone
20:33 challet could someone tell me how to find good documentation about creating an extension
20:33 challet ?
20:35 challet where does go the file "ext_typoscript_setup.txt" ?
20:36 challet hum, it seems deprecated
20:36 challet and using ext_tables.php instead
20:37 challet but now, how to do the old "plugin.tx_myextension_pi1.templateFile = EXT:my_extension_key/template.html" ?
20:48 pgampe challet: you can read the second and third part of the modern template tutorial. Also the book from Dimitry Dulepov about TYPO3 extension development is very good
20:50 challet ok pgampe, i'll begin with it, thanks for the advice
20:51 pgampe https://www.packtpub.com/typo3-extension-development/book
20:51 pgampe this is really worth reading
21:44 keizo hi, anybody as already got this issue : Social Bookmarks (sp_socialbookmarks): No bookmarks found. ?
22:38 CoLa hi, does anybody know how to setup frontend listing for formhandler?
22:40 CoLa in short: "nothing is displayed"; in long: I'm not sure what the howto wants from me by asking "You have to adjust the settings and configure your log table and mapping"
23:12 mklappstuhl hey does anybody know a hosted cms that allows me to create custom content elements as in TYPO3
23:12 mklappstuhl i know that this isnt the right channel but where to ask else?
23:13 mklappstuhl at least most of you will know what i mean
23:20 pgampe mklappstuhl: why don't you use typo3
23:23 snoy_ms mklappstuhl: but thats the reason why we use typo3 i think
23:26 snoy_ms pgampe: try to check out extbase. Its also nice ;-)
23:32 pgampe snoy_ms: I will soon ...
23:32 pgampe once the book is out :P
23:32 snoy_ms ;-)
23:32 typotypo mlklappstuhl: what do you mean with "custom content elements"? there are a lot of other cms with this feature: drupal, modx, etc. depends on what you mean with "custom".
23:42 mklappstuhl im searching for a hosted service
23:43 mklappstuhl setting up TYPO3 and TYPO3 at all would be much overhead
23:51 pgampe you can find this for typo3
23:51 pgampe but was is the overhead by setting it up?
23:53 mklappstuhl pgampe: the work i need to do is just not worth the thing i want to do

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.