Search the website and IRC logs

#TYPO3 IRC log from : Friday 12 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
00:40 SilentAssassin fuck i want to display only pages of level 2...
01:06 SilentAssassin and why the fuck when I once disable the typo script ... i cant enable it
01:16 SilentAssassin obviously this Typo3 stuff is out of production :S
08:40 BejjWrk moring
08:40 BejjWrk morning*
08:47 PiMB morning all!
08:48 sorenmalling Morning
09:42 Tony59000 Hi, Guten tag, Bonjour
09:42 Tony59000 I need help
09:42 Tony59000 :)
09:43 Tony59000 I want insert my frontend plugin in typoscript !
09:43 Tony59000 ex : lib.plug < plugin.tx_felogin_pi1
09:47 Tony59000 Hi ?
09:51 Tony59000 Hi !
09:51 Tony59000 I have a question !
09:52 Tony59000 I have need, insert a frontend plugin in my template with typoscript
09:58 Tony59000 Hi i am really need help
10:00 Tony59000 Hello there someone to help me?
10:01 Tony59000 I know how to insert a frontend plugin in template with TypoScript
10:01 Denjerek ok...
10:01 Prot0 page.10.YOUR_MARKER_NAME < plugin.tx_mypluginname_pi1
10:02 Prot0 o.0
10:02 PiMB Prot0, isn't it your day off..
10:02 Prot0 it is
10:02 Prot0 just went to check my e-mails
10:02 Prot0 ;]
10:02 Prot0 and i saw something blink, so went to check it out
10:02 Prot0 xD
10:03 PiMB :)
10:03 Tony59000 i have more test this code
10:03 PiMB and may I consider a different approach..
10:03 Tony59000 but nothing, juste see the marker
10:03 PiMB page.10.marks.YOURMARKERNAME < plugin.tx_mupluginname_pi1
10:04 PiMB might be better ;)
10:04 Denjerek I read that as if he already knew how, and had a devious part-2 to his question
10:04 Tony59000 if i want insert tx_felogin_pi1
10:04 Prot0 lol
10:04 Prot0 sorry, just woke up
10:04 Prot0 :D
10:05 Tony59000 I use that marker ?
10:05 Prot0 started talking dutch to my gf too this morning :D
10:05 PiMB well, depends on the name of your marker..
10:06 Tony59000 I can use all marker i want
10:08 Tony59000 nothing :( my page it is a templaVoila template !
10:08 Tony59000 I make a marker in the html ###FORMLOGIN###
10:08 Tony59000 I add in my template :: plugin.tx_felogin_pi1{ storagePid=108 templateFile = typo3/sysext/felogin/template.html } page = PAGE page.20.subparts.TEMPLATE_FORGOT < plugin.tx_felogin_pi1
10:09 Tony59000 but i see no plugin, juste marker
10:11 PiMB 01don't use TEMPLATE_FORGOT if your marker is called FORMLOGIN...
10:12 Tony59000 yes !
10:12 Tony59000 error for copy coll
10:12 PiMB ..
10:13 Tony59000 but AC is still not working
10:14 Tony59000 I use page.20.subparts or marks ?
10:14 PiMB depends on your template
10:15 Tony59000 I use a templaVoilà template
10:15 PiMB then I can't help you.
10:16 Tony59000 I can't insert a plugin with templaVoilà template
10:17 Tony59000 If i use a typoScript Object
10:17 Tony59000 lib.myObject = COA lib.myObject .1 < plugin.tx_felogin_pi1 !!
10:18 Tony59000 :(
10:57 paese i need a bit of help. i created an ext with kickstarter and I chose 'include library only
10:58 paese now i associated userFunc with a tspath that is substituted with my template through templavoula
10:58 paese but nothing is displayed (even not when clearing cache)
11:00 paese never mind, the new tv is a bit buggy..
11:04 ZaFantasy Is possible that TV would replace links like index.php?id=42 to realurl links in template ?
11:05 paese ZaFantasy you need to be more specific
11:05 paese through a input link field? through rtehtmlarea? through.. a tslib object?
11:06 net-mapper hello, can anyone tell me how to wrap a plugin content in typoscript
11:06 ZaFantasy if page title with id 42 is "About" then TV would replace this link in template with ...com/about/ is it possible ?
11:07 paese net-mapper .wrap
11:07 net-mapper i used stdWrap but it didn't work
11:08 paese ZaFantasy links aren't saved the hardcoded way, they are saved as reference to the page id
11:08 paese and so T3 is generating a basic index.php?id=:id link
11:08 paese which is good
11:08 paese because it's needed by realurl and modRewrite in .htaccess to rewrite the url
11:08 paese net-mapper paste the according typoscript please
11:09 paese (but not in here, use pastie.org for example)
11:19 bartbogdan hi all
11:19 paese hi
11:20 bartbogdan Any tt_news experts around?
11:20 paese expert on implementing or modifying?
11:21 bartbogdan Just updated tt_news to 3.0.1 (typo3 4.2.11) and now I'm having some serious problems with categories
11:21 bartbogdan In LIST view when I select more than one category (AND) then no news is shown
11:21 net-mapper paese: subparts.txt_en_images < plugin.tx_myplugin_pi1
11:21 net-mapper subparts.txt_en_images.stdWrap{
11:21 net-mapper wrap = <div class="col_droite_blocs separateur_top">|</div>
11:21 net-mapper required=1
11:21 net-mapper }
11:22 bartbogdan Also when I select a category that has no news directly under itself but under it's subcategories, no news is shown either
11:22 paese net.mapper what have i told you about pasting?
11:22 PiMB stop flodding mate!
11:22 net-mapper paese: sorry, i've just seen your message
11:22 paese bartbodgan check the extension settings, maybe a GRSP problem
11:23 bartbogdan I have use GRSP turned off
11:23 net-mapper paese: the case here is that if the plugin content is empty it musn't be wrapped
11:24 paese net-mapper search tsref for 'if'
11:24 paese haven't used it much, so ican't give you a working example
11:25 paese bartbodgan i assume you've run the update script for tt_news?
11:25 bartbogdan yes
11:25 bartbogdan the problem also occurs for newly created news, categories, and frontend plugins
11:27 paese hmm
11:27 paese neved updated a tt_news plugin..
11:32 net-mapper paese: i looked for the if but i found the little trick i past you
11:32 net-mapper paese: thank you anyway
11:33 paese np
11:41 bartbogdan Well then I might have to resort in debugging the beast
11:58 v a small question concerning the backend
11:59 v if you are managing published content, there are various symbols to edit, copy, link, cut and delete
11:59 v if you click on delete it appears to delete the content immediately
11:59 v without asking for confirmation
12:00 v is there a plugin, code snippet or similar, to have a confirmation first if you click on delete?
12:01 v because usually those who mange the site content at my organization hardly ever delete it....they rather hide it
12:02 v and the become easily furious over the stupid delete command, that they may accidentaly click ;)
12:07 globalnano hi guys....could anyone here help me with lib.randomContent parameters??
12:08 globalnano need to exclude one page...can i use excludeUidList?
12:36 paese lib.randomContent?
12:36 paese what's that?
14:26 bitcrusher hey guys
14:26 bitcrusher quick question
14:27 bitcrusher did typo3 4.3.x get a new default password for the admin account?
14:38 pmk65 bitcrusher: mine is still admin/password
14:38 bitcrusher hmm
14:38 bitcrusher weird
14:38 bitcrusher a friend just installed t3 for the first time
14:38 bitcrusher and that combo dosent work
14:50 paese bitcrusher go to the install tool, there you can create a new one
14:51 bitcrusher aww, its the url with 123 in it, right?
14:51 bitcrusher mode=123
14:56 paese er
14:56 paese not really
14:56 paese you can do 'database analyzer' i think
14:56 paese and there 'create admin user'
15:02 bitcrusher thanks paese :)
16:07 ndee I have a <div> which contains an <img> which is wrapped by a <a>-tag. In Templa, how would I map this? As root, I select the div but how should I map the <img> and <a> since the <a> is around the <img>?
16:15 ndee fix it. How can I link to a single news record?
16:24 PiMB by the us of an extension
16:26 PiMB I believe called something like http://typo3.org/extensions/repository/view/ch_rterecords/current/
16:26 ndee PiMB: I tried linkhandler but that didn't work out.
17:51 TheEternalAbyss hello
17:52 TheEternalAbyss having an IE issue and i'm not sure if it's related to typo3
17:52 TheEternalAbyss it won't adjust the height of my menu container
17:52 TheEternalAbyss therefore cutting it
17:56 TheEternalAbyss it works on any other browser tho...i don't think it's a typo3 issue
17:56 TheEternalAbyss anyone know how i can force ie to accept the height param?
18:07 TheEternalAbyss ugh ie sucks
18:07 TheEternalAbyss it's embedding the object
18:07 TheEternalAbyss which is fine, but it won't take my height parameter :(
18:09 koomi hej
18:11 TheEternalAbyss yo
18:12 TheEternalAbyss is there an IE channel or something?
18:12 TheEternalAbyss i need to know why ie is ignoring my height parameter for a swf container
18:15 animan hey, is t3blog ext supposed to mess up my page' template?
18:19 koomi animan: probably not. what's messed up?
18:19 TheEternalAbyss lol i don't think it's supposed to do that
18:21 animan the whole template. i think it wrote it's html stuff before content part and css seems to be absent as well
18:29 animan it put my whole <body> content inside of <div class="t3blog">
18:38 TheEternalAbyss nevermind got it working...
22:54 jonny_ hello
23:12 ries hey jonny_
23:13 jonny_ hi
23:14 jonny_ not much party here :)
23:18 ries jonny_: europe is in the pub I guess :D
23:19 jonny_ yeah - its very late
23:54 ckoehler hey guys
23:54 ckoehler anyone using a remote db setup with typo3?

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.