Search the website and IRC logs

#TYPO3 IRC log from : Tuesday 27 November 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
00:34 Jessica Goodevening
00:34 Jessica it's busy 2night
00:37 Jessica Is someone online to help me with my TMENU?
04:06 gerards hi ev eryone
05:54 xsebi mornin
06:13 d|g âñåì ïðèâåò
06:14 d|g hi all =)
06:27 RipSUp Sweet there is a typo3 channel on here :)
07:06 tsrepadmin good morning #typo3 !!! :-)
07:19 FloLeBlanc hi all
08:16 umc morning FloLeBlanc and tsrepadmin and everybody else who's awake :)
08:16 FloLeBlanc hi umc :)
08:16 FloLeBlanc hi Randomresult
08:18 koomi moin
08:18 umc moin moin
08:31 Randomresult hey, again my question: someone has experience with timtab and trackbacks?
08:43 FloLeBlanc hi koomi
08:43 FloLeBlanc randomresult: not me
09:01 FloLeBlanc does anyone know if the current version of mm_forum is secure? (there have been issues with it afaik)
09:03 Randomresult i think they fixed the security in mm_forum
09:03 Randomresult it is made by mittwald medien (www.mittwald.de) which is one of the biggest german typo3-hoster (i guess) - so they are interessted in having a secure extension
09:04 Randomresult imho
09:04 FloLeBlanc :) thank you
09:21 gerards hi everyone.
09:21 Randomresult hi gerards
09:22 Randomresult do u have experience with trackbacks in timtab?
09:29 mikhas I have a question regarding menues
09:30 mikhas I know it's possible to conjuct parts of different menues to look like one, using COA. I'm not sure if it's possible to make use of different menues on each menu-entry-though. Like the header of each menu-entry was grapical, and the subtitle of the menu (or something) was made using tmenu etc. Is it possible to do that? So far I my COA's on that part hasn't worked at all.
09:33 mikhas (my goal is to add a text after each gmenulayer-entry, I've also tried doing that with dataWrap, but haven't succeeded with that method either)
09:50 Tsoots good morning, anybody have any idea why i cannot enter the backend login page when lockSSL is enabled
09:51 Tsoots i'm getting a redirection error instead
09:54 Tsoots translation from my finnish FF "server in this address is redirecting requests in a way it will never complete"
09:59 smeringe hi
10:00 Civiliste Hi.
10:00 Civiliste I'd like to hide some unused items in the edit form (subtitle, for example). How can I do that ? With typoscript in user configuration ?
10:01 Randomresult u can do it in the page TS
10:01 Randomresult wait, there is a podcast on the typo3.org page...
10:01 Randomresult gimme a sec
10:01 Civiliste ok thks
10:03 Randomresult TCEFORM.pages.storage_pid.disabled = 1
10:03 Randomresult for example
10:03 Randomresult open the root page and go to the field TSconfig
10:04 Randomresult and enter this for hiding the storage pid
10:04 Randomresult if u look at the source code of the backend u can see the names of the fields.
10:05 Civiliste ok thank you i'll check this out !
10:05 Randomresult should be subtitle for the subtitle
10:05 Randomresult :)
10:06 Randomresult make it in your rootpage, then it affects the whole tree
10:06 Randomresult tell me if it worked
10:07 mar77i hi - small question regarding ['tt_content.']:
10:08 Civiliste Thank you Randomresult, it works fine !!!
10:08 mar77i I want to have all "insert records" pages wrapped i.e. with a div tag to group several records within one "entry". But what's the name of the "insert entries" record type?
10:09 Civiliste Do you know if I can put in in the TSconfig of the users as well ? So I can have different form for differents users (basic user, advanced user) ? Well I'll try !
10:09 mar77i sorry, I mean all "inert records" ttc-records...
10:10 Randomresult civiliste: try...
10:10 Randomresult :)
10:12 Randomresult i tried it... but it doesnt work i guess
10:13 mar77i couldn't you ts [GPvar = feuser:rights & 16] or something like that?
10:13 Civiliste it doesn't seem to work here either
10:14 Randomresult i do not know if conditions work in tsconf of a page
10:15 Randomresult then u could select the things via groups
10:15 Civiliste good idea..
10:15 Randomresult but as i said, i dunno if conditions work in ts
10:15 Randomresult tsconf of a page
10:18 Randomresult [be_usergroup = 2]
10:18 Randomresult maybe something like this
10:18 mar77i be?
10:19 Randomresult i dunno if beusergroup or beuser or what ever
10:20 mar77i I somehow thought you were talking feusers...
10:20 Randomresult no, we mean backenduser
10:20 Randomresult but i dont know if conditions work in the tsfield
10:20 Randomresult anyway.
10:21 Randomresult i dont think so...
10:21 Randomresult [be_user = 1]
10:21 Randomresult i tried this... and it seems not to work
10:22 mar77i no, I think it should be [gpvar = be_user:uid = 1]
10:22 Randomresult ok i try
10:22 mar77i [gpvar = be_user:groupid = 3] ([tablename:fieldname])
10:23 Randomresult well, i am the user with the id 1
10:23 Randomresult so i tried this:
10:23 Randomresult [gpvar = be_user:uid = 1]
10:23 Civiliste I think I'v found it ! The syntax is a little bit diffrent from the user TSconfig:
10:23 Civiliste page.TCEFORM.pages.subtitle.disabled = 1
10:24 Civiliste in other words, I had to add "page." at the beginning.. it seems to work !
10:24 Randomresult ok... well makes sence... cause the userfield needs to know that it is meant for the page...
10:24 mar77i no it was [globalVar = be_user:uid = 1]
10:25 Randomresult mar77i: we try two ways... one over the page tsconfig
10:25 Randomresult and the other way over the user tsconfig...
10:25 Civiliste by the way, is there any debugging message we can see when there's some syntax error like this ?
10:26 Randomresult Civiliste: yes works...
10:26 Randomresult :)
10:28 Civiliste This is great, because now I can create a user with a simple interface. BTW I use this extension "Pixelsound FE Editing" which is very good !
10:29 Civiliste Thank you for your help and see you !
10:29 scarab hello
10:30 mar77i erm... what about the common typoscript addressing for "insert records" elements? doesn't seem to be "tt_content.records"...
10:31 mar77i I tried tt_content.records.wrap = Hello|World
10:34 scarab maybe somebody can help me about localization. I created language menu with to languages : Russian and English. Everything is good when "L" parameter in url exists , but when we clear this parameter we lost the selected language from lang menu. The question is - does Typo save selected lanugage somewhere in session on cookie?
10:35 mar77i Why?
10:37 scarab Be cause, for example when on Home page I selected English language and them I'm going to next page, "L" pagemeter in GET url doesn't exist and on next page the language return to default one - to Russian
10:38 scarab how to solv this problem?
10:38 scarab or maybe i'm doing something wrong
10:39 mar77i If all html context is adjusted to use the actual language L=XY, you don't need to save it on the session. Use $GLOBALS['TSFE']->config['config']['sys_language_uid']
10:41 mar77i For that reason let Typo3 create link contexts between your pages, then those L= params are inserted automatically
10:41 scarab ok thanks
10:43 mar77i by doing so, typo3 makes it possible to fall back on pages - when the page exists only in english, the link is inserted in english, although you browse the russian content
10:43 mar77i erm... what about the common typoscript addressing for "insert records" elements? doesn't seem to be "tt_content.records"...
10:44 FloLeBlanc mar77i: I wouldn't know of a way to adress "inserted records" the point of it is to have other records shown as normal content elements isn't it? :)
10:48 mar77i ok, I've got two elements. I want to table them, so that in one column are the sk_pdfviewer images and in the other there is the TEXT element. Proposals?
10:50 Randomresult use html-contents :=) first element:html: <table><tr><td> second element: sk-pdf third element:html: </tr><tr><td> fourth element:Text last: </td></tr><table>
10:50 Randomresult dirty... but quick
10:51 Randomresult not usable for normal backenusers
10:51 Randomresult or do u work with TV
10:51 Randomresult ?
10:51 Randomresult then make a FCE
10:52 m0oman moo.
10:52 Randomresult hey m0oman
10:54 mar77i @randomresult: and not fit for be-using customers. @Flo: I know the solution would be a COA for all sk_pdfviewer elements, but that extension doesn't support long text to be inserted with its ###templated### content...
10:54 Randomresult mar... as i said ... not usable for normal backendusers...
10:56 FloLeBlanc mar77i: and you don't just want to use "left" and "right" columns?
10:57 FloLeBlanc I'm a bit puzzled... just map the left column to the marker for the left part, the right column to the right part?
11:02 mar77i and how do you explain that to the customer? I'm using TV, and there is "normal" text between these entries, too. either I'll now work on my pdf-thumbnailer ext until it also displays bodytext or I'll have to find a solution to wrap these content elements with text...
11:03 mar77i oh yeah... with dynamic text.
11:04 mar77i Mayhap I'll better shut up and start editing.
11:05 FloLeBlanc mar77i: depends on the customer. I explained to my ppl that the border element contains the topheader logo and it works quite good for them
11:06 FloLeBlanc but I see the problem if you have multiple objects of that type hmm
11:06 mar77i np. Depends on the grade of MSU'ity
11:07 mar77i do you know the MSP? Most-Stupid-Programmer? XD
11:07 FloLeBlanc he faces me in the mirror some days when I do weird faults :)
11:07 Civiliste Hi, it's me again ;-) A quick question : how can I set the default value for new pages to "show" instead of "hidden" ? I guess it's typoscript but I can't find it...
11:08 mar77i oh... germanism. ESD may also apply to programmers, as it means "extreme stupidity disorder"
11:08 mar77i BDU (Brain dead user) XD
11:09 mar77i PEBKAC = problem exists between keyboard and chair...
11:10 FloLeBlanc Civiliste: try TCAdefaults.tt_news.hidden = 0
11:10 FloLeBlanc (in TS config of the user!)
11:15 Civiliste Thank you FloLeBlanc,thanks to your answer I found the solution :
11:15 Civiliste Actually it was TCAdefaults.pages.hidden = 0
11:15 FloLeBlanc ah sorry thought you meant tt_news :) you're welcome
11:18 cindy12 hi all
11:18 cindy12 i got a problem trying to install typo
11:18 cindy12 Warning: mkdir() [function.mkdir]: Permission denied in
11:24 mar77i look up what user php/apache is started with and if the server has the respective rights on the respective dirs...
11:26 cindy12 ill try another account
11:31 Fanty isen't it possible to make a file mount to some path like /tmp/ as long as webserver user has access to the folder?
11:31 Fanty Can't seem to get it to work
11:49 mar77i it's recommended to use /tmp/webserver for this purpose
11:50 Randomresult hrmpf... trackbacks and timtab sucks
11:51 mar77i or /tmp/apache or something like that, you may not want the webserver user to have access to all the /tmp/ folder
11:58 beeeviz damn. where can i download the german language pack for typo3 manually?
12:18 Randomresult someone knows the server for the german mailinglist?
12:24 Randomresult i want to get the mailinglist with entourage (outlook für mac)
12:24 Randomresult but i dunno how... anyone an idea?
12:30 cindy12 still getting this error Warning: mkdir() [function.mkdir]: Permission denied in
12:30 cindy12 when i try to install typo
12:52 Randomresult cindy: check the permissions of the folders...
12:53 cindy12 what permissions should they have
12:54 Randomresult it depends on the folder i guess...
12:59 Fanty I have a HMENU with special=browse. Anyway to easily add a "this is page 3 of 10" to this?
13:13 Fanty no ones alive today?
13:14 Randomresult well. i am
13:14 Randomresult but i have no solution for you
13:14 Randomresult ;(
13:14 Randomresult and i search for a solution for my trackback problem with timtab
13:39 Fanty template: <!-- ###pagenumber### start --><pagenumber>{pagenumber}</pagenumber><!-- ###pagenumber### end --> and I have xmlmenu.10.subparts.pagenumber -- how do I map something to the {pagenumber} part of the template and not the entire HTML comment?
13:39 Fanty with ts
13:49 dokma Fanty: you using automaketemplate?
13:50 Fanty dokma: no
13:50 dokma is this and ext you're writing?
13:56 Fanty dokma: no its just TS... I have xmlmenu.10 = TEMPLATE xmlmenu.10.file = somexmltemplate.xml with the subpart and marker.. I just dont know how to map data into the marker
13:57 dokma why don't you do it like this:
13:57 dokma <pagenumber><!-- ###pagenumber### start -->{pagenumber}<!-- ###pagenumber### end --></pagenumber>
14:00 Fanty dokma: There's no way to map data to a marker?
14:00 dokma I'm pretty sure there is
14:00 dokma but I'm not that much home with them
14:00 dokma I'm pretty sure this would work though
14:01 Randomresult fanty: page.10.subparts.pagenumber = TEXT
14:01 dokma you would get <pagenumber>stuff</pagenumber>
14:01 Randomresult page.10.subparts.pagenumber.field = urfield
14:01 Fanty not using marks will work.. I'm just interested in knowing how to use them
14:02 dokma ohh
14:02 dokma well then you're onto reading some docs
15:18 num000 hello t3 community
15:19 Randomresult hello numm
15:19 Randomresult num000 i meant :)
15:19 Randomresult o_O
15:20 num000 ;)
15:21 mar77i omg t3!?
15:29 num000 omg?
15:30 mar77i I thought this was thinking 3-dimensional chan here ;-)
15:30 mar77i t3 three-dimensional time XD
15:31 mar77i extensions, if you want XD
15:34 mar77i we all *love* extensions, don't we... rofl
15:43 num000 tt_news does not show turkish weekdays although the rest of the site doesn't make any problems. where can i translate the weekdays for tt_news
16:01 num000 in a design template how can i distinguish between different languages, so that form field elements change when using different languages
16:42 Jananne My typoscript isn't configured right. can someone add me on msn so i can give him the link/username/password to take look at it?
16:42 Jananne (obscured mail address)
17:16 num000 #java
18:06 Jananne hello, my tsconfig or something isn't right. can someone take a look at it? i made some examples of how it should function: http://phpfi.com/279328
18:19 Jananne hello, my tsconfig or something isn't right. can someone take a look at it? i made some examples of how it should function: http://phpfi.com/279328
18:21 Jananne pls someone help (A)?
18:35 void Jananne: that code isn't tsconfig
18:37 void Jananne: that is a typoscript...
18:37 void Jananne: what doesn't work with this code?
18:40 Jananne void:
18:41 Jananne when you look at: http://krijgs.nl/dejongautomatisering
18:41 Jananne you'll get a bit of a eda
18:41 Jananne i want standard in the first column: Steekbats and in the second column: Ergo-line
18:42 Jananne void: can you add me on msn, then i'll give you some access, i'm gettin' realy frustrated atm at this site :s.
18:42 void i get a 404
18:42 void on that link
18:43 Jananne moment:
18:43 Jananne http://krijgs.nl/dejonghoutwaren/index.php?id=4
18:43 void have no msn..
18:44 Jananne mkay, i'll pm
18:54 flo7613 hi guys
18:54 void hi flo7613
18:55 flo7613 i am searching a nice featurerich calendar control, to show up in the frontend, any recommendations?
18:55 flo7613 hi void
18:59 void flo7613: "cal" extension
18:59 void the most powerful calendar for typo3
19:01 flops thx void i will check it out
19:32 s-andersen Hi, how do i get just the link frem a HMENU? The contents of href=""
20:13 dax77 hi @all
20:39 Jananne hi dax77
20:54 s-andersen Hi, are there still nobody who knows how I get the URL from a HMENU instead of the <a> tag?
20:56 SfiSh^da add option dontlinkit=1
20:57 SfiSh^da oh u want the url not the text :)
20:58 s-andersen Yes SfiSh^da :D
20:58 SfiSh^da s-andersen: do u need only one url
20:58 SfiSh^da or the whole pagetree
20:59 s-andersen I need the URLs of the whole pagetree
21:06 s-andersen I'm impressed that it's so hard to figure out
21:06 SfiSh^da s-andersen: index.php?id=uid ?
21:06 s-andersen I want to generate it by menu
21:07 s-andersen Manual typing is not an option, as I want it to change if someone suddenly changes the values of realurl
21:08 SfiSh^da u could read uid with field command an wrap it with index.php?id=
21:08 s-andersen Yes, that wont work with realurl
21:08 s-andersen But I just found something on typo3wizard, I can use stdWrap
21:09 SfiSh^da url ?
21:12 void use typolink_URL
21:12 void for URL instead of <a href="URL"
21:14 s-andersen returnLast = url should do just fine?
21:18 SfiSh^da http://lists.netfielders.de/pipermail/typo3-german/2007-April/030872.html
21:31 s-andersen Hmm SfiSh^da that doesn't give any output
21:33 s-andersen Oh, if I substitute doNotShowLink with doNotLinkIt then it works
21:37 SfiSh^da works now ?
21:43 eezee319 Hi guys, I'm having a problem with newloginbox password reminder emails... the password reminder text seems to be inserted as an email subject rather than message body. Does anyone know where I should be looking for a fix?
21:44 eezee319 I've looked at all the settings but cannot locate anything that would be useful in this situation.
21:49 SfiSh^da gnight

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.