Search the website and IRC logs

#TYPO3 IRC log from : Friday 20 July 2007

Year: 2007 2008 2009 2010 2011 2012
Month: 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
04:29 jananne my TREE disappeared :o. (BE)
04:29 jananne my TREE disappeared :o. (BE)
04:45 tsrepadmin good morning #typo3!
04:47 MasterYin morning
04:47 MasterYin tsrepadmin: Can you help me a Second with an BE-Extension?
04:48 tsrepadmin which one?
04:48 MasterYin my own, Im just writing it
04:49 MasterYin or better it is written but I have a little bug
04:45 tsrepadmin good morning #typo3!
04:47 MasterYin morning
04:47 MasterYin tsrepadmin: Can you help me a Second with an BE-Extension?
04:48 tsrepadmin which one?
04:48 MasterYin my own, Im just writing it
04:49 MasterYin or better it is written but I have a little bug
04:50 MasterYin I have just written a little Ext to show me some links (setted in the EM), it works fine as long as I'm logged in as Admin
04:51 MasterYin When I'm logged in as normal User I just the the title of my ext and nothig more :-(
04:53 tsrepadmin :-)
04:53 tsrepadmin Do you have the code anywhere?
04:50 MasterYin I have just written a little Ext to show me some links (setted in the EM), it works fine as long as I'm logged in as Admin
04:51 MasterYin When I'm logged in as normal User I just the the title of my ext and nothig more :-(
04:53 tsrepadmin :-)
04:53 tsrepadmin Do you have the code anywhere?
04:56 MasterYin What do you need from the code?
04:57 tsrepadmin well, how could i help you without?
04:57 tsrepadmin oh what
04:57 MasterYin :-)
04:57 tsrepadmin there must be something mod/xyz.php
04:59 MasterYin http://phpfi.com/250972 <-- the mod/conf.php
04:56 MasterYin What do you need from the code?
04:57 tsrepadmin well, how could i help you without?
04:57 tsrepadmin oh what
04:57 MasterYin :-)
04:57 tsrepadmin there must be something mod/xyz.php
04:59 MasterYin http://phpfi.com/250972 <-- the mod/conf.php
05:01 tsrepadmin $MCONF['access']='user,group';
05:01 tsrepadmin seems to be that you are able to restrict it to users/groups
05:01 tsrepadmin you should take a allok at the access module
05:01 MasterYin http://phpfi.com/250973 <-- mod/index.php
05:03 tsrepadmin $this->pageinfo = t3lib_BEfunc::readPageAccess($this->id,$this->perms_clause);
05:03 tsrepadmin $access = is_array($this->pageinfo) ? 1 : 0;
05:03 tsrepadmin -- // The page will show only if there is a valid page and if this page may be viewed by the user
05:04 tsrepadmin I'd say, thats why its not shown
05:01 tsrepadmin $MCONF['access']='user,group';
05:01 tsrepadmin seems to be that you are able to restrict it to users/groups
05:01 tsrepadmin you should take a allok at the access module
05:01 MasterYin http://phpfi.com/250973 <-- mod/index.php
05:03 tsrepadmin $this->pageinfo = t3lib_BEfunc::readPageAccess($this->id,$this->perms_clause);
05:03 tsrepadmin $access = is_array($this->pageinfo) ? 1 : 0;
05:03 tsrepadmin -- // The page will show only if there is a valid page and if this page may be viewed by the user
05:04 tsrepadmin I'd say, thats why its not shown
05:05 tsrepadmin try to debug the access array
05:05 tsrepadmin try to debug the access array
05:11 dax77 hi #typo3
05:13 tsrepadmin hi dax77
05:11 dax77 hi #typo3
05:13 tsrepadmin hi dax77
05:26 dax77 uschi_: please contact me, when you are around :)
05:28 uschi_ around @ dax77 :)
05:26 dax77 uschi_: please contact me, when you are around :)
05:28 uschi_ around @ dax77 :)
05:30 dax77 hi :)
05:30 dax77 hi :)
05:37 MasterYin Morning to @ll
05:37 MasterYin tsrepadmin: got the mistake :-)
05:38 MasterYin Can you read German? I found a post for it :-) http://www.typo3forum.net/forum/typo3-4-x-backend/19918-modul-tools-fuer-user.html
05:37 MasterYin Morning to @ll
05:37 MasterYin tsrepadmin: got the mistake :-)
05:38 MasterYin Can you read German? I found a post for it :-) http://www.typo3forum.net/forum/typo3-4-x-backend/19918-modul-tools-fuer-user.html
06:05 tsrepadmin MasterYin: as I said
06:05 MasterYin right ;)
06:09 Awillys morning
06:05 tsrepadmin MasterYin: as I said
06:05 MasterYin right ;)
06:09 Awillys morning
07:12 bauschan hi there
07:12 bauschan hi there
07:43 aptonem HELLO WORLD
07:43 aptonem HELLO WORLD
08:01 MasterYin Whats up here? all the time IN AND OUTs? :-)
08:03 mis hi all
08:04 mis i dont understa but i cannot sen mesages to mailinglist... so i'm asking here
08:04 MasterYin hey mis
08:04 mis I have one begginers question... Still can't understand how to "multiwrap". A need to add ID param do <li> tag of my menu.
08:04 mis I need something like this:
08:04 mis lib.subMenu.1.NO {
08:04 mis allWrap = <li id="xxx"><span class="vm-icons">|</span></li>
08:04 mis }
08:04 mis How can replace "xxx" wit page UID?!
08:04 mis I found examle how to add it to <a>,
08:04 mis m.1.NO.ATagParams.cObject = TEXT
08:04 mis m.1.NO.ATagParams.cObject.field = uid
08:04 mis m.1.NO.ATagParams.cObject.wrap = id="page|"
08:04 mis but i dont know how to move it to my <li>... :(((
08:01 MasterYin Whats up here? all the time IN AND OUTs? :-)
08:03 mis hi all
08:04 mis i dont understa but i cannot sen mesages to mailinglist... so i'm asking here
08:04 MasterYin hey mis
08:04 mis I have one begginers question... Still can't understand how to "multiwrap". A need to add ID param do <li> tag of my menu.
08:04 mis I need something like this:
08:04 mis lib.subMenu.1.NO {
08:04 mis allWrap = <li id="xxx"><span class="vm-icons">|</span></li>
08:04 mis }
08:04 mis How can replace "xxx" wit page UID?!
08:04 mis I found examle how to add it to <a>,
08:04 mis m.1.NO.ATagParams.cObject = TEXT
08:04 mis m.1.NO.ATagParams.cObject.field = uid
08:04 mis m.1.NO.ATagParams.cObject.wrap = id="page|"
08:04 mis but i dont know how to move it to my <li>... :(((
08:06 MasterYin For code please use http://phpfi.com
08:07 mis http://phpfi.com/250990
08:08 mis http://phpfi.com/250992
08:09 MasterYin for what you want to set an id für every single li ?
08:06 MasterYin For code please use http://phpfi.com
08:07 mis http://phpfi.com/250990
08:08 mis http://phpfi.com/250992
08:09 MasterYin for what you want to set an id für every single li ?
08:10 mis 'cos i need it in xhtm ... it is graphical menu.. an every item has different bg...
08:10 MasterYin k
08:12 mis look here: http://www.mdstudio.sk/motorlife/web/katalog_page.htm
08:12 mis it is in "vertical_menu"
08:13 mis i hnow, i can hate designer ... but ehm... ehm... its me :)
08:14 MasterYin okay... I have an idea... try a COA with twotime wrap
08:10 mis 'cos i need it in xhtm ... it is graphical menu.. an every item has different bg...
08:10 MasterYin k
08:12 mis look here: http://www.mdstudio.sk/motorlife/web/katalog_page.htm
08:12 mis it is in "vertical_menu"
08:13 mis i hnow, i can hate designer ... but ehm... ehm... its me :)
08:14 MasterYin okay... I have an idea... try a COA with twotime wrap
08:15 mis i thing so... but how? i dont know syntax
08:15 MasterYin http://phpfi.com/250995
08:16 MasterYin It is not exactly what you need but I think you should be able to work with it or do you need more help?
08:16 MasterYin HL me if
08:17 mis what is COA? content object...?
08:18 MasterYin I don't know the exact longform but it is a little bit like what is an Array in other languages
08:18 mis ok, thanx.. i will try it...
08:18 m4rtijn hi all
08:18 MasterYin mis: if you need more help give me an highlight
08:19 MasterYin hey m4rtijn
08:15 mis i thing so... but how? i dont know syntax
08:15 MasterYin http://phpfi.com/250995
08:16 MasterYin It is not exactly what you need but I think you should be able to work with it or do you need more help?
08:16 MasterYin HL me if
08:17 mis what is COA? content object...?
08:18 MasterYin I don't know the exact longform but it is a little bit like what is an Array in other languages
08:18 mis ok, thanx.. i will try it...
08:18 m4rtijn hi all
08:18 MasterYin mis: if you need more help give me an highlight
08:19 MasterYin hey m4rtijn
08:21 mis highlight? .. what you mean?
08:22 m4rtijn a light very high in the sky
08:22 m4rtijn .. mm to early to be funny
08:22 voidus mis: just type his nick in the channel :)
08:22 mis :))
08:23 mis icq lama, typo3 lama... but learning :)
08:23 MasterYin :-)
08:21 mis highlight? .. what you mean?
08:22 m4rtijn a light very high in the sky
08:22 m4rtijn .. mm to early to be funny
08:22 voidus mis: just type his nick in the channel :)
08:22 mis :))
08:23 mis icq lama, typo3 lama... but learning :)
08:23 MasterYin :-)
08:29 MasterYin mis: does it work?
08:29 MasterYin mis: does it work?
08:38 MasterYin Hey is there a tt_news specialist here?
08:39 koomi yes.no.maybe.
08:38 MasterYin Hey is there a tt_news specialist here?
08:39 koomi yes.no.maybe.
08:40 MasterYin Is it possible to change the PageTitle of the SingleViewPage allways into the title of the opened News-Item? (for Breadcrumbs and Header-Information)
08:40 koomi MasterYin: jep. check the docs for subsitutePageTitle or something
08:41 MasterYin k
08:43 MasterYin got it THX
08:40 MasterYin Is it possible to change the PageTitle of the SingleViewPage allways into the title of the opened News-Item? (for Breadcrumbs and Header-Information)
08:40 koomi MasterYin: jep. check the docs for subsitutePageTitle or something
08:41 MasterYin k
08:43 MasterYin got it THX
08:47 mis MasterYin: no ... still trying.. i dont know syntax..
08:47 MasterYin give me 10 min than I will try to help you
08:48 mis MasterYin: you'w got it :)
08:49 koomi mis: still don't know how to add the id to your menu?
08:47 mis MasterYin: no ... still trying.. i dont know syntax..
08:47 MasterYin give me 10 min than I will try to help you
08:48 mis MasterYin: you'w got it :)
08:49 koomi mis: still don't know how to add the id to your menu?
08:50 MasterYin do you help him koomi I still work on my tt_news it doesn't work as well es I want
08:50 koomi mis: http://phpfi.com/251001 i did it a bit different but should be the same approach
08:51 MasterYin I just substitute it for the indexed_search not the main
08:51 MasterYin koomi: looks nice :-)
08:50 MasterYin do you help him koomi I still work on my tt_news it doesn't work as well es I want
08:50 koomi mis: http://phpfi.com/251001 i did it a bit different but should be the same approach
08:51 MasterYin I just substitute it for the indexed_search not the main
08:51 MasterYin koomi: looks nice :-)
08:57 Fanty How do I get the values of a multiple select box? piVars only contain one of the select values :(
08:59 mis koomi: loks nice, but ID is stil in <A>.. or.. ?
08:59 andreasbalzer hi :)
08:57 Fanty How do I get the values of a multiple select box? piVars only contain one of the select values :(
08:59 mis koomi: loks nice, but ID is stil in <A>.. or.. ?
08:59 andreasbalzer hi :)
09:05 Fanty Fanty: name="tx_ext_pi1[key][]" did the trick
09:09 MasterYin koomi: do you user substitutePagetitle? I couldn't get it run
09:09 koomi that's the one
09:05 Fanty Fanty: name="tx_ext_pi1[key][]" did the trick
09:09 MasterYin koomi: do you user substitutePagetitle? I couldn't get it run
09:09 koomi that's the one
09:11 MasterYin I put it in my template but nothing changes
09:11 MasterYin I put it in my template but nothing changes
09:15 m4rtijn hmm, if php sendmail doesn't work.. whats the best alternative?
09:15 m4rtijn some cgi? or smtp
09:15 m4rtijn hmm, if php sendmail doesn't work.. whats the best alternative?
09:15 m4rtijn some cgi? or smtp
09:32 omgs_work Hi
09:32 omgs_work Is 4.1.x a stable branch?
09:32 m4rtijn as its on the typo3.org website under stable releases.. I guess so
09:33 omgs_work What is the numbering for unstable/devel branch then?
09:33 m4rtijn dunno
09:33 m4rtijn check www.typo3.org
09:32 omgs_work Hi
09:32 omgs_work Is 4.1.x a stable branch?
09:32 m4rtijn as its on the typo3.org website under stable releases.. I guess so
09:33 omgs_work What is the numbering for unstable/devel branch then?
09:33 m4rtijn dunno
09:33 m4rtijn check www.typo3.org
09:41 drindt morning
09:41 drindt morning
09:59 bauschan hi there
09:59 bauschan hi there
10:15 m4rtijn hi bauschan
10:15 m4rtijn hi bauschan
10:44 m4rtijn has anyone had the problem that the fe_user wont change to the correct usergroup upon confirmation?
10:44 m4rtijn has anyone had the problem that the fe_user wont change to the correct usergroup upon confirmation?
11:02 meppl gugu
11:02 meppl gugu
11:08 _tilman pls, gimme quick mind-refresh: How to set entryLevel again in HMENU ?
11:08 _tilman pls, gimme quick mind-refresh: How to set entryLevel again in HMENU ?
11:14 _tilman solved
11:14 _tilman solved
11:38 dokma hi ppl
11:38 dokma I need so woodoo help
11:39 dokma I can't explain some character appearing in my menu
11:39 dokma anyone up to taking a look?
11:38 dokma hi ppl
11:38 dokma I need so woodoo help
11:39 dokma I can't explain some character appearing in my menu
11:39 dokma anyone up to taking a look?
11:41 m4rtijn sure
11:41 m4rtijn just pm the url
11:41 m4rtijn sure
11:41 m4rtijn just pm the url
11:58 omgs_work How can I edit the text in a search box translation?
11:59 m4rtijn hmm.. dokma?
11:58 omgs_work How can I edit the text in a search box translation?
11:59 m4rtijn hmm.. dokma?
12:00 dokma heh
12:00 dokma I managed to fix it
12:00 dokma the problem is that I was redesigning a site
12:00 dokma so what I did I incorporated into the TS setup
12:01 dokma stuff like [if get parameter tmpl equals new]
12:01 dokma and here I would redesign it
12:01 dokma but the thing is I didn't clear the setup of the menu for the old design
12:01 dokma so it got mixed and it looked like woodoo
12:02 m4rtijn :)
12:02 dokma it didn't occur to me I could've done this via workspaces
12:02 dokma but If I did I don't know if I could show the progress to anyone
12:02 m4rtijn my mirc disconnects and doesnt notify me about it.. so I was offline a bit..
12:02 dokma np
12:00 dokma heh
12:00 dokma I managed to fix it
12:00 dokma the problem is that I was redesigning a site
12:00 dokma so what I did I incorporated into the TS setup
12:01 dokma stuff like [if get parameter tmpl equals new]
12:01 dokma and here I would redesign it
12:01 dokma but the thing is I didn't clear the setup of the menu for the old design
12:01 dokma so it got mixed and it looked like woodoo
12:02 m4rtijn :)
12:02 dokma it didn't occur to me I could've done this via workspaces
12:02 dokma but If I did I don't know if I could show the progress to anyone
12:02 m4rtijn my mirc disconnects and doesnt notify me about it.. so I was offline a bit..
12:02 dokma np
12:07 nkuttler hm, i can't figure out how to make the subheader editable in fe_newsedit. anyone who did that here?
12:07 nkuttler hm, i can't figure out how to make the subheader editable in fe_newsedit. anyone who did that here?
12:12 omgs_work How can I edit the text in a search box translation?
12:13 omgs_work It looks like at "plugin", tx_indexedsearch or something like that
12:12 omgs_work How can I edit the text in a search box translation?
12:13 omgs_work It looks like at "plugin", tx_indexedsearch or something like that
12:15 nkuttler omgs_work: try typo3conf/ext/indexedsearch/pi/locallang.xml or a similar path
12:18 brain-xy does somebody know how i can get access to the TSsetup via php in the BE?
12:15 nkuttler omgs_work: try typo3conf/ext/indexedsearch/pi/locallang.xml or a similar path
12:18 brain-xy does somebody know how i can get access to the TSsetup via php in the BE?
12:21 dokma should use llxml extension though
12:22 omgs_work nkuttler: I can find some of those files, but they contain english translation only
12:21 dokma should use llxml extension though
12:22 omgs_work nkuttler: I can find some of those files, but they contain english translation only
12:25 omgs_work Where are the source translations?
12:26 dokma omgs_work
12:26 dokma try llxml extension
12:26 dokma it is used for translation
12:26 dokma you won't have to think about layouts syntax and stuff
12:28 omgs_work dokma: my problem is that the charset is wrong
12:28 dokma charset of which file?
12:28 omgs_work I'm using utf-8, and the translation uses iso
12:28 dokma xml lang files are all in utf-8
12:28 omgs_work I don't know the file, it looks like the search index box
12:29 dokma give me url
12:29 bauschan brain-xy: check tt_address to see how it is done there
12:29 omgs_work dokma: it's a private site
12:25 omgs_work Where are the source translations?
12:26 dokma omgs_work
12:26 dokma try llxml extension
12:26 dokma it is used for translation
12:26 dokma you won't have to think about layouts syntax and stuff
12:28 omgs_work dokma: my problem is that the charset is wrong
12:28 dokma charset of which file?
12:28 omgs_work I'm using utf-8, and the translation uses iso
12:28 dokma xml lang files are all in utf-8
12:28 omgs_work I don't know the file, it looks like the search index box
12:29 dokma give me url
12:29 bauschan brain-xy: check tt_address to see how it is done there
12:29 omgs_work dokma: it's a private site
12:30 dokma well give me ip url
12:30 dokma you do have apache don't you
12:30 omgs_work If I tell firefox to force iso, the text in the search box is ok, so iso has been used to translate that
12:31 bauschan brain-xy: you will basically have to set up a pageObj and of course a TSparserObj
12:31 dokma I see
12:31 dokma do you know if it was done via php lang files or xml lang files?
12:31 omgs_work Where are translations located?
12:31 omgs_work No idea
12:32 dokma linux or win?
12:32 omgs_work linux, of course :)
12:32 dokma find . -name '*lang*'
12:32 dokma in the typo3conf/ext
12:32 dokma or even better
12:33 dokma grep ir 'a part of the problematic text' *
12:33 dokma in the same folder
12:33 dokma that was grep -ir
12:33 omgs_work No result
12:34 omgs_work I think I found it
12:30 dokma well give me ip url
12:30 dokma you do have apache don't you
12:30 omgs_work If I tell firefox to force iso, the text in the search box is ok, so iso has been used to translate that
12:31 bauschan brain-xy: you will basically have to set up a pageObj and of course a TSparserObj
12:31 dokma I see
12:31 dokma do you know if it was done via php lang files or xml lang files?
12:31 omgs_work Where are translations located?
12:31 omgs_work No idea
12:32 dokma linux or win?
12:32 omgs_work linux, of course :)
12:32 dokma find . -name '*lang*'
12:32 dokma in the typo3conf/ext
12:32 dokma or even better
12:33 dokma grep ir 'a part of the problematic text' *
12:33 dokma in the same folder
12:33 dokma that was grep -ir
12:33 omgs_work No result
12:34 omgs_work I think I found it
12:35 brain-xy ok bauschan.. thx for the help :)
12:36 dokma duh
12:36 dokma it's too hot here for a fight
12:36 Denyerec Where is that?
12:36 dokma where was it?
12:36 dokma Croatia
12:36 omgs_work I think I found the directoy, but not the specific string
12:36 Denyerec It's raining so hard here I think I need to collect two of every animal
12:36 dokma omgs_work
12:36 dokma did you try grep -ir 'a part of the problematic text' *
12:37 dokma where is that Denyerec?
12:37 Denyerec UK
12:38 omgs_work dokma: yes
12:38 omgs_work My problem is the translation of the "search" entity itself
12:39 omgs_work Other ocurrences of "... search ..." are ok
12:39 omgs_work The spanish translation is "búsqueda", so I search for "squeda", and all ocurrences are fine
12:39 dokma well do you know at least from which extension does the string come?
12:35 brain-xy ok bauschan.. thx for the help :)
12:36 dokma duh
12:36 dokma it's too hot here for a fight
12:36 Denyerec Where is that?
12:36 dokma where was it?
12:36 dokma Croatia
12:36 omgs_work I think I found the directoy, but not the specific string
12:36 Denyerec It's raining so hard here I think I need to collect two of every animal
12:36 dokma omgs_work
12:36 dokma did you try grep -ir 'a part of the problematic text' *
12:37 dokma where is that Denyerec?
12:37 Denyerec UK
12:38 omgs_work dokma: yes
12:38 omgs_work My problem is the translation of the "search" entity itself
12:39 omgs_work Other ocurrences of "... search ..." are ok
12:39 omgs_work The spanish translation is "búsqueda", so I search for "squeda", and all ocurrences are fine
12:39 dokma well do you know at least from which extension does the string come?
12:40 dokma oh I see
12:40 dokma then it is not in an extension
12:40 omgs_work It's the search box I think is included by default
12:41 dokma Denyerec take a look at this: http://oiswww.eumetsat.org/SDDI/cgi/listImages.pl?m=bnw,a=1,sa=9,pr=COLOUR,f=1,c=IR_108,se=2,n=6,d=1,v=400,pp=0,t=200705080300#controls
12:41 dokma you will see why I am not into a fight
12:41 dokma it's about 34 degree celzius here
12:41 laohenry hi all
12:41 omgs_work Oh, I think I found it
12:42 dokma where was it?
12:42 omgs_work It looks like the "macina_searchbox"
12:42 dokma ahhh ries is here
12:42 Denyerec Heh not a cloud in the sky over you dok
12:42 dokma well that is an extension
12:42 dokma true
12:42 dokma I'm hungry but it's so hot outside I refuse to leave the house
12:42 dokma I'll just order pizza
12:42 m4rtijn :P
12:43 m4rtijn where r u from dokma?
12:43 dokma I'm sitting in my boxer shorts infront of computer listening to some classical music
12:43 dokma and redesigning my company web site
12:43 dokma Croatia here m4rtijn
12:43 omgs_work fixed :)
12:44 dokma omgs
12:44 omgs_work Now I can leave work until monday :)
12:44 dokma how come grep -ir failed to find it?
12:44 dokma I always find all string I need with grep -ir
12:44 omgs_work dokma: I missed the initial directory
12:44 dokma how come?
12:44 dokma in which one did you search ?
12:40 dokma oh I see
12:40 dokma then it is not in an extension
12:40 omgs_work It's the search box I think is included by default
12:41 dokma Denyerec take a look at this: http://oiswww.eumetsat.org/SDDI/cgi/listImages.pl?m=bnw,a=1,sa=9,pr=COLOUR,f=1,c=IR_108,se=2,n=6,d=1,v=400,pp=0,t=200705080300#controls
12:41 dokma you will see why I am not into a fight
12:41 dokma it's about 34 degree celzius here
12:41 laohenry hi all
12:41 omgs_work Oh, I think I found it
12:42 dokma where was it?
12:42 omgs_work It looks like the "macina_searchbox"
12:42 dokma ahhh ries is here
12:42 Denyerec Heh not a cloud in the sky over you dok
12:42 dokma well that is an extension
12:42 dokma true
12:42 dokma I'm hungry but it's so hot outside I refuse to leave the house
12:42 dokma I'll just order pizza
12:42 m4rtijn :P
12:43 m4rtijn where r u from dokma?
12:43 dokma I'm sitting in my boxer shorts infront of computer listening to some classical music
12:43 dokma and redesigning my company web site
12:43 dokma Croatia here m4rtijn
12:43 omgs_work fixed :)
12:44 dokma omgs
12:44 omgs_work Now I can leave work until monday :)
12:44 dokma how come grep -ir failed to find it?
12:44 dokma I always find all string I need with grep -ir
12:44 omgs_work dokma: I missed the initial directory
12:44 dokma how come?
12:44 dokma in which one did you search ?
12:45 omgs_work I did it under typo3conf/l10n
12:45 dokma ahhh
12:45 omgs_work And it was in typo3conf/ext
12:45 dokma hehe
12:45 dokma you weren't listening to me
12:45 dokma I told you the exact folder
12:45 laohenry hello
12:45 laohenry hihi
12:45 dokma hi :D
12:45 laohenry :)
12:46 laohenry dokma
12:46 laohenry have you used the extension -- mailformplus?
12:46 dokma sure
12:47 laohenry oh, plz help out
12:47 dokma but right now I am thinking of the beautiful Croatian girls at the Adriatic coast
12:47 ries Morning
12:47 dokma while I am bading in my sweat infront of my computer
12:47 dokma how pathetic for a dating coach :(
12:47 dokma morning ries
12:48 dokma laohenry you got a question?
12:48 laohenry yes
12:48 dokma what are you waiting for?
12:48 laohenry about mailformlus
12:48 laohenry sorry..:)
12:49 laohenry I'm using version 4
12:49 laohenry everything works fine
12:49 laohenry but can not receive email
12:49 laohenry :(
12:49 dokma who cannot receive mail?
12:49 dokma mailformplus is for sending mail
12:49 laohenry yes
12:45 omgs_work I did it under typo3conf/l10n
12:45 dokma ahhh
12:45 omgs_work And it was in typo3conf/ext
12:45 dokma hehe
12:45 dokma you weren't listening to me
12:45 dokma I told you the exact folder
12:45 laohenry hello
12:45 laohenry hihi
12:45 dokma hi :D
12:45 laohenry :)
12:46 laohenry dokma
12:46 laohenry have you used the extension -- mailformplus?
12:46 dokma sure
12:47 laohenry oh, plz help out
12:47 dokma but right now I am thinking of the beautiful Croatian girls at the Adriatic coast
12:47 ries Morning
12:47 dokma while I am bading in my sweat infront of my computer
12:47 dokma how pathetic for a dating coach :(
12:47 dokma morning ries
12:48 dokma laohenry you got a question?
12:48 laohenry yes
12:48 dokma what are you waiting for?
12:48 laohenry about mailformlus
12:48 laohenry sorry..:)
12:49 laohenry I'm using version 4
12:49 laohenry everything works fine
12:49 laohenry but can not receive email
12:49 laohenry :(
12:49 dokma who cannot receive mail?
12:49 dokma mailformplus is for sending mail
12:49 laohenry yes
12:50 laohenry I configure the plugin
12:50 dokma give more details
12:50 dokma where is the installation
12:50 laohenry ok
12:50 dokma to which email are you sending
12:50 dokma what happens
12:50 laohenry I insert a mailformplus record into my page
12:51 laohenry and the mail form appears on web page
12:51 laohenry when submit
12:52 laohenry I can see a new record in the background
12:52 laohenry something like this..
12:52 laohenry id,submitted,L,type,name,subject,email,phone,topic,text
12:52 laohenry 1;1;0;;11111111;111111111111111;111111111111;1111111111111111;webdesign;111111111111111111111111111111
12:53 laohenry I configured the mailformplus plugin when created it
12:53 laohenry Recipient. Subject. Mail From...etc.
12:54 laohenry the recipient is my email address
12:54 dokma on which machine are you doing this?
12:54 dokma is it your own machine?
12:54 laohenry yes
12:54 laohenry typo3 site
12:54 dokma which mta are you using?
12:50 laohenry I configure the plugin
12:50 dokma give more details
12:50 dokma where is the installation
12:50 laohenry ok
12:50 dokma to which email are you sending
12:50 dokma what happens
12:50 laohenry I insert a mailformplus record into my page
12:51 laohenry and the mail form appears on web page
12:51 laohenry when submit
12:52 laohenry I can see a new record in the background
12:52 laohenry something like this..
12:52 laohenry id,submitted,L,type,name,subject,email,phone,topic,text
12:52 laohenry 1;1;0;;11111111;111111111111111;111111111111;1111111111111111;webdesign;111111111111111111111111111111
12:53 laohenry I configured the mailformplus plugin when created it
12:53 laohenry Recipient. Subject. Mail From...etc.
12:54 laohenry the recipient is my email address
12:54 dokma on which machine are you doing this?
12:54 dokma is it your own machine?
12:54 laohenry yes
12:54 laohenry typo3 site
12:54 dokma which mta are you using?
12:55 laohenry @163.com
12:55 dokma when you try sending email via 163.com it works fine?
12:55 laohenry no
12:56 dokma I ment if you try sending it with thunderbird for example
12:56 laohenry I do not read the sourcecode of mailformplus
12:56 dokma no need to read the code
12:56 laohenry need i configure the SMTP info.. in php.ini?
12:57 dokma I am trying to establish if your local machine is configure properly
12:57 dokma if you try to send emails directly from your machine
12:57 laohenry en
12:57 dokma most mail servers will reject it
12:57 dokma for example google
12:57 dokma will not accept email that you send directly from your machine
12:57 dokma so that might be one cause
12:57 dokma did you try to go to the install tool
12:57 dokma and send a test email?
12:58 laohenry then..need i configure the SMTP info.. in php.ini?
12:58 dokma well you should configure some valid pop server
12:58 laohenry I mean, I can run a smtp server locally
12:58 dokma that will be accepted by anyone
12:58 dokma no no
12:58 dokma not locally
12:58 dokma that is exactly what wont work
12:58 dokma first go to install tool
12:59 dokma and try the test email over there
12:59 laohenry for security reason..
12:55 laohenry @163.com
12:55 dokma when you try sending email via 163.com it works fine?
12:55 laohenry no
12:56 dokma I ment if you try sending it with thunderbird for example
12:56 laohenry I do not read the sourcecode of mailformplus
12:56 dokma no need to read the code
12:56 laohenry need i configure the SMTP info.. in php.ini?
12:57 dokma I am trying to establish if your local machine is configure properly
12:57 dokma if you try to send emails directly from your machine
12:57 laohenry en
12:57 dokma most mail servers will reject it
12:57 dokma for example google
12:57 dokma will not accept email that you send directly from your machine
12:57 dokma so that might be one cause
12:57 dokma did you try to go to the install tool
12:57 dokma and send a test email?
12:58 laohenry then..need i configure the SMTP info.. in php.ini?
12:58 dokma well you should configure some valid pop server
12:58 laohenry I mean, I can run a smtp server locally
12:58 dokma that will be accepted by anyone
12:58 dokma no no
12:58 dokma not locally
12:58 dokma that is exactly what wont work
12:58 dokma first go to install tool
12:59 dokma and try the test email over there
12:59 laohenry for security reason..
13:00 laohenry I have deleted my install tool of typo3
13:00 laohenry dokma.
13:01 laohenry can you tell me the mechanism of mailformplus?
13:01 dokma nothing special
13:01 laohenry for example. how it works
13:01 dokma it just uses php's mail function
13:01 laohenry oh
13:01 dokma that's it
13:01 laohenry then
13:02 laohenry the SMTP configuration in php.ini file is important, yes?
13:02 dokma yes
13:02 dokma but I can't tell if that is the problem
13:02 dokma that's why the install tool would come in handy
13:02 laohenry :(
13:03 laohenry mine is missing..
13:03 dokma try calling the php's mail function from the command line
13:03 dokma like: php -r 'mail(.....)'
13:03 laohenry command line??
13:03 laohenry oh
13:03 dokma if you have command line php parser
13:00 laohenry I have deleted my install tool of typo3
13:00 laohenry dokma.
13:01 laohenry can you tell me the mechanism of mailformplus?
13:01 dokma nothing special
13:01 laohenry for example. how it works
13:01 dokma it just uses php's mail function
13:01 laohenry oh
13:01 dokma that's it
13:01 laohenry then
13:02 laohenry the SMTP configuration in php.ini file is important, yes?
13:02 dokma yes
13:02 dokma but I can't tell if that is the problem
13:02 dokma that's why the install tool would come in handy
13:02 laohenry :(
13:03 laohenry mine is missing..
13:03 dokma try calling the php's mail function from the command line
13:03 dokma like: php -r 'mail(.....)'
13:03 laohenry command line??
13:03 laohenry oh
13:03 dokma if you have command line php parser
13:05 dokma php -r "mail('vlatko@localhost', 'subject', 'test');"
13:05 dokma it worked on my system
13:05 dokma I got it in my local mailbox
13:05 laohenry oh,I will try later
13:05 laohenry another problem
13:06 laohenry I do not want the submit result appear in the background
13:06 laohenry just mail to the specific email address
13:07 dokma I didn't quite understand what you mean here?
13:07 dokma can you be more specific
13:07 laohenry oh,sorry
13:07 laohenry when web users submit the mail form
13:08 laohenry new records will create in the background, yes
13:08 dokma yes
13:08 dokma I think you can turn that off though
13:08 laohenry how
13:09 XG1|AleX|busy hi, can someone help with typo3 installation?
13:09 dokma you will have to take a look at the docs
13:09 laohenry through TS?
13:05 dokma php -r "mail('vlatko@localhost', 'subject', 'test');"
13:05 dokma it worked on my system
13:05 dokma I got it in my local mailbox
13:05 laohenry oh,I will try later
13:05 laohenry another problem
13:06 laohenry I do not want the submit result appear in the background
13:06 laohenry just mail to the specific email address
13:07 dokma I didn't quite understand what you mean here?
13:07 dokma can you be more specific
13:07 laohenry oh,sorry
13:07 laohenry when web users submit the mail form
13:08 laohenry new records will create in the background, yes
13:08 dokma yes
13:08 dokma I think you can turn that off though
13:08 laohenry how
13:09 XG1|AleX|busy hi, can someone help with typo3 installation?
13:09 dokma you will have to take a look at the docs
13:09 laohenry through TS?
13:10 dokma I do not remember exactly
13:10 dokma TS ofcourse
13:10 laohenry ok
13:10 XG1|AleX|busy i have a prob in the first step of the installation ^^, dont acceps my sql login
13:10 laohenry mailformplus do have the function,right?
13:10 laohenry thank you dokma
13:10 laohenry you are so kind..
13:11 XG1|AleX|busy i created a DB, and took the username & pw of this database, and i created a sql user, with admin rights ^^ but the script says "no connection"
13:11 dokma saveDB
13:11 dokma laohenry
13:11 dokma that's your setting
13:11 dokma http://typo3.org/documentation/document-library/extension-manuals/th_mailformplus/4.0.0/view/1/3/#id3544487
13:11 laohenry saveDB = 0
13:11 dokma exactly
13:11 laohenry hehe.*_*
13:11 laohenry thanx
13:12 laohenry dokma
13:12 dokma sure
13:12 dokma be here to return the favour
13:13 XG1|AleX|busy what can be the reason 4 my failure? ^^ i just give the script the right data ^^, tried it with FireFox and IE ^^
13:13 laohenry when you call mail('vlatko@localhost', '', '')
13:13 dokma XG1|AleX|busy: did you modify the localconf.php ?
13:13 XG1|AleX|busy no
13:13 XG1|AleX|busy just setted the chmod 4 it
13:13 dokma typo3 is looking for db access data in that script
13:14 dokma there you can set the db server user and pass
13:14 dokma did you run the install script?
13:14 XG1|AleX|busy i said it
13:14 XG1|AleX|busy im running the 1-2-3 Script
13:14 dokma running means you didn't finish it?
13:14 XG1|AleX|busy but this script says "no connection to the database"
13:10 dokma I do not remember exactly
13:10 dokma TS ofcourse
13:10 laohenry ok
13:10 XG1|AleX|busy i have a prob in the first step of the installation ^^, dont acceps my sql login
13:10 laohenry mailformplus do have the function,right?
13:10 laohenry thank you dokma
13:10 laohenry you are so kind..
13:11 XG1|AleX|busy i created a DB, and took the username & pw of this database, and i created a sql user, with admin rights ^^ but the script says "no connection"
13:11 dokma saveDB
13:11 dokma laohenry
13:11 dokma that's your setting
13:11 dokma http://typo3.org/documentation/document-library/extension-manuals/th_mailformplus/4.0.0/view/1/3/#id3544487
13:11 laohenry saveDB = 0
13:11 dokma exactly
13:11 laohenry hehe.*_*
13:11 laohenry thanx
13:12 laohenry dokma
13:12 dokma sure
13:12 dokma be here to return the favour
13:13 XG1|AleX|busy what can be the reason 4 my failure? ^^ i just give the script the right data ^^, tried it with FireFox and IE ^^
13:13 laohenry when you call mail('vlatko@localhost', '', '')
13:13 dokma XG1|AleX|busy: did you modify the localconf.php ?
13:13 XG1|AleX|busy no
13:13 XG1|AleX|busy just setted the chmod 4 it
13:13 dokma typo3 is looking for db access data in that script
13:14 dokma there you can set the db server user and pass
13:14 dokma did you run the install script?
13:14 XG1|AleX|busy i said it
13:14 XG1|AleX|busy im running the 1-2-3 Script
13:14 dokma running means you didn't finish it?
13:14 XG1|AleX|busy but this script says "no connection to the database"
13:15 dokma aahhh
13:15 dokma I see
13:15 dokma where is your server?
13:15 dokma MySQL
13:15 XG1|AleX|busy localhost ;) on the dedicated server
13:16 XG1|AleX|busy i created a database, @ Plesk, and used the user & pw of this database 4 the script
13:16 dokma so the server and your typo3 installation are on the same machine?
13:16 XG1|AleX|busy then i created @ PHPmA an admin account, and tried this data @ the script, same failure
13:16 XG1|AleX|busy yeah
13:17 dokma do you know which port does mysql listens on?
13:17 XG1|AleX|busy standard port
13:17 dokma do you have shell access?
13:17 XG1|AleX|busy sure
13:17 dokma can you try to login from the shell?
13:17 dokma login to mysql
13:18 XG1|AleX|busy how?
13:18 XG1|AleX|busy i configure my server via plesk ^^
13:18 dokma mysql -u username -p
13:19 XG1|AleX|busy im in
13:19 dokma you managed to log in?
13:19 dokma try
13:19 dokma mysql> use dbname
13:15 dokma aahhh
13:15 dokma I see
13:15 dokma where is your server?
13:15 dokma MySQL
13:15 XG1|AleX|busy localhost ;) on the dedicated server
13:16 XG1|AleX|busy i created a database, @ Plesk, and used the user & pw of this database 4 the script
13:16 dokma so the server and your typo3 installation are on the same machine?
13:16 XG1|AleX|busy then i created @ PHPmA an admin account, and tried this data @ the script, same failure
13:16 XG1|AleX|busy yeah
13:17 dokma do you know which port does mysql listens on?
13:17 XG1|AleX|busy standard port
13:17 dokma do you have shell access?
13:17 XG1|AleX|busy sure
13:17 dokma can you try to login from the shell?
13:17 dokma login to mysql
13:18 XG1|AleX|busy how?
13:18 XG1|AleX|busy i configure my server via plesk ^^
13:18 dokma mysql -u username -p
13:19 XG1|AleX|busy im in
13:19 dokma you managed to log in?
13:19 dokma try
13:19 dokma mysql> use dbname
13:20 XG1|AleX|busy "Database changed"
13:20 dokma hmmm
13:20 XG1|AleX|busy mysql> use typo3
13:20 XG1|AleX|busy Database changed
13:20 XG1|AleX|busy mysql>
13:20 dokma can you paste bin the localconf.php without the password ofcourse ?
13:20 XG1|AleX|busy mom
13:21 XG1|AleX|busy here http://nopaste.xg1.de/index.php?id=9fc8e15abd
13:20 XG1|AleX|busy "Database changed"
13:20 dokma hmmm
13:20 XG1|AleX|busy mysql> use typo3
13:20 XG1|AleX|busy Database changed
13:20 XG1|AleX|busy mysql>
13:20 dokma can you paste bin the localconf.php without the password ofcourse ?
13:20 XG1|AleX|busy mom
13:21 XG1|AleX|busy here http://nopaste.xg1.de/index.php?id=9fc8e15abd
13:28 laohenry dokma, byebye
13:28 laohenry bye @all
13:28 laohenry dokma, byebye
13:28 laohenry bye @all
13:30 dokma it looks incomplete
13:30 dokma it probably gets written only after the 1-2-3 completes
13:30 dokma so you are on which step?
13:30 dokma XG1|AleX|busy
13:30 dokma it looks incomplete
13:30 dokma it probably gets written only after the 1-2-3 completes
13:30 dokma so you are on which step?
13:30 dokma XG1|AleX|busy
14:07 jcm4101 lo...ne1 there?
14:07 jcm4101 lo...ne1 there?
14:20 s-andersen When i attach a file to a page with the media field, how do I show it in my own plugin? As I see it, there's no path information, just a filename.
14:20 s-andersen When i attach a file to a page with the media field, how do I show it in my own plugin? As I see it, there's no path information, just a filename.
14:26 bauschan s-andersen: usually it's something like 'uploads/tx_yourpluginname'
14:26 s-andersen Ye bauschan i found them, they are copied to uploads/media/picturename
14:26 bauschan s-andersen: usually it's something like 'uploads/tx_yourpluginname'
14:26 s-andersen Ye bauschan i found them, they are copied to uploads/media/picturename
14:48 bauschan cu
14:48 bauschan cu
14:51 marv_w0rk re
14:51 marv_w0rk re
15:14 nkuttler does somebody know of an extension to give a _group_ of fe users fe editing rights? i can't find anything that does this automatically without involving be user creation, fe user editing etc
15:14 nkuttler does somebody know of an extension to give a _group_ of fe users fe editing rights? i can't find anything that does this automatically without involving be user creation, fe user editing etc
15:33 proj good day and after noon everyone.
15:33 proj good day and after noon everyone.
15:36 proj For the pbsurvey plugin I get the following message when I try to save a question: "Your login has probably expired. Do you wish to refresh" . It seems to be the result of calling the following javascript TBE_EDITOR.checkAndDoSubmit(1);
15:36 proj the javascript isn't in the API
15:37 proj has anyone come across this kind of problem before? I'm rather new to TYPO3
15:38 proj mailing lists have fixes for it as a problem across the whole BE but not for an individual plugin
15:36 proj For the pbsurvey plugin I get the following message when I try to save a question: "Your login has probably expired. Do you wish to refresh" . It seems to be the result of calling the following javascript TBE_EDITOR.checkAndDoSubmit(1);
15:36 proj the javascript isn't in the API
15:37 proj has anyone come across this kind of problem before? I'm rather new to TYPO3
15:38 proj mailing lists have fixes for it as a problem across the whole BE but not for an individual plugin
15:48 XG1-Baby|AleX hi again
15:48 XG1-Baby|AleX i have still the problems with installin typo3
15:48 XG1-Baby|AleX the 1-2-3 Script wont accept my SQL Data
15:49 XG1-Baby|AleX no logins 4 a Database and no admin login
15:49 proj Do you have the wrong host set?
15:49 XG1-Baby|AleX no
15:49 XG1-Baby|AleX its localhost ;=
15:49 XG1-Baby|AleX other scripts, no Problems, Joomla, Wordpress and so on
15:48 XG1-Baby|AleX hi again
15:48 XG1-Baby|AleX i have still the problems with installin typo3
15:48 XG1-Baby|AleX the 1-2-3 Script wont accept my SQL Data
15:49 XG1-Baby|AleX no logins 4 a Database and no admin login
15:49 proj Do you have the wrong host set?
15:49 XG1-Baby|AleX no
15:49 XG1-Baby|AleX its localhost ;=
15:49 XG1-Baby|AleX other scripts, no Problems, Joomla, Wordpress and so on
15:50 proj I made the mistake recently of thinking that host was localhost (on a GoDaddy account)
15:50 proj what error do you get?
15:50 XG1-Baby|AleX There is no connection to the database!
15:50 XG1-Baby|AleX (Username: , Password: , Host: ).
15:50 XG1-Baby|AleX i tried the user & pw of a existing empty database, and an admin login that i created with PHPmyAdmin
15:53 proj Missing libraries maybe?
15:53 proj Permissions?
15:53 proj (i.e. the usual suspects)
15:53 proj :)
15:53 XG1-Baby|AleX using Plesk ;)
15:53 XG1-Baby|AleX its updated to 8.2.0
15:54 XG1-Baby|AleX i made an account with phpmyadmin with ALL Privilegs ;)
15:54 XG1-Baby|AleX same failure @ typo install
15:54 XG1-Baby|AleX i can install typo3 with plesk, but its version 3.8.0 ^^ to old i think
15:54 proj hmmm
15:50 proj I made the mistake recently of thinking that host was localhost (on a GoDaddy account)
15:50 proj what error do you get?
15:50 XG1-Baby|AleX There is no connection to the database!
15:50 XG1-Baby|AleX (Username: , Password: , Host: ).
15:50 XG1-Baby|AleX i tried the user & pw of a existing empty database, and an admin login that i created with PHPmyAdmin
15:53 proj Missing libraries maybe?
15:53 proj Permissions?
15:53 proj (i.e. the usual suspects)
15:53 proj :)
15:53 XG1-Baby|AleX using Plesk ;)
15:53 XG1-Baby|AleX its updated to 8.2.0
15:54 XG1-Baby|AleX i made an account with phpmyadmin with ALL Privilegs ;)
15:54 XG1-Baby|AleX same failure @ typo install
15:54 XG1-Baby|AleX i can install typo3 with plesk, but its version 3.8.0 ^^ to old i think
15:54 proj hmmm
15:55 proj Sorry to harp on this, but, you're certain that as far as php is concerned MySQL is at localhost?
15:55 XG1-Baby|AleX yeah, it is localhos
15:59 timdeluxe the last days someone told about a similar problem
15:59 timdeluxe i try to remember what the solution was
15:55 proj Sorry to harp on this, but, you're certain that as far as php is concerned MySQL is at localhost?
15:55 XG1-Baby|AleX yeah, it is localhos
15:59 timdeluxe the last days someone told about a similar problem
15:59 timdeluxe i try to remember what the solution was
16:00 XG1-Baby|AleX I'll try now to install typo3 v3.8.0 via plesk, and then update it manually to the newest version ^^ maybe this works ^^ i hope i can make it
16:00 timdeluxe that would be a fast workaround
16:01 XG1-Baby|AleX first, i update again the server plesk
16:01 timdeluxe and you would have a installation that fits to the plesk
16:01 XG1-Baby|AleX the server is installing an update, in this time i google 4 a *.rpm 4 plesk with the new typo3 version, maybe someone build one
16:00 XG1-Baby|AleX I'll try now to install typo3 v3.8.0 via plesk, and then update it manually to the newest version ^^ maybe this works ^^ i hope i can make it
16:00 timdeluxe that would be a fast workaround
16:01 XG1-Baby|AleX first, i update again the server plesk
16:01 timdeluxe and you would have a installation that fits to the plesk
16:01 XG1-Baby|AleX the server is installing an update, in this time i google 4 a *.rpm 4 plesk with the new typo3 version, maybe someone build one
16:43 ks how do I find devLog file ?
16:44 ks i read this "Checks if recordset is valid and writes debugging inormation into devLog if not."
16:43 ks how do I find devLog file ?
16:44 ks i read this "Checks if recordset is valid and writes debugging inormation into devLog if not."
16:49 dokma anyone knows how to show a preview of my draft workspace to someone else ?
16:49 dokma anyone knows how to show a preview of my draft workspace to someone else ?
16:53 timdeluxe i never worked with it, but an idea would be to create a backend user for him and give him access to that workspace (just guessed)
16:53 timdeluxe i never worked with it, but an idea would be to create a backend user for him and give him access to that workspace (just guessed)
17:00 dokma hmm
17:00 dokma I thought that perhaps there is a way to provide a link
17:00 dokma for the non techies
17:00 dokma hmm
17:00 dokma I thought that perhaps there is a way to provide a link
17:00 dokma for the non techies
17:07 timdeluxe don't know... but i think that is against the concept
17:07 timdeluxe if it would be so, everyone who knows why, could look at the draft version of a typo3 site
17:08 timdeluxe i think for a few website owners, that would be the best
17:07 timdeluxe don't know... but i think that is against the concept
17:07 timdeluxe if it would be so, everyone who knows why, could look at the draft version of a typo3 site
17:08 timdeluxe i think for a few website owners, that would be the best
17:58 nkuttler hm, with simulatebe and frontend_edit_only only installed, how does a fe user log out of the be?
17:58 nkuttler hm, with simulatebe and frontend_edit_only only installed, how does a fe user log out of the be?
18:01 nkuttler or... why does newloginbox display the user as logged in but without a name and access to restricted content...
18:01 nkuttler maybe it's that newloginbox
18:01 nkuttler or... why does newloginbox display the user as logged in but without a name and access to restricted content...
18:01 nkuttler maybe it's that newloginbox
18:13 bekks hi
18:13 bekks hi
18:15 bekks is there a way to get the id of a distinct toplevel menu item to style it via CSS like ".item123 { color: red; }" ?
18:15 bekks is there a way to get the id of a distinct toplevel menu item to style it via CSS like ".item123 { color: red; }" ?
18:23 nkuttler bekks: look at the html output?
18:23 nkuttler bekks: look at the html output?
18:27 bekks nkuttler: in the html output I only see <li class="normal"> or <li class="active"> so not sure what you mean...
18:27 bekks nkuttler: in the html output I only see <li class="normal"> or <li class="active"> so not sure what you mean...
18:35 bekks nkuttler: my problem is, that i want a menu, with several groups of items having another style
18:36 _tilman someones using the typo3 calendar?
18:36 _tilman I have problems with monthly recouring events
18:35 bekks nkuttler: my problem is, that i want a menu, with several groups of items having another style
18:36 _tilman someones using the typo3 calendar?
18:36 _tilman I have problems with monthly recouring events
18:41 nkuttler bekks: you can configure that in your ts with NO, ACT, CUR etc. and allwrap etc
18:43 bekks nkuttler: that wont be enough, since i have several groups of non-current menu items that should have a different color
18:43 nkuttler bekks: ah...
18:44 nkuttler bekks: um, use conditions and define the menu for each PIDinRootLine?
18:41 nkuttler bekks: you can configure that in your ts with NO, ACT, CUR etc. and allwrap etc
18:43 bekks nkuttler: that wont be enough, since i have several groups of non-current menu items that should have a different color
18:43 nkuttler bekks: ah...
18:44 nkuttler bekks: um, use conditions and define the menu for each PIDinRootLine?
18:47 bekks what is that PIDinRootLine?
18:48 bekks ok, i think it means Page ID in Root Line ... but how do i use that?
18:48 nkuttler bekks: tsref, conditions
18:47 bekks what is that PIDinRootLine?
18:48 bekks ok, i think it means Page ID in Root Line ... but how do i use that?
18:48 nkuttler bekks: tsref, conditions
18:53 bekks the colors are independent of the current page, so I *think* your approach does not work; wenn always need the first toplevel menu-item and subitems red, the second ones blue etc.
18:54 nkuttler bekks: gah! you're right. sorry
18:53 bekks the colors are independent of the current page, so I *think* your approach does not work; wenn always need the first toplevel menu-item and subitems red, the second ones blue etc.
18:54 nkuttler bekks: gah! you're right. sorry
18:55 nkuttler uh... maybe something involving special = directory... but that won't be very automatic then i guess
18:55 nkuttler uh... maybe something involving special = directory... but that won't be very automatic then i guess
21:31 bekks nkuttler: is there a way to enforce a special css onto an element of a menulist?
21:31 bekks even if hardcoded depending on the pid?
21:31 bekks nkuttler: is there a way to enforce a special css onto an element of a menulist?
21:31 bekks even if hardcoded depending on the pid?

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.