Search the website and IRC logs

Search is currently not available.

#TYPO3 IRC log from : Tuesday 12 May 2009

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 31
00:59 ali_ hi there, i trying to use javascript in a typo3-page according to this turorial: http://www.tanmar.info/content/view/55/62/ but my javascript-snippet doesnt appear in the sourcecode of the page, please help
01:00 ali_ i used an extension template just like the tut says, but still the javascript is not included in the page, what do i do wrong?
08:01 shashi helloooooo !!!!!!!!!
08:01 shashi anyone there
08:01 shashi I need help
08:05 shashi helllooooooooooo
08:22 shashi anybody !!!!!!!!!!!!!1
08:41 FloLeBlanc hi all
08:45 shashi hello
08:45 shashi I need help
08:45 shashi can anyone help me out
08:45 shashi I need help in typo3
08:48 FloLeBlanc how about stating your question? :)
08:48 FloLeBlanc if someone can help you he/she will post the answer, expect a little waiting time though - most ppl in here are at work
08:57 shashi I made an extension and while I am adding a record it is showing it corretly in list module
08:58 shashi and whenever I am logged in as a Admin then it is allright
08:59 shashi but I want if I am logged in as a different user then it must not show those records which is created by other user
09:00 shashi so prob is this how we can perform user check in records created by different user in a extension
09:00 shashi please help me out
09:00 hemantsonker hii
09:01 MasterYin Hey Everyone
09:01 FloLeBlanc sashi: well it's your own extension isn't it? Save the UID of the user when creating the record and before displaying it in the backend filter for the UID? (there might be better solutions, that's just the first that comes to my mind)
09:01 FloLeBlanc hi masteryin
09:02 FloLeBlanc hi hemantsonker
09:02 hemantsonker hi anyone can help me out in making menu of selected page id
09:02 maholtz|WORK morning
09:02 FloLeBlanc hi maholtz
09:02 FloLeBlanc seems like offices start getting crowded :)
09:03 hemantsonker <FloLeBlanc> i dont want the menu to start from the root level
09:03 shashi FloLeBlanc : cruser_id is stored in backend table and I am trying to filter by cruser_id
09:04 shashi but it seems that we cant filter in TCA like where clause
09:04 hemantsonker <FloLeBlanc>i have used this bunch of code #top Navigation lib.top_menu=HMENU lib.top_menu.entryLevel=0 lib.top_menu.wrap= <div class="top-tabbox2">|</div> lib.top_menu.1=TMENU lib.top_menu.1{ noBlur = 1 ACT = 1 } lib.top_menu.1.NO { allWrap = <div class="tab-home2"><table border="0" cellspacing="0" cellpadding="0"><tr><td><img src="fileadmin/images/tab-left.jpg" width="6" height="22" /></td><td>|</td> <td><img src="fileadmin/images/tab-right.jpg"
09:05 FloLeBlanc hemantsonker: entry level defines the.. well.. menu entry level :) 1 starts the menu on lvl 1
09:05 hemantsonker when i define lib.top_menu.entryLevel=1,it doesnt show anything
09:05 MasterYin I'm actually trying to optimize my URI of tt_news-articles With help of dontUseBackPid = 1 I allready got links like domain.de/news/single_view/news/title_of_news_article.htm Has anyone an idea to optimize the links to domain.de/news/title_of_news_article.htm ?
09:05 FloLeBlanc well does the page you look at have subpages?
09:07 shashi FloLeBlanc : can we filter for logged in user with backend table cruser_id in TCA ?
09:08 shashi so that we can see only those records which we have created
09:08 hemantsonker <FloLeBlanc>yes they have subpages but i want to display pages which are inside the first level
09:08 shashi or anyuser can see only those records which they created
09:10 hemantsonker is there any other approach which i can show the required menus on the top
09:10 FloLeBlanc shashi: sorry don't know that
09:10 shashi it's ok
09:11 shashi how ca we filter uid while displaying records in backend ?
09:11 shashi can*
09:11 FloLeBlanc edit the extension code and add a where clause? didn't do much with backend extensions yet but for frontend extensions I filter user content that way
09:12 _pedda_ hi all
09:12 FloLeBlanc hi pedda
09:12 hemantsonker <FloLeBlanc> is there any other approach which i can show the required menus on the top
09:12 FloLeBlanc hemantsonker: http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/8/11/
09:13 shashi FloLeBlanc : I was going through the code but didnt find the place in code where I can put where clause....I think we can do it TCA but may be we can not where clause in TCA
09:13 shashi correct me if I am wrong
09:17 hemantsonker <FloLeBlanc>Thanks :)
09:18 maholtz|WORK @shashi: perhaps there is an hook which helps you with that... imho the easiest way to find such an hook is to look in extensions which doing something similiar
09:19 shashi @maholtz|WORK : thanks
09:19 shashi :)
09:20 shashi but I was thinking that is there is any way to put filter in extension code anywhere
09:21 maholtz|WORK your own backend modul?
09:21 shashi yes
09:22 shashi actually I want that which user logged in backend module can see only those records which he created in extension
09:22 shashi but right now asll records are shown by every user
09:23 shashi so I waana put a filter on logged in user and will match by cruser_id in backend table
09:23 shashi is that possible ?
09:23 FloLeBlanc Did anyone ever experience the problem that the background images (only those) are shown in IE7+ and FF but not in IE6 with his typo3 install? (I validated all files for html and css)
09:24 FloLeBlanc oh and also not the background colors coming to think about it... weird
09:24 shashi no ..i didnt face this issue.
09:26 FloLeBlanc hmm nvm seems to be the "multiple #id.class bug" for IE6... *checks that and sighs* why do 14% of IE users still use IE6 when there is IE8 out *grumble*
09:40 FloLeBlanc lol ok here's the deal for those who are interested: The background images and color are not shown in IE6 if I use config.renderCharset = utf8 and config.metaCharset = utf8, I'm not sure at this point why. perhaps the css has to be saved as utf8?
09:43 dexcs how can i access the GET parameter "tx_ttnews[tt_news]" in TypoScript? I tryed {GPvar:tx_ttnews[tt_news]} but it does not work....
09:52 f1sHMaN i have activated the Automatic configuration in real URL but there is no file generatetd @ typo3conf/realurl_conf.php, do you k now why?
09:55 maholtz|WORK is there a script for syntax check of my.cnf? so i can check it before restarting mysql and getting an error?
10:02 dexcs how can i access the GET parameter "tx_ttnews[tt_news]" in TypoScript? I tryed {GPvar:tx_ttnews[tt_news]} but it does not work....
10:08 MasterYin dexcs: try GPvar:tx_ttnews|tt_news
10:09 dexcs ahh thx
10:09 MasterYin works?
10:14 dexcs yeah.. thx
10:18 f1sHMaN i have activated the Automatic configuration in real URL but there is no file generatetd @ typo3conf/realurl_conf.php, do you k now why?
10:45 maholtz|WORK @f1sHMaN: if you find the reason, please tell me
10:45 maholtz|WORK do not know either
10:45 maholtz|WORK sometimes it works, sometimes not...
10:46 f1sHMaN i hate such things...why the freaking hell doesnt support typo3 core such things...
10:50 shashi now I am getting mess with this
10:50 shashi I cant make user filter on records which I have created in my own devlopd extension
10:52 f1sHMaN how can i add my won template in mailformplus in ts? plugin.tx_thmailformplus_pi1.template didnt work....thx
10:52 HardPhuck http://optiss.si/lovro_and_tilen.jpg
10:52 HardPhuck two new members of Typo3 community :)
10:54 shashi can any one help me out
10:54 shashi I am totally frustrated with this
10:58 maholtz|WORK @HardPhuck: gratulations:)
10:58 HardPhuck thanx :)
10:58 maholtz|WORK everything fine with them?
10:59 maholtz|WORK how many weeks to early?
10:59 HardPhuck 5 weeks too early
10:59 maholtz|WORK good for twins afaik...?
10:59 HardPhuck yup, that's pretty normal
11:00 HardPhuck and everything is okay with some minor things they need to evolve yet
11:00 HardPhuck doctor said that's normal
11:01 maholtz|WORK weight?
11:01 HardPhuck 2480 and 2350
11:01 HardPhuck 48cm :)
11:02 maholtz|WORK wow
11:02 maholtz|WORK for twins is pretty good
11:02 f1sHMaN how can i add my own template in mailformplus in ts? plugin.tx_thmailformplus_pi1.template didnt work....thx
11:03 HardPhuck yea :)
11:07 f1sHMaN i got it...it was email_htmltemplate.....but no tutorial said this ;)
11:49 daKmoR http://pastie.org/475433
11:49 daKmoR howto get an extension to add TypoScript in the end?
11:50 Slydder hey all
11:51 Slydder am having a bit of trouble with browse_link.php. when mode is set to wizard and I try and enter an external link it doesn't seem to save anything. any ideas why that might happen?
12:03 shashi hello all
12:03 shashi I have some frontend users
12:04 shashi I want that if any user log in then he or she must be redirected to a their related recods only
12:04 shashi can we do that in typo3 ?
12:09 maholtz|WORK @daKmoR: config =< plugin.mpr
12:13 gehdan Hi
12:15 daKmoR maholtz|WORK hmmm then I get "just" [config] => < plugin.mpr
12:16 daKmoR so it sets < plugin.mpr as a string
12:16 daKmoR and doesn't copy anything... :(
12:17 gehdan I still have problems with the extension manager in typo3 (4.2.6). Hoster is all-inkl.com. When I update the plugin-list from a random mirror, it takes a while and then I get an internal server error. I switched to using curl, but same here. Now I do have extensions in the list I partly received, but not all extensions that should be available. TT_news and TemplaVoila are missing e.g. I'm loading unchecked extensions too, so that's not the p
12:17 gehdan roblem.
12:19 gehdan Any ideas? Hoster says that there are no known issues and that Typo3 is running fine all over the place. I Have an additional typo3 installation running on one of their servers that's running fine, too. So I'm a little lost here
12:34 maholtz|WORK @daKmoR: try then page.headerData.30.config = TEXT
12:38 maholtz|WORK you can install that extensions by hand
12:38 maholtz|WORK @gehdan
12:45 gehdan I know, but I don't want to. Later I would have to update them by hand and resolve every dependency by hand, too. Don't whant that, I prefer finding out, what the problem actually is.
12:46 gehdan Then I might need to do it by hand, if I'm unlucky, but at least I learned something from it ;)
13:00 Slydder does anyone happen to know how browse_links.php actually works for external links? it won't save ANY external links.
13:08 daKmoR class tx_mpr_pi1 howto change it's config
13:08 daKmoR plugin.tx_mpr_pi1.mykey = myvalue right?
13:11 daKmoR forget it.. I'm stupid... :d
13:18 gehdan hm, funny. looking at extensions.xml everything is there and up to date. EM still does not find the extensions
13:22 daKmoR how can I get the string output of a COA array?
13:22 daKmoR how it would be displayed in the FE
13:22 daKmoR I need that string inside my extension...
13:43 maholtz|WORK @daKmoR: t3lib_div::debug($conf['yourkey.']) should work
13:50 maholtz re
13:53 sorenmalling Anybody here with experience about confirmations link from sr_feuser_register that are getting inactive at the "["-symbol in the confirmation mail the fe_users are receicing?
13:53 sorenmalling *receiving :)
13:59 daKmoR hmm... if I have 10.value = <span>; 15.value = bla; 20.value = </span> I would need the string <span>bla</span>
13:59 daKmoR maholtz I was more thinking of something like this $string = $TSObj->processTemplate( $conf['headerData.'], 'sys_43', 'sys_43');
13:59 daKmoR but it's not working...:p
14:01 maholtz you do not have $conf['headerData.'] in your extension
14:01 maholtz what do you want to do?
14:01 daKmoR I haven an array
14:01 daKmoR and I want to parse this as array as ts
14:13 maholtz @daKmoR: you should get your TypoScript as Array...
14:22 gehdan damn... No i installed the templavoila extension by hand, since the hoster confessed, that it's a memory_limit that they cannot increase. Now I cannot work with templaVoila due to the same limitation.. doh
14:34 f1sHMaN how can i make a dropdown menu with mailform plus and use the result in a multi form? it is something with checked / selected but i dont works...
14:51 f1sHMaN hat jemand eine lösung: http://www.typo3forum.net/forum/alle-anderen-extensions/28664-mailformplus-daten-select-feld-bergeben.html
14:51 f1sHMaN sry its german forum
14:55 sorenmalling Can someone tell me why this TypoScript GMENU doesn't output the text on the image, but only a blank image: http://www.phlogi.net/fresh/t3/tspastebin/showPost/-14fe0caaa5/
15:21 f1sHMaN mailformplus multipage select box: i can print the value in the mail but not in a second page, why????
16:00 MasterYin anyone here using the link-handler?
16:01 maholtz well, instead of asking that, try to ask your question...
16:01 maholtz because i am using it
16:01 maholtz but i will be back soon
16:06 MasterYin I have installed it because i want to link news out of my RTE-made content... but it doesn't appear there only in the default-link-module
16:07 MasterYin RTE.default.tx_linkhandler <-- In the Page-TS but no effect
16:20 maholtz MasterYin has left? afaik he has to set mod.tx_linkhandler too
16:21 maholtz perhaps he reads the irc archive..
20:07 tomsdale I use kb_md5fepw and felogin on my website. I want to change the login proceedure from username+pwd to email+pwd. I guess all my users will have to reset their passwords because the pwd is ecruypted in the DB...
20:10 tomsdale is anyone using email+pwd with felogin on their website?
20:14 kinea hi
20:14 kinea someone knows a good extension for mobile web pages?
20:16 tomsdale kinea: I thought about that but a new page type and new rendering definition should allow you to render pages for web differently.
20:16 kinea you mean i should make a second template for the mobiles? (i use templavoila)
20:17 kinea tomsdale: what do you mean with rendering definition?
20:33 kinea well i want to make a wap mage. wurfl2 didnt install correctly, so now i search for another way.
20:34 kinea someone has experiences with plugin.alt.wap ?
20:56 okapi hi
20:57 okapi i have been here yesterday asking the very same question. sadly i had to leave
20:57 okapi so here it comes agian :)
20:57 okapi ive been working through some templavoila tutorial and my page view strangely differs from what it is supposed to like according to the tutorial
20:58 okapi thats how it looks like for me: http://dl.getdropbox.com/u/675429/02.jpg
20:59 okapi and thats the tutorial pic (tho i guess its slightly unneccessary to post this 2nd pic in here :) ) http://dl.getdropbox.com/u/675429/01.jpg
21:00 tomsdale okapi: it looks as if there is either something not right with your template ( no Content aerea) or you didnt' select a DS and TO in the page properties of your root page.
21:00 tomsdale under extendet I think.
21:01 okapi i built the stuff using the templavoila wizard. is it possible that this happened? the page looks okay in the browser btw
21:01 okapi but yeh, im gonna check that
21:01 okapi i mapped the content area btw
21:01 okapi and can edit it using list
21:06 kinea when i install wurfl 2 version 0.8.1 i get a blank screen in backend and frontend, before getting the chance to configure it. someone knows about?
21:34 okapi okay, apparantly i managed to fuck up typo3 in some way with all my playing around hehe
21:34 okapi just reinstalled the xamp thing and now it works :)
21:34 okapi +p
23:09 robert__ hello
23:12 robert__ i've copied my typo3 site to a new server including the typo3 core and so on... then i made a database dump and installed it to my database... at least i just changed the mysql userdata
23:15 robert__ now... the website works fine... but if i login to the backend and click onto my filelist, the filetree is not shown
23:15 robert__ do you have an idea?

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.