Search the website and IRC logs

#TYPO3 IRC log from : Friday 3 April 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 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
01:19 flowdab hello
01:21 coolrabbi i have a link called "Aktuelles" which refers to "Home", but when i click that link i want it to be active too
01:21 coolrabbi is that possible?http://gartenlandschaft.de/gartenlandschaft
01:23 lilalinux coolrabbi: is Aktuelles a shortcut to Home?
01:23 coolrabbi yeah
01:23 coolrabbi aah... you again... it's always you you answers me :)
01:23 lilalinux :-)
01:24 lilalinux coolrabbi: for google there shouldn't be 2 pages with the same content
01:24 lilalinux especially not the homepage
01:24 lilalinux which is the most important page at all
01:25 coolrabbi well i just want to link it
01:25 coolrabbi see it like two home links
01:25 lilalinux that said, you should use mod_rewrite to rewrite the Aktuelles url to /
01:25 coolrabbi but "aktuelles" has a submenu, which doesn't open this way
01:25 lilalinux and while you're at it, rewrite Home to /
01:25 lilalinux you said it's a shortcut
01:26 lilalinux how could it ever open?
01:26 lilalinux is it initially expanded?
01:26 coolrabbi no :(
01:26 coolrabbi mhh i'll try another way
01:26 lilalinux you see? :-)
01:28 coolrabbi yeah :>
08:30 lous hi all
08:39 Bluespuke morning
08:40 lous hi
08:42 mikhas_ morning folks.
08:51 LionRock hi
08:53 LionRock Im using itemsProcFunc in TCA and I have commented out foreign_table nad foreign_where. But when I save data I get "102: These fields are not properly updated in database: (other_countries) Probably value mismatch with fieldtype." Im using MM relation. Any tip?
09:09 _pedda_ hi al
09:09 _pedda_ l
09:12 Gerhard hi
09:17 sorenmalling Hi
09:47 janand Hi all
09:48 janand I get a template not found error while configuring tt_products
09:48 janand can anyone help?
09:49 _pedda_ you have to set the correct path
09:50 _pedda_ template not found = wrong path to templatefile OR wrong file permissons on template file
09:52 janand @_peeda_:i have set plugin.tt_products.file.templateFile = fileadmin/templates/products_template.tmpl
09:52 janand in the constants editor
09:56 sorenmalling _pedda_ janand "Template not found" is usually caused by the lack of a TYPO3 template (not HTML template) in the root line
09:56 janand root line?
09:59 sorenmalling On the first page of your pagetree youu always define a template in order to get FE output
10:00 janand done
10:19 jeromeschneider hi there
10:20 jeromeschneider i'm using fluid in a 4.3.dev and I have to load all the classes manually
10:21 jeromeschneider I wondered if any had a clue about how to activate the autoinclusion of the classes
10:29 swemark Hello TYPO3
10:29 swemark Does anyone know if i can have seperate links for each image in an imageelement?
10:30 maholtz|WORK with ; or , try
10:30 maholtz|WORK 12;22;44
10:30 maholtz|WORK bug imho you have to activate that via constants
10:39 LionRock Im using itemsProcFunc in TCA and I have commented out foreign_table nad foreign_where. But when I save data I get "102: These fields are not properly updated in database: (other_countries) Probably value mismatch with fieldtype." Im using MM relation. Any tip?
10:44 swemark maholtz|WORK: Stupid question but i cant seem to find the line that enables that
10:44 swemark been searching the web for 30 minutes trying all diffrent kinds of searchwords
10:45 maholtz|WORK did you try to do it
10:45 swemark ?
10:45 maholtz|WORK in the link field - insert more than one link - separated by ;
10:45 _pedda_ how can i check which user is logged in ?
10:45 swemark if i use multiple links seperated with comma first image gets id=1&typo=2
10:45 _pedda_ is there any gpvar ?
10:46 swemark _pedda_: [userGroup = *]
10:46 swemark or something like that
10:46 maholtz|WORK @swemark: do no use comma "," but ";"
10:46 swemark the (?) above the field says ,
10:46 _pedda_ i want a logoutbox for fe_users and would like to display the username as well
10:46 swemark just a sec
10:47 maholtz|WORK 10,10 means pid 10 with type 10
10:47 maholtz|WORK so (?) is wrong i would think (or i am wrong, happens often too:)
10:48 pmk65 _pedda_: -> http://www.typo3wizard.com/en/snippets/cool-stuff-typoscript/userinfo-for-currently-logged-in-user.html
10:48 lilalinux By default all images share the same link. However you may ask the administrator to configure the TypoScript template to allow a separate link for each image. If this is the case, you simply separate the link values by a comma.
10:49 _pedda_ ah thx pmk65
10:49 lilalinux You must write this to the Constans:
10:49 lilalinux styles.content{
10:49 lilalinux imgtext.captionSplit = 1
10:49 lilalinux imgtext.linkSplit = 1
10:49 lilalinux imgtext.linkWrap.newWindow = 1
10:49 lilalinux }
10:49 lilalinux swemark
10:50 lilalinux http://209.85.129.132/search?q=cache:D2rSOFo0BT4J:lists.netfielders.de/pipermail/typo3-english/2006-August/029231.html+typo3+%22image+links%22+comma&cd=1&hl=de&ct=clnk&gl=de
10:50 maholtz|WORK @lilalinux: "," sure?
10:50 lilalinux yeah
10:50 lilalinux I use ,
10:50 lilalinux and captionSplit
10:51 maholtz|WORK but then you would not be able to link to an different type
10:51 lilalinux styles.content.imgtext.captionSplit = 1
10:51 lilalinux hm
10:51 lilalinux indeed
10:52 lilalinux http://209.85.129.132/search?q=cache:kscAWgzKufoJ:typo3.org/documentation/document-library/references/doc_core_tsref/4.2.0/view/1/8/+tsref+captionsplit+type+comma&cd=1&hl=de&ct=clnk&gl=de
10:52 lilalinux If this is set, the caption text is split by the character (or string) from ".token"
10:52 _pedda_ in one of my projects i have something lik: 229 _self, 201 _blank ...
10:52 _pedda_ *like
10:52 maholtz|WORK ah, so change token to ";" ;)
10:52 maholtz|WORK if you need the type
10:53 lilalinux exactly
10:53 lilalinux swemark: still there? :-)
10:55 maholtz|WORK @lilalinux: you are right "," because listnum is used...
10:55 swemark yes sorry
10:55 swemark on the phone
10:56 maholtz|WORK @swemark: if it does not work with "," check tt_content.image.20.1.imageLinkWrap.typolink.parameter
10:56 maholtz|WORK parameter.listNum.stdWrap.data = register:IMAGE_NUM_CURRENT
10:56 maholtz|WORK should be defined
10:57 maholtz|WORK parameter.listNum.splitChat = ;
10:57 maholtz|WORK is optional - then you can set the splitCha_r_
10:57 lilalinux maholtz|WORK: OTOH, _pedda_ uses , and target etc. is separated by a space character
10:57 ockmonix hi
10:58 maholtz|WORK @lilalinux: yep, target and classes are separated by a space character - thats default for typolink - but 10,10 means usually page 10 type10 and not two links
10:58 ockmonix in the content element text /w image, is it possible to link more than one image?
10:59 lilalinux deja vu
10:59 maholtz|WORK yep, i think so
10:59 _pedda_ lol
10:59 lilalinux ockmonix: isn't that what we are talking about for the last 30 minutes?
11:00 maholtz|WORK he joined 3 minutes ago
11:00 maholtz|WORK so, do not only join if you have a question.... ?
11:00 ockmonix please don't offend me, i'm a sensitive guy ;)
11:01 _pedda_ lol
11:01 lilalinux lol
11:01 maholtz|WORK sorry, never wanted to offend someone :p
11:02 ockmonix so do you have found a solution?
11:02 maholtz|WORK use ","
11:03 ockmonix in which context?
11:03 maholtz|WORK in the field where you insert the links
11:03 ockmonix ah, k thx
11:08 swemark lilalinux maholtz|WORK for some reason it wont work
11:09 swemark how would i go about to check if a constant is defined?
11:10 swemark ok found it, listnum is not defined.
11:11 janand help needed on tt_products?
11:11 maholtz|WORK check if tt_content.image.20.1.imageLinkWrap.typolink.parameter.listNum.stdWrap.data =register:IMAGE_NUM_CURRENT is defined
11:11 janand anyone working on tt_products?
11:11 maholtz|WORK @janand: stay here, there are often people who nees help on tt_products
11:12 janand no i want some help on tt_products
11:13 maholtz|WORK there is a better chance to get an answer, if you do tell us whats your problem is, instead ask someone who gives you personally support
11:14 maholtz|WORK well, if you pay for that, you could ask the extension author
11:14 janand i have configured tt_products on typo3 version3.8
11:15 janand according to the tutorial, but when i click the shop page it gives me an error
11:15 janand and doesnt display the template
11:16 janand i am struggling with this for more than 2 days
11:16 maholtz|WORK well, you are not an programmer, right?
11:17 maholtz|WORK at first you should update your TYPO3 to 4.2
11:17 maholtz|WORK after that you could post the error message, perhaps someone has than a hint
11:18 janand i had tried that on 4.2 but the the products plugin constants are better displayed in 3.8
11:18 maholtz|WORK well.... i am not completly spechless yet
11:19 maholtz|WORK (meant speechless)
12:04 pulponair hi there
12:13 lilalinux hola pulponair
13:23 pmk65 does anyone know if it's possible to get a list of available SQL databases, using PHP?
13:26 maholtz|WORK show databases;
13:26 maholtz|WORK ah using php..?
13:26 maholtz|WORK with sql and root login should be possible
13:27 maholtz|WORK it is possible here
13:32 vlt Hello. I just installed Typo3 from Debian's pkg management apt. What files do I have to copy to my www root dir to create a new typo3 page (or instance)?
13:32 maholtz|WORK which version is that?
13:32 maholtz|WORK which files were installed?
13:32 nkuttler vlt: should be documented in /usr/share/doc/typo3whatever. i'd recommend to download typo3 from the site though
13:33 vlt maholtz|WORK: Version: 4.0.2+debian-8
13:34 pmk65 I got the list of DB by using mysql_list_dbs()
13:34 vlt nkuttler: And then place it where? (I want to use multiple typo3 pages on that server and don't want to have to maintain a full copy for each site.)
13:35 nkuttler vlt: one typo3 install can handle multiple sites
13:35 nkuttler vlt: /var/www/ is debian's default
13:38 vlt nkuttler: I use several different www root dirs for diffrent virtual hosts. The question I try to ask is: What files need to be different in every www root and what files can just be symlinks to the extracted typo3 src dir?
13:38 nkuttler vlt: check the dummy package, that's what one typo3 install needs
13:39 nkuttler vlt: as i said, one install can handle multiple domains
13:39 vlt nkuttler: Ok, thank you.
13:43 janand anyone working on tt_products plugin?
13:47 swemark janand: whether its still maintained?
13:47 janand @swemark:its the shop system 2.6 version
13:47 swemark SVN?
13:51 flops strange problem. pageSelect->getPage returns a page the frontenduser has no permission on. hmpf
13:54 vlt nkuttler: I decided to go for the Debian pkg version (security reasons) and copied the typo3-dummy directory to www root dir. When I load the page I get redirected to "/typo3/install/index.php?mode=123&step=1&password=joh316" (by JavaScript) and there get an "HTTP/1.1 500 Internal Server Error". Apache's error.log says "[debug] core.c(3033): ... redirected from r->uri = /typo3/index.php ..." several times. Any idea?
13:54 maholtz|WORK enableFields() manages that
13:55 nkuttler vlt: no idea. isn't the install documented?
13:55 vlt nkuttler: It is. It just says "copy the dummy pkg" to your www root", hmmm ....
13:55 nkuttler :/
14:26 vlt nkuttler: Ok, I installed the tgz source and dummy packages and chmod'ed the neccessary dirs. But still get a 500 because of too many redirects: "[error] Request exceeded the limit of 10 internal redirects due to probable configuration error."
14:26 vlt nkuttler: The symlinks really do look ok
14:31 janand i need help on tt_products?
14:32 flops maholtz|WORK: did you answer me?
14:33 maholtz|WORK @flops: yep, enableFields
14:33 flops i know enableFields
14:34 flops but :)
14:34 flops i use an instance of pageSelect in a userFunc called from typoscript
14:35 flops normally if i use getPage in such a function, enableFields (e.g. groupaccess) is automatically on for getPage
14:35 flops and i get the correct pagerecords
14:36 maholtz|WORK cant you use CONTENT.select?
14:36 floxx in kickstarter, i use "Rich Text Editor Mode: custom" for enabling only bold, italic and underline - but it has no effect. did i forgot sth?
14:36 flops CONTENT.select?
14:37 maholtz|WORK do you really need the userFunc?
14:37 flops yes, i have to modify a menu
14:37 flops with a IProcFunc
14:41 flops TMENU.IProcFunc, i think the problem is because of that call. if i use it like USER.userFunc the permission thing works
14:47 maholtz|WORK @flops: cant u use enableFields in userFunc? and many things could be done with pure typoscript
14:49 flops you mean with a dbselectquery?
14:49 maholtz|WORK TSref CONTENT.select ... what do you want to do with your userFunc?
14:51 flops hmm
14:56 flops sec
15:16 flops http://www.phlogi.net/fresh/t3/tspastebin/showPost/-63486f22d5/ description
15:24 flinguin hello ... searching for someone with experience with tinymce_rte
15:24 flinguin problem: specific RTE configuration for single fields of specific tables ...
15:25 flinguin does anyone know if this is supported by tinymce_rte at all (not mentioned in the docs)
15:27 flops no sorry
15:40 flops oh no found the problem
15:49 flops thy anyway maholtz|WORK
16:06 janand anyone working on tt_products?
16:11 flinguin hello ... searching for someone with experience with tinymce_rte
16:11 flinguin problem: specific RTE configuration for single fields of specific tables ...
16:11 flinguin does anyone know if this is supported by tinymce_rte at all (not mentioned in the docs)
16:38 lubosz hi
16:39 lubosz where should be the TS Setup file be located in an extension directory, and where sould it be declared? ext_emconf.php?
16:39 lubosz the images are not scaled anymore in my extension. it could be a recent update problem
16:44 lubosz where can i set the TS/Setup flag in the extension manager?
16:52 _pedda_ lubosz: ?
16:52 _pedda_ ts setup flag ?
16:58 lubosz i had to add the file manually hidden in the template menu
16:59 lubosz click on the help in the extension manager, there will you find the flag possibilities
17:01 _pedda_ lubosz: pn
17:03 ckoehler anyone here who made awstats available to non-admin users?
17:05 ckoehler different extension
17:05 ckoehler ah bummer
17:06 maholtz @ckoehler: yep, i did ... but in 3.6 so i would think it is possible
17:07 ckoehler found an extension that does it
17:07 ckoehler different than cc_awstats
17:07 ckoehler but that may be okay
17:07 ckoehler no idea why people don't just use google analytics
17:07 IngoRenner cause not everyone wants or can give his data to Google :)
17:08 ckoehler why?!
17:08 IngoRenner I once had a client - a university - they just didn't want to
17:08 ckoehler paranoid
17:08 IngoRenner ... or maybe weren't allowed either
17:08 ckoehler everyone knows google already owns most of the data out there
17:09 ckoehler and they will take over the world one day
17:09 maholtz well, in german ... using google analytics is more or less against law
17:09 IngoRenner but does that mean we should just give them even more?
17:09 maholtz and you will not get the bots in analytics
17:09 ckoehler IngoRenner: of course! it ensures a painless and quick death
17:09 ckoehler maholtz: i see bots in analytics
17:09 IngoRenner ;)
17:10 ckoehler i agree they already have a lot of leverage
17:10 ckoehler but their stuff is just so good
17:10 ckoehler and free
17:13 ckoehler IngoRenner: what brings you to IRC?
17:13 ckoehler is today bugday?
17:14 IngoRenner nope, just lurking around in case some student still needs to know something about GSoC
17:14 _pedda_ cu all :) it's "beer in the sun time"
17:14 ckoehler ah yeah, gsoc
17:14 ckoehler isn't there a channel for that?
17:16 ckoehler how is it looking so far?
17:16 ckoehler there was only a little bit of activity about it on the lists
17:16 IngoRenner there's no special typo3 channel at least
17:17 IngoRenner but there's #gsoc
17:18 IngoRenner looking good so far, actually better than I expected for the first time
17:18 IngoRenner 37 proposals ATM, 3 and a half hours to go
17:18 ckoehler oh nice
17:18 ckoehler that's a lot
17:18 ckoehler good stuff?
17:19 IngoRenner yeah definitly some very nice people in there
17:19 IngoRenner I'm very happy about how things are going
17:20 ckoehler i hope they do good work....
17:21 ckoehler or else....
17:21 IngoRenner or else?
17:30 ckoehler yep
17:30 ckoehler or else
17:30 ckoehler "wehe wenn nicht"
17:46 lous does anyone know how i could protect links? I just want if somebody is logged in, he can see XY and if someone isnt logged in, he cant see the link XY
18:53 lous does anyone use tt_products and paypal?
18:58 ries loswillios: appart or together? :D
19:14 lilalinux lous: I use paypal :-)
19:15 lous also for tt_products?
19:18 lous lilalinux ?
19:26 ingmar-t3 test
19:26 ingmar-t3 hi there!
19:35 timdeluxe ingmar-t3: test back! hi there
20:07 lilalinux lous: no
20:08 lilalinux with ebay :-)
20:08 lous haha ;D
20:39 ries Strange..... ingmar-t3 is here :D
20:47 timdeluxe ries: is he something special?
20:48 ries timdeluxe: Well.. ingmar-t3 is a core developers... and core developers usually don't hang out in IRC
20:49 ries actually... core developers of TYPO3 usually don't hang out on IRC
20:49 timdeluxe aaah ingmar schl... äh "bad"
20:49 timdeluxe ;D
20:49 timdeluxe perhaps he is a bit bored? :)
20:50 timdeluxe ingmar-t3: code something! (just kidding)
20:51 ckoehler there are other core devs on irc
20:51 ckoehler one is about always on, just not in here
20:56 faik 1 minute to go, how many applications did typo3 received?
21:03 ingmar-t3 oh, seems like the appearance of a core dev caused some confusion in here ;-)
21:03 ingmar-t3 anyway, gotta go now
21:03 ingmar-t3 have nice evening, all of you!
21:03 ingmar-t3 cya
21:03 lous bye

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.