Search the website and IRC logs
| 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:02 | Capn | When I upload some pics to my website, they are stored in typo3temp. Do they usually get dumped to a permenant space automatically? |
| 00:08 | Capn | OK, maybe that's just for the frontend cache. Apparently they are really in the uploads directory. However, it's tough to add them to other parts of the site because the uploads section isn't under fileadmin, so when I try to browse for an image to insert I'm unable to navigate to it. Any thoughs? |
| 00:08 | Capn | thoughts*? |
| 00:12 | Denyerec | yeha |
| 00:12 | Denyerec | alter the default upload path in the install tool to point to user_upload in the /fileadmin/ dir |
| 00:12 | Denyerec | Quite why that is not a default already is a total mystery |
| 00:28 | Capn | Thanks Denyerec, seemed to be an easy fix. Guess I just have to re-link the pics now. |
| 00:38 | uschi | Hmm, someone here who knows where I can read about the impact of underscores in extensions? |
| 00:38 | uschi | I would like to have some, because it looks so ugly without |
| 00:49 | kreegee | no idea >< |
| 01:12 | ries | uschi: I don't there is an impact and they are just allowed... |
| 01:13 | uschi | i have to observe certain things in class names and so on, afaik |
| 01:13 | uschi | but I don't know what exactly |
| 01:13 | uschi | obviously in classnames, no underscores |
| 01:14 | uschi | i do not have table names yet, so that does not count |
| 01:15 | uschi | but what in things like plugin.tx_acadsomkey |
| 01:15 | uschi | can that be tx_acad_somekey? |
| 01:30 | uschi | ries, e.g. ext timtab_sociable has in setup.txt plugin.tx_timtabsociable_pi1 |
| 01:36 | uschi | means, for the ts, i have to use the name of the class? |
| 01:36 | uschi | seems to be so |
| 02:00 | ries | uschi: there is a best practice with typo3 that uses that |
| 02:00 | ries | but basicly you can use anything |
| 02:00 | ries | although extensions need to start with tx |
| 02:00 | ries | tx_ |
| 02:00 | uschi | ok |
| 02:00 | uschi | thx |
| 02:01 | ries | if you see how lib/div does it... it's totally different |
| 02:01 | uschi | I shall try it out now |
| 02:01 | uschi | iiirx |
| 02:01 | uschi | it is just a small ext that gets some values out of TV DS and TO |
| 02:02 | uschi | no lib/div experience yet *sniff* |
| 02:03 | Capn | I'm trying to make some pictures line up with some text on a webpage. However, when I add a Text w/Image box, it just puts all the pictures right next to each other. Any way to fix this? |
| 02:04 | uschi | Capn, what do you mean with line up? |
| 02:04 | Capn | For instance, I'm describing some different components, and I want their respective images to appear next to the descriptions. |
| 02:05 | uschi | next means left? |
| 02:05 | kreegee | hm, is lz_gallery still state of the art? |
| 02:05 | uschi | or right? |
| 02:05 | Capn | right |
| 02:05 | Capn | I want the image to be to the right of the description |
| 02:06 | uschi | ok, and the problem now is, that it works for the first image, but the second CE does not start below? |
| 02:06 | uschi | is the page online? |
| 02:06 | Capn | yes |
| 02:11 | ries | uschi: lib/div is nothing special.. I just mentioned it because there are a couple of methods to do teh same |
| 02:12 | uschi | ok |
| 06:20 | d|g | hi all |
| 08:14 | drindt | good morning, can someone please point me to a code example with a TMENU_LAYERS implementation? many thanks |
| 08:29 | tsrepadmin | good morning #typo3!!! |
| 08:40 | num000 | good morning tsrepadmin |
| 08:40 | num000 | tsrepadmin are you doing the typo3 repository administration? |
| 08:41 | num000 | the extension repository? |
| 08:41 | tsrepadmin | no |
| 08:42 | num000 | i see |
| 08:45 | drindt | someone knows how i can pre-set a <input value="mypreset"> with the form = FORM typoscript? |
| 09:06 | slash | hi@all |
| 09:06 | dax77 | hi @all :) |
| 09:07 | slash | how can i load several content elements in an iframe? at the moment i can only load the hole page in the iframe. |
| 09:09 | MikeK2 | hello |
| 09:09 | MikeK2 | if templaviola is only good for mapping, or it's brings more features comparing wiht standard autoparser? |
| 09:11 | drindt | MikeK2: comes with more parsetime than autoparser too. |
| 09:11 | MikeK2 | so if I ok with autoparse I shouldnt bother? |
| 09:14 | MikeK2 | just asking for personal opinions :) |
| 09:18 | num000 | can i use newloginbox in order to place a loginfield anywhere into a page? or do i always have to place it to a single page? i would like to have it at the home page, is there somewhere an example for it? |
| 09:22 | dax77 | num000: you can place it on a login page and create a login field anywhere you want. just add the needed hidden values |
| 09:22 | num000 | hidden values? |
| 09:23 | num000 | can you give me an example? |
| 09:24 | falcifer | hi |
| 09:24 | dax77 | yes: logintype=login, pid=123, redirect_url=currenturl |
| 09:24 | falcifer | i ve a stupid problem |
| 09:24 | falcifer | realurl works in preview mode but fails when i hev logged out |
| 09:24 | falcifer | any idea??? |
| 09:24 | dax77 | the password field should be named: pass; and the username: user |
| 09:25 | dax77 | num000: the action should point to your login page: index.php?id=67 |
| 09:26 | dax77 | the pid in the hidden values is the pid where the fe_users are stored |
| 09:26 | num000 | is it common to have the login fields on the left side of a web page? |
| 09:26 | num000 | i've never seen it on the right side, |
| 09:26 | dax77 | well, whats common ;) |
| 09:26 | num000 | since i would have space on the right |
| 09:27 | num000 | ;) |
| 09:27 | dax77 | but I guess its close to the navigation |
| 09:27 | num000 | top navigation horizontal |
| 09:27 | dax77 | ok, have a meeting now. cu later |
| 09:27 | num000 | thank you |
| 09:54 | num000 | if I define this |
| 09:54 | num000 | temp.login = TEXT |
| 09:54 | num000 | temp.login.value ( |
| 09:54 | num000 | in a condition |
| 09:55 | num000 | for language switching with globalVars = GP:L=0 |
| 09:55 | num000 | can i use in the pages markers something like this |
| 09:55 | num000 | when my marker is called LOGINBOX |
| 09:55 | num000 | LOGINBOX < temp.login |
| 09:55 | num000 | since this doesn't work at my side, i wonder which mistake i have |
| 09:59 | dax77 | num000: http://phpfi.com/274003 |
| 09:59 | num000 | dax77 thank you |
| 10:00 | dax77 | num000: "onSubmit="return enc_form(this);"" is only needed if you are using md5 passwords |
| 10:01 | num000 | ok |
| 10:04 | dax77 | num000: I'm not sure if you still have to include the fe_user.inc file. but if it doesn't work without, here is the content of that file: http://phpfi.com/274004 |
| 10:05 | num000 | dax77 how do you insert it into your page? |
| 10:05 | num000 | lib.login < temp.login_logout |
| 10:05 | num000 | where does lib.login refer to? |
| 10:16 | dax77 | num000: thats a templavoila marker |
| 10:16 | dax77 | next meeting :( |
| 10:17 | num000 | ohh god |
| 10:19 | beli | hey folks, can someone help me with the mm_forum extension? i can't get it to work. once installed i selected a root directory, but that was wrong. now i can't readjust the directory. even if i reinstall it doesn't work. dropping db tables does not work also...ideas? |
| 10:19 | beli | s/read/re/ |
| 10:26 | slash | how can i load several content elements in an iframe? at the moment i can only load the hole page in the iframe. |
| 10:37 | MikeK2 | hey Denyerec! |
| 10:37 | MikeK2 | << Denyerec >> Sorry was afk that time you were try to say me something |
| 10:51 | MikeK2 | if there a way to use not templavoila template with mininews? |
| 11:00 | uschi_ | I don't think so |
| 11:00 | drindt | iam using this TS code to generate my menu: http://pastebin.com/d1d77e5b7 but how i can add a class attribute to the DIV which is produced? |
| 11:11 | MikeK2 | oh well |
| 11:14 | FloLeBlanc | hi all |
| 11:16 | FloLeBlanc | I'm trying to do create an external link via the RTE and would like to have this link pop up in a window without statusbar and address bar |
| 11:16 | uschi_ | popups are evil! |
| 11:16 | uschi_ | morning FloLeBlanc :)) |
| 11:17 | FloLeBlanc | hi uschi |
| 11:17 | FloLeBlanc | well if you do a calendar for the 24 days of christmas you want popups :) |
| 11:19 | FloLeBlanc | the problem is I cannot assign "start" and "end" dates to pictures |
| 11:19 | FloLeBlanc | and don't want to update the calendar each day by hand |
| 11:19 | uschi_ | no, i want lightboxes |
| 11:19 | FloLeBlanc | lightboxes? |
| 11:20 | uschi_ | and for a calendar, i want chocolate, not popups |
| 11:20 | uschi_ | sorry, FloLeBlanc, i haven't sleapt enough, and now i am silly |
| 11:20 | FloLeBlanc | hehe.. well if the popup entitles you to get chocolate for free? |
| 11:20 | m0oman | we got a niederegger and a tea advent calendar. \o/ |
| 11:24 | drindt | someone is clued about presetting the search form field? i want that the word search is into. how can i do that? |
| 11:33 | dax77 | hi FloLeBlanc, hi uschi_ |
| 11:33 | FloLeBlanc | hi dax77 |
| 11:33 | uschi_ | heyyyyyyyyy dax77 :-)))))))))) |
| 11:34 | dax77 | yes, i'm back (t3chat is running again ;) ) |
| 11:34 | uschi_ | i meant to write you an e-mail because you have not been here for so long |
| 11:34 | dax77 | nice to hear, that I've been missed :) |
| 11:35 | beli | hey uschi :) |
| 11:35 | uschi | morning beli :) |
| 11:40 | num000 | dax77 no meeting ;) |
| 11:41 | num000 | hello uschi |
| 11:41 | dax77 | num000: no meeting, but almost lunch time :) |
| 11:41 | num000 | right |
| 11:41 | uschi | morning num000 :) |
| 11:42 | num000 | i did look into your example, which quite understandable |
| 11:42 | num000 | ;) |
| 11:42 | num000 | but i've something wrong in the marker redefining |
| 11:48 | FloLeBlanc | hmm anyone who has an idea for the popup problem? |
| 12:15 | gerards | hi everyone! |
| 12:42 | Hammy | hi everyone |
| 12:42 | Hammy | i ve just a question |
| 12:42 | Hammy | i wonna import a typo3 project into a svn repository |
| 12:43 | Hammy | is that possible? because i don't know how typo3 manages the php files on the server. or does everything comes out of the database? |
| 12:43 | Hammy | do i have to import the whole typo3_src? |
| 12:44 | Hammy | this is a job a falles asked me to |
| 12:44 | Hammy | i have no typo3 spells |
| 12:46 | Hammy | so could anybody give me an hint? |
| 12:57 | dax77 | Hammy: afaik there has been a talk about this issue at the t3dd07 |
| 13:01 | beli | would be a nice feature to have an extension doing svn stuff |
| 13:02 | dax77 | what "stuff" could you think of? |
| 13:03 | beli | remote saving of revisions |
| 13:04 | beli | running a revision on another install |
| 13:04 | beli | another typo3 version |
| 13:04 | beli | and so on |
| 13:04 | Hammy | the problem is: we have a customer which wonna have extensions on a website. we set up a test-system and made a copy of the main page. |
| 13:05 | dax77 | hmm, could all be done through a ssh session |
| 13:05 | Hammy | so it would be great if we could simply merge the changes via svn to have a new page version |
| 13:05 | beli | dax77: well yes, but manually |
| 13:07 | dax77 | Hammy: the result page typo3 generates comes from db and source |
| 13:07 | dax77 | so I guess its not that easy |
| 13:07 | beli | i asked a question hours before...i need to repeat.... |
| 13:07 | beli | hey folks, can someone help me with the mm_forum extension? i can't get it to work. once installed i selected a root directory, but that was wrong. now i can't readjust the directory. even if i reinstall it doesn't work. dropping db tables does not work also...ideas? |
| 13:08 | dax77 | sry, no mm_forum user here :( |
| 13:09 | beli | ok, but where could that data be stored? |
| 13:09 | beli | so typo3 always takes the basedir of the first install? |
| 13:10 | beli | btw. what other forum extension to use? |
| 13:10 | Hammy | dax77: thx for that info |
| 13:10 | dax77 | beli: none ;) |
| 13:11 | beli | hmm, but if i need a forum? ;) |
| 13:11 | Hammy | just an idea: how about to implement an export method for typo3 projects? you get simply a textfile with all the stuff in it and you are able to commit to the repository |
| 13:11 | beli | textfile? i would at least use berkley db |
| 13:12 | Hammy | yeah, that was just a stupid idea |
| 13:12 | Hammy | but something like that would be a huge feature :P |
| 13:12 | Hammy | typo3 interact with svn! |
| 13:14 | beli | Hammy: you know MGM? |
| 13:15 | Hammy | beli: no, what's that? |
| 13:16 | Hammy | ah, import export extension... |
| 13:17 | beli | http://typo3.org/documentation/document-library/extension-manuals/agprjmgm/0.0.1/view/1/1/ |
| 13:17 | beli | right |
| 13:18 | Hammy | looks good |
| 13:18 | beli | or w4x_backup |
| 13:18 | Hammy | cool, thx! |
| 13:24 | Hammy | would be great if we could modify one of these backup extension to do the version control. just make a dump of it all and instead of gzip this stuff do a commit :P |
| 13:26 | beli | i am doing some simple homepages atm to learn where's what in typo3....my aim is to do ext. programming |
| 13:26 | beli | :) |
| 13:27 | _menak_ | beli: there is a extension "np_subversion" in the making for complete svn-handling. I have nothing to do with the project but i read about it. |
| 13:51 | smux` | hi (sorry for my english). Is there a method to update fe_user fields or I have to do a simple msql query (globals['tsfe']->fe_user->user[] will be up to date after querie ?) ? |
| 13:53 | dax77 | smux: out of your extension? |
| 13:54 | dax77 | I guess you have to do it the sql way |
| 13:55 | dax77 | but always use the typo3 database layer: $GLOBALS['TYPO3_DB']->exec_UPDATEquery($table,$where,$data); |
| 13:55 | smux` | okay thx |
| 13:56 | smux` | I already use exec_* :) |
| 13:57 | dax77 | good, just want to make sure :) |
| 14:00 | drindt | iam trying to wrap each content element into desired tags i read that wrap as property of CONTENT can do but this wraps all on the page row someone can help me pleasE? |
| 14:49 | fred^ | http://phpfi.com/274030 on the site http://smvhydraulic.no/index.php i have a language menu. the ACT wrap is set so it should add a class of sprak-valgt if the language is selected. however, this only works on the norwegian language (lang id 0). when i select english, it does not wrap it with <li class="flagg-engelsk sprak-valgt"></li> |
| 14:52 | eduardo | Hi everybody. Just installed version 4.1.3 of the source and its dummy site and found out that db check and in the BE as well as the Extension Manager are blank pages. I'm using PHP 5.2.4, MySQL 5.0.24, Apache 1.3.33 and Mac OS X 10.4.10. Does anyone know how to fix the blank pages? |
| 14:54 | Hammy | beli: sorry i was disconnected... |
| 14:54 | Hammy | i have to use this stupid cgi irc :P |
| 14:56 | dax77 | eduardo: add these entries to your localconf.php: http://phpfi.com/274034 |
| 14:58 | Hammy | cause of this svn issue i just found this: http://www.network-publishing.de/unternehmen/aktuelles/news-uebersicht/aktuelle-nachrichten/artikel/subversion-extension-fuer-typo3.html |
| 15:03 | isolysis | Hi, I am trying to change the "Page is being generated" message - anyone know where I can find the place to edit it? |
| 15:05 | isolysis | I did a search online, but it said: "config.message_page_is_being_generated" in the TS template. However where is that? |
| 15:06 | voidus | isolysis: ts template? |
| 15:06 | voidus | isolysis: where all your ts is |
| 15:08 | isolysis | voidus: and that would be where? lol |
| 15:08 | isolysis | i am using YAML |
| 15:08 | isolysis | for the template |
| 15:08 | voidus | isolysis: web>template |
| 15:08 | isolysis | yeah i clicked template: then Typoscript object browser? |
| 15:09 | isolysis | but I couldn't find anything under there |
| 15:09 | voidus | isolysis: info/modify |
| 15:09 | isolysis | the "page is being" generated message is something related to the cache and it throws this page up every so often |
| 15:10 | isolysis | i wanted to edit it to have our site logo etc.. |
| 15:12 | isolysis | voidus: i am looking under info/modify. i clicked the edit whole record option, but in the ts i don't see any reference to config.message_page_is_being_generated |
| 15:12 | voidus | isolysis: yes, you need to write that by hand |
| 15:12 | isolysis | voidus: can you please see http://lists.netfielders.de/pipermail/typo3-team-core/2005-October/000196.html |
| 15:13 | voidus | isolysis: read that.. |
| 15:13 | isolysis | so if i wanted to change that page message, i just added the code: can you show me small example so I can copy paste it? |
| 15:14 | isolysis | something like: config.message_page_is_being_generated = blah blah blah |
| 15:14 | voidus | isolysis: yes |
| 15:15 | isolysis | voidus: ok great thanks, i will try that out now.... |
| 15:15 | isolysis | voidus: just one question, do you know any way i can pull up the page being generated page on demand? i want to test the results, but it seems the page only comes up occasionally |
| 15:16 | voidus | isolysis: no, i don't know :) |
| 15:16 | isolysis | voidus: ok np, thanks again! |
| 15:16 | num000 | hello all |
| 15:16 | num000 | hello voidus |
| 15:16 | voidus | hi num |
| 15:16 | voidus | why i voidus again? |
| 15:17 | num000 | since i know you |
| 15:17 | num000 | void? like avoid? |
| 15:18 | void | no.. link emptyness |
| 15:18 | void | *like |
| 15:18 | num000 | ;) |
| 15:18 | num000 | yesterday i did read an article about russian hackers |
| 15:18 | num000 | how you can buy bot networks etc. was quite interesting, |
| 15:22 | thone | on the net ? |
| 15:29 | eduardo | dax77: Thanks for the advice. It reported that memory was exhausted, so I raised the memory limit in the php.ini and it's working now. |
| 15:58 | dax77 | eduardo: np :) |
| 16:00 | tuxick | got templavoila crying about missing fileadmin/templates, while the doc mentions/uses fileadmin/template |
| 16:00 | tuxick | which one is correct? |
| 16:01 | tuxick | and where is what misconfigured? |
| 16:05 | fred^ | doh |
| 16:05 | fred^ | http://phpfi.com/274030 on the site http://smvhydraulic.no/index.php i have a language menu. the ACT wrap is set so it should add a class of sprak-valgt if the language is selected. however, this only works on the norwegian language (lang id 0). when i select english, it does not wrap it with <li class="flagg-engelsk sprak-valgt"></li> |
| 16:05 | fred^ | i just tried simply doing ACT.linkWrap = <li class="sprak-valgt"> | </li> |
| 16:05 | fred^ | nothing |
| 16:09 | dax77 | tuxick: templateS |
| 16:09 | tuxick | dax77: so the dummy thing is wrong? |
| 16:09 | tuxick | where's this path configured anyway? |
| 16:10 | tuxick | ok i must moved it |
| 16:10 | tuxick | it IS safe to do that on filesystem directly no? |
| 16:18 | tuxick | anyway, it doesn't matter |
| 16:26 | FloLeBlanc | can someone tell me what I am doing wrong, the status bar is still displayed :( <a href="somepage.php?tag=1" onclick="javascript:window.open(this.href,'Adventstürchen','width=640,height=480,left=20,top=20,location=no,menubar=no,resizable=no,status=no,dependent=yes'); return false"><img src="somejpg.jpg" style="width: 170px; height: 96px;" /></a> |
| 16:37 | FloLeBlanc | nvm |
| 16:51 | dax77 | g2g, cu |
| 17:21 | tuxick | FTB tells me to " just edit the Template Record and add the ?CSS Styled Content? static template file:" |
| 17:21 | tuxick | but where/how? |
| 17:53 | num000 | is there an extension whcih can handle error pages? |
| 17:53 | num000 | like 404 pages |
| 18:04 | s-andersen | Hi, can anyone tell me how I list items in a backend form select field, when the content of this field should be fields form a table that isn't made with TYPO3 |
| 18:07 | just2b | not possible |
| 18:08 | void | i think possible |
| 18:08 | void | with some hooks, maybe |
| 18:09 | just2b | no it is not |
| 18:09 | just2b | if there is no uid |
| 18:09 | just2b | or ext tables |
| 18:09 | void | why? |
| 18:09 | void | no tca, right |
| 18:09 | void | but there should be some hook |
| 18:09 | just2b | no |
| 18:10 | just2b | try to add uid, fake pid, and a exttables |
| 18:10 | void | one sec |
| 18:10 | void | i should look at sources |
| 18:14 | Phlogi | void: its possible with dynaflex maybe |
| 18:15 | void | maybe without it too |
| 18:15 | Phlogi | tuxick: thats in the template settings |
| 18:15 | Phlogi | void: hmm dunno |
| 18:15 | just2b | phlogi, what does flexform do there? |
| 18:16 | just2b | everybody screams a word... i say eId , ajax & IRRE |
| 18:17 | Phlogi | just2b: I just tried to use flexform once, thats why I know of it. |
| 18:18 | void | i'd say TCA type 'user' |
| 18:19 | just2b | void, rofl |
| 18:20 | void | just2b: why? |
| 18:20 | just2b | that won't solve anything |
| 18:21 | void | why? you made your own field... and returns HTML |
| 18:21 | void | i did that one time |
| 18:21 | void | one field should be ordinal string with some condition and RTE field with another condition |
| 18:22 | void | and i made field with type 'user'... not so comple |
| 18:22 | void | complex |
| 18:41 | MikeK2 | hello ;) |
| 19:06 | MikeK2 | someone lear futuristic_templates building recently I have a quick question, when you come to two columnpage tutorial do you have to delete previous DS and TO? |
| 19:13 | uriahheep | void: hey man, you there? |
| 19:14 | uriahheep | void: any idea why my extension plugins don't translate? |
| 19:14 | uriahheep | void: like, on other languages' pages, the plugins all display in english only... |
| 19:15 | void | uriahheep: maybe you didn't made $this->pi_getLL call? |
| 19:15 | uriahheep | where? |
| 19:15 | void | MikeK2: no, you can just change previous.. |
| 19:15 | uriahheep | void: in the extension code? |
| 19:15 | void | uriahheep: when you need any string to be localized... |
| 19:16 | void | yes, in the plugin code |
| 19:16 | uriahheep | hmm... well, this is with tt_news :-/ |
| 19:16 | uriahheep | void: tt_news localization should be working out of the box, right? |
| 19:17 | void | uriahheep: yes, if you did set proper config.language |
| 19:17 | uriahheep | i did.. |
| 19:18 | MikeK2 | voild, ty :) Uriah Heep - forever :) |
| 19:18 | uriahheep | page.config.language = en |
| 19:18 | uriahheep | that's the default language |
| 19:18 | uriahheep | MikeK2: :) |
| 19:18 | uriahheep | page.config.language = fr |
| 19:18 | uriahheep | that's for when L = 1 |
| 19:19 | uriahheep | void: that is how i must do it, right? |
| 19:19 | void | uriahheep: right |
| 19:19 | uriahheep | ok |
| 19:20 | uriahheep | void: so, any clue why the plugins wouldn't be localizing properly? |
| 19:20 | dax77 | hi @all |
| 19:21 | void | uriahheep: does this happen with all plugins? |
| 19:21 | void | hi dax77 |
| 19:23 | uriahheep | void: yes |
| 19:23 | uriahheep | void: oh... i just fixed it :) |
| 19:23 | uriahheep | hahaha |
| 19:23 | uriahheep | yay, one step closer to being finished this site :) |
| 19:24 | void | uriahheep: how? |
| 19:25 | num000 | i remember that i've seen a 404 error page handling when i had urltool installed, i mean while have an other extention for realurl configuration, does anyone know what exact this error page handling does? |
| 19:26 | uriahheep | void: well, the english language stuff was placed in the main template... but i also had a conditional typoscript thing, which switched stuff to french, so i put the english language settings in an [else] |
| 19:27 | uriahheep | void: so not it's like this: http://pastebin.ca/762462 |
| 19:28 | MikeK2 | grrrr, I did something, and now when I choice a html file for TemplaViolating it, I get no mapping option at all :( |
| 19:29 | MikeK2 | oh, I pressed clear all and it worked :) sorry... I am too fast to ask, and too slow to understand by myself |
| 19:52 | gerards | i love the word "TemplaViolating". Can we have that in the typo3 vocab from now on? |
| 19:52 | uriahheep | heh |
| 19:53 | uriahheep | who has ops in here? |
| 19:53 | uriahheep | we should put that in the topic |
| 19:53 | uriahheep | TemplaViolations will be supported but with a mere "umph!" |
| 19:53 | uriahheep | ;) |
| 19:54 | gerards | "i'm a templavoilent person" |
| 19:54 | uriahheep | :) |
| 19:54 | gerards | alright. its late. I'm going to sleep. |
| 19:54 | uriahheep | all for templavoilance |
| 19:54 | uriahheep | heh gnight |
| 19:57 | Denyerek | Pew pew zam zam kapow |
| 19:57 | Denyerek | There any movement from the 4.2 BE GUI team? |
| 19:57 | Denyerek | Mailling list is very quiet |
| 19:57 | uriahheep | cling cling cling cling |
| 19:57 | uriahheep | (body armor) |
| 19:58 | Denyerek | Gah! :) |
| 19:59 | uschi | hello Denyerek :) |
| 19:59 | Denyerek | hey uschi |
| 20:01 | uschi | hm, I could write something, Denyerek |
| 20:02 | uschi | which list do you mean, hci? |
| 20:02 | Denyerek | I'm not actually on that one I don't think |
| 20:02 | Denyerek | let me check |
| 20:03 | Denyerek | Oh I am on hci |
| 20:03 | Denyerek | It's ok though, the wiki is up to date |
| 20:05 | Denyerec | gah |
| 20:05 | Denyerec | stupid router |
| 20:05 | uschi | what is wrong with you, Denyerec |
| 20:05 | uriahheep | heh |
| 20:05 | uschi | you double up here |
| 20:05 | Denyerec | 's my evil twin |
| 20:05 | Denyerec | Watch out for Denyerek |
| 20:05 | Denyerec | He's viscious |
| 20:05 | uriahheep | Denyerec: /msg nickserv ghost Denyerek password |
| 20:06 | void | Denyerec: shouldn't Denyerek be Denyereck ? |
| 20:06 | Denyerec | I prefer the more eastern feel without the c |
| 20:06 | Denyerec | Sometimes I'm Denjerek |
| 20:06 | Denyerec | if I want to feel Dutch |
| 20:06 | Denyerec | ;) |
| 20:07 | Denyerec | Dmitry Dupelov seems to be responsible for an *awful* lot of Typo3 development work |
| 20:07 | uschi | yes |
| 20:08 | Denyerec | http://www.partiv.com/2007/09/18/innovative-russian-design/ :) |
| 20:11 | uriahheep | Denyerec: :) many of these look fake |
| 20:14 | void | Denyerec: i did saw only one such thing in my city... |
| 20:14 | void | *did see |
| 20:14 | void | *saw |
| 20:17 | uriahheep | :) |
| 20:17 | uriahheep | void: what city are you in? |
| 20:17 | void | uriahheep: Penza |
| 20:17 | uriahheep | hmm, cool :P |
| 20:19 | void | i will not find the photo now... an stairs which ends on the wall or something like |
| 20:23 | uriahheep | ;) |
| 20:23 | uriahheep | i'msure the states have more madness like that than russia, don't worry :) |
| 20:26 | uriahheep | void: how do i include a php script before anything else gets loaded on a page? |
| 20:26 | void | uriahheep: patch index.php? |
| 20:27 | uriahheep | heheh |
| 20:27 | uriahheep | void: there's no way of using typoscript? it's only for one page |
| 20:27 | uriahheep | i just want to include a function before the page gets loaded |
| 20:28 | void | uriahheep: why do you need it? |
| 20:29 | uriahheep | void: because i want to send the browser redirect headers upon a certain condition ;) |
| 20:29 | void | make a plugin and include it as a page.1 |
| 20:30 | uriahheep | hmmm |
| 20:30 | uriahheep | perhaps |
| 20:30 | uriahheep | can i just include a script as page.1? |
| 20:30 | uriahheep | like, PAGE.1 = USER_INT ? |
| 20:32 | void | yes |
| 20:34 | uriahheep | void: ok, cool, thanks :) |
| 20:34 | void | btw, page.1, not PAGE.1 |
| 20:34 | void | cause TS is case-sensitive |
| 20:38 | uriahheep | ohyeah... |
| 20:38 | uriahheep | thanks |
| 21:02 | marin | hi |
| 21:03 | marin | can someone help me to insert a html-tag in a news from the extension tt_news? |
| 21:03 | wacky_ | an html-tag, into the RTE editor ? |
| 21:03 | marin | yes.. |
| 21:03 | wacky_ | you can click the <> button, and insert your tag right in there. |
| 21:04 | wacky_ | You can enable more buttons in your RTE editor (either on a page basis, or use basis) |
| 21:04 | marin | yes but its cleared when i save the document |
| 21:04 | wacky_ | See TSconfig for a page: RTE.default.showButtons, and TSconfig for user: options.RTEsomething.. |
| 21:04 | wacky_ | oh.. |
| 21:04 | wacky_ | what type of tag ? |
| 21:04 | marin | ant the html tag is no more a html tag |
| 21:05 | wacky_ | what does it become ? is it just removed ? |
| 21:05 | marin | i want to insert a html tag from www.googlempas.com so a map is included |
| 21:06 | marin | its a tag like: |
| 21:06 | marin | <iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src=" http://maps.google.com/?ie=UTF8&z=4&om=1&ll=37.0625,-95.677068&output=embed&s=AARTsJqzARj-Z8VnW5pkPMLMmZbqrJcYpw"> /><small><a href="http://maps.google.com/?ie=UTF8&z=4&om=1&ll=37.0625,-95.677068&source=embed" style="color:#0000FF;text-align:left">Gr |
| 21:06 | marin | ößere Kartenansicht</a></small> |
| 21:07 | Jessica | Goodevening :) |
| 21:08 | marin | hi |
| 21:08 | SfiSh^da | hello |
| 21:08 | Jessica | I've finaly solved my user tracking problems |
| 21:08 | Jessica | Sooo I can almost post it on typo3.org :) |
| 21:08 | SfiSh^da | nike @ jessi :) |
| 21:10 | SfiSh^da | marin tried a maps or iframe extension? |
| 21:11 | Jessica_ | Geezzz I was thrown off |
| 21:13 | marin | i have looked for map extensions, but it would be nice to insert the map in the news |
| 21:14 | SfiSh^da | ahh tt_news |
| 21:14 | marin | yeah... |
| 21:14 | marin | and mbl_newsevent |
| 21:14 | SfiSh^da | take a look at pageTS allowedTags annnnnd TypoScript |
| 21:15 | SfiSh^da | RTE-config |
| 21:15 | SfiSh^da | is somebody developing mbl_newsevent? |
| 21:16 | SfiSh^da | there re many issues |
| 21:16 | marin | but is it possible to insert any html code in the news |
| 21:16 | SfiSh^da | marin: allow iframe in rte config |
| 21:17 | Jessica_ | I've never worked with tt_news |
| 21:18 | SfiSh^da | remember that rte procecces from/into Database |
| 21:20 | marin | ok i am looking for the config |
| 21:21 | SfiSh^da | http://typo3.org/documentation/document-library/extension-manuals/rtehtmlarea/1.4.4/view/5/1/ |
| 21:25 | SfiSh^da | gnight |
| 21:27 | marin | thx and gnight |
| 23:13 | rejeep | Hi! I have a webhost which runs suPHP. That means that I can't create any sombolic link since they have 777 permissions. Do you think it would mess up anything if I'd use regular links instead? |
| 23:19 | wacky_ | anyone using the 'cal' calendar extension ? |
| 23:37 | void | wacky_: i did use it |
| 23:47 | wacky_ | is it possible to 'linkify' the elements in the Month view ?! |
| 23:47 | wacky_ | I'm using mbl_newsevent to link events to a calendar |
| 23:47 | wacky_ | All I want to do in fact, is display the news in a calendar form. |
| 23:47 | wacky_ | maybe the whole / huge 'cal' extension isn't necessary ? |
| 23:51 | wacky_ | I've lost you here, huh ? :) |
