Search the website and IRC logs

#TYPO3 IRC log from : Thursday 4 February 2010

Year: 2007 2008 2009 2010 2011 2012
Month: Jan Feb Mar Apr May Jun Jul Sep Oct Nov Dec
Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
08:46 BejjWrk Hi guys
08:46 BejjWrk Im having trouble getting the FE editing pens working in 4.3
08:46 BejjWrk seems the method used in 4.2 isnt working anymore
09:13 xaver hi
09:14 xaver i have a menu -> 1.NO.linkWrap = <li>|</li> but i need somthing <a href...>präfix|after</a> <- präfix and after in a link. Any idear
09:41 snoy_ms xaver: what you mean ? something like this? 1.NO.linkWrap = <li><a href...>präfix|after</a></li>
09:42 snoy_ms xaver: or do you mean -> 1.NO.wrap = ..... and 1.NO.linkWrap = .....
09:47 xaver snoy_ms: yes
09:48 snoy_ms xaver: but what do you need ?
09:48 xaver präfix how can i set it
09:48 xaver wrap dosent work at all
09:50 xaver i found prepend for std
09:51 snoy_ms xaver: NO.allWrap
09:52 snoy_ms there are some ways to do it...
09:53 xaver i tryed every way but i dont can use after and prefix
09:54 xaver snoy_ms: http://nopaste.chaoz-irc.net/index.html
09:54 xaver no
09:54 xaver http://nopaste.chaoz-irc.net/010e5c7cf6.html :)
09:55 Denjerek Hallo
09:55 Denjerek Bit of an odd problem here...
09:56 Denjerek I need to switch an OPTION item from one selectOption box to another selectOption box
09:56 Denjerek The problem is that if there are any optionGroups in the target selectOption box, the switched item (Moved with JS) appears below
09:56 Denjerek and it absolutely MUST appear at the top
09:56 Denjerek it's been driving me bananas
09:56 Denjerek Will paste code, moment.
09:57 snoy_ms xaver: ok, now i see your problem
09:57 snoy_ms xaver: have to check
09:57 Denjerek http://pastebin.com/m37ab249
09:58 xaver snoy_ms: thx, this is a unclean way now
09:58 snoy_ms xaver: but it works, or ?
09:59 xaver yes, but i want in the link to click and no css hack
09:59 snoy_ms xaver: sorry but what you mean with "in the link". Can you paste a final html code ?
10:00 snoy_ms xaver: how it should look like
10:01 snoy_ms xaver: why do you need a span before and after the link ?
10:02 xaver http://nopaste.chaoz-irc.net/d653973e8b.html
10:02 howard hallo
10:03 xaver Denjerek: try to cacht the old options and replace old = new + old
10:04 howard can anyone help me with RTE issue....I cand solve problem for 10hrs now :(
10:05 howard I want to allow <a> tags to be visible when I make link from RTE in BE
10:05 howard At the moment RTE somehow strips <a> tags
10:06 phil1 howard: why don't you use the link manager ?
10:06 snoy_ms xaver: i still take a look...
10:06 howard i tried to add "a" in encapseTagList and nonWrrapedTag
10:07 phil1 howard: TYPO3 stores links like <link 123>
10:08 howard phil1: well maybe I am newbie, I am not aware of that functionality....just want to make that linking some text from RTE works
10:09 howard can I change something in ts code for parseFuc_RTE?
10:09 howard I have ts code for that
10:09 howard Client demended that he want linking functionality through RTE
10:11 howard anyone?
10:13 howard or maybe I can make this through min page tsconf?
10:13 howard main page tsconf
10:15 snoy_ms xaver: do you realy want to build html like that? seems to be wrong ?!! But if you want to wrap the a tag around a span, use NO.ATagBeforeWrap = 1
10:15 xaver ok thx snoy_ms
10:20 Denjerek xaver: Any offer on how to achieve that would be great
10:20 Denjerek Javascript is my weak point.
10:20 Denjerek even weaker than my PHP, if such a thing were believable.
10:27 hvnqke_work I have lots of pages in my page tree, and I can view them individually, but when accessing index.php I get "No pages are found on the rootlevel!". Why does this happen?
10:32 snoy_ms hvnqke_work: is your root page "hidden" ? Missing Template?
10:33 loswillios Hi
10:33 hvnqke_work snoy_ms, not hidden, and when I access it directly through it's uid it shows just fine too
10:34 loswillios I have a weird problem with tt_news and localisation: It works in list_view, but not in single_view
10:34 snoy_ms hvnqke_work: wrong shortcut link ?
10:35 snoy_ms hvnqke_work: i just guess
10:36 animan hi. has anyone experienced a situation where administrator makes some changes in content elements and when he finishes, a bunch of empty elements gets created to that page?
10:36 loswillios L=1&tx_ttnews[tt_news]=9 should be english news, but it's not. However L=0&tx_ttnews[tt_news]=10 displays the english news (but the rest of the site is obviously german)
10:37 xaver snoy_ms: last stupid question... i have this footer menu with a shortcut to the home. I need ACT for this link...
10:37 loswillios id=10 is the translated id=9 tt_news element
10:38 loswillios even the archive news is working correctly
10:40 animan anyone?
10:41 snoy_ms xaver: just set the ACT. after NO.
10:42 snoy_ms xaver: ACT overwrites NO and you can wrap some html around it, or set a css class
10:43 snoy_ms xaver: Just take a look at the CUR option. Its another one
10:43 loswillios this is my config: http://fpaste.org/oUCy/
10:46 Denjerek xaver: http://pastebin.com/m286add0f
10:46 Denjerek Works in FF, not in IE :(
10:46 xaver snoy_ms: i tryed it, i found a eentry in the typo3 bugtracker
10:47 xaver Denjerek: im no js specialist, i use jquery
10:48 WinstonS hey's
11:02 loswillios I gues I should try tt_news-3.0 :S
11:05 Denjerek Hey winston, how's your javascript?
11:06 WinstonS hey Denjerek. depends, i'd say. usually i can make javascript do what i intended. whassup with it?
11:06 BejjWrk I have a problem with the pens in FE. http://paste.phlogi.net/fe_editing_pens/
11:10 nzgr hello
11:10 WinstonS hi
11:10 nzgr in TS gurus around?
11:10 nzgr ;)
11:10 nzgr :)
11:11 kotelette hi everyone
11:11 nzgr I would like to get the path for an extensions and put it in a constant
11:11 kotelette is there any way to check in a frontend plugin if the crawler + staticpub is requesting the page?
11:40 ZaFantasy hi
11:40 ZaFantasy is there any tutorial how to implement realurl in your estension ?
11:52 kotelette ZaFantasy: i think there's some extension called realurl api or something that provides the real url methods for using it in frontend plugins
11:53 Denjerek Bloody connection.
11:53 Denjerek Bloody Javascript.
11:53 Denjerek Bloody IE.
11:54 hvnqke_work #flow3 is silent. are any of you able to answer flow3-questions?
11:54 maholtz|WORK @kotelette: you do not need to code sth. for realurl, just use typolink
11:54 WinstonS what's the matter with your javascript, Denjerek?
11:54 WinstonS not even asking about your connection ;)
11:54 kotelette maholtz|WORK: yes right.... forgot that simple one :)
11:55 kotelette btw.: is there any way to check in a frontend plugin if the crawler + staticpub is requesting the page?
11:59 WinstonS afk for a bit.
12:47 ZaFantasy kotelette, I dont find anything like that :/
12:48 kotelette yeah i searched too... could you just use typolink like maholtz said
12:50 ZaFantasy hmmm ok
12:50 ZaFantasy will try it
12:51 kotelette if realurl is installed that normally creates links using it
12:53 ZaFantasy but how to tell typolink to create url for my item form extension. Something like this: mytypopage/myitem_title_name_wahtever/
12:59 kotelette ZaFantasy: like this: $this->pi_getPageLink($GLOBALS['TSFE']->id)
13:07 ZaFantasy for typo3 page, rgiht? but what for the item from my ext ? Is maybe there any tutorial or something ? So I will not interupt everybody here :)
13:12 kotelette you mean you want a link to an item (anchor) an a page where the item is created by you ext?
13:12 kotelette not sure i understand what you try to do
13:14 ZaFantasy I have an extension which saves own data in own table. This ext is on page 33, in this extensiob I can set some criteries what record he shows in page 33. And everything works ok, I get listed items and so on. Now I want that this links would not be ?id=33&program_id=45 etc.
13:16 ZaFantasy but something like my_page_title/my_extension_item_title
13:16 DoDoNL Hello all. I use typo3 irfaq in my website. It supports categories, but how can I use these?
13:17 DoDoNL I selected categories, but they are not shown. Is there a manual for using categories?
13:19 kotelette ZaFantasy: hmm, that sounds hard... maybe there's something in the doc? https://typo3.org/documentation/document-library/extension-manuals/realurl/1.7.0/view/1/2/
13:21 ZaFantasy it works in tt_news
13:33 snoy_ms mhh, maybe i didnt sleep well, whats wrang with my ts? http://paste.phlogi.net/-5295df7c89/
13:33 snoy_ms it doesnt load the media pictures
13:39 snoy_ms doesnt work lol
13:43 snoy_ms anyone an idea ?
13:49 snoy_ms lol, TEXT, CONTENT, IMAGE, but when i use file.media it doesnt work.
13:51 WinstonS just to mention it: you saved and cleared the caches?
13:51 snoy_ms yes
13:51 WinstonS i would forget that for sure ;)
13:51 snoy_ms i also checked if the image is at its folder
13:52 snoy_ms uploads/images
13:52 WinstonS what about file permissions?
13:52 snoy_ms your right, i check this
13:53 snoy_ms install tools say's ok
13:53 WinstonS afaik install tool only checks the directory, not neccessarily the files you copied there
13:54 snoy_ms i copied it with page media browser
13:54 WinstonS you could try to chgrp the file to the webserver user and chmod g+r it
13:54 snoy_ms but i chmod it...to test
13:55 snoy_ms even with 777 same problem
13:55 WinstonS hm. no more idea then, sorry.
13:55 snoy_ms is there a known bug with media files and the new typo3 version ?
13:55 WinstonS no idea. i'm a t3 noob
13:57 snoy_ms i also checked the db. Filename is ok
13:57 snoy_ms thats not normal. A simple files.media on pages doesnt work
14:05 snoy_ms lol. i get it
14:05 snoy_ms with => import.data = levelmedia: 2,slide
14:05 snoy_ms it works
14:05 snoy_ms sometimes i dont understand ts
14:06 snoy_ms maybe someone can explain why (file.import.field = media) doesnt work, but (import.data = levelmedia: 2,slide) ?
14:21 Tobias_B good afternoon, could you help me to change my charset to utf-8?
14:22 WinstonS Tobias_B, did you try config.locale_all = xx_XX.UTF-8 ?
14:22 WinstonS replace xx_XX with your locale code
14:23 Tobias_B thank you i'll try it :)
14:25 Tobias_B i must write that in the root template? and xx = iso-8859-1
14:25 Tobias_B ?
14:25 WinstonS i put it into the "setup" of my root template.
14:26 Tobias_B is it for me: config.locale_all = xx = iso-8859-1.UTF-8
14:26 Tobias_B `?
14:28 snoy_ms Tobias_B: in german -> http://www.skom.de/TYPO3-auf-utf-8-umstellen.138.0.html
14:30 snoy_ms i use my template header to set the meta and header. The db runs on utf8 and the forceCharset is utf-8
14:31 WinstonS Tobias_B, you could try en_EN de_DE or de_CH as locale code
14:51 ZaFantasy why I get 0 in the middle of the url ? ....com/ponudba/0/sri-lanka/?no_cache=1
15:03 ries ZaFantasy: that depends on yoru real/cool url configuration
15:03 ries we cannot tell from just that portion of the URL but telling you it's in your config
15:04 Denjerek any JS gurus here?
15:04 Denjerek I need a very very fast fix to what should be a simpel problem.
15:04 Denjerek http://pastebin.com/m286add0f <-- code here
15:04 Denjerek Trying to move elements between two switchboxes
15:04 Denjerek However if the destination contains an optiongroup,, my added element always appears at the BOTTOM, and I want it to appear at the top.
15:08 WinstonS Denjerek, did you try something like to.options.unshift( new Option( ... ) ); ?
15:08 WinstonS this should add the option at the beginning of the array.
15:11 ZaFantasy ries http://pastebin.com/m321dc60c
15:11 Denjerek Yeah tried unshift
15:11 Denjerek but if there are no options left, it creates a new array AFTER the option groups
15:12 Denjerek h, and I don't think, for whatever reason, .options HAS an unshift
15:13 WinstonS if options is a normal array, it should
15:15 Denjerek I don't think it is
15:15 ZaFantasy hmm ries, this is an ID for language, how I can remove it ?
15:15 Denjerek It doesn't seem to work, anyhow.
15:16 WinstonS maybe try typeof( to.options )
15:17 WinstonS something like if( typeof( to.options ) == "array type" ) ) { to.options.unshift(); } { else { to.options = new Array( new Option( ... ' ) )
15:17 Denjerek it returns "object"
15:17 WinstonS gah. how precise.
15:17 Denjerek indeed
15:18 Denjerek HTMLOptionsCollection
15:18 Denjerek that's what Netbeans thinks it is.
15:18 WinstonS hmm.
15:19 WinstonS if( count( to.options ) ) { unshift } else { to.options = ... }
15:19 Denjerek http://pastebin.com/d6def2be5
15:19 Denjerek thats the starting HTML
15:20 Denjerek it's the { } I can't do winston
15:20 ries ZaFantasy: could it be that without realurl you have a L parameter to each URL?
15:20 Denjerek don't know a damn thing about Javascript
15:21 ZaFantasy ries no, I dont use L parameter anywhere
15:21 WinstonS uhm? whassup with the {} ?
15:22 ries ZaFantasy: strange, because if it's not there (this to see how URL looks like with realurl turned of) then realurl would not process it also
15:23 ZaFantasy ries do I need maybe to turn off L variable in typoLink() ?
15:23 ries Denjerek: dude, why did you change your name?
15:23 WinstonS Denjerek, gimme a sec to code some dummy...
15:23 Phlunk3 can anyone tell me what I need to do to tell fe_user (or the default login box from typo3 frontend users) where my users are stored?
15:24 ries ZaFantasy: Ususally not, but realurl will only put it if it's get processed somewhere, that's why I said to check why to see how URL's look like with realurl turned off
15:24 Denjerek Ries - my home machne is on as Denyerec
15:24 Denjerek I'm on-site so using a different nick
15:25 Denjerek Looks more Dutch :)
15:25 ries hahahahahaç
15:25 ries So Denyerec just lurks....
15:26 Phlunk3 nevermind I updated the login extension and that fixed it :P
15:27 ZaFantasy ries nop, if I turn off realurl, I get url withouth L parameter
15:28 Denjerek Until I get home, yes :)
15:29 ries ZaFantasy: strange.
15:41 Denjerek any luck WinstonS ?
15:42 Denjerek I am just deply annoyed by the fact my code works fine in FF but not IE
15:42 Denjerek it's moments like that when I want to quit web development forever
15:42 Denjerek Embedded firmware code is so much easier.
15:42 Denjerek No-one expects that to work on 8 different platforms in 3 different font sizes.
15:44 elmargol different font sizes?
15:46 Denjerek Just me being obtuse.
15:48 Denjerek is this valid in JS?
15:48 Denjerek val1 = 'string1';
15:48 Denjerek val2 = 'strnig2';
15:48 Denjerek val3 = val1 + ' ' + val2;
15:49 Denjerek I would expect alert(val3) to show: string1 strnig2
15:53 kotelette is this the right way to ckeck if the crawler + staticpub is requesting the page:
15:53 kotelette if ($GLOBALS['TSFE']->applicationData['tx_crawler']['running'] && in_array('tx_staticpub_publish', $GLOBALS['TSFE']->applicationData['tx_crawler']['parameters']['procInstructions'])){
15:54 kotelette or could it be that a frontend user also gets 'true' when a staticpub is running?
15:55 ries Denjerek: you are doing embedded again??
15:56 Denjerek I bloody wish
15:56 Denjerek I'm wasting my life f*****g about with websites.
15:56 Denjerek http://pastebin.com/m4adeaf0c
15:57 Denjerek ^^ updated code, still not working in IE.
16:08 Barcaro hello
16:09 Barcaro in RTE configuration I have "If set and if the DAM extension is installed, the DAM media browser will be used. DEPRECATED for DAM 1.1+. Use DAM EM setting instead."
16:09 Barcaro what does "Use DAM EM setting instead." mean?
16:12 Denjerek Ries - shot again at the weekend - still need to finish my own flash triggers, as my cheap ones continue to piss me off!
16:13 Denjerek http://sozutux.dyndns.org/DSCF4488_p-2.jpg
16:20 ries Barcaro: I think, but not sure that teh new DAM might have that build in and can be enabled in the extension manager (wild guess)
16:21 WinstonS Denjerek, still around?
16:21 Barcaro so it's a dam's setting not rte's
16:22 Barcaro thank youries
16:31 Yan Hi guys, any way I can disable everything from the RTE so that whatever I type in the box (or HTML equivalent) - this is the exact text that will be saved in the DB? An example, it seems like all links are rewritten in <link> tags.
16:36 Barcaro hi yan!
16:37 Barcaro you should check lib.parsefunc function in typoscript
16:37 Barcaro there are some instructions which process your html
16:38 Barcaro an example is theparsing of links
16:40 Yan Can you guide me where I can check this?
16:40 Yan IT's aprsing way too much thing that is causing me a lot of frustration...
16:41 snoy_ms never did this, could that be? RTE.default.proc.entryHTMLparser_db = 0
16:41 snoy_ms or this ? RTE.default.proc.exitHTMLparser_db = 0
16:41 snoy_ms don't know
16:41 Yan This would be awesome, meangin everything going to the DB won't be parsed.
16:41 Yan Then everything printed from the DB won't be parsed either.
16:42 Yan IF this is the case, that'a exactly what I am looking for
16:42 snoy_ms don't know, just found these
16:42 Yan Barcado!
16:42 Yan ?
16:47 Yan snoy_ms: where should I put these? In the TypoScript under the Template?
16:48 snoy_ms Page TsConfig
16:48 snoy_ms RTE.default.proc { .....}
16:49 snoy_ms but i dont know if it helps. I just found it, and the name sounds like that..
16:49 Yan I'll give it a shot and let you know.
16:50 snoy_ms What Barcaro ment was the file t3lib/class.t3lib_parsehtml_proc.php i think
16:50 snoy_ms maybe you find some infos there
16:52 Barcaro @snoy_ms you're right, maybe something you can edit there but when you upgrade you will have to re-do the mod
16:52 Yan I added a link in a page, via the HTML tags like this: <a href="Google">http://www.google.com">Google
16:52 Yan And it gets saved as <link ">http://www.google.com>
16:52 Yan That's what I want to avoid.
16:53 Yan I also need to allow <dl>, <dt> and <dd> tags
16:54 Denjerek WinstonS: yes
16:54 Denjerek I refactored my code to remove the optiongroups from my left selectbox
16:55 Denjerek Could not waste any more time on the JS solution.
16:55 Denjerek :(
16:56 snoy_ms Yan: i god it !
16:56 snoy_ms RTE.default.proc .overruleMode = ts_images,ts_links,ts_reglinks
16:57 snoy_ms i think if you save this, it disables the overwrite rules for links,images....
16:57 snoy_ms please test it
16:58 WinstonS Denjerek, heh. was false alarm anyways. works like a charm in FF, IE thinks it's a type conflict.
16:58 snoy_ms if you check out the t3lib_parsehtml you find the TS_links_db($value) which parse a tags to link tags
16:58 WinstonS hmpf.
16:58 jjulian hi is there something like IFNOSUB for the TMenu?
17:01 Yan snoy_ms: still writes the <link></link> tags in the DB.
17:03 java43 hi! could someone help me a bit with this tutorial? http://typo3.org/documentation/document-library/core-documentation/doc_core_tsbyex/0.0.16/view/1/4/#id3922240
17:03 No5251 hi. some sr_feuser_register user in here?
17:03 java43 I cannot get any content printed
17:04 WinstonS No5251, yep.
17:05 No5251 WinstonS: is it possible to notify an admin if somebody registered a new account?
17:05 No5251 just notify, not for approvement
17:06 No5251 java43: do you use templavoila?
17:06 java43 no, just an empty template that i created
17:07 java43 is it required for selecting from tt_content and showing thre result?
17:07 No5251 IMHO it's quite easier with templavoila
17:07 No5251 no, not required
17:07 WinstonS No5251, it is, for what i know. just check the plugin options, iirc there's "email notify" on register.
17:08 No5251 WinstonS: thx
17:08 snoy_ms Yan: did you test it also with "ts_reglinks" ?
17:08 snoy_ms Yan: ts_links and ts_reglinks
17:09 snoy_ms or does something like this work ? RTE.default.proc .overruleMode <
17:11 Yan snoy_ms: nope, doesn't work - it removes the link. I managed to allow dl, dd and dt though :)
17:11 snoy_ms Yan: iam sure that it is overruleMode = ..... or allowTags = a, img....
17:18 snoy_ms Yan: and?
17:19 snoy_ms Yan: another fast way is to xclass the parser.
17:20 snoy_ms Yan: better then change it in core
17:39 WinstonS see you
18:08 TheEternalAbyss this isn't really a typo3 question, but maybe you guys can offer me a suggestion here
18:09 TheEternalAbyss I'm using an extension in order to get 4 columns of info on my main page
18:10 TheEternalAbyss i think it's the static info tables extension
18:10 TheEternalAbyss anywho
18:10 TheEternalAbyss in order to get a 4 col look i had to play with the extension since the extension itself supports either a 2 or 3 column setup
18:11 TheEternalAbyss in order to get 4 i had to create a two colum setup and embed in each column, another set of two columns, making it four total
18:13 TheEternalAbyss but i've run into a slight snag and I can't seem to tweak it in css to make it look good: the problems are thus: the space between the left two and right two columns is a bit bigger then it should be and I need a background image in between the left and right 2 columns
18:14 TheEternalAbyss I thought simply adding #content_top {background: url(bla/image.png) no-repeat;} would do the trick but no matter what I put it will not show up on the main page
18:14 TheEternalAbyss sorry if that was a bit long winded
18:14 TheEternalAbyss any suggestions?
18:39 TheEternalAbyss well i'm out to lunch
19:23 TheEternalAbyss back
20:12 Yan Anyone knows how I can prevent Typo3 (the htmlParser) to remap all my <a href=""></a> tags to <link></link> in the DB?
20:37 Prot0 why do you need to change it?
20:43 Yan because I always get a rterror yellow and red error because it doesn't parse it properly.
20:44 Prot0 lol
20:44 Prot0 are you linking to an existing page?
20:44 Prot0 thats not caused by <link> tags
20:47 Yan I'm typing the link manually (in the HTML) instead of using the GUI in the RTE. The links works fine, but then when I reedit the content of the page, I get the rteerror, saying it can't find the URL.
20:47 Yan but it always works fine until I reedit the page.
20:51 Prot0 lol
21:55 TheEternalAbyss could someone explain to me why fce extension (which is designed to create columns) makes em uneven in length even though I specifies the % they should take up?
22:40 fLoo short question
22:40 fLoo is one allowed to remove the typo3 tags off websites ?
22:41 fLoo cause i've just found out that my provider is using typo3
22:41 fLoo and removed the typo3 tags in the website sourcecodes
23:40 fLoo http://twitter.com/devlg/statuses/8649960986 (german)

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.