Search the website and IRC logs

#TYPO3 IRC log from : Monday 1 March 2010

Year: 2007 2008 2009 2010 2011 2012
Month: Jan Feb Mar Apr May Jun Jul 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
00:03 anarcotraffic someone online?
00:20 anarcotraffic someone online?
00:20 slyngex i'm online
00:22 slyngex i'm quite near not to be online anymore
00:42 anarcotraffic what i must change in ext_tables.php to work in mod1 with flexforms
00:42 anarcotraffic ?
00:43 anarcotraffic what i must change in ext_tables.php to work in mod1 with flexforms
00:43 anarcotraffic ?
06:05 elec29a is typo3 a good choice
08:33 animan hi. does someone have an ideas why tw_rssfeeds doesn't want to show my feed? I have typed a full path of the feed and have fopen allowed
08:53 BejjWrk Morning.
09:07 dc hello, i have a question - has there anything dramatically changed concerning t3 and templavoila from v. 4.2.6 to 4.3.1 ?
09:09 dc some standard TS that i've always used doesnt work anymore (i.e. lib.headerlogo.10.= HTML lib.headerlogo.10.value = ......... )
09:09 dc TEXT -> value = ..... doesnt work either.. :/
09:11 maholtz|WORK morning
09:14 dc moin
09:37 Olf hello
09:39 Olf is it possible to show all content elements from a sys folder? I want to build a TS element witch shows content elements through pages, but adding elements would be simply done by adding new element into sys folder
09:39 Olf or maybe any other good solution for that, using templavoila and latest typo3 version
10:15 compojoom hey guys! I'm still fighting with the last week's problems :( . Do you have any ideas why a typoscript translation is not taken into account? The extension continues to use the things in the locallang.xml
10:17 slayer morning :)
10:17 slayer can anyone please tell me how to export extensions in typo3 ?
10:25 compojoom go to the ext manager
10:25 compojoom click on the extension
10:26 compojoom go to backup delete
10:26 compojoom from the dropdown
10:26 compojoom click on update em_conf
10:26 compojoom and after that download the extension
10:28 slayer compojoom> go to backup delete ... where is that
10:28 slayer ?
10:31 maholtz|WORK @compojoom: check if $this->conf = $conf in main() of that extension is the very first line
10:32 maholtz|WORK @slayer: did you the first steps compojoom told you?
10:51 compojoom maholtz|WORK: thanks, I found the problem. I was doing the following maincontent < plugin.tx_indexedsearch and after that I was translating plugin.tx..... = my new string
10:51 compojoom and that cannot work
10:52 compojoom but I was too stupid to see this
10:52 maholtz|WORK :)
10:54 Bluespuke morning
10:56 Bluespuke someone knows if it is possible to log the use of the "clear all caches"-button ?
11:02 maholtz|WORK @Bluespuke: as it is send via ajax, it should be possible via apache logfile
11:02 maholtz|WORK typo3/tce_db.php?vC=....&cacheCmd=all
11:02 Bluespuke maholtz|WORK: yeah, i also looked at that. but i was wondering if this would be possible in the TYPO3 log.
11:03 maholtz|WORK perhaps with devlog extension?
11:03 Bluespuke maybe... i'll check it out.
11:38 Olf hi
11:56 KOOL Hi everyone
11:57 KOOL I need help about i want to remove no_cache from url in tt_news
11:57 KOOL is it possible
11:58 KOOL ?
11:58 ycas hello. could anyone help me with phpmyadmin export settings for dumping a t3 db?
11:59 KOOL Have you installed phpmyadmin extension?
11:59 ycas no
11:59 KOOL Please install it
11:59 KOOL and you can easily export db from this
12:00 ycas ok
12:00 ycas thx
12:00 KOOL you welcome
12:01 KOOL Anybody knows how to remove no_cache from tt_news url
12:01 KOOL ?
12:11 Olf enable page caching for certain page?
12:12 KOOL means i dont want to use no_cache
12:12 KOOL Can i disable it
12:13 Olf if your page uses no cache it's added to url, you can probably change it with RealURL
12:13 KOOL it showing me url like this
12:13 KOOL news-detail/article/celebrity-chef-colletion/?no_cache=1
12:13 KOOL I want to remove no_cache from url
12:14 Olf you can't enable page caching? if you do, it's removed from url
12:14 KOOL HOw i disable page caching?
12:15 KOOL please help me
12:15 Olf any ideas why my content elemnts gettin rendered with " = &quot; etc, shows html tags in FE, witch is not needed http://pastebin.com/Z5sCDQpf
12:15 Olf just go to page preferences and change caching options
12:16 PiMB you can disable the 'no_cache' addition in your installtool
12:16 PiMB but be aware that it might be that some extensions still use this (which is not proper way to go though)
12:17 KOOL ok
12:21 KOOL I have used thi9s command
12:21 KOOL config.no_cache = 1
12:21 KOOL but its not working
13:21 maholtz|WORK @KOOL: what means it is not working?
13:21 maholtz|WORK how do you know?
13:22 maholtz|WORK perhaps you have set page.config.no_cache = 0
13:22 PiMB config.no_cache = 1 means disable all caching, so it probably does what it's supposed to do..
13:23 KOOL I only want to remove no_cache from url
13:23 PiMB there is a setting for it in the install tool
13:23 PiMB like I've mentioned before
13:23 KOOL yes i have done it
13:24 KOOL but still in url no_cache is showing
13:24 KOOL your are talking about $TYPO3_CONF_VARS['FE']['disableNoCacheParameter'] = '1';
13:24 KOOL right
13:24 PiMB yeah
13:24 PiMB and clear all the cache
13:24 KOOL yes i clear all the cache
13:26 KOOL its creating problem with tt_news
13:26 KOOL other links are working fine
13:26 KOOL news title link showing no_cache in url
13:27 KOOL and read more
13:33 Nugae hi everyone. I`va problem with rte extension. when save record in BE with content like "<p>something</p>", it save to database only "something" without "<p></p>".
13:38 Nugae anyone know?
14:12 KrabatR Hey together, is it posible to make a button in tt_products list view, that gives all in the basket? at the moment i have a list with like 10 products and i can select how many i want and than click the butten "in Basket". But i want this option and also the option to select how many an product x and y i want an than put them together in the basket. Is this posible? (and is the question understandeble?)
14:16 koDiacc hi everbody, just installed typo3
14:16 koDiacc now i got this error "No TypoScript template found!" when i try to access root
14:16 koDiacc do i need to set up an TypoScript? What is this?
14:18 maholtz|WORK @koDiacc: there is a backend modul called "template"
14:19 koDiacc no there isnt
14:19 maholtz|WORK are you an admin?
14:19 maholtz|WORK or an editor?
14:19 koDiacc how do i know?
14:19 koDiacc i think admin
14:19 KOOL My tt_news sections showing url
14:19 KOOL news-detail/article/celebrity-chef-colletion/?no_cache=1
14:20 KOOL I want to display it news-detail/article/celebrity-chef-colletion/
14:20 KOOL I don't want to display no_cache in url
14:20 KOOL ?
14:20 maholtz|WORK so dont use no_cache! there is no need with well coded extensions
14:21 KOOL I havn't use it
14:21 PiMB agree with maholtz|WORK, unset the checkbox on the single page mate
14:21 koDiacc maholtz|WORK: what do i do now?
14:21 koDiacc there is no template modul
14:21 KOOL checkbox is alrady unchecked
14:22 maholtz|WORK @koDiacc: ask your admin
14:22 koDiacc maholtz|WORK: im the fuc**in admin
14:22 maholtz|WORK or login as admin
14:22 PiMB then check the typoscript object browser if there are any overwrites regarding config.no_cache or page.config.no_cache
14:22 koDiacc i just installed typo3 myself on MY webserver
14:22 koDiacc im logged in as admin
14:22 koDiacc i created admin user with installation
14:22 PiMB then there is a module in the leftmenu called 'template'
14:22 koDiacc no
14:22 koDiacc there is
14:22 PiMB then you did something wrong..
14:23 maholtz|WORK @koDiacc: can you make an screenshot and put it somewhere?
14:23 PiMB what do you see in the left menu?
14:23 koDiacc Seite, List, Info, Access, Functions, Versioning, Recycler
14:23 KOOL I have removed that from my typo script config.no_cache=1
14:23 PiMB set it to config.no_cache = 0 on that page
14:23 koDiacc Filelist, User Settings, Workspace, Ext Manager, Log, Install, About Typo3, About Modules, Typo3 Manual, TypoScript help
14:23 koDiacc thats all
14:23 PiMB which T3 version?
14:23 KOOL ok
14:23 KOOL let me check it
14:24 maholtz|WORK @koDiacc: on the top there is an icon on the left side of your name, which color is it?
14:24 koDiacc one moment
14:24 koDiacc http://img31.imageshack.us/img31/4285/bildschirmfoto20100301u.png
14:25 KOOL no its not working?
14:25 koDiacc maholtz|WORK: its red
14:25 maholtz|WORK ok, i see... which version did you install?
14:26 koDiacc newes
14:26 koDiacc newest
14:26 PiMB it's 4.3.x
14:26 koDiacc im completely new to typo3
14:26 PiMB you can see the new items in the top right, those are there from 4.3
14:26 koDiacc got som exp. with joomla, and good in wordpress
14:26 KOOL I am using latest version of typo3
14:26 koDiacc but never liked this "blowed up" Cms
14:27 koDiacc somebody just said to me i have to install templa
14:27 koDiacc templa voila
14:27 PiMB who did?
14:28 koDiacc somebody in #html.de on quakenet
14:28 koDiacc isnt it really shitty to install a plugin that i see at least one Frontend Page?
14:28 koDiacc thats because i like wordpress most. its just working.
14:28 koDiacc not more. just working
14:29 maholtz|WORK @koDiacc: you do not need templaVoila, its an template mapping tool
14:29 koDiacc maholtz|WORK: so what do i need?
14:29 maholtz|WORK @koDiacc: there is a difference between a blog software and an CMS
14:30 koDiacc http://www.lueber.info/typo3/
14:30 koDiacc thats what i got
14:30 koDiacc maholtz|WORK: yeah i know. for me wordpress was enough..
14:30 koDiacc i have to learn typo3 because of work
14:30 maholtz|WORK you are an freelancer?
14:31 maholtz|WORK go to "ext manager" and install "tstemplate*"
14:31 maholtz|WORK install "viewpage"
14:31 koDiacc yeah i am
14:31 koDiacc k
14:32 koDiacc thats too sad, that u have to install plugins for viewing pages ..^^
14:32 koDiacc absolutely not my philosophy
14:32 maholtz|WORK perhaps install the most system extensions - you do not need dbal, adodb, openid
14:32 maholtz|WORK well, i am pretty sure, you do not need
14:32 koDiacc doc_core_tstemplates
14:32 koDiacc this one?
14:32 maholtz|WORK thats documentation
14:32 koDiacc maholtz|WORK: yeah but look at
14:32 koDiacc http://www.lueber.info/typo3/
14:32 koDiacc there is no content
14:32 koDiacc what am i doing wrong?
14:33 maholtz|WORK you did not define an typoscript template
14:33 maholtz|WORK go to "list" view
14:33 maholtz|WORK create an new template record
14:33 maholtz|WORK perhaps read http://wiki.typo3.org/index.php/Ts45min
14:33 maholtz|WORK you want to learn TYPO3, so you have to understand how typoscript works
14:34 koDiacc kay
14:34 maholtz|WORK (which is not an scripting language)
14:34 maholtz|WORK only an configuration array
14:34 koDiacc template record? when i click record
14:34 koDiacc there is page (inside) page (select position)
14:34 koDiacc and system records
14:34 PiMB TYPO3 doesn't come out of the box mate, because it's way flexible
14:34 koDiacc ok
14:34 PiMB while wordpress is just a blog. a good one, but a blog
14:35 koDiacc yeah but i use it as cms and it works
14:35 koDiacc nevermind..
14:35 koDiacc i have to get in touch with typo3
14:35 maholtz|WORK @koDiacc: well, how many editors do you have to manage, how many languages, you need to preview versionings?
14:35 koDiacc ? what do you mean?
14:35 koDiacc i dont understand
14:37 maholtz|WORK @koDiacc: sure, if you only want to see how TYPO3 works you can install http://templavoila.busynoggin.com/ - but i am not sure, if that is a good starting point to learning how TYPO3 works
14:38 koDiacc okay
14:40 PiMB You could try the documentations like the Ts45min link maholtz|WORK already posted, and maybe http://typo3.org/documentation/document-library/tutorials/doc_tut_templselect/0.1.0/view/
14:41 koDiacc yeah im there
14:41 koDiacc but i dont get better
14:41 PiMB http://typo3.org/documentation/document-library/tutorials/doc_tut_templselect2/0.0.1/view/
14:41 PiMB and that one
14:41 koDiacc im stuck
14:41 koDiacc too much informations
14:41 PiMB too much informations?
14:41 koDiacc the ts45 wiki page is shit
14:42 koDiacc there are lines within code
14:42 koDiacc about 5 million words on 1 page
14:42 PiMB it kinda sounds to me that you don't really want to know about TYPO3
14:43 PiMB and you might want to take it easy on the ts docs and wiki pages on a TYPO3 channel.
14:43 koDiacc i want, but there is no structure
14:43 koDiacc i dont know where to start
14:43 koDiacc first of all, i just want to edit one page, and want to see it in frontend
14:43 PiMB we are here to try to help people, but you have to do some groundwork first
14:43 koDiacc i dont think that is too much expected
14:43 PiMB to be able to see a page in the frontend you need to create a template and put a bit of typoscript in there.
14:44 PiMB for instance:
14:44 koDiacc okay.
14:44 PiMB page = PAGE page.10 < styles.content.get
14:44 koDiacc and for creating a template i need to install a plugin?
14:44 PiMB if you use the code i've pasted here (btw, there is a newline between PAGE and page)
14:44 PiMB you need to install the extension css_styled_content
14:45 PiMB that's preconfigured with a lot of typoscript, so you do not need to rebuild everything.
14:45 PiMB and in the template you've created you need to include the static template file for css_styled_content
14:48 koDiacc PiMB: css_styles is installed. and now?
14:48 koDiacc where do i put the typoscript?
14:48 koDiacc options -> TSConfig?
15:44 koDiacc nobody can help me? really?
15:44 koDiacc im stuck
15:45 koDiacc i dont know what to do
15:45 koDiacc when i read documentation, there is already a page online (fc bigfeet)
15:45 koDiacc when i click "create page content" for eg - there is a blank page in backend
15:48 PiMB okay mate
15:48 PiMB chill.
15:48 PiMB I was on the phone, I'm also at work.
15:48 PiMB but sure I can help
15:49 PiMB the fc bigfeet page is only there if you've installed the dummy website from TYPo3
15:49 PiMB which you haven't
15:49 PiMB and you shouldn;t
15:49 PiMB typoscript is always inserted into a template element
15:49 koDiacc everybodys talkin about "template" left in menu
15:49 koDiacc but there isnt a template menu button
15:49 PiMB sure
15:50 PiMB did you install the items maholtz|WORK told you?
15:50 koDiacc i got the default typoscript example
15:50 koDiacc with hello world. but where to put?
15:50 koDiacc PiMB: everbodys talkin about other tools/plugin
15:50 PiMB okay
15:50 koDiacc im confused wich to install (and im still convinced there should be at least the possibility to display "hello world" without any plugin - but i think this isnt right...)
15:52 koDiacc okay
15:52 koDiacc now i got "template"
15:52 koDiacc on the left side
15:53 koDiacc as i installed all tstemplate packages/extnesions
15:53 koDiacc and i installed "view page"
16:16 SargoDarya Hey guys, where is the domain record in Typo3 4.3.1?
16:16 zed_devil hi
16:17 SargoDarya Ah.. nvm
16:17 SargoDarya found them
16:17 zed_devil i have validation errors when is use special = directory with typo3 4.3.1 // non SGML character number 11
16:17 SargoDarya god I'm stupid
16:18 SargoDarya zed_devil: pastebin please
16:20 zed_devil here ist the COA http://paste.phlogi.net/-fb30534f14/
16:23 SargoDarya That looks kinda right
16:23 zed_devil and here the error http://tinyurl.com/yjfyrzs
16:24 zed_devil if i change the special = list it works without errors
16:24 zed_devil but i need directory for that
16:25 SargoDarya Constructionshop?
16:26 zed_devil what?
16:27 maholtz|WORK @zed_devil: where does your character come from? which character is it?
16:27 SargoDarya "Vorgespannte Plattendecke" sounds like construction :P Would've been my next question
16:28 zed_devil there is no character
16:28 maholtz|WORK ah, so check your page-title of "vorgespannte Plattendecke"
16:28 SargoDarya I feel so stupid mixing german words into english when I know I could speak german instead...
16:29 SargoDarya btw. it's ATagTitle not ATagtitle
16:31 zed_devil i checked the page title there is nothing here ist the source http://paste.phlogi.net/-0cf5b41146/
16:32 zed_devil if i change the special = list and value to the site "vorgespannte Plattendecke" there ist no error
16:33 SargoDarya i don't know whats wrong
16:35 zed_devil ok thanks
16:35 zed_devil i try 4.3.2
16:47 maholtz|WORK @zed_devil: perhaps have a look into the database
17:15 TheEternalAbyss Hi i need some assistance
17:16 TheEternalAbyss I have a vertical submenu, which has it's own sub menu items
17:19 TheEternalAbyss how do I define it in TS so I can change it's colors and such in CSS
17:19 TheEternalAbyss call it subnavi2 or somethign liek that?
17:25 TheEternalAbyss i really need this working soon. could anyone help?
17:35 anteatersa I just installed templavoila 1.4.1 and it has buggered up all of my FCEs with repeating container sections, is this a known bug?
17:37 TheEternalAbyss how do I define two separate submenu div classes in my TS?
17:44 TheEternalAbyss cmon, anyone know how to do this?
17:44 anteatersa what kind of sub-menu, just wrap with a class e.g. 2.wrap = <span class="submenu">|</span>
17:46 TheEternalAbyss ....
17:46 anteatersa does anyone know where I can download old t3x files of extensions e.g. templavoila?
17:46 TheEternalAbyss come to think of it, that seems like a perfect solution
17:47 TheEternalAbyss cause i don't really need to have two distinct subnavigation systems since one is dependent ont he other. I'll give that a try. thanks
17:49 TheEternalAbyss ant: oh geez, I dunno about old extensions
17:51 TheEternalAbyss i'm thinking tho, if i wrap lib.subnavi.2, wouldn't that wrap the individual elements? or just doing that before I defien anything else, like the wrap being my first line in TS defining subnavi.2, would wrap the whole menu?
17:53 anteatersa why don't you paste your typoscript somewhere, I'll have a look
17:54 TheEternalAbyss ok
17:56 TheEternalAbyss http://paste.phlogi.net/subl2/
17:56 TheEternalAbyss the site is here: http://chriscastiglione.com/index.php?id=158
17:56 TheEternalAbyss i need to change the colors and size of the two submenu items "Zepto" and "Atto" so it's clear they are submenu items
18:00 anteatersa you can just use css then... ul li ul li {color:red;}
18:00 TheEternalAbyss in the TS itself?
18:00 anteatersa or #subnavi ul li ul li { color: red; }
18:01 anteatersa no in a css file
18:02 TheEternalAbyss but that class defines the whole subnavi class
18:02 TheEternalAbyss if i changed it it would change for everything in that submenu
18:02 TheEternalAbyss I just need it for level 2 items
18:02 anteatersa also you have very bad html in your page <ul><li></li><ul><li></li></ul></ul> is not valid the second list should be inside the li
18:03 anteatersa the css I showed you would only affect second level of navigation
18:03 TheEternalAbyss it would? well I can try it
18:05 TheEternalAbyss hmm
18:05 anteatersa I think you need to brush up on some basic css
18:07 TheEternalAbyss it's not taking the change
18:15 anteatersa hmm sorry mate, might wanna try a forum where they can help you with css problems
18:17 TheEternalAbyss it's cool
18:17 TheEternalAbyss I figured it out
18:17 TheEternalAbyss thans
18:17 TheEternalAbyss thanks i mean :)
18:18 snyfer hi all :) ... we've just wondering how we can put in the "names" of the content elements in the backend? ...
18:18 anteatersa cool
18:20 snyfer does anyone have a hint?
18:22 pmk65 anteatersa: To download older ext versions, click on the extension's name in the EM (not the small "install" icon) then you should get a dropdown where you can select older versions.
18:23 anteatersa oh really, thanks
18:23 pmk65 snyfer: you got to explain what you want more elaborate..
18:24 snyfer @pmk65: I was searching where I can give the different elements within the site editor of the backend a name so that the editor can distinguish between them easily
18:25 pmk65 snyfer: Fill in the header/title of each CE..
18:26 snyfer pmk65: I though I have done that already via the TemplaVoila editor ... there a name is required as far as I can remember? ...
18:27 pmk65 so you mean FCE elements? (i don't think you can add other titles other than the ones you fill in when mapping the FCE)
18:29 snyfer pmk65: I see ... how do I combine those FCE now with my DO ? ...
18:29 pmk65 anteatersa: Several bugs have been fixed in the SVN version of TemplaVoila. So you could also try that.
18:30 anteatersa thanks pmk65
18:31 snyfer because the FCE is available and shown in the TemplaVoila part - but I can't find where I can join in to a specific template ? :) possibly I got all the way wrong ..
18:32 pmk65 http://forge.typo3.org/projects/show/extension-templavoila
18:33 anteatersa ok, gonna try check it out, thanks again
18:55 anteatersa pmk65, I upgraded to svn version and that fixed the bug with repeating FCEs, thanks again
19:13 N33D Hi all!!
19:13 N33D Can anybody help me with the install tool? i try to login but every time i press login i go back to that login screen and it tells me what password i just typed in MD5 hash
19:14 N33D Cookies are enabled, i can login to another Typo3 site's install-tool..
19:21 anteatersa you're using the wrong password
19:21 N33D no really.. i checked the MD5 Hash in localconf.php
19:22 anteatersa oh
19:22 N33D already tried to copy and paste the givin MD5 hash to localconf.php but also that doesný work
19:22 N33D *doesn't
19:22 anteatersa you didn't copy any trailing characters when you copied and pasted?
19:24 N33D no.. i copy'd it to notepad for sure..
19:25 anteatersa hmm tricky
19:25 N33D WTF.. i just changed the password to another, and then changed it back.. and now it works, maybe i did something wrong but.. heh? well i'm in..
19:26 N33D sorry for your time :-)
19:28 anteatersa happens to the best of us
21:53 TheEternalAbyss hi
21:54 TheEternalAbyss could someone explain these three lines of TS to me?
21:54 TheEternalAbyss lib.language = RECORDS
21:54 TheEternalAbyss lib.language.tables = tt_content
21:54 TheEternalAbyss lib.language.source = 139
21:54 TheEternalAbyss what's going on exactly
22:10 TheEternalAbyss http://typo3.org/documentation/document-library/core-documentation/doc_core_tsbyex/0.0.16/view/9/6/
22:10 TheEternalAbyss where can i find the page content shown in this documentation??
22:25 TheEternalAbyss nobody knows?
22:45 kraftb ;)
22:47 kraftb http://www.phlogi.net/f/t3/tsp/sp/-629a2eddeb/
23:22 Conic can someone tell me the name of the array which contains the information about the current BE user?
23:22 Conic in BE programming of course ^^
23:24 nd__ How can I output a page as json instead of html?
23:45 kraftb $GLOBALS['BE_USER']
23:45 kraftb is a userauth object ...
23:45 kraftb ^Conic
23:45 kraftb print_r($GLOBALS['BE_USER']);
23:45 Conic oh, thanks
23:46 Conic that's what i searched for ;)

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.