Search the website and IRC logs

#TYPO3 IRC log from : Saturday 28 February 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 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
00:51 egoleo hello
00:51 egoleo i am confused with typo3 installation
00:51 egoleo which one do i use
00:51 egoleo dummy or what
01:08 nkuttler egoleo: egoleo http://wiki.typo3.org/index.php/Typo3_Installation_Basics
01:12 dinsdale07 is anyone using openemm with typo3 here?
01:14 egoleo thnx man
05:26 l_e_o hello
05:28 l_e_o my backend user gets "TBE_EDITOR not found" javascript errors and nothing is displayed in the page module. what could be wrong?
05:29 l_e_o err, "TBE_EDITOR is not defined" (FF) was the correct error message, sorry
05:41 l_e_o ah, i found it.
05:42 l_e_o i forgot to enable+config the access lists
05:47 l_e_o bye
07:09 climb513 i so hate realurl :)
11:03 s-andersen Anyone here know if the extension "Slideshow" can be made to work with PNG files?
11:23 sperber i wonder - why do you want to use flash for that?
11:24 sperber (just out of personal interest)
11:38 s-andersen sperber: I want to rotate some images that has to have transparent background
11:39 s-andersen sperber: And I find "Slideshow" and easy way to accomplish just that.
11:40 sperber s-andersen: hm, i see
11:41 s-andersen The thing is, I can't find anything in the actionscript, that isn't compatible with PNG :(
11:48 s-andersen Perhaps smoothgallery can do the job just as nicely
11:59 MarwolTuk moin
12:00 MarwolTuk is there someone over here wich is good with typos db-structure?
12:00 MarwolTuk i'm struggeling with tt_content CType imagetext...
12:02 MarwolTuk the field image seems to simply contain the filename of the image, but i can't find a field containig a path to it... (maybee relative to the fileadmin-folder or something lije that...) - does something like that exist?
12:05 MarwolTuk *like
12:13 s-andersen MarwolTuk: The path of images in content elements is always something like uploads/media/ or uploads/pics/ can't remember which one
12:16 MarwolTuk mostly yes, but as i've checked id, i've seen that you can cange the path in the image-selevtion-dialoge :-P (selecting images from different locations)
12:36 s-andersen MarwolTuk: What image selection dialoge?
12:37 s-andersen MarwolTuk: If you mean the recordsbrowser, it will copy the image from that location and into the uploads folder, afaik
13:14 _pedda_ hi
13:15 _pedda_ does anyone have vista home premium ?
13:15 _pedda_ i need a dll
13:16 _pedda_ sfc.dll
13:16 _pedda_ in windows/system32
13:19 nkuttler _pedda_: dlls can usually be found through google...
13:20 _pedda_ hmm
13:20 _pedda_ do you think i matters whether it is a 62bit or 32 bi system
13:21 nkuttler i don't know windows. you probably want a different irc channel or even network. i'd guess yes.
13:21 _pedda_ ok
13:21 _pedda_ :)
14:18 drindt someone can please get me a hint how to disable for be_users that they can delte frontent users?
14:26 nkuttler drindt: um, start by not making them admins?
14:28 drindt nkuttler: they are not admins :)
14:28 nkuttler drindt: then it's something like fix permissions or disable editing of that content type (if possible)
14:29 drindt nkuttler: ok i will check out if that is working
14:36 MarwolTuk moin _pedda_
14:36 _pedda_ moin :)
15:59 drindt nkuttler: iam now in the acl settings from that group which shouldn't allowed to delete fe_user records, i found field inactive but not deleted...
16:15 nkuttler drindt: you want the be user to be able to disable users but not delete?
16:15 drindt nkuttler: i want the be_user is not able to delete fe_user
16:35 nkuttler drindt: as i said you can deny access to frontend users at all. not sure if disabling delete only is possible.
16:36 nkuttler drindt: in the backend group settings
16:36 drindt nkuttler: in the backend group settings i cant see the field fe_users:deleted
16:37 nkuttler sounds good
16:37 nkuttler ah, you can't
16:49 drindt nkuttler: hrmpf why not? :)
16:50 drindt TSConfig can't hide it?
16:50 drindt similar to this one mod.web_layout.tt_content.colPos_list = 0,2
16:54 nkuttler drindt: no idea. TSConfig only works on forms afaik
16:56 drindt nkuttler: ok so no way? or where i can take a look too?
16:57 nkuttler drindt: hm, i guess i'd try a mailing list
16:57 drindt ok
16:57 nkuttler maybe later somebody here knows
16:57 nkuttler it's weekend too..
16:59 ckuhn hi
16:59 ckuhn <- fighting with tca again ;)
17:00 ckuhn q: is it possible to render a checkbox, whose select items are determined by an external script or something?
17:01 ckuhn checkbox -> drop down select box
17:03 ckuhn what i want to do: for be_users field 'lang' is the "default language" (currently statically with some values). I would like to look up in typo3conf/l10n and fill this drop down with languages an admin has installed language packs for.
17:06 ckuhn a solution here would be a key to solve #6201 (merge be_user->uc['lang'] with table be_user['lang'])
17:14 ckuhn itemsProcFunc
17:42 ckuhn hi ckoehler
17:44 tsauter hi all
17:44 ckuhn hi
17:45 tsauter is the indexed_search plugin integrated in 4.2.6?
17:46 ckuhn ext:indexed_search is core sysext, yes
17:48 tsauter I am trying to use my own template to format the output of the search results, but the following code doesn't change anything: plugin.tx_indexedsearch.templateFile = fileadmin/templates/searchresult.html. Isn't this no longer valid in 4.2.6?
17:51 tsauter at the oposite, this code snippset works: tt_content.search.30.stdWrap.wrap = XXX|YYY
17:51 tsauter any ideas how can I customize the search output?
17:52 nkuttler tsauter: changing the template should work. maybe you defined it in several places and one takes precedence
17:53 tsauter I have only one template (at the first page off my page structur). And in this template the code is in the "setup".
17:54 ckuhn yep, should work. but i can check. give me a minute
17:54 nkuttler tsauter: did you check the content element itself? cache?
17:54 ckuhn plugin.tx_indexedsearch.templateFile = fileadmin/tmpl/indexed_search.tmpl
17:54 ckuhn works for me
17:55 tsauter cache is cleared. What did you mean with content element?
17:55 nkuttler tsauter: the plugin on your news page
18:00 ckuhn mmh
18:00 ckuhn please go to template->TypoScript Object Browser
18:00 tsauter ckuhn: maybe my template file is invalid. is the a sample template available?
18:01 tsauter ckuhn: I am in the object browser now.
18:01 ckuhn look if your value is set in plugin -> tx_indexedsearch -> templateFile
18:02 ckuhn is there "fileadmin/templates/searchresult.html" or "EXT:indexed_search/pi/indexed_search.tmpl" ?
18:03 tsauter ckuhn: it's: plugin -> tx_indexedsearch: [templateFile] = fileadmin/templates/searchresult.html
18:03 tsauter oh the file path is valid, because I can view the file via the browser
18:04 ckuhn hmm. and this is on the page where you inserted the search plugin?
18:06 tsauter ckuhn: yes.
18:07 ckuhn weird
18:07 HardPhuck guys if i want to migrate a website from regular templates to TV, is it hard?
18:07 ckuhn btw: for a sample tmpl you could copy the original one
18:07 HardPhuck i mean if it is a lot of work?
18:08 ckuhn its found in typo3/sysext/indexed_search/pi/indexed_search.tmpl
18:12 tsauter I have replaced my template with the original one, but nothing changed.
18:13 ckuhn mom
18:13 tsauter I have simply added a new content element to a page and the type is "Search"
18:14 ckuhn ah
18:16 ckuhn mom, need to quickly fix another thing locally
18:18 ckuhn ok
18:18 ckuhn so, the content element "search" is not indexed_searrch
18:18 ckuhn to enable indexed_search in frontend, add a content element "plugin" and choose "indexed search"
18:19 ckuhn the "simple search" is different
18:20 tsauter ckuhn: I have tried to do this also, but if I select Plugin I can only select News (from tt_news which I have installed). indexed_search is not available for selection
18:20 ckuhn the content element "search" is configured with tt_content.search
18:21 ckuhn tsauter, then indexed_search is not installed (check extension manager) but: if the "simple search" works for you: use it! indexed_search is far more complicated
18:22 ckuhn for simple search: typoscript object browser, tt_content.search . there you see all current configs how this content element is constructed
18:23 tsauter ckuhn: If indexed_search is in the base how can I install it?
18:23 tsauter I cannot find a downloadable tx3 file
18:23 ckuhn you do not need one (its included)
18:23 tsauter a damn. Found it :-)
18:23 tsauter there are modules which are installed but not enabled by default.
18:24 ckuhn ext manager -> install extension -> indexed_search
18:24 ckuhn ah
18:27 tsauter ckuhn: thanks for your help!
18:27 ckuhn np
18:28 ckuhn he will now spend the next 3 days configuring indexed_search ^^
20:14 bmack @ckuhn - online?
20:52 ckuhn bmack, yes
20:52 ckuhn ah, off again ... fsck
20:55 MarwolTuk bye guys
22:50 egoleo is there any videos on template
23:36 TaucherMK egoleo: Template is very specific...
23:58 Kesandal Hello, can someone help me how to check if the actual minutes are odd or even? Something linke if(minutes==odd) {.... } else { ...}
23:58 tsauter Hi all
23:59 tsauter I am trying to integrate the indexed_search in my typo3 4.2.6 installation. The modul is enabled and config.index_enable = 1 is set the in the page main template. but if I create a new content element with this plugin there is no output on the page. any have googled around but no solution found. any 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.