Search the website and IRC logs

#TYPO3 IRC log from : Sunday 19 October 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 31
00:23 twoten not much happens here does it?
00:45 SebastianGebhard hi everybody
01:16 twoten hi S G
11:55 Sabr Hello all.
12:10 Sabr Can anyone could help me with my localization problem? typo 4.2.2, i donno how i can add alternative language, and Frontend Localization Guide is not helping at all.
12:10 just2b add a new language at your root page
12:12 Sabr with Web>Page view or Web>List view?
12:12 just2b list
12:24 Sabr Crap error.... http://pastebin.com/m52b7de28
12:25 Sabr When i'm adding a language (thanks just2b) i have php error, i've used sqldebug option but nothing more is shown
13:59 HardPhuck_ moin
14:02 nkuttler hrm, i just updated to 4.2.2 and whenever i edit a backend user the password gets reset to 'undefined'... anybody seen this?
14:07 nkuttler that's a serious bug: http://bugs.typo3.org/view.php?id=9494
14:07 just2b so? there is patch out there
14:08 nkuttler i'm not going to manually patch all my installs
14:08 just2b so then wait for 4.3
14:08 just2b or patch the core you use with the symlink
14:08 nkuttler obviously
14:08 just2b there are bugs in every version ;)
14:37 HardPhuck_ is there a simple way to call another ext
14:37 HardPhuck_ from custom one
14:37 just2b could use cObjectSingle
14:37 HardPhuck_ I use userlisting extension to display my FE users
14:38 HardPhuck_ but i also display some users in my extension, and i want to be able to click on them for details view of the userlisting ext
15:07 Sabr I would like to have 1 element in menu (HMENU) from (entryLevel=0) where i have 6 elements (4 and 2 notShowInMenu - one of these i would like to show), i'm trying with xxx.special=list , xxx.list.value= (uid of the notShowInTheMenu item) am i on a good way? (it's still not working but i may have some mistakes in TS)
15:08 Sabr Can some1 plz say me am i on a good way or not?:)
15:14 HardPhuck_ yeah you're on a good way
15:15 HardPhuck_ but you must also set shownotinmenu or something like that
15:15 HardPhuck_ you must set some property for those
15:15 HardPhuck_ read the doc
15:17 Sabr HardPhuck_: Thanks
15:17 HardPhuck_ np
15:17 Sabr I've made it that way: http://pastebin.com/d29ff5845 but it still shows all of the menu-level
15:31 angus_p`` hi, how can i find the reason for a failed frontend login?
15:32 angus_p`` it must be a configuration error but i can't figure it out. the frontend login plugin just gives me a standard "bad user/pass" error message
15:54 lupo49 hi
15:54 lupo49 could someone tell how i can center a table within the rich-text editor?
16:28 nkuttler lupo49: css? div around it? <center>?
16:28 untouch hello
16:28 nkuttler moin
16:29 untouch http://www.rggooglemap.com/dev/rgaccordion.html
16:29 untouch trying to get this ext work
16:29 untouch but if i test it on this page
16:29 untouch it doesnt work in IE
16:29 untouch and in FF it works but theres not rollovers
16:30 untouch so is this ext working correctly at all?
16:31 nkuttler if it's using the standard moo accordion it should work. check your doctype and maybe install the ms script debugger for ie
16:32 nkuttler oh, and check your html, compare to the moo docs etc
16:32 untouch my doctype?
16:32 untouch i havet even tryd it out on my own site yet cus
16:32 untouch it doesnt work on j2bs site in my browsers
16:33 lupo49 nkuttler: is it possivle without manually formatting?
16:33 lupo49 i mean without scripting by hand
16:33 nkuttler lupo49: no idea, don't do much tables
16:34 nkuttler untouch: works for me
16:34 nkuttler untouch: what do you mean by no rollover in ff?
16:39 untouch nkuttler: i explained in german in a query
16:41 nkuttler untouch: yeah, doesn't work in ie for me either and the encoding seems messy. i'd not use it. mootools is pretty solid though
16:44 untouch i really need something like this
16:44 untouch http://www.impressum.de/lang/de_DE/kunden.html
16:44 untouch is there anything else u can recommend
16:47 nkuttler untouch: i use mootools myself so i'd probably try to fix rgaccordion
16:47 nkuttler after all mootools just needs the correct id names
16:48 nkuttler hm, it uses moo 1.11
16:53 untouch http://paste.phlogi.net/-cc3d9fc69f/
16:53 untouch my content marker is named CONTENT
16:55 nd_ Is it possible to give pi_linkTP() a class which the link should belong to?
16:55 untouch so just to get it right now it works if i create a content element put click the Accordion box , set a headline and a text into the rte
16:55 untouch and then its suppoed to work if i click on the headline or how is ut
16:55 untouch it
17:05 Denyerec locallang.xml is great
17:05 Denyerec but you can't change things via typoscript
17:05 Denyerec however
17:06 Denyerec if you include things like fieldnames or error messages in typoscript, you have a hard time managing the extension TS as you're doing more work for each language and the end user will end up modifying some core translation file *anyway*
17:06 Denyerec so am I right in thinking I should just stuff all the translatoions and error messages in the locallang.xml ?
17:22 erank hi all, is there a place where I can download older versions of TYPO3? Or, does someone save them somewhere? I need version 4.1.2 for testing purposes
17:23 void erank: from the sourceforge or from svn tag
17:24 c_dunkel hey guys, anyone know how i can check a marker (empty) -> php: if(isset($marker)) in typoscript?
17:26 erank void: couldn't find it ar sourceforge... will try svn
17:29 void erank: https://svn.typo3.org/TYPO3v4/Core/tags/TYPO3_4-1-2/
17:36 erank void: thanks! now I just have to kick my svn client, because it ain't responding ;-) thanks for helping me out!
18:02 nd_ How do I document (phpdocumentor) that @param is either an array or a string?
19:08 thomas_ Hello @ all... i have a problem while submitting a form from an extension...
19:08 thomas_ always i get "The requested page does not exist!"
19:08 untouch tt_news : is it possible to limit the ammount of news displayd in the list view
19:09 untouch i found nothing on google
19:10 thomas_ if you need more details to support me, please ask... thanks
19:10 untouch http://typo3.liquidc.net/Impressum/
19:10 untouch in the right teaser theres only supposed to show the last 2 news
19:15 thomas_ its unbelieveable... the page where TYPO3 means it does not exist can called manually but not via submitting a form... :-(
19:19 nd_ untouch: Yes. Did you try latest instead of list?
19:19 Denyerec why would you submit a form to a page that doesn't exist?
19:19 nd_ lol
19:19 thomas_ Denyerec: the page already exist... its the page where the form is...
19:21 nd_ So the form links to what site? '#'? ''?
19:22 HardPhuck untoutch yes it does
19:22 HardPhuck in the flexform
19:23 thomas_ i called the page with http://localhost/testsite/index.php?id=161 an the action in form only say "index.php?id=161"...
19:24 thomas_ but i use the function $this->pi_getPageLink($GLOBALS['TSFE']->id)
19:24 thomas_ for the form-url
19:28 untouch thank you hardphuck
19:29 HardPhuck np
19:29 untouch and good evening;=
19:29 HardPhuck same ;)
19:30 nd_ thomas_: Ok, that's fine then, isn't it? No other parameters needed?
19:31 thomas_ nd_: which other parameters should be needed? but it seems i have the answer... maybe. i try...
19:32 nd_ No clue... try
19:32 thomas_ ok... found the solution...
19:32 nd_ What was it?
19:32 thomas_ i dont have a field like this: name="'.$this->prefixId.'[id]"
19:33 thomas_ was name="id"
19:33 nd_ allright ;)
19:33 nd_ Dang, I always type this wrong...
19:34 thomas_ but a "page not found"-Error??? not to understand...
19:37 thomas_ whishing all here a nice evening... cu
19:38 HardPhuck is there a way to found out which page holds some plugin?
19:38 HardPhuck to find out
19:39 HardPhuck i have tt_news on page with id 12, and my extension on a page with id 15
19:39 HardPhuck and i would like to make a link to page 12 within my extension
19:40 HardPhuck but if i were to move the tt_news to page 10, my extension would still work
19:40 HardPhuck is that possible?
19:52 untouch chgallery: the thumbnails get cropped how can i avoid that? they r supposed to be in their natural size
22:58 HardPhuck $this->pi_linkTP($person['username'], $url = array('tx_feuserlisting_pi1[showUid]' => $person['uid']), 0 , 8)
22:59 HardPhuck is there a way to replace the hardcoded tx_feuserlisting_pi part?
23:13 Phlogi HardPhuck: why'
23:13 Phlogi thats common actually
23:13 HardPhuck ah i see now yeah
23:14 HardPhuck i thought that realurl will break
23:14 HardPhuck but it still works
23:14 HardPhuck so this is okay :D
23:14 Phlogi yes, realurl comes after that actually... and you exactly set that in the realurl conf ;)
23:14 Phlogi gn8
23:15 HardPhuck great
23:15 HardPhuck one more reason to love typo3 :D
23:17 HardPhuck how can i test my extension for voulnerabilities?
23:19 Phlogi HardPhuck: thats a big subject :)
23:19 Phlogi HardPhuck: follow basic guidelines and you should be safe
23:20 HardPhuck i followed them to the letter :D
23:23 HardPhuck one more thing though, should i mark helper functions 'private' or is that unnecessary
23:37 Denyerec I think SQL injection is one of the only major weakpoints
23:37 Denyerec so long as your SQL inputs, if any, are carefully checked you should be ok
23:40 HardPhuck then i guess it's okay because i always take all the precautions for injection free queries :)
23:40 HardPhuck at least those i know of

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.