Search the website and IRC logs

#TYPO3 IRC log from : Friday 28 November 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
03:20 andy-o hi
07:42 shashi Hi, can anyone tell me about ReadURL ext
07:42 shashi I am trying but it is not happening
08:25 AndersTillebeck Helleo Number-5. What is TYPO3?
08:26 AndersTillebeck Hmmm... just signed up for this IRC after reading this: http://news.typo3.org/news/article/typo3-help-in-irc/ Guess the bot is sleeping for the moment.
09:18 olegs hi all
09:18 olegs how can I insert CSS file into HTML header?
09:18 olegs I don't need a link, I want to insert complete CSS.
09:49 atul Does anybody has idea about the real url retaining for language menu?
10:01 dotX_taff hello
10:13 pulponair hi there
11:02 milpoer hi folks
11:31 krom i have some problem with a multilanguage site
11:31 krom i have a langage selector menu, and multilanguage content
11:32 krom when i click a flag, the content change, but when i click back on a flag, it is an error
11:51 milpoer krom: what do you mean ?
12:31 krom everyone to help me?
12:47 maholtz|WORK re
12:47 maholtz|WORK @krom: are links correct or wrong?
12:47 m4rtijn hi all
13:02 krom links are wrong
13:11 maholtz|WORK @krom: how do they look, how should the look and paste your ts into pastebin
13:13 krom can u see my page?
13:15 krom where must i paste?
13:16 maholtz|WORK http://paste.phlogi.net/ see channel topic
13:17 krom http://paste.phlogi.net/-b28e44b6c3/
13:18 krom ok,thanks
13:20 maholtz|WORK how does the links look like?
13:20 maholtz|WORK how is the language menu renderd?
13:20 krom i don-t know...
13:22 krom where can i find that.
13:22 krom ?
13:22 maholtz|WORK i meant the links - they should have an &L=1 in it - whats wrong with the links?
13:23 krom the links have an &L=number but the id changed...
13:24 krom when i clisk back on the default language..
13:24 maholtz|WORK ok, so the id is everytime the same?
13:26 krom an example: when i click the german flag, it is php?id=9&L=3, but when i am at german language,and i click on german flag, the result is php?id=2&L=3, and The requested page does not exist!
13:27 krom the id must be 9, no 2
13:27 krom do you understand me?
13:27 maholtz|WORK so, the lang-flag is allways correct
13:27 krom yes, this is correct
13:27 maholtz|WORK ?
13:28 maholtz|WORK i mean L-parameter
13:28 krom yes, this is correct
13:29 maholtz|WORK so your trouble depens on translation status of your pages - if there are altenative page records and / or if there are translated content elements?
13:29 maholtz|WORK so you do not have any problem with your lanugage menu?
13:30 krom but what can i do?
13:30 maholtz|WORK dont search for an error in your language menu
13:31 krom is an error in the page content?
13:31 maholtz|WORK there is some documentation in typo3.org about mulit-lang sites with an large table of possible options
13:31 maholtz|WORK no it is an config which is not as you want it
13:32 maholtz|WORK so it looks for me
13:32 krom when i give you my adress, do you see my page?
13:35 maholtz|WORK @krom: read that: http://typo3.org/documentation/document-library/core-documentation/doc_l10nguide/1.0.0/view/1/2/
13:36 krom k,thanks
13:53 flops hey guys. i wrote a new extension and the "ext_typoscript_setup.txt"-file is available and though the objectbrowser i can see the configuration, but in the frontendplugin i do not have access to this configuration. anyone a hint?
13:55 flops oh no it was a typo...
14:03 maholtz|WORK it usually is:)
14:05 m4rtijn hmm, I have a website on a shared hoster.. and somehow the webspace was full.. I called the hosting company which told me that a big image was converted with imagemagick which had 400mb..??
14:05 Prot0 lol
14:05 Prot0 thats erm.. big
14:05 m4rtijn and this image was in a temp dir which I have no access to..
14:05 m4rtijn which is weird..
14:08 m4rtijn hmmmm
14:13 PiMB which dir?
14:13 manuelstofer does anyone know how to deactivate the (copy 1,2,3) when you copy content elements (using TV)?
14:14 m4rtijn some temp dir of their im
14:14 m4rtijn which somehow counts for the webspace of the customer..
14:14 PiMB do you know what created it? (extension or core or something else)
14:14 m4rtijn nah.. they couldnt tell me.. it was yesterday at 2am.. which is even weirder
14:17 m4rtijn even weirder now some menu entries are missing.. and the rollover buttons..
14:17 m4rtijn bah
14:20 theduke hey guys.... the "modern template building" tutorial is a little bit overcomplicated on this and got me a little confused:
14:21 theduke how can i just simply display the content for the current uid?
14:22 m4rtijn marks.CONTENT < styles.content.get
14:24 m4rtijn .. most defenitly
14:43 m4rtijn m.. everything working again..
14:43 m4rtijn deleted all temp files..
14:45 m4rtijn does anyone know how I can change the magick_tmpdir ?
15:04 _pedda_ hi there
15:04 theduke thanks m4rtijn... another question
15:05 theduke i managed to create a normal 3-level menu
15:05 _pedda_ if i use 3 categories for one tt_news record.. the categories are used to specify the place where the news has to be displayed
15:06 _pedda_ an then i clic on the more-link to see the detailpage
15:06 _pedda_ is it possible to use 3 different detailpages ?
15:07 _pedda_ if each category is bound to a certain domain ?!
15:07 _pedda_ domain1. com = cat1 , domain2.com = cat2 ...
15:08 _pedda_ and if i'm on domain1 and click on more.. to see detailpage then details-page of domain1 is displayed
15:08 _pedda_ same for domain2 ?!
15:08 radigamov hello all, how I can get array (HMENU) from typoscript in the PHP file class? I meant what variable shoul I use?
15:08 theduke now what i want to have is : a level 1 menu at the top of the screen the corresponding level2 menu on the right side.. how do i do that? link to an example would be great
15:11 m4rtijn theduke.. u need 2 markers for that..
15:11 _pedda_ theduke: ever tried to ask google for this ?
15:12 theduke i know that, but i also need two hmenu objects right?
15:12 theduke so how can i split a 2 level-menu between two different hmenu objects?
15:12 _pedda_ ?
15:12 _pedda_ in your menu
15:12 _pedda_ you specify lib.menu.1 {....
15:12 _pedda_ and a bit further you do 2 {...
15:13 _pedda_ in your template you onle need to specify markers.top < lib.menu.1
15:13 _pedda_ markers.left < lib.menu.2
15:13 _pedda_ you got it ?
15:14 _pedda_ so he 1. levl of your menu goes to ###top###
15:14 m4rtijn marks.top < lib.menu.1 *
15:14 _pedda_ and the 2nd lvl goes to ###left###
15:15 m4rtijn im not sure.. does markers. also work?
15:15 _pedda_ erm
15:15 _pedda_ marks is the correct one
15:15 _pedda_ sorry
15:15 m4rtijn np :p
15:16 _pedda_ to many things in my head to think about at the moment..
15:16 _pedda_ :-P
15:16 _pedda_ can you answer my question m4rtijn ?
15:16 _pedda_ 15:21
15:17 m4rtijn erm...
15:17 _pedda_ never done this before ?
15:17 _pedda_ same for me... :-/
15:18 m4rtijn so.... do you have 3 page-trees ?
15:18 m4rtijn for every domain a tree..
15:18 _pedda_ no.. i have one tree
15:18 _pedda_ ans a lot of sysfolders
15:18 _pedda_ each of them contains a new "homepage" for a subproject
15:19 _pedda_ *and
15:19 _pedda_ sometimes i think life could be much easier with multiple pagetrees
15:20 _pedda_ but i decided to use one for 18 companies..
15:20 m4rtijn how did u bind the cat to a domain?
15:20 m4rtijn or is that just theoretical :p
15:20 _pedda_ i bound it by setting the category details page.. but now i'm thinking about removing this and trying to use it without this definition
15:21 _pedda_ category single view page is the correct label in be
15:21 _pedda_ and each category becomes bound to a single view page within a subproject this way = domain
15:23 _pedda_ but i'm not sure if i remove all the singleview pages from all the categories.. if typo3 would use the correct one specified via ts within the ts template of the root page of each subproject
15:23 _pedda_ a liitle bit difficult to explain/understand..
15:24 _pedda_ hmm the more i try to finish the project .. it feels like fighting with it
15:25 _pedda_ *the more it feels like...
15:30 m4rtijn _pedda_ - you could check if it works with this traverse tree function..
15:30 m4rtijn sec
15:32 m4rtijn config.typolinkCheckRootline = 1.
15:32 JessicaD Goodday people
15:33 JessicaD I need a quick question
15:33 m4rtijn how old r u?
15:33 m4rtijn quick enough?
15:33 JessicaD Hahaha
15:33 m4rtijn oh, that where 2 questions..
15:33 m4rtijn darn
15:33 JessicaD 24 :P quick question
15:33 JessicaD m4rtijn do you know how the metadata tab works at the page edit?
15:34 _pedda_ m4rtijn: is set already..
15:34 _pedda_ typolinkCheckRootline = 1
15:34 JessicaD Cause when I fill something in there, it doesnt appear in the page. Do I have to activate something
15:34 JessicaD (much harder question then how old r u ;))
15:35 m4rtijn hmm I did use that once..
15:35 JessicaD but??
15:35 _pedda_ metadata tab ?
15:35 m4rtijn yeah
15:35 JessicaD _pedda_ When you click on edit to edit your page you see a tab "metadata"
15:35 m4rtijn I had no problems there
15:37 _pedda_ me neither :)
15:37 _pedda_ just added some keaywords.. worked from scratch..
15:37 JessicaD Well I dont see it, is it because I have a meta data tag in my template??
15:37 JessicaD should I disable that?
15:37 m4rtijn hmm.. no I dont c it either
15:38 m4rtijn did u google this JessicaD ?
15:38 JessicaD Yeah, but I dont get an answer
15:38 theduke oh, I just didn't realize how to use entryLevel... reading the documentation helps (...)
15:38 _pedda_ perhaps it belongs on how your head section is handled in typo3
15:38 JessicaD it's very frustrating
15:38 theduke thanks
15:38 JessicaD _pedda_ is there documentation about the head section?
15:38 _pedda_ do you use templavoila ? or a normal typoscript template.. or automaketemlate + rlmp_tmplselector
15:39 m4rtijn JessicaD - could be that u have to add some typoscript..
15:39 JessicaD I use templavoila
15:39 JessicaD m4rtijn but you didnt use ts to make it work right?
15:40 _pedda_ how is the headsection configured in your tv ds ?
15:41 JessicaD Well.. I mapped all the things (script, head, style, etc)
15:41 JessicaD also the meta tag
15:41 JessicaD but I think that is wrong?
15:46 _pedda_ did you check something within the headerart in your tv to ?
15:46 _pedda_ header part
15:46 _pedda_ you shouldn't ..
15:48 radigamov hello all, I need to get typo3 URL what variable should I use?
15:48 _pedda_ ?
15:48 m4rtijn hehe
15:48 _pedda_ for ts ? @ radigamov
15:48 _pedda_ you have to ask more precisely
15:49 JessicaD Hmm... Ok i will leave this problem for now
15:49 JessicaD Now I have another question
15:49 JessicaD Real URLS someone here worked with it
15:49 JessicaD ?
15:49 _pedda_ just ask
15:49 _pedda_ @JessicaD
15:49 JessicaD I configured it
15:49 JessicaD but stupid as I am I dont know how to make a real url?
15:49 JessicaD is this also in the page edit?
15:49 _pedda_ ?!
15:49 JessicaD that isn't in the manual
15:50 _pedda_ it is generated automaticaly
15:50 JessicaD I am talking about the extension real url
15:50 _pedda_ if you nsert a record on a page
15:50 m4rtijn you have to edit the .htaccess file accordingly JessicaD
15:50 _pedda_ lets sa
15:50 JessicaD automatically?
15:50 _pedda_ lets say
15:50 _pedda_ hello people this is my first content
15:51 _pedda_ so realurl will change the url to yourdomain.com/hello_people_this_is_my_first_content.html
15:51 _pedda_ ok?
15:51 _pedda_ couldn't be easier
15:51 JessicaD m4rtijn I did configure the htaccess
15:51 _pedda_ if you want to modify this either you work with simulatestaticdocuments.. and the specify aliases each time you create a page
15:51 m4rtijn and insert the TS as well.. ?
15:51 JessicaD Ow but it isn't generated automatically
15:52 JessicaD what is the TS?
15:52 _pedda_ so real url is not working properly
15:52 JessicaD typoscript
15:52 _pedda_ yes TS = typoscript
15:52 _pedda_ and there you should have specified the baseurl
15:52 m4rtijn u have to configure baseurl
15:52 _pedda_ simulatestaticdocuments must be set to 0
15:52 radigamov I saw some examples of TS have {$abs_path} how to get value of this var?
15:52 _pedda_ and config.realurl_enable = 1
15:53 m4rtijn that should be in the manuel though
15:53 JessicaD config.simulateStaticDocuments = 0
15:53 JessicaD config.baseURL = http://mydomain.com/
15:53 JessicaD config.tx_realurl_enable = 1
15:53 JessicaD yeah I put this in it... and I removed the domain part with my own domain
15:54 JessicaD Do I also have to include $TYPO3_CONF_VARS['EXTCONF']['realurl'] in the localconfig?
15:54 m4rtijn did you rename _.htaccess to .htaccess?
15:54 _pedda_ {$abs_path} is used if you have a multidomainconfiguration and multiple domains with rootlevel checkbox checked
15:54 _pedda_ then you can specify in constants for each "homepage" abs_path = domain1.com for example
15:54 JessicaD m4rtijn yes I did, cause I also you it for the memory_limit
15:55 radigamov ok I only need url :)
15:55 radigamov of current page
15:55 radigamov in PHP
15:55 m4rtijn JessicaD - I used canonbase realurl on some pages..
15:55 _pedda_ aah radigamov .. i got your question
15:55 JessicaD m4rtijn what is that?
15:55 m4rtijn JessicaD - i dont know if thats okay though.. but it works for me
15:55 _pedda_ just a second
15:55 radigamov thanks pedda
15:55 m4rtijn JessicaD - check it in the extension rep
15:55 m4rtijn JessicaD - cb_realurl
15:56 JessicaD Hmm... you dont use the realurl extension?
15:56 m4rtijn JessicaD - it has preconfigured tt_news compat.
15:56 m4rtijn JessicaD - both in combination - realurl and cb_real
15:56 m4rtijn JessicaD - cb_real only preconfigures some stuff for realurl
15:56 m4rtijn brb .. cig
15:56 JessicaD M4rtijn it says it doesnt excist cb_real
15:57 _pedda_ radigamov .. you want to use it for your script/extension ?
15:58 radigamov pedda: yep
15:59 radigamov I guess it should be something $TYPO3_CONF_VARS['EXTCONF']['fullURL']
16:00 _pedda_ $conf['parameter'] = $GLOBALS['TSFE']->id; is for uid of actual page
16:01 radigamov I need full URL http://mydomain.com/typo3installedhere/index.php?id=XX
16:01 m4rtijn JessicaD - cbrealurl
16:01 m4rtijn radigamov - if u need the absolute path u can see that in the installtooll at the bottom
16:01 m4rtijn radigamov - or write a small php script which spits it out
16:02 radigamov m4rtijn: in the localconf.php ?
16:02 JessicaD thanks m4rtijn. But uhm can you tell me what else do I need to configure, next to the htaccess, ts, to make realurl work?
16:03 m4rtijn radigamov - no
16:03 radigamov yep I just checked :)
16:03 m4rtijn JessicaD - I couldnt be bothered at the time to find out.. so i installed that extension :p
16:04 JessicaD ow oke.. hehe... I will first install that extension
16:04 JessicaD m4rtijn cbrealurl is also not found in the repository
16:05 m4rtijn http://typo3.org/extensions/repository/view/cbrealurl/current/
16:10 m4rtijn hmmkay
16:10 achmed SILENCE!!!
16:10 achmed I KILL YOU!
16:11 maholtz|WORK wb m4rtijn;)
16:11 m4rtijn :p
16:11 m4rtijn do you know achmed the dead terrorist :p
16:15 m4rtijn maybe its not that funny yet.. with bombay and all..
16:18 JessicaD m4rtijn
16:18 JessicaD Thanks for the link
16:18 JessicaD I installed it
16:18 JessicaD still no realurls though
16:18 m4rtijn JessicaD - did u follow the manual?
16:18 m4rtijn u have to include the static stuff
16:19 JessicaD Yeah I did
16:19 JessicaD Put some stuff in the ts
16:19 m4rtijn clear all cache?
16:19 JessicaD and also put a file in typoconf
16:19 JessicaD also cleared the cache
16:19 m4rtijn then.. maybe the server does not allow the mod_rewrite from .htaccess ..
16:19 JessicaD I'm feeling stupid, cause it's probably one stupid little thing (it always is with programming)
16:20 m4rtijn doesnt ned to be..
16:21 JessicaD m4rtijn well the server does
16:22 JessicaD it also gives a htaccess example
16:22 JessicaD so I dont think that is it
16:25 JessicaD m4rtijn: You are also out of answers or tips?
16:29 m4rtijn quite..
16:30 m4rtijn im also a realurl noobie..
16:30 m4rtijn but this cbrealurl always worked for me
16:33 m4rtijn i have to go..
16:33 m4rtijn have a nice weekend all
16:40 _pedda_ jessicaD you still need help ?
16:44 JessicaD _pedda_ yes
17:01 ndee hey there, how do you guys/gals integrate an imagemap as content element?
17:08 LiThiuM Hey
17:10 LiThiuM humm
17:10 LiThiuM I just came accros Typo3 and installed it....
17:10 LiThiuM I was just wondering when the Dev of this CMS stoped ?
17:11 LiThiuM or its still in construction?
17:11 maholtz|WORK still in development
17:12 maholtz|WORK but 4.2.3 is stable f.e.
17:12 LiThiuM Humm oh ok...
17:12 maholtz|WORK there is 4.3 and 5.0 in development
17:12 maholtz|WORK 5.0 takes a while
17:12 LiThiuM is it normal that my admin looks like windows 3.1 ?
17:12 maholtz|WORK there are some skins available
17:12 maholtz|WORK which version do you use?
17:12 LiThiuM oh ok cool
17:13 LiThiuM well i just install test site 3.8.1 and "update" aka add to reinstall all my DB and user with "update 4.2.3
17:13 maholtz|WORK 3.8.1?
17:14 maholtz|WORK ah, ok, there is no newer testsite?
17:14 maholtz|WORK ok, update should be possible so...
17:14 maholtz|WORK add skin:)
17:14 LiThiuM just trying to figure it all out
17:14 LiThiuM how to add "templates" and skin and code the templates etc...
17:14 LiThiuM Im very familiar with some other CMS
17:15 maholtz|WORK TYPO3 is a little bit different i think
17:15 maholtz|WORK so there is no "default" Template
17:15 maholtz|WORK and template could mean HTML-template or TypoScript-Template
17:16 maholtz|WORK on typo3.org there are two tutorials how to build a website
17:16 LiThiuM Dosnt seems very user friendly...
17:16 maholtz|WORK modern template building and futuristic both are ok, the futuristic needs extensio templavoila
17:16 LiThiuM huumm ok
17:16 maholtz|WORK it is user friendly - but not as admin-friendly as we want
17:16 LiThiuM I see that
17:17 LiThiuM Is it me or theres a lack of back button?
17:18 maholtz|WORK where?
17:18 LiThiuM Well when i click some options
17:19 LiThiuM I always have to click the browser back button
17:19 maholtz|WORK nope, usually not
17:19 maholtz|WORK do not use it - though seems to be possible without
17:19 maholtz|WORK i do not use it
17:20 LiThiuM sorry for all the question
17:21 maholtz|WORK no - your welcome
17:21 maholtz|WORK :)
17:22 LiThiuM have you ever tried joomla ?
17:22 maholtz|WORK thats something different:) nice for small sites with few editors
17:22 LiThiuM yeah
17:23 maholtz|WORK but security...
17:23 LiThiuM you think topy3 is more secure ?
17:23 maholtz|WORK well - the core yes
17:23 maholtz|WORK the extension: not
17:23 maholtz|WORK means: not all:)
17:23 LiThiuM hehe its always like that
17:25 maholtz|WORK the future needs some time: http://flow3.typo3.org/ the framework where TYPO3 v.5 will base on
17:31 LiThiuM well thanks for all your help :)
17:32 maholtz|WORK :)
18:10 Xen hmm
18:10 Xen test
18:12 _pedda_ ?
18:12 _pedda_ can i help you ?
18:13 _pedda_ Xen
18:13 Xen ohh
18:13 _pedda_ hello
18:13 Xen hi
18:13 Xen perhaps
18:14 _pedda_ what is your question ?
18:14 Xen i need to know how i can make a difference between to content elements on one page
18:14 Xen sry
18:15 Xen two i mean
18:15 _pedda_ ok so you have a homepage made with typo3 .. and there are 2 content elements on one page ?
18:15 Xen yes
18:15 _pedda_ ok
18:15 Xen i have a boxed layout
18:15 _pedda_ and what do you want to do ? make them look different ?
18:16 Xen an i try to wrap the box images around the the stadard typo3 output
18:16 Xen that works realy good.
18:16 Xen http://m0wl.net/fe_website/index.php?id=154
18:16 Xen you see
18:17 Xen i need to know how i can disable that the right content element is wrapt two
18:17 Xen it's a fce so there is no need to wrap this
18:17 _pedda_ ok and what is the problem now ?
18:17 Xen i need something like
18:19 Xen if(left content) tt_content.stdWrap.wrap = |</div></div><div class="contentBottom"></div> else {nothing}
18:19 _pedda_ hmm
18:19 Xen ohh yes
18:19 Xen i am on this task since one week
18:20 _pedda_ pn
21:13 Lars_rds Hi are there someone there can see what there are wrong in this code http://paste.phlogi.net/whats_wron/ ?
21:35 HardPhuck anyone knows a good free web based collaboration software
21:40 Denyerec If only :(
21:41 Denyerec I've been looking for a decent whiteboard app for ... well... pretty much forever
21:41 Denyerec ActiveCollab looked promising before it went commercial.
21:43 HardPhuck thinking the samve thing :)
21:43 HardPhuck same even
21:45 HardPhuck thinking even of buying it, looks promising :)
21:58 Denyerec I'd love a good whiteboard app.
21:58 Denyerec :(
21:58 Denyerec I find it so much easier to draw to explain.
21:59 HardPhuck i've read somewhere about one
21:59 HardPhuck wait, let me check
22:01 HardPhuck http://vyew.com/
22:01 HardPhuck never tried it
22:09 {ovijac} Hello
23:02 theduke hi guys, got a problem with tt_products: I have set up evertything, added a product category and a product, set my shop page to Product: List, but there is nothing showing up
23:04 theduke any suggestions?
23:49 samek did you set
23:49 samek start point
23:50 samek i suggest you carfully read extension manual
23:50 samek yeah i know, it isn't good reading but it's usefull :)
23:51 samek useful*

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.