Search the website and IRC logs

#TYPO3 IRC log from : Friday 18 April 2008

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 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
00:09 Denyerec ries no matter how old you feel, I will be feeling 10x more stupidf.
00:34 DanielRevox hello. does anybody know a solution for mass linking? 50 links with the plus button like in the file dialog?
02:02 SebastianB hello
02:02 SebastianB does anyone know how to make a typo3 form field required?
06:41 d|g hi all
07:32 koomi_ moin
08:24 umc morning d|g
09:01 Ruudi good morning
09:01 umc morning
09:02 just2b morning
09:02 Ruudi anyone got idea how could i set my domain aliases and typo3 and realurl working so that every different language would have own domain
09:03 Ruudi .lt would be in latvian .lv would be same pahe in lithuanian and so on
09:03 Ruudi it's a one pagetree concept
09:04 just2b with condition
09:05 Ruudi hmm condition?
09:08 just2b they are called so, yes
09:11 Ruudi ok i will check google on that :)
09:11 Ruudi thnx
09:12 just2b just use tsref ;)
09:16 Ruudi m i think i found an extension that connects language to domain :)
09:18 Ruudi so lovely, there is an extension for nearly anything
09:23 just2b yeah it is ;)
10:08 stony are there any german tpyo3 channel?
10:08 stony like typo3.de
10:10 maholtz @stony: afaik not
10:11 stony afaik?
10:12 teppi|work as far as i know
10:12 just2b no there are none, because makes no sense ;)
10:12 teppi|work thats true
10:13 stony °_°
10:13 stony k thx
10:14 teppi|work o[O_o]o .. k np
10:14 teppi|work :-(
10:14 just2b dont look like that ^^
10:15 teppi|work oh i saw another one some days ago: *_*
10:19 koomi oin
10:19 koomi erm
10:19 koomi moin
10:19 koomi i need a custom doktype that extends shortcut (or advanced). i've no idea how that is done
10:20 koomi or (and i find this a good example of typo3 docs) what the heck is is_siteroot and what's it used for? there's nothing out there explaining what's it for
11:29 Ruudi anyone avileble for a quick little extension coding? fot tt_news + mm_forum
11:30 just2b ask in typo3.net, there are some experts
11:31 Ruudi look all german :)
11:32 just2b can ask in english too
11:32 just2b at least there are the devs of the forum ^^
11:33 just2b and IMO there is already an ext for tt_news and mm_forum connecting those 2
11:33 Ruudi i need a bit different functionality, for frontend usage, sort of news commenting in forum, linking topics to article bidirectional
11:34 Ruudi have written the author of that ext already
11:34 just2b not the best idea IMO but do whatever you want to
11:35 just2b btw i didnt get any mail :D
11:35 Ruudi hmm martin-hesse.info ? you are the author lol?
11:36 just2b i am one of the authors
11:36 Ruudi oh i c
11:36 just2b never heard anything about martin hesse
11:36 JCal hey all, im still having some noob issues with FCE via templavoila... I managed to get it going the otherday, so today I am doing something differently stupid... when I add my pagecontent, it doesnt appear, but in the HTML source, instead i see an <a href=""> with a link to the PID of the content element
11:36 Ruudi news2forum - extension i mean
11:39 JCal ive tried all sorts of stuff, digging through and comparing the XML, really trying to learn how it all works... as far as i can see the Page Template is looking for FCEs, since there is the big comment:<!--TYPO3SEARCH_begin-->
11:40 JCal but for on one of my servers i cant get anything to appear in there, on my local server, the content element doesnt appear, but a link with the PID appears
11:43 jimmi_s hi all, can someone fill me in on some general info about typo3?
11:43 Ruudi typo3.com jim
11:43 just2b jimmi_s visited typo3.org and typo3.com?
11:44 jimmi_s yes ive been revising typo3.org for a few months
11:44 jimmi_s i just need to know some points of view from actual users of typo3
11:44 Edwin1 Hello
11:46 just2b jimmi_s so ask
11:46 JCal weirdly, on a page template that works to pull in FCE, the page content element XML, just after the typoscript calling the tt_content, has <el typ="array"> calling up a number fields that arent actually supposed to still be used on the page, like they are not part of the Mapping, they must be relics from earlier version of the template, but it works...
11:47 jimmi_s e.g., which of these is the more common convention: creating a template with images in the html, or creating a template with the tables to put images in, but then adding the images through content elements?
11:48 just2b jimmi_s if the images are content, through content elements, if they belong to template, via template
11:48 just2b design vs content
11:48 JCal but that doesnt seem to be right, i am under the impression, in the DS, you just make say... field_pagecontent, etype ce, typoscript for tt_content, and whammo, it should be searching for any fce content
11:48 Edwin1 Someone who can advise me in use of typo3?
11:50 jimmi_s so, then which is the more conventional way?
11:50 JCal yeah jimmi_s, for instance in my templates I have images that are part of the background of part of the header or borders and such, and those arent supposed to be content thats edited, so those are in the HTML template, but all the images like pictures in the ccontent area, those are supposed to be dynamic and therefor content elements that can be edited
11:50 jimmi_s oooh i see
11:50 Edwin1 or not
11:50 JCal only thing jimmi_s, is i cant get my content elements to appear... so dont ask me how to do that
11:50 jimmi_s Edwin1 just ask
11:51 JCal at least not flexible content elements
11:51 jimmi_s are you using templavoila or the old templating method?
11:51 JCal templavoila
11:51 jimmi_s can you get any content to appear?
11:51 JCal sure, in page templates
11:51 JCal and in ONE instance of a page template that has some FCE
11:52 JCal but the funny thing is
11:52 JCal when i compare that DS xml to the non-working ones, it doesnt seem like its setup right
11:53 jimmi_s umm, have you tried finding the error in the xml?
11:54 JCal see, the broken XML looks right, but the working XML has a bunch of fields thrown in as elements of the DS after the typoscript for tt_content
11:54 jimmi_s :S oh
11:54 JCal oh yeah, i mean, ive tried all sorts of variations, so i think im just missing something basic and underlying to the concept of the correct way for the DS xml to be setup
11:55 jimmi_s well, ive only been working with typo3 for a few months, so i wouldnt ask me :P
11:58 Ruudi btw just2b you think it's not a good idea to have a news commenting in forum? if it links back to article and you can have several topics per one article....I think it will keep down the regular bullsh, and make people to discuss more, not only leaving comments...
11:58 Ruudi sadly estonian websites and portals are full of nasty comments :(
11:59 Ruudi people think it's anonymous and fill the comments with some bat crap to insult people etc.
12:00 maholtz @ruudi: just2b had left
12:00 maholtz hmm... or has left?
12:01 Ruudi both will do :)
12:01 Ruudi thnx
12:02 maholtz thanks too:)
12:03 jimmi_s has anoyone had any experience with implimenting a blog to a page?
12:03 JCal so, yeah, anyone want to help me figure out this basic FCE noobness?
12:03 Edwin1 is typo3 worth for a dynamic website ( profiles/ a lot of frontend user input
12:04 Edwin1 or is it more effective to program it in just php
12:04 JCal edwin1, typo3 is really hard... if you just want simple stuff, typo3 is not it... but if you learn it, you can do alot more then just that
12:04 JCal i mean, ive spent about 50+ hours this week, and im still having trouble with FCE... but im kinda stupid
12:05 Edwin1 but is it worth to learn it, i mean i know how to program php..
12:05 JCal hmm, its up to you... if you learn it, it is very powerful
12:05 JCal i think. thats what they tell me
12:05 JCal :|
12:05 Edwin1 lol
12:05 Ruudi JCal I'm not sure about the FCE what it is? but have done some XML templavoila TS setups lately, by hand
12:06 Edwin1 but kind of community, worth to learn typo3 ? or just php
12:06 maholtz @edwin1: typo3 is at first an cms - not really the best portal software. the performance is not the best - how many fe-users do you expect?
12:06 Edwin1 a lot
12:06 JCal hmm, ruudi, maybe you can help
12:07 Ruudi http://www.brightside.ee/dev/northwave/ the banner on the page is made together of image/slogan text/color/link - it's TS in TemplaVoila XML
12:07 JCal see, i dont even care about using templavoila and etc, id rather just know the xml
12:07 jimmi_s u may aswell learn typo3, has heighest hourly rate for cms :P
12:07 JCal so ive been digging into it
12:08 jimmi_s JCal, whats the diff between FCE and CE?
12:08 JCal hah, i dont even know... flexible content elements?
12:08 jimmi_s are they configured differently?
12:08 Edwin1 so if i have many fe users, its not worth it?
12:09 jimmi_s yes its worht it edwin, u will just have to play around till u get it right
12:09 JCal jimmi_s, ruudi, im just trying to get a page template to load content elements, so that i can share those elements on other pages and such... so i have a page template with no contents, just a field_pagecontent
12:09 JCal and i want to add content elements to it
12:09 JCal i figured templavoila was the way to go
12:10 JCal can i show either of you my xml and let me know if something is obviously missing?
12:11 jimmi_s wouldnt it be easier to create the template, then create the content, and on all pages you want the repeated content, copy and paste it?
12:11 Ruudi or just link it
12:12 JCal sure, whatevers easiest, i thought flexible content elements were required for that, otherwise you were kinda stuck in the old page modules methodology
12:12 Ruudi one feature i actually miss a lot in typo3 is a "show on these pages" "show on all pages" "eclude pages" like it is in some banner management system
12:13 JCal so lets say, i have a page template, dynamic menu mapped and working, header with dynamic logo and some basic text.... and then a page content arae
12:13 JCal i want that to be the template for all the pages on the site... and then add in content elements as needed
12:13 JCal copy, link, insert, whatever
12:13 JCal reference... etc
12:13 JCal idk...
12:14 JCal so, isnt the right way to do that to have the page content area do this:
12:14 JCal <TypoScript><![CDATA[
12:14 JCal 10= RECORDS
12:14 JCal 10.source.current=1
12:14 JCal 10.tables = tt_content
12:14 JCal 10.wrap = <!--TYPO3SEARCH_begin--> | <!--TYPO3SEARCH_end-->
12:14 JCal ]]></TypoScript>
12:14 tPl0ch Is it somehow possible to generate a resized image, and have a link open up the real sized image?
12:15 tPl0ch a so called "thumbnail"?
12:15 tPl0ch :)
12:15 JCal yeah, totally... i can probably do that, but i couldnt get it to appear on a page :|
12:18 JCal ruudi, jimmi_s, any ideas on how i should approach this? ive been trying for soooo many hours and im sure im just missing something basic... once i get this i think things will really fall into place. literally and figuratively
12:19 Jo__ hi
12:20 Jo__ do anybody know, how to share content on diferent sites?
12:21 Jo__ hu hu
12:22 JCal well, jo__ i dont know how to show content on one site... so im the wrong person to ask
12:22 Jo__ oh, can I help you?
12:22 JCal i hope so!
12:22 Jo__ wat is your problem?
12:22 JCal do you use templavoila with flexible content elements?
12:23 Jo__ no, I still use automaketemplate
12:24 jimmi_s what exactly do you mean by "flexible content elements"? whats the diff between CE and FCE?
12:24 JCal heres the deal, I have a page template which I am trying to add content to... when I add content, it doesnt appear, but in the HTML source, I see a link to the PID of the content, but no content
12:25 jimmi_s anyone know how to fix this error : The current username, password or host was not accepted when the connection to the database was attempted to be established!
12:25 jimmi_s cant even gt into an old BE anymore :(
12:25 JCal as i understand it, flexible content elements can be placed or arranged in anyway, while regularcontent elements are arranged in typo3s old model of left, normal, right, border
12:25 Jo__ hm, I want create a folder with content, that I can show on many sites. But I don´t know how to manage
12:25 JCal or something similar
12:25 teppi|work jimmi_s, your db access data is wrong
12:26 teppi|work jimmi_s open the install tool and fill in the right data
12:28 tPl0ch hmm, anybody here knows how to add a lightbox link to a thumbnail?
12:28 jimmi_s whats link for install tool again?
12:29 jimmi_s mysite/install?>
12:29 tPl0ch yoursource/typo3/install
12:30 jimmi_s thnx
12:31 Jo__ well, but how can I lik to a content within a new site, without generating a new content. Maybe I´am to blind, but I donßt find out, how to use flexoble content
12:36 tPl0ch Jo___: you should read futuristic template building tutorial on www.typo3.org
12:37 Jo__ thx, I will do. Maybe it is an idea for an extension. just get a button to generate a link to a content
12:41 jimmi_s ok, so how do i repoint install tool to the right DB?
12:43 jimmi_s its ok i figured it out, i need to make a certail file writeable
12:43 jimmi_s certain*
12:45 jasiekg hi! got a question. is there any extension for typo3 that would automatically break long words in entered contents (to prevent messing with the layout)?
12:46 jimmi_s dont think that help command works :P
12:47 jimmi_s umm shouldnt the RTE do something to that effect?
12:49 jasiekg i thought about something at a lower level
12:49 jasiekg i got the mm forum installed
12:49 jasiekg and i'd also like to prevent users from messing with layout
12:52 jimmi_s sory, forums are beyond my knowledge atm, perhaps someone more experienced can give you some advice
12:52 jasiekg thanks anyway
12:53 void jasiekg: there were such extension..
12:53 jasiekg i searched the repository but with no results
12:53 void some days ago someone released (or just had intention to release) extension "not break layout"
12:54 void jasiekg: one second, i'll search the logs.. you also can search them..
13:02 void jasiekg: found..
13:07 void ries:
13:07 void ries: you there?
13:07 tPl0ch Oh man, how Do I make an image a thumbnail with its link openeing up a new javascript window, but with the rel="lightbox" parameter added to the <a> tag?
13:08 void tPl0ch: if you have lightbox, you don't need to open new js window
13:10 Jo__ Do I need "TemplaVoile" to manage flexible content?
13:10 tPl0ch void: how do i add the rel="lightbox" parameter to the image.stdWrap.typolink
13:10 tPl0ch in the TSRef there is nothing said about passing own values
13:11 void tPl0ch: typolink have .ATagParams
13:13 jasiekg @void: could help me with some link? :)
13:15 void jasiekg: sorry, seems that conversation was at http://www.rvantwisk.nl/index.php?id=113&tx_rvteggdroplog_pi1[year]=2008&tx_rvteggdroplog_pi1[month]=4&tx_rvteggdroplog_pi1[day]=6&cHash=6e66333635
13:16 void but logging start only at 11:17..
13:16 void dunno why
13:17 jasiekg maybe that's one of these that the guy deleted by mistake?
13:18 void don't think so
13:19 jasiekg bad luck again...
13:20 jasiekg i'm actually amazed no one has released sucha thing. i've seen a host of t3 powered websites suffering from that (even the one with log files....)
13:21 void jasiekg: http://paste2.org/p/21437
13:21 void that was basic message..
13:21 void maybe i just did not find that..
13:22 void or searched wrong day
13:24 void jasiekg: so, you need to find and contact that guy, i think
13:25 jasiekg think so... his idea looks pretty advanced
13:27 jasiekg if i don't find him i'll have to make sthg more simple, i thought of having a little regexp cutting all the long words outside html tags at a given length. it'd also be less complicated if done at creation-time, just before writing some stuff to the database
13:27 tPl0ch how can I read the filepath from an IMAGE object?
13:29 umc allright... rc2 downloaded, backups made... now let's see if I can crash everything... :-s
13:30 umc just the db should be updated from the install tool ?
13:30 tPl0ch I want to add the filepath of the original file to the href attribute of the typolink
13:30 umc didn't see anything special in the release notes...
13:31 void umc: yes, move symlinks & update dabase
13:31 void *database
13:32 umc extensions get along fine with the new version ?
13:32 imran Hi
13:32 void umc: some yes, some no.. as usual =)
13:33 imran I need help related xml parsing with typoscript
13:33 umc yeah... let's hope for "some yes" :)
13:33 void umc: list yours, and maybe i'll say yes or no..
13:34 void imran: ask your question..
13:34 imran I need help related xml parsing with typoscript
13:35 void imran: which help?.. explain the problem
13:35 umc direct_mail, fh_library, irfaq, jk_poll, kickstarter, newloginbox (saw this one is built in now), templavoila, th_mailformplus, tt_address, ve_guestbook
13:35 umc guess this are the most important ones...
13:36 imran I have a flash file in which i given the data.xml path in data.xml file i have static images path i want to do it dynamically
13:36 imran I hope you understand it
13:36 imran right
13:36 umc any clues about those void ? :)
13:36 imran ?
13:37 void umc: for irfaq, kickstarter, jk_poll, templavoila - yes. other i did not install yet
13:38 umc so you don't see any certainly "no"es in there...
13:38 umc that's good
13:38 maholtz_ @imran: if i understand it, i would say you do not need to parse XML but you have to output XML?
13:38 umc anyway... it's a new branch... I might as well give it a try :)
13:38 void umc: date2cal doesn't work for me..
13:38 umc never used it
13:40 imran I want to fetch the image from DB and given to data.xml it will handle further
13:41 ries void: what's up?
13:41 imran How it is possible by typo3
13:41 imran ?
13:42 maholtz_ @imran: CONTENT or RECORDS via Typoscript
13:42 void ries: searched the logs.. 4th april stops at 23:59, and 5th april starts at 11..
13:42 void ries: ah, maybe noone wrote? sorry
13:42 ries void: could be.... :)
13:43 imran I have no idea can you hint me little bit or guide me
13:43 ries void: I remember we whre playing around with teh server one day , or atually that domU and I forgot to restart number-5
13:43 void ries: just cannot find on your site messages which are at local history
13:49 Denyerec Hey chaps
13:51 umc hm... exactly what feature from the install tool should be used for updating the database ?
13:51 umc it's a first for me... moving a setup to a new version...
13:54 void umc: database - compare..
13:55 umc oh... lots of tinytext -> varchar(255)... saw that in the release notes...
13:56 umc did you also drop the fe_users pid key ?
13:56 umc saw something about that too, but it was disabled in my case
13:58 umc oops... for some table I hacked in to add some columns... it wanted to delete those... hope it doesn't screw things up too much
14:00 umc well... the site still runs :)
14:00 umc have to clear the cache and stuff... I'm missing some flags...
14:01 umc what was the link to the new backend again ? forgot it...
14:08 jimmi_s yourlink/typo3/typo3
14:08 umc didn't that change ?
14:09 umc I thought it was backend.php or something
14:09 jimmi_s um, only if u changed ur version?
14:09 jimmi_s no idea
14:09 umc yeah... added the new 4.2rc2
14:09 umc I'll look it up in some release notes
14:21 jimmi_s is there a fast way to delete a whole typo3 setup on my server and start again?>
14:22 teppi|work in the install tool you can create a new db i think
14:23 teppi|work jimmi_s,
14:23 jimmi_s how do i link typo3 to a new BD?
14:23 jimmi_s DB*
14:24 teppi|work you dont need a new db its just a new db instance which is created
14:25 jimmi_s i think i did it,:) lol trial and error seems like the way of typo3 for me
14:26 teppi|work i agree that many thinks are not very intuitive ?? exists this word in english ? :-)
14:26 teppi|work hehe yeah
14:29 jimmi_s yes, intuitive is a word
14:32 jimmi_s in the install tool what is it asking for in the Host: section?
14:33 void jimmi_s: host? do not remember such section
14:34 jimmi_s in the DB config
14:35 jimmi_s asks for username, pword, and host
14:36 tPl0ch Hello, is it possible to somehow read the original filepath of a resized image?
14:36 void jimmi_s: ah. usually that's "localhost". your hosting provider should say you that
14:37 jimmi_s thnx
14:40 jimmi_s ok, how do i change BE username and pword, without actually going into the BE?
14:40 jimmi_s coz i havnt been on it in so long ive lost info
14:42 tPl0ch well, since I don't get an answer to my question, I take it it's either too n00bish to be answered, or there is no possibility to do that...
14:42 void tPl0ch: there is, but really complicated
14:43 tPl0ch i don't care if its complicated
14:43 tPl0ch it just heightens the learning curve :)
14:44 jimmi_s what was his question?
14:44 tPl0ch So I appreciate any hint on where to get that information
14:44 jimmi_s i think my question was too noobie to be answered :(
14:45 void tPl0ch: do you need that for click-enlarge?
14:45 tPl0ch yes
14:45 tPl0ch with lightbox.js
14:45 void http://codeline.richmd.ru/?p=10 <-- look at that code
14:46 void that's how to replace src of <img, generated by IMGTEXT, on your own
14:46 tPl0ch void: thank you very much
14:47 tPl0ch its just that this is our first typo3 project, and its not a small one. My head is twisting with typoscript
14:47 void jimmi_s: you can create new admin user.. that login with it at the backend and change pw
14:52 jimmi_s thanks
14:56 SebastianB hello
14:57 SebastianB im using the page -> shortcut feature in typo3 and would like to know how to link to a specific anchor element
14:57 SebastianB is this possible without using the external URL configuration?
14:58 SebastianB the problem is that typo3 lets me select a page but not a specific element on that page...
15:15 alexwx Hello friends
15:16 alexwx How can I fetch just some the number of element position from top on a page? In TS
15:21 teppi|work SebastianB, http://typo3.org/extensions/repository/view/kb_bettershortcut/0.0.2/
15:21 teppi|work but I am afraid, that it doesnt work with typo3 versions > 4.x
15:30 boguh hi, is it better ro run typo3 with php4 or 5?
15:31 Cybersmog Breaking News: http://news.typo3.org/news/article/t3board09/ :)
15:34 Ruudi does anyone know is it possible to load css-styled-content image placement css only when page includes images? no much point to load it for every page, as they mostly got just text
15:51 Phlogi this disables the cache of my extension correct? $this->pi_USER_INT_obj = 1;
15:54 nkuttler_ hm, shouldn't setting the locale take care of correct time display as well? like in 13 instead of 1 pm?
15:58 boguh hi, im trying top upload typo3 with an ftp client. but i cant upload the symlinks. what can i do?
15:59 Ruudi bough you can copy real things to replace the links
16:00 Ruudi nkuttler_ shouldn't it be set by time format?
16:00 boguh Ruudi sry, but dont know how. i extracted the files on my local machine. so how to replace the links?
16:01 Ruudi you need dummy and source
16:01 Ruudi those links are linked to certain folders and files in source folder
16:01 boguh got both packages
16:01 Ruudi so you can take the folders form source folder and copy to dummy folder replacing the links
16:02 Ruudi typo3 folder from source can replace the typo3 link in dummy fulder
16:02 Ruudi and so on
16:04 Ruudi nkuttler_ g is for 1 - 12 G is for 1 - 24
16:05 umc well... conversion successfull... typo3 4.2 looks nice
16:05 umc I like the backend
16:05 Ruudi yeah it's kind of slick
16:06 Ruudi some more new icons would do good
16:12 nkuttler_ Ruudi: thank, will look into that
16:13 Ruudi np
16:24 tPl0ch Is there a good tutorial on how to include your own php classes? I want to have the login box send values to my php script
16:27 tPl0ch I read it in on typo3.org, but I can't remember which one it was
16:37 koomi lo
16:42 tPl0ch can I fetch the results of userFuncs to use them in my tv template? Like I have passed a username & password to my php function, and it returns a string that it reads from a db
16:58 Ruudi hm if i want to add flexform configuration to my extension where should I keep the XML itself? any hint on documentation here
17:04 koomi Ruudi: in doubt check tt_news or any other extension that uses flexform
17:05 Ruudi mhm I will :)
17:30 Kl4m A external URL redirects (302) correctly to its destination, but only when there is no referrer in the request. Anybody ever seen this?
17:33 Kl4m Correction: It doesn't work when there is a referrer from another domain
17:43 paulmaidment_ Hi All, are there any core developers online this evening?
17:44 paulmaidment_ or anyone with knowledge of the core classes (internal workings)
17:44 paulmaidment_ especially class.tslib_fe.php
17:44 paulmaidment_ namely the cache functionality
17:52 Kl4m I found a bug for my earlier question. http://bugs.typo3.org/view.php?id=6615
18:21 ries paulmaidment_: usually core developers are not here....
18:21 ries you can send a mail to typo3-dev though...
18:22 paulmaidment_ thanks
18:36 marcushd Hi. PLease. I'd like to know if I can apply a special css class to only checkbox fields using mailform. I see that with radio is possible. but not with checkbox
18:46 Phlogi are there typo3 functions for manipulating files?
18:50 Phlogi ok I found: class.t3lib_extfilefunc.php.
18:50 Phlogi looks good
18:50 Phlogi whats the correct way of require_once that file?
19:48 inSanity_ hi ppl
19:49 inSanity_ I can not add a news category, using the tt_news extension. I'm probably doing something wrong.. can anyone help me?
19:50 inSanity_ I tried this with version 4.1.5 and 4.1.6
19:51 inSanity_ I'm new to typo3, so any help is appreciated! :)
19:52 void inSanity_: does it dissappear after saving? or what?
19:53 inSanity_ yeah, it does appear, but it doesn't gets in the category tree
19:54 void inSanity_: do you use GRSP mode?
19:54 inSanity_ void : sorry, what's GRSP mode?
19:55 void inSanity_: when you install tt_news, it asks you for some configuration..
19:55 void after creating needed tables
19:55 void understand, what i am talking about?
19:57 void inSanity_: ?
20:03 Ron-Na I have installed the template transmission and cannot figure out how to get 1. Search 2. News and 3. RSS to work. Any hints?
20:04 void Ron-Na: what is transmission?
20:04 Ron-Na template
20:04 void link? never heard about that
20:05 void is it html+css?
20:05 Ron-Na I got it from rasi.chi
20:05 Ron-Na http://rasi.ch
20:06 void Ron-Na: aha, that's t3d
20:06 Ron-Na yes, I installed it with t3d
20:06 void Ron-Na: seems that search should be integrated..
20:07 inSanity_ void , hi sorry
20:07 Ron-Na I am too new to typo3, so I find myself hardly around. Whatever I search it is answered with not found
20:07 inSanity_ void: ok, yeah I saw those screens
20:07 void inSanity_: did you change something? no?
20:07 inSanity_ no, havent changed a thing
20:08 Ron-Na I hope not, ... ;-)
20:08 inSanity_ just cliked ;)
20:08 inSanity_ clicked
20:08 void inSanity_: ok, if so, you need to create categories in general records storage page (GRSP) only
20:09 void Ron-Na: for news use tt_news... check if you installed indexed_search. tt_news also contain RSS export
20:09 inSanity_ void: how do I do that? or where can I do that?
20:10 void inSanity_: did you create sysfolders?
20:10 inSanity_ not yet...
20:10 void inSanity_: create one
20:11 Ron-Na tt_news does not work, since I have higher than typo3 3.81 and higher than 5.0.5 php
20:11 Ron-Na or can I ignor that save?
20:12 void Ron-Na: tt_news works even here, with 4.2RC2 & php 5.2
20:12 inSanity_ void : just created one
20:12 Ron-Na wow, there is a lot to decide, or is the default ok?
20:12 void inSanity_: now, edit the root page of your website and set "GRSP" field to that newly created foler
20:13 void Ron-Na: default is ok in most cases
20:13 Ron-Na done
20:14 Ron-Na I have a sysfolder for Template Storage
20:15 inSanity_ void: how do I set GRSP field to a newly created folder?
20:15 Ron-Na should I create a new sysfolder or use the one I have for templates?
20:15 void inSanity_: did you find that field at page properties?
20:16 Ron-Na yes, I found it in the lower third of the page property of the root page
20:16 void Ron-Na: if you create one, it will not be GRSP.. so, use the same folder that you already have. or you need to change a setting..
20:18 inSanity_ void: yeah I putted it to a certain page
20:18 void inSanity_: to a created sysfolder?
20:19 inSanity_ yeah, I did that now :)
20:19 inSanity_ thanks it works! :)
20:20 inSanity_ void: that's an enlightenment ;)
20:20 void np)
20:20 Ron-Na Ok, I have a new sysfolder (General Storage) and used in page properties of the root page this folder in GRSP
20:21 Ron-Na what am I going to do next?
20:25 Ron-Na Info / root page / index search Overview Infinite gives me a list of all pages with index, ... however, in the search box still it says not found
20:32 Ron-Na it works now, ... but only on a few pages, ... how can I get the missing pages indexed as well?
20:34 Kl4m I encountered this bug a couple of hours ago. http://bugs.typo3.org/view.php?id=6615 . It seems not acted upon. Can anybody suggest me a workaround, like adding the redirects in apache (please no)
20:35 inSanity_ void: thanks for your help again, I'm out of here! :)
20:40 Kl4m btw this is a really "stupid bug". Did anyone test this redirect thing at all
20:41 Kl4m Not that I would be blaming anyone for lack of testing
20:43 void Kl4m: weird bug...
20:59 Ron-Na How can format the text correct? On a page I used as text block: Heading3 / Justify Center / Important looks correct in the RTE, but on the web it is just glued to the left side.
21:11 avatar42 Hi! I googled but dodn't find any relevant content so: I want to display content depending on the url/subdomain called. I want to fill out a fixed design out of a database depending on the url. Where can I have a look?
21:20 Spidfire ive got a buggy and i dunnow if its my fould or something else here a picture >> http://img297.imageshack.us/my.php?image=04182008212045pi2.png
21:26 nkuttler avatar42: i would guess there's a TS conditional that allows you to do that, check tsref
21:29 Spidfire ??
21:30 nkuttler Spidfire: a first step would be to determine the url of that frame
21:32 Spidfire /mcsunweb/php/typo/typo3_src dummy-4.1.6/typo3/alt_db_navframe.php??currentSubScript=sysext%2Fcms%2Flayout%2Fdb_layout.php
21:32 Spidfire the file exists
21:32 Spidfire but doesnt show in the browser
21:33 nkuttler check your webserver logs
21:37 Spidfire whee
21:37 Spidfire found it
21:38 Phlogi void: hello :)
21:38 void hi Phlogi
21:38 Spidfire the found probably is in the directory name "typo3_src dummy-4.1.6"
21:40 avatar42 nkuttler: ok ill have a look
21:43 avatar42 http://typo3.org/documentation/document-library/references/doc_core_tsref/4.1.0/view/4/1/#id3756030
21:43 avatar42 that could it be
21:44 avatar42 could someone give my a link to a howto where i could retrieve content from a database depending on a TS conditional?
21:59 oversize hello my ts http://dpaste.com/45730/ does show all pagecontent elements correct, but i dont understand why my image content object does not show up, how would i access the filename so i can use an IMAGE, thx
22:00 oversize with _all_ pagecontent i mean text objects

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.