Search the website and IRC logs

#TYPO3 IRC log from : Saturday 3 November 2007

Year: 2007 2008 2009 2010 2011 2012
Month: 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:08 uriahheep /msg seenserv seen ries
00:08 uriahheep yassine: ^^
00:08 voidus pulponair: why?
00:08 voidus pulponair: why it's uncool?
00:12 pulponair voidus: imagine you got a lot of installation using a shared source with global installed extension...now you wanna upgrade one of that installations...would you remember every global extension it uses?
00:13 voidus no... but why not upgrade all installtions?
00:30 ThePianist Hi
00:31 pulponair voidus: due to the fact that it could be a few dozent?
00:32 pulponair voidus: some might need to stay at a certain t3 version since they use outdated extensions or need to fit other requierements
00:32 voidus ah..
00:32 voidus so you shouldn't use global extensions then..
00:33 voidus or maybe make a local repository with some version of extensions and use some symlink magic
00:41 pulponair voidus: "symlink magic" that is what i thought of too
00:42 pulponair voidus like holding a pool of "well known working ext".
00:42 voidus yes..
01:14 void hehe..
01:14 void i'm void from now! :)
01:16 pulponair void(null)
01:16 pulponair i.e. does nothing :)
01:17 void yes :)
09:47 MikeK2 Hello. if I made a Sys Folder to keep my several templates, but now I dont know how to link em with my NEW SITE templetes... I see the example, there written that I it can be dont by "include basic templates" but I can't find in my typo3 backend such option...
09:50 MikeK2 sorry found it finally
10:20 null gm
10:30 Denyerec Hey mike
10:52 Ruudi good morning
10:53 Ruudi anyone can tell is there some spam protection in regular typo3 mailforms?
10:53 Ruudi wouldn't like to use captcha in feedback forms
10:56 null i think there is javascript protection in pi_mailfoemplus
11:00 Ruudi mh i guess i need to add some protection to forms, there seems to be different junk in mail mailq already
12:26 Francisco Hi guys
12:26 Francisco Im trying to learn typo3
12:26 Francisco is there any dummy template for learning by example?
12:50 foool try the yaml template system
13:10 dokma hi guys
13:11 dokma anyone can tell me how to put a <script type="text/javascript">some script here</script> to a header of a page from an extension
13:34 Denyerec MikeK2 you still stuck
15:07 rejeep Hi! Why do I only see the "Howto-header" and not the menu? http://pastebin.com/m4f5db2a9
15:20 Francisco hi
15:23 void Francisco: hi
15:23 Francisco working for 4 hours and i didnt get any own template created for typo3
15:29 void Francisco: that's common, i think
15:35 s-andersen Hi guys, I'm trying to implement htmlArea RTE in a front-end plugin, but I get the javascript error "RTEarea is not defined" how can I fix this?
15:38 void s-andersen: show your code
15:43 s-andersen void: will do, one minute
15:44 Francisco My TemplateVoila always print out this message: No accessible Storage Folder found - please create one immediately!
15:44 Francisco and if i want to safe my template it doesnt work
15:45 Francisco but i even have 2 Storage Folders
15:45 s-andersen Francisco: Have you made one of them general storage page?
15:46 Francisco how i do i realize that?
15:46 Francisco root page and set the general storage page?
15:46 void Francisco: open main page properties
15:47 s-andersen void: http://phpfi.com/273602
15:47 Francisco okay i think thats it
15:48 Francisco yeah it works
15:49 void s-andersen: too much code... did you take an example or write all from scratch?
15:50 s-andersen Yes void I did
15:50 s-andersen From the manual
15:50 void s-andersen: use some example... some extensions use RTE in FE...
15:50 void for example, cal
15:55 Francisco haaaa. i exaclty did all the stuff out of the documentation, but i didnt get any content....
15:59 Francisco http://web0.pv61.ncsrv.de/typo3/xmldoc.txt <- do you find something wrong?
16:00 Francisco oh sorry is posting of an url allowed?
16:00 void yes, it's allowed
16:00 Francisco mhh
16:01 void seems right..
16:01 Francisco http://web0.pv61.ncsrv.de/typo3/
16:01 Francisco and this is all i get
16:01 void Francisco: can you pm me login/pass?
16:02 Francisco mhhh can i be sure that you doesnt make something wrong.
16:02 Francisco this account of my server contains all of my job work
16:02 Francisco okay....
16:02 Francisco thinks its okay...
16:03 Francisco how can i pm you?
16:03 void Francisco: register with nickserv and use /query then
16:06 Franscisco2007 so ive done
16:08 s-andersen void: quite simple solution, I posted the JS before I instantiated the code.
16:08 s-andersen thanks for your help
16:11 s-andersen Maybe you can also help me with another problem. I have some javascript that's required for my plugin, it should go in between <head></head>, is there a way to do that from my extension?
16:11 Franscisco2007 mhh
16:13 francisco2007 slow chat
16:14 francisco2007 sorry
16:15 francisco2007 void
16:20 martoss hi there, what can I do if pagecontent is not in the order as shown in the backend, but in the order it has been created?
16:34 __falcifer hi
16:35 __falcifer how could i know the my tt_content uid from a tslib_fe object???
16:39 francisco2007 i tried to set a favicon... page.favicon = fileadmin/template/main/favicon.ico
16:39 francisco2007 but that way doesnt work
16:39 francisco2007 how else?
16:42 void francisco2007: use page.headerData
16:43 void francisco2007: btw, you should use page.shortcutIcon instead of page.favicon
16:44 void __falcifer: not sure that it's possible
16:44 __falcifer i ll try to explain it abit more
16:44 __falcifer look
16:44 francisco2007 thank you
16:45 francisco2007 there can i find information about page.headerData?
16:45 __falcifer i have a template with a .renderObj.stdWrap.postUserFunc = user_divenvelop->proc
16:46 __falcifer so in every tt_content object user_divenvelop->proc is fired
16:46 void francisco2007: TSRef
16:47 __falcifer and i also have a TCA user defined variable that i want to recover and process in every tt_content
16:47 __falcifer void: is my problem a bit moire clear?
16:47 null francisco2007: page.shortcutIcon = fileadmin/whereever/favicon.ico
16:47 void __falcifer: yes...
16:47 __falcifer void: any idea??
16:48 void one sec, i should think..
16:49 null francisco2007: or page.headerData.10 = HTML
16:49 null francisco2007: or page.headerData.10.value = <link rel="SHORTCUT ICON" href="fileadmin/favicon.ico" />
16:50 null both wokrs
16:53 francisco2007 mhh thak you null.... but i got already a working version from void
16:54 francisco2007 so my last problem: i dont get the menu in :'(
16:54 null oh. i didn't see
16:54 null hehe
16:54 null :)
16:55 null public void answer(String question);
16:56 void return null; ?
16:56 null of course. that would be a dream of a too much working men :)
16:56 null <-- null
16:58 void francisco2007: map a place for menu and make it :)
17:03 MikeK2 hello
17:08 francisco2007 is there any way to edit the html code of an existing ds?
17:09 __falcifer ds??
17:10 francisco2007 the stuff templatevoila creates
17:10 francisco2007 create ts and to or something like that
17:11 __falcifer sorry, i dont use templatevoila
17:12 void francisco2007: do you mean xml?
17:12 francisco2007 no....
17:12 francisco2007 i mean the stuff there is writtin is my html source
17:12 francisco2007 i have a few thinks like the footer non-dynamic
17:12 francisco2007 and i want to edit these parts
17:13 kermit_green Francisco: You could just edit the HTML file.
17:13 kermit_green But you have to update the mapping afterwards
17:14 francisco2007 okay
17:14 francisco2007 thank you
17:16 MikeK2 someone can kindly help with menu adopting I put the html and TS code there: http://phpfi.com/273630 I just want to make onnly active node visible and not active subitems hiden
17:17 s-andersen Can someone tell me how I put javascript in <head> only on pages that have my extension? Preferably by the extension adding the code itself
17:18 s-andersen MikeK2: perhaps temp.nav-secondary.2.entryLevel = 1 will do the trick?
17:18 s-andersen nah MikeK2 just forget that
17:18 MikeK2 ok :)
17:19 s-andersen I'm not sure I know what you want. Do you want it to output like you have written in your HTML?
17:20 MikeK2 yes probabaly i had to add some conmments in code
17:20 MikeK2 well
17:22 MikeK2 I don't want subitems to be visible unless their parent is active
17:25 MikeK2 in example, the 1st item menu is active (line #3) so all it's subitems are visible (lines #4-#7), but 2nd menu item (line #9) is not active, so I dont want lines #10-#13 to be there
17:26 MikeK2 however I am not sure how to modify TS to do so
17:30 s-andersen well MikeK2 you have expAll = 1 remove that
17:33 d|g hi all
17:34 s-andersen just2b: as a javascript guru, can you tell me how I place something between <head> and </head> from my plugin? I need some javascript only to be available when the plugin is on a page
17:35 ries s-andersen, why not use TS for that?
17:35 francisco2007 how can i display the site title of the root page?
17:36 MikeK2 s-andersen hey yeah many thanks, helped :)
17:37 francisco2007 i got it
17:44 francisco2007 i have made a template with this documentation
17:44 francisco2007 http://typo3.org/documentation/document-library/tutorials/doc_tut_ftb1/1.0.1/view/1/2/#id3038221
17:44 francisco2007 everything works
17:45 francisco2007 and i already could create an dynamic setup for the footer...
17:45 francisco2007 now i want to create a titel in style of h1 over the navigation which is created with the setup code out of the document
17:45 francisco2007 how can i make that
17:46 francisco2007 ?
17:59 s-andersen ries: I can't seem to find a TS solution that I can write directly in my extensions setup TS
18:32 francisco2007 void im back - highlighting you
18:33 void what?
18:33 francisco2007 where do you learned all this stuff
18:34 francisco2007 with the setup code...
18:34 void i don't remember... i work with typo3 for ~ 2 years..
18:34 francisco2007 puhhhhhhh....
18:35 francisco2007 show me some results of your work , please
18:36 void francisco2007: http://typo3lab.ru/en/our-references.html
18:36 francisco2007 is that your business?
18:36 void yes
18:37 void i'm one of employees
18:37 francisco2007 very nice... till next time im working only with my handmade code...
18:37 void of typo3lab
18:38 francisco2007 mhh okay.
18:38 francisco2007 think i am ready to learn on myself...
18:42 francisco2007 mhh one new question
18:43 francisco2007 the code and the syntax of it, is that only used in the typo3 system or based on other languages like something like c, c++?
18:43 francisco2007 (i only learned php)
18:44 francisco2007 the code which is used in setup ...
18:45 void francisco2007: it's typoscript
18:45 void it used only in typo3
18:45 francisco2007 okay
18:45 francisco2007 ty
18:45 void but is similar to JSON or YAML
18:45 void configuration language...
19:04 MikeK2 Anyone can spare an expample of mininews, or simple instruct me how to make my news and teasers subs my dummy in template? ? The manual doesnt seems detailed enough for me
19:13 MikeK2 everything I find in google concerning mininews in Deutsch which I just kann nicht verstein :)
19:28 francisco2007 new question
19:28 francisco2007 is it possible to print a lil prefix befor the name of the viewing page in the title tag
19:29 void yes
19:29 francisco2007 how?
19:30 void config.noPageTitle = 1
19:30 void page.headerData.10 = TEXT, etc
19:32 francisco2007 noPageTitle = 1 ? i want it as prefix... not instead of..
19:32 void hm..
19:33 void you also may change template title
19:34 francisco2007 that stuff doesnt work
19:34 francisco2007 page title is disabled, and the string i want to use as title prefix is print in the background of site...
19:37 francisco2007 mhh editing title in template xml doesnt work too
19:37 francisco2007 typo3 ignores that editing
19:39 francisco2007 Maybe editing one value under Configuration>FE?
19:40 francisco2007 no
19:40 francisco2007 that is something other
19:43 MikeK2 may someone can spare of typoscript example with mininews for me? i just got no idea how to make it work from manual...
19:56 francisco2007 is there no other method void?
20:50 s-andersen Are there any lib/div developers in here+
20:51 francisco2007 do you mean css developers with div?
20:51 francisco2007 if you mean css: yes
20:52 s-andersen no francisco2007 that's not what I mean :)
20:52 francisco2007 okay
20:58 s-andersen Well if any lib/div developers are here, just highlight or PM me
21:12 friedaB woran kann es liegen das die zweite ebene eines menüs einfach nicht angezeigt wird?
21:13 friedaB es ist ein menü mit special.directory
21:14 friedaB ich habe es so eingebunden lib.menu_2.2 = GMENU
21:14 friedaB beim 1 level funktioniert es wunderbar
21:37 friedaB muss ich das second level menu noch in templevoila mappen?
21:38 francisco2007 speak english please
21:38 friedaB sorry
21:38 francisco2007 mhh
21:39 friedaB do i have to map the second level menu?
21:39 friedaB because my second level menu wont show off
21:39 francisco2007 is it displays if it doesent contain a special directory?
21:39 friedaB the first level works
21:39 friedaB let me test that
21:40 friedaB no :(
21:40 francisco2007 mhhh
21:40 friedaB cant i do a second level with GMENU?
21:41 friedaB ahh, sorry
21:41 friedaB it does
21:41 francisco2007 mhh?!?
21:42 francisco2007 do you need help or does it work now?
21:42 friedaB no, it stil wont work with special directory
21:42 francisco2007 1. try it with "TMENU"
21:42 francisco2007 2. make sure that you cleaned the cache
21:43 friedaB Notice: The automatic expansion of a menu is designed to work only when no "special" modes are used
21:43 friedaB shit
21:43 francisco2007 mhh okay it must be anything diffrent from TMENU....
21:44 francisco2007 maybe SMENU
21:44 francisco2007 i dont know if typo3 have an SMENU... maybe maybe not
21:45 friedaB it seems like typo3 hasnt got this feature
21:45 friedaB when you use a special command
21:45 francisco2007 okay
21:45 francisco2007 try to ask anyone else..
21:45 francisco2007 its my first day with typo3 :)
22:11 MikeK2 How can I add news teasers in a special DIVS in my template?
22:15 MikeK2 oh eventually i did it
22:16 MikeK2 :)
22:46 MikeK2 good night all
23:06 bkraut Hi
23:07 bkraut Anyone done tableless design 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.