Search the website and IRC logs

#TYPO3 IRC log from : Thursday 4 December 2008

Year: 2007 2008 2009 2010 2011 2012
Month: Jan Feb Mar Apr May Jun Jul Aug 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:34 samek hello
00:35 samek i'm still looking for someone with experience with typo3 running in safe_mode
00:35 samek msg me :)
00:35 samek need some information
00:38 just2b there is an own job mailinglist ;)
00:44 samek i'm not giving job i just need advice..
08:47 milpoer hi
09:14 m4rtijn hi all
09:17 milpoer hi m4rtijn
09:20 michel how can i wrap divs around labels and type in forms?
09:20 michel http://paste.phlogi.net/-2bdad77ab6/
09:20 maholtz|WORK hi michel - how long you are searching for an answer?
09:20 maholtz|WORK why dont you look into the code for that?
09:20 michel very long :(
09:21 michel which code?
09:21 maholtz|WORK where the FORM-Object is defineid?
09:22 michel its not defined its from an extionsion called tt_guest
09:23 maholtz|WORK so, then you should have an look in the code - nobody could know how to wrap without reading tt_guest manual or looking in the code
09:23 maholtz|WORK but without telling that it belongs to tt_guest ....
09:23 michel sorry i thought it was a normal form
09:23 michel i read the manual of tt_guest
09:23 michel but its not mentioned there
09:24 maholtz|WORK perhaps reading of http://wiki.typo3.org/ts45min helps a little bit to understand how typoscript works
09:24 maholtz|WORK or perhaps you find something there: http://typo3.org/documentation/document-library/references/doc_core_tsref/4.2.0/view/1/8/#id4277605
09:25 m4rtijn didnt i eat you yesterday maholtz|WORK
09:25 _pedda_ moin moin
09:25 maholtz|WORK well äh yes, maybe - sorry forgot:)
09:26 maholtz|WORK ups, was i a little bit to hard?
09:26 m4rtijn hehe
09:30 randomresult good morning
09:31 randomresult is it possible to have an amenu (news) and a listview of this in two seperated div-containers?
09:32 randomresult my amenu and listview works, if i have both in one contentelement (tt-news) but not if i seperate amenu from the listview
09:33 m4rtijn randomresult - hmm, afaik I have the amenu and list view in seperate CE's at a page
09:34 randomresult i know i once fixed this prob... but i cant remember
09:34 randomresult im using tv
09:35 m4rtijn oh, i meant catmenu :p
09:35 randomresult man this have to work...
09:35 randomresult i didnt found anything
09:35 randomresult i could cry
09:36 randomresult as i said... it works fine if i put both (amenu and List) in one element
09:36 randomresult but i want the amenu on the right side and the listing in the middle
09:36 randomresult cause when i have ... lets say... 100 months... the archiv-list will be toooooo long
09:43 milpoer maholtz|WORK: i still have problems with my multilanguage, and the maillist haven't bring me closer to a solution jet :) Do you have more hints i can investigate .. i have compared pluingversion, changes the template to use another html file, all same problem.. i running out of ideas..
09:57 maholtz|WORK @milpoer: and you said, you did it at an different server and it works there?
09:59 milpoer maholtz|WORK: no.. i have tried the same conf with two different website but the websites are at the same server..
09:59 milpoer so i know the server is working as it should.. so i must be something isolated to the specific website.
10:00 m4rtijn milpoer - did u make sure those other website have the exact same local settings?
10:00 milpoer local settings ? In localconf.php ? or where do you mean.
10:01 milpoer the only difference in localconf.php is the database login-information
10:01 m4rtijn no.. php settings / htaccess
10:01 m4rtijn php.ini
10:02 milpoer the php.ini is the same because its shared.. but will check .htaccess.
10:02 m4rtijn php can be conigured locally
10:03 milpoer i know.. but it isn't at our server and not at those two webhotels.
10:04 HardPhuck if i have a hmenu.special.directory
10:04 HardPhuck can i add a menuitem that is out of that directory
10:04 milpoer m4rtijn: seems to be a difference in rewrite rules, will check to be 100% sure.
10:07 maholtz|WORK @HardPhuck: you can do what you want;)
10:07 maholtz|WORK you could use stdWrap.append = TEXT f.e.
10:08 maholtz|WORK or set an shortcut page or mont page
10:08 maholtz|WORK do you have a static id or something?
10:08 HardPhuck yes, well i know it works with shortcuts, i'm trying to make it TS only :)
10:09 maholtz|WORK is it better for your editors then?
10:09 banban hi there i would like user with url pointing to restricted pages to redirect to login page. i saw config.typolinkLinkAccessRestrictedPages = <login page id> for that. i added this code to setup in my ts code, but somehow it doesn't seem to work. is there anything else i have to do? thanks for any answer!
10:09 HardPhuck yes
10:09 maholtz|WORK you want to add the menu item where?
10:09 HardPhuck less confusing
10:09 HardPhuck after the menu items
10:10 HardPhuck temp.30.special = directory
10:10 HardPhuck temp.30.special.value = 22
10:10 HardPhuck now i get this
10:10 maholtz|WORK temp.30.stdWrap.append = TEXT
10:10 maholtz|WORK temp.30.stdWrap.append.value = hello world?
10:11 milpoer m4rtijn: the only different i .htaccess is some Header set, Header unset ETag, FileETag None, so this can not be the problem..
10:11 HardPhuck right, what if i wanted to add a link instead of text?
10:12 maholtz|WORK @HardPhuck: append.typolink.parameter = your pid
10:14 HardPhuck hmm not working
10:16 HardPhuck ah silly me, its working
10:16 HardPhuck thanx
10:16 HardPhuck can i append more than one link
10:18 maholtz|WORK withouth value you get the title of that page
10:18 maholtz|WORK @HardPhuck: you are german?
10:19 maholtz|WORK read http://wiki.typo3.org/ts45min (there is a language switch, if you need to)
10:19 maholtz|WORK if you have questions after that, let me know:) ok:)
10:19 m4rtijn yay, somebody very cool translated it
10:19 m4rtijn :)
10:19 beli moin
10:20 m4rtijn hi beli
10:20 HardPhuck maholtz, thanz
10:20 maholtz|WORK well, not as cool as he thinks - i likes to eat harmless persons
10:20 HardPhuck thanx
10:20 HardPhuck (not german, btw) :)
10:20 m4rtijn harmless?
10:20 beli is there an extension that ...slides... through a pool of images on pageload?
10:21 m4rtijn beli.. define slide..
10:22 beli m4rtijn: like a banner made of images from a fileadmin directory that scrolls automatically on start and changes direction if you move the mouse on left or right side
10:22 m4rtijn hmm
10:22 m4rtijn just enter gallery as search keyword in the ext. rep
10:22 m4rtijn I cant think of one
10:23 beli theres mt_slide....that works fine...but it does not work onstart....if nothing helps i need to alter the code
10:29 chw-irc any idea on what I need to do get tt_news timestamp in real URL?
10:34 banban hi there i would like user with url pointing to restricted pages to redirect to login page. i saw config.typolinkLinkAccessRestrictedPages = <login page id> for that. i added this code to setup in my ts code, but somehow it doesn't seem to work. is there anything else i have to do? thanks for any answer!
10:35 chw-irc how to get tt_news timestamp in realurl?
10:37 m4rtijn banban - I also tried that a while ago..
10:37 m4rtijn banban - I 'll check how I solved it
10:39 banban m4rtijn: thanks, i'll appreciate it
10:41 m4rtijn banban - which typo3 version?
10:41 banban m4rtijn: 4.1.5
10:42 banban m4rtijn: sorry it's 4.1.1
10:42 m4rtijn banban - u should consider upgrading to 4.1.7
10:42 m4rtijn its very easy and bug-free :)
10:43 banban m4rtijn: hmm so after upgrading typolinkLinkAccessRestrictedPages should work?
10:43 banban what do i need to do to upgrade?
10:43 m4rtijn maybe.. but at least u know for sure its not the typo3 version which messes it up
10:45 m4rtijn banban - what I did is: root TS constant: plugin.tx_srfeuserregister_pi1.linkToPID = 11
10:45 chw-irc can anyone help me with the realurl setup of tt_news? I would like to add timestamp to the url.
10:46 m4rtijn banban - and for the NAVI I have showAccessRestrictedPages = 11
10:46 m4rtijn where 11 is the login page and has access restricted sub-pages
10:50 banban m4rtijn: plugin.tx_srfeuserregister_pi1 what extenstion is this?
10:53 banban m4rtijn: showAccessRestrictedPages for menu works like a charm for me, but typolinkLinkAccessRestrictedPages doesn't
10:58 m4rtijn thats an extension which allows users to register
11:00 randomresult anyone know if gm (instead of IM) is able to render transparent png images with GIFBUILDER?
11:00 randomresult and what do i have to tell the installtool to render it corrctly
11:00 randomresult ?
11:01 just2b should work
11:01 just2b just create a png IMO
11:01 randomresult it only works with png?
11:01 banban m4rtijn: yes i've checked it but somehow i dont need that, all i want to do is if the usr has link to restircted page it should redirect user to login page
11:02 randomresult well... IM is able to render jpg files with a png mask
11:02 randomresult see: www.musica-mundi.com
11:02 randomresult the big topimage
11:02 just2b IMO there should be no difference wth using GM...
11:03 m4rtijn banban - hmm, you could just install it to use that function :S
11:03 randomresult ok... ill recheck my installtool settings
11:05 m4rtijn randomresult - I had some problems in my GMENU with transparent png.
11:06 randomresult i made it!
11:06 randomresult :)
11:06 m4rtijn randomresult - u need some special settings in the configuration
11:06 m4rtijn kk
11:06 randomresult i did
11:06 randomresult :)
11:10 null0_ gm
11:16 maholtz|WORK re
11:21 m4rtijn wb
11:21 _pedda_ wb
11:28 maholtz|WORK someone has a tip for a good imagemap extension?
11:33 NublaII I am using the smile glossary extension to provide a dictionary and clickable keywords on the pages
11:33 NublaII if a keyword appears on the page it gets linked to the glossary
11:34 NublaII is there a way of just generating the code for the first instance of the word? otherwise the whole page is full of links on the text
11:36 NublaII http://phpfi.com/384779
11:36 NublaII that is the code on the ext_typoscript_setup.txt that generates the links
11:37 ct529 hi!
11:38 ct529 has anybody ever seen this error: Catchable fatal error: Argument 2 passed to t3lib_div::implodeArrayForUrl() must be an array, null given, called in /usr/www/Users/<removed>/kaliandra-tours.com/typo3conf/ext/templavoila/mod1/db_new_content_el.php on line 285 and defined in /usr/www/Users/<removed>/typo3_src-4.2.3/t3lib/class.t3lib_div.php on line 1662
11:43 plain_text_only Hi! I want to be able to define a variable somewhere as follows: config.newsletter.styles.H1=something and then use it later like lib.stdheader.10.1.fontTag=<h1 style='$config.newsletter.styles.H1'>|</h1> Can I do that somehow?
11:44 ct529 ok solved
11:54 ct529 plain_text_only: is it just a constant? I think you should be able to put it in the constant section of the template.
11:56 plain_text_only ok, that would do.
11:56 plain_text_only How do I reference it?
11:59 plain_text_only ok
11:59 plain_text_only i figured it out
11:59 plain_text_only thanks a lot
12:06 beli m4rtijn: the mt_slide is working now :)
12:15 randomresult anyone ever rendered a picture with text which has a shadow? (the text only)
12:20 randomresult martijn_ u ever used shadow when building images with text (shadow for the text only?)
12:27 milpoer maholtz|WORK: hi, it was you how talked to me yesterday about som php debug right ??
12:27 randomresult martijn_ : found solution :)
12:28 banban hi there i would like user with url pointing to restricted pages to redirect to login page. i saw config.typolinkLinkAccessRestrictedPages = <login page id> for that. i added this code to setup in my ts code, but somehow it doesn't seem to work. is there anything else i have to do? thanks for any answer!
12:29 beli re
12:30 beli randomresult: you doube the text and use the second one as shadow...
12:30 beli s/doube/double/
12:32 maholtz|WORK @milpoer: yep, we talked about php debug
12:32 milpoer yes.. i found the log for yesterday :) couldn't remember what you called it..
12:32 milpoer but have found it.. xdebug right ?
12:32 maholtz|WORK yep
12:33 milpoer maholtz|WORK: thx. i will try to see if any usefull stuff come up.. i have compared my to php_info() output for the to websites, and the are similar, besides hostnames. so no php.ini differnces as i can see.
12:34 milpoer maholtz|WORK: is it the xdebug.org ?? or is that more by that name ?
12:34 maholtz|WORK yep
12:35 milpoer thx.. i will see if my vendor will compile it and changes php to use it :)
12:36 milpoer if its compiled into php you can see it in the phpinfo() right ??
12:39 maholtz|WORK yep
12:39 maholtz|WORK well, i think it was only a module
12:40 maholtz|WORK i cant remember that i had compiled it..
12:40 milpoer perhaps it is.. i haven't read that much yet.. just some install howto.
12:40 milpoer oh.. just say: how to get php to use.. its only xdebug that has to be compiled.
12:41 milpoer is it posible to only use it at one website ? through .htaccess ??
12:41 maholtz|WORK do not know, sry
12:42 milpoer ok.. fair enough.. this is typo3 fora not php xdebug :)
12:42 milpoer i trying to figure out where the debug information output is..
12:42 maholtz|WORK well, you need an client for that
12:43 maholtz|WORK i useed eclipse for that
12:43 milpoer ok.. i'm a bit confused ... i enable xdebug at the server and then ??
12:44 milpoer think i found something on remote debug..
12:45 swemark Hey
12:46 swemark Can i somehow get TSFE:TYPO3_CONF_VARS|SYS|something to be interpretted in constants?
12:46 chw-irc hey mark.
12:47 dexcs hi
12:47 swemark hey
12:48 dexcs ist there any way to use an group id and not "PID of user archive", so that i can hold more than one website user group in one sysfolder.
12:49 dexcs (i'm useing felogin)
13:09 banban i would like user with url pointing to restricted pages to redirect to login page. i saw config.typolinkLinkAccessRestrictedPages = <login page id> for that. i added this code to setup in my ts code, but somehow it doesn't seem to work. is there anything else i have to do? thanks for any answer!
13:10 martijn_ banban - did u try what I suggested?
13:13 Trysaxx Hey I have just updatet from 4.1.7 to 4.2.3 and now i get an important notice in BE "This installation is not configured for the TYPO3 version it is running..." and when i go to install tool and update wizard it says that typo3 is 4.1 campitible and i cant update it to be 4.2 campitible
13:13 banban martijn_: yes, but no go, i installed frontend user regitration and make that constant setting
13:13 banban but no go...
13:14 m4rtijn the second was not constant
13:14 Trysaxx what do i do?
13:16 banban m4rtijn: yes, but that one is for mavigation menu
13:17 banban any other hint?
13:18 milpoer maholtz|WORK: now i have xdebug installed now i have to see if i can figure out how to use it :) and if it can give me new information :)
13:21 maholtz|WORK @milpoer: you need an client which contacts the server. the client needs the same php-files (if you cant work on the server you need an mirror of the php files - xdebug sends the client "filexy line123 "
13:21 maholtz|WORK than you can set breakpoints where the server should stop and you can watch step by step each function which gets executed
13:23 milpoer ok.. i see if i can do it :)
13:23 milpoer thx
13:24 milpoer maholtz|WORK: if i connect to the server through webdav, can i work directly then??
13:25 swemark Trysaxx:
13:25 swemark in your install-tool you have an option: Update
13:25 maholtz|WORK @milpoer: i would think yes
13:25 swemark Trysaxx: should sort things ut for you :)
13:25 maholtz|WORK but means directly: you need client/server anyway
13:26 Trysaxx it should but it dosen't
13:26 milpoer maholtz|WORK: thx, i'll try.. yes but the server and client files are just shared.. ? right
13:26 HardPhuck maholtz|WORK: i've read the 45 min TS and solved the problem :)
13:26 maholtz|WORK @HardPhuck: yeah
13:26 maholtz|WORK :)
13:26 HardPhuck thanxs for the heads up
13:26 maholtz|WORK your welcome:)
13:27 maholtz|WORK @milpoer: if there is xdebug running, should not be a problem, i think
13:27 milpoer i have both server and client running now..
13:27 maholtz|WORK but i have really no glue - i just did it on my own home computer and was happy to get it running
13:28 milpoer or i'm about to install the client..
13:35 swemark Trysaxx: make sure you dont have multiply "versions" in localconf.php
13:37 Trysaxx that did it.. i had a $TYPO3_CONF_VARS['SYS']['compat_version'] = '4.2'; and a $TYPO3_CONF_VARS['SYS']['compat_version'] = '4.1';
13:37 Trysaxx ty..
13:41 Trysaxx the right-click menu in the page tree does not work.. does anybody know what to do about that?
13:42 m4rtijn rightclick?
13:42 m4rtijn i never used rightclick
13:42 Trysaxx the options if you click on an icon in the page tree.. in be the page module
13:43 Trysaxx edit, new and so on
13:51 Trysaxx The "options menu" in BE (Show, Edit, New, Info, Copy, Cut, Version, More options, Hide and so on) does not work.. Does anybody know how i get it to work?
13:52 Trysaxx in the page tree
13:57 banban i would like user with url pointing to restricted pages to redirect to login page. i saw config.typolinkLinkAccessRestrictedPages = <login page id> for that. i added this code to setup in my ts code, but somehow it doesn't seem to work. is there anything else i have to do? thanks for any answer!
14:02 m4rtijn hmm, why are images in tt_news saved again in /uploads/pics?
14:03 m4rtijn weird behaviour..
14:25 milpoer randomresult: sounds like a plan.. where should we go ??
14:39 swemark I have a seriously annoying problem
14:39 swemark or issue rather
14:40 swemark I want a PHP global variable to be set as a value in constants
14:42 swemark I've read pretty much anything that could be read about template constants
14:44 swemark Phlogi: save me!
14:56 milpoer maholtz|WORK: just for info.. now i have tried to compare the two typo3_src dirs from the two that work and dont work, there were eventhouhg it both are 4.2.2 som small differneces in the src, so i tried the working source at the non-working solution.. still no difference..
15:02 maholtz|WORK @milpoer:(
15:03 milpoer maholtz|WORK: precise.. i confused a lot.. my ideas is running out.. or ran out for quite some time ago. :)
15:07 swemark Trysaxx: check if your source code starts one line down
15:08 swemark the typo3 source code
15:08 Trysaxx the source code for what?
15:10 maholtz|WORK @milpoer: im running out of ideas too
15:11 milpoer maholtz|WORK: then its not just me.. :)
15:11 m4rtijn i have an idea
15:11 m4rtijn sprayonaise
15:11 milpoer ??? that is??
15:11 maholtz|WORK spryonaise helps a lot
15:11 m4rtijn mayonaise in a spraying can
15:11 maholtz|WORK its great
15:11 m4rtijn hehe
15:11 chefan mayonaise in an inhaler
15:11 m4rtijn thats a good idea as well chefan
15:11 chefan or mayonaise patches
15:12 milpoer m4rtijn: :) i dont think it will solve my problem :)
15:12 chefan for people who try to get over hot dogs
15:12 milpoer chefan: :)
15:12 milpoer i'll remember next time i have to quit my hotdogs..
15:13 chefan mayonaise solves any problem. just depends on the quantity of mayonaise. the outcome may be not what you expected in the first place, but hey.
15:13 chefan that's called stunt developing
15:13 m4rtijn are you dutch as well chefan? :p
15:14 chefan german
15:14 m4rtijn normally argumentation like that comes from the dutch ;)
15:14 m4rtijn but I totally agree
15:14 chefan heh, i thought normality in context with hat argumentation was a contradiction in terms
15:14 milpoer i'll if i can find a can to fix my problem :)
15:15 chefan "am i the only normal person in the world" always evaluates to false ;)
15:16 chefan hmm, i would give it a couple of milliseconds processing time, i just missed the problem ;)
15:16 milpoer :)
15:20 swemark Trysaxx: the typo3backend
15:21 Trysaxx ive edited all the files so there is no empty lines before or after but it still dosent work
15:26 Jigal hi all!
15:29 m4rtijn hi
15:31 Jigal I managed to get tagpack working a bit, but have to use it with the tx_dam table. Tagpack tries to render the records from that table by using the render object for that table (via cObjGetSingle() ). For DAM there is no render object. Any suggestions what needs to be configured to write one?
15:39 soren_madsen Hello - was hoping for an answer to this hopefully simple question: Is it possible to do javascript-like DOM manipultion with Typoscript? I have a named element in my (HTML) template which has a class I would like to dynamically change
15:40 just2b of corse not
15:41 banban http://lists.netfielders.de/pipermail/typo3-english/2005-September/012841.html <- does anybody know solution to this question?
15:42 Jigal soren_madsen: Typoscript is a configuration language and has no knowledge of HTML whatsoever
15:42 soren_madsen Well - before pages are written to the cache, fe_tidy ie. does alot of DOM manipulation, so a reasonable answer can't be "of course not"
15:42 swemark Trysaxx: sorry for the answer delay :)
15:43 Jigal soren_madsen: fe_tidy is an extension, not some typoscript
15:43 swemark i meant more like in the generated source code "Firefox Right click -> show source"
15:44 soren_madsen jigal: It's still a layer in the whole TYPO3 engine, that interprets data, content, etc. before pages are written to the cache - so we were just thinking that it MIGHT be possible
15:45 just2b if you fell better > i can tell you "maybe it is possible"
15:45 soren_madsen Hehe, sorry guys - just asking!
15:46 chefan of course typoscript can indirectly manipulate the dom
15:46 chefan vi can compile java
15:47 Jigal soren_madsen: if the extension uses information from Typoscript you might influence the behaviour of that extension by setting some properties in Typoscript. But you have to keep in mind that Typoscript is a configuration language and not something with functions, procedures, etc.
15:47 m4rtijn jquery can change dom afaik
15:47 just2b you can ts manipulate something written?
15:47 chefan the answer was adjusted for the assumption of "in a straightforward, direct and easy way"
15:47 just2b every js library and every js can manipulate dom
15:48 chefan just2b: you can use ts to load the tools that can ;) that was the point with vi and java
15:48 chefan the typical "an answer can just be as precise as the question" issue
15:49 just2b you so now i always will ask the question "can this be done with ts" with yes because i just include the tool iframe :D
15:50 just2b will answer the question
15:50 just2b sry not much sleep
15:50 m4rtijn can ts make some coffee?
15:51 just2b sure, just create a userfunction and ping your coffee machine, it will perform the task if it is conncected to lan
15:51 Jigal only by grinding netbeans (.org) LOL
15:51 chefan m4rtijn: it probably can, if you configure it to integrate emacs or sendmail
15:52 m4rtijn :p
15:53 HardPhuck what is the difference if i use lib.mymenu = HMENU or just mymenu = HMENU
15:53 soren_madsen Ok - thanks guys. We are using jQuery for other stuff, so I guess we have to use that
15:53 Jigal ehm.... "lib." ??? (sowwy, couldn't resist)
15:53 chw-irc HardPhuck: I think there is no difference ;)
15:54 m4rtijn sorting makes life easier
15:54 chw-irc HardPhuck: I think it is just like using namespace
15:54 HardPhuck i was using the no lib version but i'm reading a document that says that menu's should start with lib and i was wondering why :)
15:54 m4rtijn naming convention
15:54 Jigal HardPhuck: (what a name :-/ ) only the way you refer to that menu is different. lib.xxx is a bit of a standard with TemplaVoila.
15:55 HardPhuck oh, right
15:55 chw-irc HardPhuck: well... in that case... I suggexst you try using HardPhuck.mymenu ;)
15:55 HardPhuck that's why i have no problems. because i don't use TV :)
15:56 chw-irc HardPhuck ... it which help organize things nicely. it is not just for TV
15:56 HardPhuck well i have all my menus in a separate template, so no further organization is needed for me :)
15:57 Jigal HardPhuck: it might be easy when you use the TS Object Browser, etc.
15:58 chw-irc standards are good way... you can go into TEMPLATES mode, and TS Object browser
15:58 chw-irc then you will understand what Jigal is saying...
15:58 HardPhuck well to me it makes no difference, since "mainmenu" reads just as well as "lib.mainmenu" :)
15:59 chw-irc nope...
15:59 just2b sure it does because your flood the tsob and nnothing is organized
15:59 just2b but do what you wanna do ;)
15:59 chw-irc ;)
15:59 chefan if you don't value namespaces, your system is not yet sufficiently complex :)
15:59 HardPhuck oh right, tsob, you have a point there :)
16:00 chw-irc great you are on track now...
16:00 schu can anyone tell me how to "manipulate" (or better set) the url in a tt_products-category-link?
16:00 HardPhuck i rarely use it, that's why i don't use lib
16:00 chw-irc you need not really use lib.mymenu but even hardphuck.mymenu helps too ;)
16:01 HardPhuck chefan: well i think it's too complex at some moments, just didn't think it would help me organize things
16:01 HardPhuck i usually just edit the setup part of templates, i thought it was enough
16:02 HardPhuck guess i was wrong :)
16:06 mdmanu does anyone know how i can set the page title and html meta keywords from my extension?
16:06 chefan see being wrong as a better chance to learn stuff than being right and not knowing why ;)
16:07 HardPhuck agreed
16:08 m4rtijn chefan is rly philosophical today huh
16:08 Jigal chefan: is it enough for the "why you're right" that I can say 'because Flo_leBlanc says so'? :-D
16:10 chefan Jigal: if you can always rely on having Flo_leBlanc available as reference, it probably is :)
16:10 chefan m4rtijn: i am always, not just always that talkative
16:11 chefan needed a break from dirty harrying
16:11 HardPhuck okay, so all menu items should have lib. infront
16:11 m4rtijn could
16:11 HardPhuck any other naming convetion i should know
16:11 HardPhuck er... could :)
16:11 m4rtijn :P
16:12 chefan by principle, in any given system it's a good idea why it issues a warning and why and when to ignore it :)
16:12 chefan good idea to know
16:13 m4rtijn basically ignore all until something stops working.. then panic
16:13 chefan that's management attitude
16:14 chefan you just care for the shareholdervalue until the shit hits the fan, knowing that by that time you will have pulled enough out of anything to not bother for the rest of your life
16:15 HardPhuck lol
16:15 HardPhuck now that's deep
16:16 Jigal m4rtijn: keep a copy of the HG2G nearby; it'll stop you from panicing
16:16 m4rtijn whats that jigal?
16:16 Jigal *panicking
16:17 m4rtijn ah
16:17 m4rtijn got it
16:17 Jigal :-)
16:17 m4rtijn and a towel
16:17 Jigal of course!
16:17 chw-irc can anyone tell me wjether Ican edit a value in $TCA array using typoscript?
16:18 m4rtijn darn now that u mention it.. I forgot towel day again this year...
16:18 m4rtijn garg
16:18 chw-irc the TCA has this format $TCA['tx_myext_item'] = 'value'
16:18 chw-irc anyone please?
16:18 chw-irc lol
16:19 Jigal chw-irc: I think $TCA has been initialized to contain part of the entire TCA...
16:19 chw-irc Jigal... if the TCA has this format $TCA['tx_myext_item'] = 'value', how to write typoscript for this?
16:22 mdmanu does anyone know how i can set the page title and html meta keywords in my extension?
16:23 m4rtijn mdmanu - u shouldnt
16:23 m4rtijn i would destroy any extension which messes with my pagetitle
16:23 mdmanu why not i can add som config if id should add keywords or not.
16:24 HardPhuck i have the strangest problem
16:24 HardPhuck i have a fe_user listing plugin
16:24 HardPhuck which uses typo's own pi_searchBox
16:25 HardPhuck the strange thing is, that if i enter 'jan' into the box, i get all fe_users listed
16:25 mdmanu m4rtijn - well, its a blog extension, and its quite nessesary to have the pagetitle and the keywords set
16:25 HardPhuck but if i enter 'mar' i only get fe_users with names that include 'mar'.
16:26 chw-irc I am wondering why anyone could not help me with such a simple question on TCA... isn't it something very basic ;(
16:26 chw-irc :(
16:29 HardPhuck you can't edit a value with TS only override it
16:30 Jigal chw-irc: sorry, I was called away... I don't think you can write to TCA in general from Typoscript
16:30 chw-irc but I don't think it is possible to override TCA array values using ts
16:31 chw-irc thanks Jigal, that's what even I thought
16:33 HardPhuck http://wiki.typo3.org/index.php/TSref/getText
16:33 HardPhuck chw-irc:
16:33 HardPhuck see the middle of the page, DB:<tablename>:<uid>:<fieldname>
16:34 m4rtijn is it normal that tt_news record images get copied into /uploads/pics ?
16:37 just2b yes
16:38 m4rtijn kthx
16:38 m4rtijn its a bit weird cause all other images are in the typo3temp folder...
16:39 just2b historic reason
16:39 chw-irc HardPhuck: I think this is limited to a certain page id :(
16:40 HardPhuck :S
16:41 HardPhuck i haven't used it before, so i can't help you further
16:45 Jigal Bye for today!!
16:48 chw-irc If I need to change the value of a TCA array, should I patch thecode in existing extension? or is there any other way?
16:48 gerards chw-irc. in typo3conf/localconf.php.
16:48 m4rtijn im off
16:48 m4rtijn cu tomorow
16:49 chw-irc gerards.. thank you I will try that
16:57 chw-irc gerards: I tried, but there is no change :(
17:01 gerards did you clear the typo3conf temp files?
17:11 chw-irc yes I did clear
17:12 chw-irc it works if I edit the extension's tca.php, but it did not work when I edited through localconf.php
17:16 chw-irc need to go bye all
17:29 untouch heyo
17:29 untouch anyone ever used calbase extension
17:30 untouch im trying to figure out how to shorten the weekdays decription like now its Monday and want to be Mo
17:30 untouch changing it in the locallang.xml dont help any
17:31 untouch http://typo3.liquidc.net/ycspo/index.php?id=24
17:33 maholtz|WORK i hope it is defined via typoscript stftime
17:40 untouch you hope..?
17:41 maholtz|WORK well, i do not look up now - i do not know, but i would expect that
17:42 randomresult hi there
17:42 randomresult i have a problem with languages and tv
17:42 randomresult normal contentelements are no problem
17:42 randomresult i can translate them and they are shown in the fe
17:43 randomresult in both languages... everything fine
17:43 randomresult now i have made my own fce with tv
17:43 randomresult iam able to insert my english content as well as the german
17:43 randomresult but it will only be shown in the default (german) language in the fe
17:43 maholtz|WORK sounds like someting for milpoer?
17:44 randomresult no way to get it to see in english
17:44 randomresult i did this 1000 times before
17:44 randomresult but here... it will not show
17:44 randomresult F****
17:44 randomresult i can tell u...
17:44 randomresult im close to throw my macbook out of the windwo
17:44 randomresult window
17:46 randomresult help plz
17:46 randomresult :)
17:49 untouch milpoer?^^
17:49 untouch that u?^^
17:49 randomresult no, its me
17:49 randomresult random
17:50 randomresult result
17:50 randomresult :)
17:50 randomresult ok... another strange behaviour
17:50 randomresult when i select language all ... it is shown in german... but not in english
17:50 randomresult if i select german, it is shown in german but not in english
17:51 randomresult if i select english... it is not shown at all
17:51 randomresult but... all my normal contents are shown in both languages
17:51 randomresult is a contentelement is not translated, it is shown in english too (the german one) and i dont have activated contentfallback
17:52 randomresult hell...
17:52 randomresult i now got the config out of 3 other webs where it workes perfekt
17:52 randomresult but not in this one
17:52 randomresult maybe i should take a break and have a beer
17:56 randomresult ahhhrggg... now im not able to show normal .... i dont know what to say... time to leave
18:38 randomresult ok boys n girls
18:38 randomresult have a nice evening
19:34 Awillys hi there
19:35 Awillys anyone using a Glossary extension such as a21glossary or else?
21:09 Leshrak HI all
21:30 ndee_ is there somewhere a variable which tells me which languages are installed?
21:34 dinsdale07 How can I use the "svn co" command for forge.typo3.org without creating a "trunk" folder in my extension directory - Anyone knows?
21:38 dinsdale07 ndee_ could you maybe query the database. The installed languages seem to reside in sys_languages.
21:40 ndee_ dinsdale07: I could do that but I hope that they were somewhere available already.
21:43 dinsdale07 ndee_, I didnt' come across tha tyet - but IMO the TS constants and TS Setup is not reliable I think because they could be wrong.
23:03 lug hey
23:03 lug could someone help me?
23:09 dinsdale07 lug, just aswk
23:10 lug i dont see the numbers of downloads of the extensions which i uploaded to ter. there is allways 0 downloads and older ones dont increase, even when i download one.
23:13 lug so my question is: does someone know, what is wrong?
23:15 dinsdale07 have you tried clearing your cache? what's the url fo the extension?
23:15 dinsdale07 lug,
23:15 lug virtualcss
23:16 lug or linkstats
23:16 lug http://typo3.org/extensions/repository/?tx_terfe_pi1[view]=search&no_cache=1&tx_terfe_pi1[sword]=virtualcss
23:18 lug i just downloaded the extension, but it shows still 0 downloads
23:18 lug some idea ,dinsdale07 ?
23:18 lug i cleared my cache.
23:19 lug doesnt help
23:20 dinsdale07 I just downloaded it myself and it doesn't work. Maybe the download stats are based on the apache logfile and only update once a day.
23:20 dinsdale07 ok - acutally you uploaded it already 2 days ago.
23:21 lug it was so motivating to see how many downloaded linkclickcounter in a few days. suddenly the downloads freeze.
23:21 lug i mean the number of downloads
23:22 dinsdale07 I'm not an extension author so I never really used that feature. Maybe it's worth asking in the mailing list. Usually there are also more people around during European business hours.
23:23 dinsdale07 Looks like a nice extension though - does it allow BE users to include css files for the frontend?
23:23 lug yes
23:24 lug be users can easily modify css properties. the ext generates the css code by php
23:24 lug easy like: choosing a color with a colorpicker
23:25 dinsdale07 cool, I might want to try that. sounds very helpful for authors without css knowledge
23:25 lug thanks :-)
23:31 lug you can predefine the available css properties in ts setup. so no author can do unwanted things.
23:31 lug you can let them drive on rails.

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.