Search the website and IRC logs

#TYPO3 IRC log from : Friday 23 April 2010

Year: 2007 2008 2009 2010 2011 2012
Month: Jan Feb Mar Apr May Jun Jul Sep Oct Nov Dec
Day: 4 5 8 9 10 11 12 13 14 15 16 17 18 19 22 23 24 25 26 27 28 29 30
07:42 ZaFantasy hi
07:43 ZaFantasy I have installed kj_imagelightbox2 but JS files and all are no included in header ? And I have checked Lightbox checkbox... any tip
07:58 ndee what is exactly the issue with typo3 and chrome not saving it's passwords?
08:33 MaZderMind hello all, i have a database-cache issue
09:06 maholtz|WORK morning
09:07 PiMB morning
09:08 ndee moin moin :D
09:09 maholtz|WORK :)
09:49 ZaFantasy I have installed kj_imagelightbox2 but JS files and all are no included in header ? And I have checked Lightbox checkbox... any tip
10:06 scrieler anybody installed admin panel wrap?
10:06 scrieler don't understand how to replace it...
10:10 scrieler got it
10:26 freeman hi guys it's me again I cannot change the path in the backend
10:26 freeman It does not work for me
10:28 SargoDarya Which Path?
10:33 freeman Path: / | this one which stands in the top right corner
10:34 freeman in the typo3 admin area
10:34 PiMB which top right corner?
10:34 freeman i want to change it
10:34 PiMB could you clearify this with a screenshot or something.
10:34 freeman for example when you want to edit or view a site you see this absolute path
10:35 freeman ok
10:36 acasto What are you wanting to change it to? I think that is the pagetree path
10:37 freeman yeah but there stand oldserver.com i want to get it to newserver.com
10:37 freeman http://img17.imageshack.us/img17/1650/typo3screenshot01path.jpg
10:37 freeman here an example redlined
10:37 freeman marked
10:37 PiMB and what does it have to say?
10:37 freeman I want to change this path for all files
10:38 PiMB that is not a absolute path on your server mate.
10:38 PiMB it's the page tree path, like acasto says
10:38 PiMB change the names of the pages above and the path will change as well.
10:38 freeman ah ok and how I can change that
10:38 freeman Ok
10:38 freeman I will try that
10:38 acasto Isn't that composed from the sitename config setting
10:39 PiMB yeah
10:42 freeman Where I can find that option?
10:46 acasto typo3conf/localconf.php
10:46 acasto or via the install tool
10:47 freeman there I can see the path?
10:47 acasto you can set the sitename which forms the base of the path.
10:48 acasto The rest of the path is composed of your page names. Ex: <sitename>/<page 1><page 2>
10:52 freeman ok but when I edit it it does not the changed settings
10:53 freeman I get an error not found
11:07 freeman when I change the pagename :-(
11:14 freeman I always get an not found error
11:14 freeman terrible
11:32 Prot0 how can it not find the error? =)
12:04 freeman2411 I cannot solve this problem with the path tree :-c
12:11 freeman2411 could someone please help me with that problem?
12:24 newbie hi people
12:33 newbie who know how can changed first menu item for menu ???who know how can change first menu item for typo3 menu ???
12:34 newbie i want add image for 1st item.. and do not know how
12:38 acasto An image in place of the first item or just something towards the top of the menu?
12:41 newbie I need to change wrap only to the first item
12:42 newbie the picture must be about a reference
12:43 newbie <a><img ...>LINK</a>
12:43 newbie it is only for 1st item
12:43 newbie for other should be <a>LINK</a>
12:43 acasto Could you create 2 menu objects and use properties like maxItems and begin to restrict them?
12:47 newbie hmm
12:52 acasto Something else I've done before is use subst_elementUid to place hooks in the menu to target with CSS
12:53 acasto If you're page ID wasn't going to change you target the first link with CSS and use a background image
12:53 acasto s/you're/your
12:55 PiMB you could also use the NO.allWrap = <li class="firstimage"> | </li> |*| <li> | </li>
12:55 PiMB something like that.
12:55 PiMB and style it with css
12:58 acasto PiMB: What does the asterisk do in that syntax?
13:01 PiMB http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/3/1/
13:02 acasto thanks
13:05 smda hello folk..
13:05 PiMB hi all
13:05 PiMB @ acasto, sorry for the blunt link :)
13:05 PiMB optionsplit kinda hard to explain
13:06 PiMB but the explaination in that link is pretty good
13:06 acasto no problem, I would have looked it up myself but it's difficult to search for an asterisk between two pipes ;)
13:07 PiMB :D
13:09 smda I'm having trouble with xajax being used in two different exts on the same page. hence both implements the ->processRequests() function in their respective main methods. because of that only the first extensions registered functions get processed.. anyone had this issue before?
13:13 elmargol is there an option to autorotate images?
13:13 elmargol somehow typo3 does not rotate by default :(
13:14 acasto rotate on reload or during a page view?
13:15 elmargol After i upload an image
13:18 acasto Not sure what you mean by autorotoate. You talking about reloading from the cached image?
13:22 elmargol I have images and there is a EXIF information that the image should be rotated. typo3 somehow ignores this and does not roate the image
13:23 acasto Oh, you mean rotate as in actually rotating the image.
13:23 acasto Sorry, I just finished a project where we rotated images as in changing them out.
13:23 acasto Not thinking clearly
13:31 elmargol i reupload it rotated...
13:34 newbie PiMB: i can not use class or id
13:34 PiMB why not?
13:36 newbie html slice did not me. I can not fix it
13:47 elmargol If i have portrait and lanscape images in multiple rowse it looks terrible. is there a way to make this nicer? Maybe cropping thre preview?
13:47 acasto there's an extension that can make thumnails all square
13:48 acasto tkcropthumbs
13:51 smda you can make images square with typoscript otherwise..
13:52 acasto smda: is there a way to add an option to BE with typoscript?
13:52 smda acasto: no not afaik. thought it was in FE
14:00 kotelette Hi everybody! Does anyone know how to get a value from the "options" field from the page with uid=1 in a php class used as a staticpub hook?
14:01 kotelette Since I got no pObj or similar there
14:01 PiMB sql?
14:02 Prot0 staticpub hook? wheres that one located?
14:04 PiMB pi_getRecord function?
14:04 PiMB http://typo3.org/fileadmin/typo3api-4.2.6/df/d32/classtslib__pibase.html#5363f5c51736d72401e505c1fa33e057
14:04 kotelette you can add a hook to the staticpub extension where "createFile_processContent($path,$file,$content,$pubDir,$page_id,$isResource)" will be called
14:05 kotelette now I need to read a param from the root page optionsfield in taht
14:10 scrieler how can I add write permissions to a sysfolder?
14:15 kotelette ha: t3lib_BEfunc.getPagesTSconfig :) that sounds good
14:17 scrieler pls help me, don't understand the roles and policies system in typo3, customer can edit pages but can't check a module because it needed write permissions for a sysfolder, how can I add this sysfolder to his permissions?
14:20 acasto scrieler, I think you would use a DB Mount to make it available and Access module to give them write permission.
14:25 scrieler ok, I have to add the permission for 1 db table, where I have to add it?
14:26 DmitryD people help me please, how create counter in typoscript or cycle for example?
14:39 maholtz|WORK @DmitryD: in german, but snippet should help: http://blog.martinholtz.de/blog-post/2009/01/31/counter-mit-typoscript/
14:39 scrieler got it
14:49 maholtz|WORK elmargol: you still searching for cropping solution?
14:51 Conic hey guys, i have 2 general questions to TypoScript:
14:51 Conic 1) do TCEFORM things only work in PageTSConfig and not in templates?
14:51 maholtz|WORK yep
14:51 maholtz|WORK typoscript templates are for frontend rendering
14:51 Conic this is "bad"
14:51 maholtz|WORK page-tsconfig for backend
14:52 maholtz|WORK nope
14:52 maholtz|WORK or better "why" :)
14:52 Conic yes ^^
14:52 Conic let me try...
14:53 Conic i need that code in many many pages and don't like redundancies ( <- correct english? o0 )
14:54 Conic so the only way i know to include that to all pages is via templates
14:55 Conic and this i why i would like to have this code written in a template and not in pagetsconfig. Please tell me a better way if there is one ;)
14:57 Conic maholtz|WORK: what do you think?
14:57 maholtz|WORK mom
15:10 ries DmitryD: ????
15:10 ries I assume a other Dmitry D....
15:10 DmitryD yes, what?
15:12 ries Well. then you are not the famous dmitry dulepov. most core devs don't hang out here... so I was shocked to see DmitryD :)
15:13 DmitryD ))))
15:13 elmargol maholtz|WORK: yes
15:14 DmitryD i'm dmitry from ukraine )
15:14 ries DmitryD: welcome to teh channel though ;) I don't think I have seen your name before
15:15 Conic maholtz|WORK: still there?
15:16 Conic or does someone else have an idea? maybe maholtz is busy atm ;)
15:16 maholtz|WORK @elmargol: perhaps that snippets helps a bit? http://www.typo3-fuer-redakteure.de/typoscript-to-go.html#c583
15:17 DmitryD ries: I am here not long ago
15:17 elmargol maholtz|WORK: thx
15:18 maholtz|WORK @Conic: what do you want to include where?
15:19 Conic i want to write the TCEFORMS thing in a template -> because i want to have it on many different pages (that all include that template by now)
15:20 Conic don't want to write it redundant on each page, this is too hard to manage
15:23 maholtz|WORK if you put it into your root page ts config, it will be passed to all pages recursiv
15:24 maholtz|WORK so via page-ts config you define a setting for that page an all subpages
15:26 Conic hmmm
15:26 Conic but that means all the pages must be sub of a superpage
15:26 Conic that's a bit complicated in my project :/
15:26 Conic not impossible, but i'll think about it
15:26 maholtz|WORK afaik it is possible to set default page ts config per localconf.php / install tool
15:27 maholtz|WORK it is possible via extensions - set default ts config
15:27 maholtz|WORK search api for that
15:27 Conic :) i don't want to affect all pages
15:27 Conic but thanks so far
15:28 Conic leads me to my other question
15:28 Conic second question: this TS {plugin.powermail.template.formWrap.....} works both in SETUP and in CONSTANTS. So where does it belong and why?
15:28 maholtz|WORK since 4.3 it is possible to use conditions in page ts config
15:29 maholtz|WORK then in setup it is defined as plugin.powermail.template.fromWrap = {$plugin.powermail.template.fromWrap}
15:29 maholtz|WORK so that means, your constang $plugin.powermail.template.fromWrap is inserted, but if you overwrite your typoscript plugin.powermail.template.fromWrap = that has the same effect
15:29 maholtz|WORK you should use constants then, because it is easier to maintain
15:30 maholtz|WORK if you need an different value on an subpage, you can easily change the constant (which could be more difficult to change setup in sometimes
15:30 Conic ok then it belongs to constants
15:30 Conic makes sense...
15:31 Conic thanks, questions are answered ;)
15:31 maholtz|WORK hth:)
15:39 DmitryD people need help. I added new extension on site macina_searchbox, but i don't know how use it
15:39 DmitryD I can not find the settings
15:42 DmitryD help me please, how use this module
15:42 maholtz|WORK so you need something for rotating your adds?
15:44 DmitryD no.
15:45 maholtz|WORK good to know ....
15:57 DmitryD developers how create search on typo3 site?
16:22 elmargol maholtz|WORK: somehow this script does not work for me
16:23 maholtz|WORK you are using templavoila?
16:24 elmargol no
16:25 maholtz|WORK ok, so id didnt crop your images? did you add an image to widht or height?
16:26 elmargol no i did not
16:26 maholtz|WORK sry, i tried to say: did you add a width to your image record :)
16:27 elmargol maholtz|WORK: no I uploadet my images to the server using ssh
17:20 S_P howdy -- anyone out there happen to know how to configure the typo3 indexed_search? (I have a slightly older version that I want to tell to use 'distinct word' as a default search parameter, rather than 'part of word'
17:31 Conic maholtz|WORK: everything works well now, thanks!
17:31 Conic byebye...
21:10 ironm Hi SargoDarya :-)
21:10 SargoDarya Yo ironm :D

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.