Search the website and IRC logs

#TYPO3 IRC log from : Friday 4 April 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
00:39 tsrepadmin anybody knows how to code with extjs ?
00:50 Denyerec Negativce
00:51 Provito Hi kraftb you about?
00:52 Provito just working on a multi lingual site with your kb_quickfe extension, I wondered if you had any tips
01:06 Faulix is it possible to check the actual id of the site in an extensioN?
01:08 Faulix or the actual page/url?
01:12 ries Faulix: you can get the page id if you want
01:12 ries also teh URL
01:20 Provito kraftb, ok I've got it working now, np
01:25 kraftb hi provito ...
01:26 kraftb sorry ... had to clean up the kitchen ...
01:26 kraftb tomorrow the plumbers are doing a visit - checking the gas ...
01:26 kraftb are you running the kb_quickfe extension using realURL ...
01:27 kraftb or just by ?id= parameter ?
01:28 Faulix i used $_SERVER['REQUEST_URI'] to geht these infos
01:28 Faulix has someone an actual timestamp for me?
01:35 ries Faulix: that's incorrect
01:36 Faulix REQUESTED
01:37 Faulix do you mean that?
01:40 ries Faulix: no, use teh TYPO3 functions...
01:41 ries need to leave now
01:41 ries Faulix: kraftb knows the functions
01:41 ries ask him...
01:41 kraftb t3lib_div::getIndpEnv(...)
01:42 Faulix my solution works... so it is ok
01:42 Faulix but thanks ;)
01:42 kraftb but if you would like to know the id of the current page ... then use:
01:42 kraftb $GLOBALS['TSFE']->id
01:42 kraftb it works from anywhere in the FE ... except very early hooks
01:43 kraftb or you use $GLOBALS['TSFE']->content_id ... because id and content_id can differ ...
01:43 kraftb if you have set "Use content from this page instead" in the page-properties of some page ....
01:43 kraftb then id is the id of the page being viewes ... while content_id is the id of the page from which the content gets rendered
01:44 kraftb I would not rely on checking the request URI ... as when you use realURL or simulateStatic then requestURI will probably not contain the id= parameter ....
01:45 kraftb another option would be checking $_GET['id'] ... which also gets set from the realURL extension when a realURL URL was requested ....
05:32 xsebi mornin all
07:14 just2b morning
09:42 schu hi ppl! anyone in here able to help with tt_address? can't get it to work properly the way i want it to
09:51 just2b please ask the questions
09:56 schu my problem is that i need to display tt_address-records via templavoila-template in the FE, but none are displayed. i'll post my code to the pastebin at http://aor.pastebin.com/f3911f6d7
10:08 nd Anyone here using YUI-CSS alot?
10:57 oskude hi, how do i do a newline in table element content ? (<br> doesnt seem to work)
11:02 oskude or where can i get a list of "tags" that i can use in elements ?
11:08 ndee do you guys use tinyrte or tinymce?
11:20 nd If I want to add a search-field (indexed_search) into one div of a site on all pages, do I really have to add it via `insert plugin` on every page?
11:23 ndee nope
11:32 scumbag hi
11:37 nd but..?
12:05 kinea i really need help with indexed_search, the pdfs are indexed, but they are not part of the results of a search.
12:29 maholtz_ @kinea: afaik there are some options to include or exclude if pdfs should be shown
13:34 snooops Hallo
13:35 snooops How can i add some html stuff after the menu is generated, i mean after the last dynamical element in the menu.
13:36 snooops linkwrap = | |*| |*| |*| <lasttag> ?
13:40 maholtz_ 1 = TMENU
13:41 maholtz_ 1.wrap = | after last tag
13:41 falcifer hello
13:41 snooops thx maholtz_
13:42 falcifer where can I finf information about de eID system?
13:45 snooops I want to create a specific menu, which got two levels, in the second level i want to see all pagetitles excluding the pagetitle of the current page, AND the parent pagetitle of this second level. How to? ;)
13:45 snooops no wait thats wrong ;)
13:46 snooops I want to create a specific menu, which got two levels, in the second level i want to see all pagetitles AND the parent pagetitle of the current pagetitle, excluding the pagetitle of the current page. How to? ;)
13:47 nd kinea: media =1 maybe?
13:49 alexwx Hey guys, I have a problem, I am missing the array of manual sorting in a BE list view mode... what I need to check?
13:52 nd How do I add a indexed_search field to a page via TS?
13:58 maholtz_ @snoops: perhaps something like stdWrap.data = levelfield:-1,title
14:00 snooops_ thank you maholtz_
14:02 snooops_ ah now my hole second level navigation is gone :(
14:04 kinea nd: thanks for the hint. media was allready set to 1.
14:08 void did anyone already use RC1?
14:12 void Denyerec: seems that i found really blocking bug...
14:12 Denyerec Uh oh
14:12 Denyerec What is it
14:13 void when i'm trying to create a new content element from TV wizard, it says me "you have no access"
14:13 void and i'm admin
14:13 Denyerec OUch.
14:13 void Denyerec: can you try to reproduce this?
14:14 falcifer how can upload a new extension to TER?
14:15 void falcifer: through EM
14:15 falcifer whats EM?
14:16 Denyerec void - later today perhaps, but I am just about to go out
14:16 void falcifer: extension manager
14:17 falcifer ok
14:17 void Denyerec: ok
14:22 nd What could possibly be wrong with these seven lines?
14:22 nd http://phpfi.com/307374
14:25 maholtz_ you use an copy, not an reference
14:26 maholtz_ there is a difference between <= and < you know?
14:26 nd ok
14:26 nd This part I copied right from the plugins manual
14:26 maholtz_ you understand
14:27 nd so I somehow assumed it works
14:28 nd (I still don't get this numbering like page.20..., page.30... If I change 20 to 30 the stuff is not included anymore ;/ For the macinasearch it's never included ;/)
14:29 maholtz_ you copied "page.subparts.headright-bottom > "?
14:29 nd No. I copied the '< plugin.tx_macinasearchbox_pi1'
14:29 maholtz_ yep - so that works!
14:30 maholtz_ but you copied the plugin into headright-bottom
14:30 maholtz_ after that you changed the plugin.tx_macina...
14:31 maholtz_ you change the configuration only for plugin.tx_macina.. and not for page.subparts.headright-bottom
14:31 nd I see. So I would have to change the order of the plugins config and the include of the plugin itself
14:31 maholtz_ yep:)
14:31 maholtz_ or you could use reference <= instead of copy
14:32 nd ok
14:32 nd Still the searchbox doesn't show up
14:34 nd For the sake of debugging I changed it to: page.subparts.headright-bottom = TEXT \ page.subparts.headright-bottom.value = Test
14:34 nd Still does not show up
14:36 maholtz_ so it seems you have no marker "headright-bottom" or the marker is not parsed
14:36 maholtz_ templavoila or classic?
14:38 nd automaketemplate
14:38 nd The marker is there. So it's gotta be the latter
14:41 maholtz_ so, it is an automaketemplate issue
14:45 nd maholtz_: And you're not into that I guess?
14:48 nd Well, using page.20. it now works. I don't get it (yet)
14:50 maholtz_ well, you are german - i started an short introduction into typoscript some time ago, http://wiki.typo3.org/index.php/User:Maholtz#Typoscript_ein_kleiner_Rundblick perhaps you can have an look at it an tell me, if it would be worth to go on with that introdution?
14:51 nd maholtz_: I will write it down, and I'd prefer to come back to you on the weekend if that's accetable for you. Now I am quite busy to get the page as far as possible before the weekend hits me
14:52 maholtz_ np:)
15:02 nd nice ext, now that it works
15:06 maGe hey
15:07 maGe is there a way to change the file name of index.php
15:07 maGe to something like index_typo.php
15:07 maGe and the page still works
15:08 maholtz_ would not do that - afaik it is possible, but i think, there are many extension which then would not work anymore
15:10 maGe hm ok
15:10 maGe so no good way
15:10 xsebi why would you like to do that ?
15:10 xsebi as i may ask
15:10 maGe because the page shouldnt be offical
15:11 maGe but people need to use it
15:11 maGe and its @ the root
15:11 maGe it will be made offical in 1 month
15:11 maholtz_ make an .htacces with password?
15:12 maGe yeah but there is another page
15:12 maGe which acts as prepeage
15:12 maGe and this needs to be displayed
15:15 maholtz_ afaik that could be solved via .htacces - show the one and secure the other sites...? but have no snippet for you
15:43 kraftfahrer servus
15:43 kraftfahrer habe eine frage
15:44 kraftfahrer möchte typo3 auf meinen t-online server installieren
15:44 kraftfahrer wie geht das?
15:46 maholtz_ @kraftfahrer: please write in english here
15:48 kraftfahrer ok, i need help with installing typo 3 on my external t-online webserver
15:49 kraftfahrer i dont know how i upload my in typo3 created page to my online space, so that it will work like local
15:50 kraftfahrer i think my webspace provider should support typo3 stuff
15:52 xsebi theres documentation on the official site , even in german
15:58 kraftfahrer i now see that i cannot use php and mysql with my package, do i need it?
16:03 TaucherMK hello, i have a HMENU with special=updated. Is there an Option that new Elements on a News Site (with tt_news) will be regognized?
16:06 xsebi kraftfahrer : u need php and surely mysql
16:06 kraftfahrer xsebi: thank you
16:12 alexwx Hey :) is there some extension wich can export some or all the pages with content elements as images and so on into PDF? Thank you
16:16 tofirius hi all
16:16 xsebi alexwx : theres one called pdf-generator
16:17 alexwx xsebi this is also for typo3 , as an extension?
16:17 tofirius does anyone know how i can make Typo3 output <a> tags for the menu like i want?
16:17 xsebi its an extension , yes
16:18 xsebi i used it by time
16:18 tofirius basically i need to add a class parameter to some <a> tags
16:19 tofirius what typoscript would i use to accomplish that?
16:23 tofirius i tried using makelinks... but i don't think that's the right thing
16:23 tofirius any ideas?
16:29 tofirius ries ?
16:34 tofirius anyone? please?
16:34 void tofirius: there was a way..
16:34 teppi|work use cObject->typolink
16:34 tofirius teppi|work: thank you... i will try
16:34 void tofirius: but you need to use .override first.
16:34 void i think
16:34 tofirius hmm
16:34 tofirius ok
16:35 teppi|work and add ATagParams to the link configuration array
16:35 teppi|work something like this: $conf['ATagParams']='class"bla"';
16:35 tofirius teppi|work: i see
16:35 tofirius thank you
16:37 alexwx xsebi did you try that ext?
16:38 xsebi used it yes
16:42 alexwx xsebi it export all CSS and so on?
16:42 tofirius teppi|work: thanks again... well, at least i got the html output i wanted...
16:43 teppi|work ;)
16:43 xsebi alexwx : i dont know if it takes all css
16:43 xsebi but it has a manual
16:47 xsebi if u need it for a print output i would recommend you to try sa_print where you can set your own templates in an easy way
16:49 nd Geez, the RTE is so weird. Creating tables, spans, strongs without displaying any of it
16:55 tofirius dinner's calling... thanks again teppi|work
17:14 falcifer hello
17:15 falcifer I just uploaded my first TYPO3 extension
17:15 falcifer how can i change the description in TER?
17:17 tomyN hi
17:18 tomyN I am using a Flashplayer Plugins, but I want to have direct access to the directory where I saved those files restricted, how could I do this?
17:20 maholtz_ @falcifer: ext_emconf.php -> description
17:20 falcifer ok, thanks a lot
17:35 falcifer where can i find information about eID?
17:49 nd Having the default .htaccess rewriting everything to index.php, has anyone a snippet how to make an exception for a certain filename?
18:36 Denyerec void did you clarify that bug?
18:45 ries void: No response from teh V5 Mailing list....
18:45 void Denyerec: yeah... that's not rc1 bug.. rather some weird behaviour after upgrade..
18:45 void ries: lemke & co on developer days in Laax, i think
18:45 Denyerec H ok
18:46 ries void: so that means I am not important enough??? :D
18:46 void ries: beer & mountains is more important than mailing lists i think =)
18:47 ries void: I have to agree with that
20:29 ries if you are a blogger.. and using a laptop often then please for the sake of humanity watch this : http://www.ted.com/index.php/talks/view/id/203
20:30 ries PS: doesn't apply to the girls here....
20:34 psychocat ries: thanks for sharing, it's great ;)
20:35 ries Just wanted you to know about :)
20:35 psychocat fortunately I'm a girl
20:36 ries didn't knew that... and that xase it doesn't apply to you :)
20:38 Denyerec It's not about roasted nuts is it ?
20:39 Denyerec TED is so awesome.
21:00 ries Denyerec: yeaa ted is great.....
21:00 ries Denyerec: it's about baked nuts I think
21:00 ries or cooked?
21:01 Denyerec SLow roasted I think.
21:02 ries that's why I don't have ca cell phomne :)
21:06 titii hey guys
21:07 titii Is there some possibilities to installing any typo3 with my predefined ext. I dont want to install my basic extension again and again and again :) Any idea? Thanx
21:08 uriahheep hrm... how can i view the value of a BLOB column from a mysql database in ascii text?
21:09 Denyerec phpmyadmin won't let you ?
21:09 Denyerec titii - one way would be to make a null extension with all your favorites as dependencies
21:09 Denyerec then at least you wouldn't have to serarch for them
21:10 titii Denyerec I never saw some moments when typo3 would install that ext. alone
21:11 titii He can download that extensions and install?
21:11 uriahheep Denyerec: nope :(
21:11 titii But he has to download any ext. again?
21:11 Denyerec you'ld still have to install them yourself
21:11 titii uriahheep are U using typo3 ext. of phpmyadmin?
21:12 Denyerec but it'd just prompt you to do them all
21:12 uriahheep nope
21:12 Denyerec uriahheep - mysqldump ?
21:12 uriahheep Denyerec: well, i exported in phpmyadmin and it displays it in hex, but i'm positive that it only shows a textfile, lol
21:12 uriahheep like
21:12 uriahheep i mean it's just text
21:12 uriahheep it points to a path...
21:12 titii Denyerec but I dont need to notice about ext. I would like has complete installations of them
21:13 Denyerec Cake != Eat
21:13 Denyerec uriahheep - it's possible it's coimpresing it in the db. How about running a query and viewing the results ?
21:14 Denyerec or do you need to modify it
21:14 uriahheep Denyerec: lol, i did :P
21:15 uriahheep oh wait
21:15 uriahheep hmm, perhaps..
21:15 uriahheep damn...
21:16 uriahheep :-o
21:16 uriahheep i'll have to trek through all of that..
21:16 uriahheep oh well :)
21:16 uriahheep that just means that i won't get bothered with more work for a while!
21:16 uriahheep brb - smoke
22:04 void hm..
22:04 void guys
22:04 void how do you usually link logo?
22:04 Denyerec ?
22:04 void i mean, usually logo should be linked at all pages except main page
22:05 Denyerec Mmmhm?
22:06 void did you know that rule? "never self-link"
22:06 Denyerec You mean never link to the page you're on?
22:06 void yes
22:06 Denyerec Yeah I'd heard it... but could never be bothered to implement it as I've never seen it affect search engine performance
22:08 void that's not about search engines..
22:08 void rather about good desing
22:08 void *design
22:11 psychocat void: HMENU and donotlinkit ?
22:11 psychocat void: but I usually use conditions
22:11 void psychocat: http://paste2.org/p/18853 - that's my current code and it don't work
22:11 Denyerec If you're on the front page, would you expect a user to click the logo?
22:12 void Denyerec: why not?
22:12 Denyerec I am asking, you would expect them to?
22:12 Denyerec I know I never do... my assumption is that the logo will take me back to the frontpage. If I'm already there, I tend not to think about clicking it.
22:14 Tsoots users will hit anything that's a link
22:14 Tsoots and then on the frontpage they'll start wondering why isn't this link taking them anywhere
22:14 Tsoots and then they'll leave the stupid site
22:14 Denyerec For real?
22:14 Denyerec me thinks one is in jest
22:14 Tsoots sure
22:15 Denyerec I mean damn, the whole of Google's frontpage site is a logo, basically, and I don't think I've ever clicked it.
22:15 void Denyerec: you clicked.
22:15 Denyerec I just went and tried.
22:15 Denyerec It's not clickable :)
22:15 void Denyerec: when google change it's logo on holidays...
22:16 Denyerec No?
22:16 void when google change it's logo on holidays, it's clickable.
22:16 Denyerec Heh, neat :)
22:16 Denyerec Mind you... I normally use my quicksearch in opera
22:16 Denyerec so I seldom see the frontpage.
22:16 void i use "g <searchtext>" in firefox
22:16 Denyerec likewise in op.
22:17 Tsoots i just use feeds, no need for web browsers and stupid frontpages
22:18 void Denyerec: http://www.artlebedev.com/mandership/75/ <-- i follow these guidelines
22:19 void or, rather, commandership =)
22:21 Denyerec voidus, that is the most awesome website I have seen in a long time
22:22 void aren't you ironic?
22:22 Denyerec No, I'm serious
22:22 Denyerec that guy has a lot to say, and most of it good.
22:22 Denyerec (And correct English would be to ask "Are you being sarcastic?" )
22:22 void ok)
22:23 void that man the really well-known in russian internet community..
22:23 Denyerec Sarcasm and Irony are very different, but it's a tricky one to explain cos most english people don't understand irony properly anyway! :)
22:23 void and the chief of the 1st russian web-studio..
22:24 Denyerec Yeah ?
22:24 Denyerec Sounds like he knows what he's on about, which is good :) I shall have to read the entire of that site sometime this coming week
22:24 void Denyerec: hehe =) yes..
22:25 void i read whole "com.mandership"
22:25 void btw, there is a play on words: "com.mandership" and ".ru/:>2>4AB2>" mean the same
22:26 Denyerec Tricky for me to detect in the Russian :)
22:26 Denyerec You could use an extension template to re-map your header/logo on the subpages?
22:26 Denyerec rather than using any conditionals
22:26 void you can't believe how long i searched "mandership" in dictionaries
22:27 Denyerec hahaha
22:28 void i'm perfectionist.. i want to use the most laconic and beatiful TS..
22:28 uriahheep heh
22:28 uriahheep and by beautiful, you mean efficient/optimal, right? :P
22:29 uriahheep .ru/se
22:29 void i mean, without conditions in [] brackets
22:30 void using only .ifs
22:30 uriahheep hmmm
22:38 psychocat void: http://paste2.org/p/18861
22:38 uriahheep hmmm...
22:38 psychocat not tested with leveluid though
22:40 void psychocat: with leveluid it still link main page..
22:40 psychocat void: then I'll test something more
22:41 void i think, "enable" is more suitable for .if
22:42 psychocat void: works ok for me, even with leveluid - sec
22:42 psychocat http://paste2.org/p/18863
22:43 psychocat void: and I just use whatever works, don't know about "suitable"
22:44 void ah, you used stdWrap, not imageLinkWrap...
22:45 psychocat yep
22:45 void psychocat: ok, that works for me too. thank you
22:45 psychocat np
22:57 psychocat ?
22:58 void Denyerec: my friend said me that it sound a bit like spell
22:58 void like "spell against p-class-bodytext": lib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.addAttributes.P.class >
22:59 Denyerec o_O
22:59 psychocat if (!(TSFE:uid = leveluid:0)) -> make link @Denyerec
22:59 psychocat better?
22:59 Denyerec yes
22:59 Denyerec tho I'm not sure what leveluid:0
22:59 psychocat your root level
23:00 Denyerec ah
23:00 void that's id of page with deep level=0 from your rootline
23:06 RoyalKnight is there any possibility/extension to access templavoila content elements via typoscript in templates (something like lib.content_element)?
23:07 void RoyalKnight: templavoila content elements have nothing different from any other content elements. you can freely use CONTENT or RECORDS
23:12 RoyalKnight void: i know that i can use ts in the ds of the tv-template, but i want to manipulate it with ts in an extension template
23:13 RoyalKnight e.g. different wraps on different pages
23:13 void RoyalKnight: extension template - you mean, template that within extension?
23:14 void or usual ext.template on subpages?
23:14 RoyalKnight ext.templates on subpages
23:15 void RoyalKnight: ok... now, make it more clear what you mean under "TV content-elements"... FCEs?
23:17 RoyalKnight editing type set to "content element"
23:17 void that's normal content elements.
23:17 void content element is a record of tt_content table
23:18 void if you see if in web>list module under "content", than it's content element
23:18 RoyalKnight i know, but i want to add something on some subpages
23:18 void and you can use it with RECORDS
23:18 void also, you maybe need to look at kb_tv_contslide
23:20 RoyalKnight can you give an example what you mean with: and you can use it with RECORDS
23:22 void one sec..
23:23 void RoyalKnight: http://paste2.org/p/18865
23:25 RoyalKnight void: but how do i get the cols in web > page then?
23:26 void RoyalKnight: hm.. you mean, that you need that "lib.smth" as a content element? or what?
23:26 RoyalKnight void: exactly
23:27 void RoyalKnight: use extension tscobj, it's perfect way to get any TS as a content element
23:27 RoyalKnight i want to manipulte a content element via extension template on a page
23:28 RoyalKnight void: thx i will have a look on that
23:28 void RoyalKnight: ah.. forgot
23:28 void RoyalKnight: also you can just make a reference
23:29 RoyalKnight and how?
23:29 void why i always think about most complicated ways..
23:30 void RoyalKnight: at web>page (TV page module), copy and element. and than paste it as a reference
23:31 RoyalKnight void: that's not what i'm searching for, because i don't want to add other content elements, but change wrap or something else
23:31 void but changing wrap is not possible that way i think
23:33 RoyalKnight void: you're right... but it will work for my third column where i want to add the subnavigation or other things on some subpages. so i can make the third column as content element and add the submenu-ts via tscobj

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.