Search the website and IRC logs

#TYPO3 IRC log from : Wednesday 28 October 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 31
00:43 kraftb good n8 everyone
00:50 Conic i have a problem with the kickstarter
00:51 Conic when I make a new BE module under WEB, select it and click on a page, it tries to open something like
00:51 Conic typo3/mod.php?M=web_txconicmailerM1?id=657
00:51 Conic which is nonsense because of the double "?"
00:52 Conic but i didn't edit something manually, is this a known bug of the kickstarter?
01:31 uriahhee1 does anyone here use kb_kickstarter?
01:32 uriahheep i guess kraftb does
01:32 uriahheep :)
01:32 uriahheep i'll give it a try, seems to do what i'm looking for
01:37 bupbup hi everybody
01:38 bupbup could somebody please tell me how i can setup my gmenu layer menu to the right side of the browser? :(
01:39 uriahheep hmm, well, wouldn't css take care of that?
01:39 bupbup hmm yeah
01:39 bupbup isnt there a typoscript ?
01:40 bupbup i have text-align:right; in my css for that ###MENU### id
01:40 bupbup but the menu still shows on the left side of the browser
01:41 uriahheep hmm, i think it may be possible to set class names yes
01:42 uriahheep text-align:right; might not cut it, usually that will only align the contents of the element to the right side of it
01:42 bupbup could you check my css code plz? http://pastebin.com/m57141f18
01:42 bupbup ok so which option do i have to set?
01:42 uriahheep i would also need the html that goes with it to see what's wrong :S
01:43 uriahheep well, what's the element's position?
01:43 bupbup http://pastebin.com/d6c397f2
01:44 uriahheep well, if you put position:absolute; then you can do right:0;
01:44 uriahheep otherwise you can do float:right;
01:44 bupbup hmm iam a noob to gmenu layers position to the right sry :(
01:45 bupbup i have positionabsolute in my typoscript yeah
01:45 uriahheep it's the css ;) not the typoscript
01:45 bupbup so what do i have to do next
01:45 uriahheep no worries though
01:45 uriahheep right:0;
01:46 uriahheep float:right; when you don't have position:absolute;
01:46 bupbup so i just put "right:0;" under my text-align:right; ?
01:47 uriahheep instead of text-align:right;
01:49 bupbup hmm i did test this css and the menu is still on the left side :( http://pastebin.com/m6b879cae
01:49 bupbup damn
01:50 uriahheep there is no position:absolute; in there
01:51 uriahheep use float:right; instead
01:53 bupbup float right doesnt work :( damn damn damn
01:53 uriahheep is the css stylesheet linked in your <head> ?
01:54 bupbup if i set position absolte + right:0px; the element is total right..but i have my site in center
01:54 uriahheep and, well... have you set a valid doctype?
01:54 bupbup yes both working
01:54 bupbup i see the changes
01:54 uriahheep ok
01:54 uriahheep use float:right; and position:relative; ?
01:55 bupbup could you pastebin me a working example css with that one element on the right side?
01:55 uriahheep sure
01:56 bupbup that would be great
01:56 bupbup iam having trouble with taht problem since days
01:58 uriahheep http://mooshell.net/TwD54/
01:58 uriahheep bupbup: ^^
01:59 bupbup ok thx hold on
02:00 uriahheep bupbup: play around in there to do tests
02:01 bupbup ok its on the right side now...but my problem is that i want the site in the middle of the browser thats why i did set "text-align:center;" in my body tag in the css...so now everything is in the middle but the menu is on the right..i wanna do a 1000widht side because of small monitors etc..:( :(
02:05 uriahheep ok
02:06 uriahheep you could try putting your entire site in a container div and set width:auto;
02:08 bupbup ok. but the problem is: the webdesigner want to work with fix sized background images..so if you have a person with 1024x.. and 2000x... screensize the 2000px person gonna see the background pic repeated or not?
02:08 uriahheep ok
02:08 uriahheep so set the width of the div to the width of the background
02:08 uriahheep of the image
02:09 uriahheep then give the div margin:auto;
02:10 uriahheep make sure to give that div position:relative; though
02:11 bupbup ok let me try this
03:02 SP3 hello
03:02 SP3 can anyone here make me a typo3 template?
07:40 coolguy hi there. with typo3 4.2.10 i got some problems with imagemagick. when i test it within the install tool typo3 mentions that the imagemagick executables do not return content. in typo3 4.2.9 everything works fine. does somebody know this problem?
08:47 bluespuke morning
09:09 maholtz|WORK morning
09:11 bluespuke hi maholtz|WORK
09:11 iaj` hello:)
09:20 animan hi. ca anyone recommend me a plugin to automatically generate twitter items from tt_news articles?
09:35 pmk65 animan: I don't think there is any. (A customer asked for the exact same thing a couple days ago)
09:36 nuck_work hello everyone, i'd like to limit a login to a session, is there a config or extension for this?
09:37 pmk65 except maybe this one: http://typo3.org/extensions/repository/view/cy_twitter/current/
09:38 animan i'm trying spr_twitter_0.0.4.t3x, but it comes with no manual so i'm trying to make it work. i'll try cy_twitter after that -- thanks :)
09:40 Georges_Abitbol I need to be sure about something. I need for my website to have a forum in which I create section. only fe users logged in can access to forum. The access to section depends on the groups they belong to ... Do I have to use mm_forum or WEC one ?
09:44 HardPhuck how can my editor preview a hidden article?
09:45 coolguy hi there. with typo3 4.2.10 i got some problems with imagemagick. when i test it within the install tool typo3 mentions that the imagemagick executables do not return content. in typo3 4.2.9 everything works fine. does somebody know this problem?
10:04 HardPhuck hmmm if i want to preview a hidden tt_news article in the BE, i get 'no news_id given'
10:08 HardPhuck grrr, it seems like i want something impossible
10:12 iaj` hmm which plugin do you guys use for flash videos?
10:15 bluespuke iaj`: rgmediaimages
10:16 Silo Morning pepz. anyone who can link me to a FCE extension making tutorial :) thnx
10:21 iaj` bluespuke, can you set previews on flvs tehre?
10:22 bluespuke iaj`: dunno, never used flvs, just YT links to embed
10:22 bluespuke but it handles flvs also
10:22 iaj` ohh hmm alright, tahnks..
10:30 tPl0ch hmm, How would I create a demo account for a typo3 backend
10:30 tPl0ch I added the db mount for root ti the user, but dudn't give him any editing rights
10:30 tPl0ch but the tree is not showing up
10:31 tPl0ch typo3 version 4.1.10
10:41 nuck_work hello everyone, i'd like to limit a login to a session, is there a config or extension for this?
10:47 Silo thnx anyways :) found it myself : http://typo3.org/documentation/document-library/tutorials/doc_tut_ftb1/1.0.1/view/1/4/
10:51 nuck_work is there a way to change the $TYPO3_CONF_VARS ?
10:51 pulponair nuck_work: sure localconf.php
10:52 nuck_work oh, ok thaks
10:57 HardPhuck bloody hell, it seems like an impossible task to preview hidden tt_news items from BE
10:58 HardPhuck wtf?
11:01 Silo Hey m8s. I have a little issue with templateviola. ive just made a fce extension but i get a error = " No usage! (TO: "frontpage_slideshow [Template]") " anyone have an idea?
11:05 Silo hmm found out i made a template instead of FCE :/ how can i convert it to FCE instead?
11:06 dokma Silo: templates and FCEs are very different things
11:07 dokma you don't convert between the two
11:07 animan anyone knows how to add tt_news articles keywords to article page meta tag? I use that TS from here -- http://www.essentialdots.com/int_en/blog/typo3_advanced_keywords/index.html
11:07 Silo i use templateviola. :) if that can help?
11:07 animan but it adds comma after each keyword, meaning it will always end with comma
11:08 Silo aaah i think i know why. i made a element instead of content element
11:08 animan can i somehow make the last comma to go away?
11:09 Silo Template Type: content element that was my issue :) thnx m8
11:13 nuck_work bleh
11:14 nuck_work all links on this site seem to be down, and the documentation in general is pretty bad, or am i browsing the wrong page
11:14 nuck_work http://typo3.org/documentation/document-library/core-documentation/doc_core_inside/4.2.0/view/2/3/#id4149464
11:24 dokma animan: that last comma is irrelevant
11:25 dokma don't waste time on such nit picking
11:33 animan my employer wants me to eliminate that last comma :/
11:37 pulponair anima: all you gotta do is to modify the ts to not set the coma if 3 is empty
11:41 animan i even tried to delete the while 3 part
11:41 animan the comma still appeared
11:42 animan i think it's the 2.wrap that forces comma after each keyword
12:03 animan ok, got it working :)
12:27 porkpie is there a way to preview hidden tt_news articles
12:31 iaj` hmm can anyone recommen me a flash player plugin which is able to show preview images...?
12:38 miousse porkpie: their is a preview mode in tt_news and if i remeber correctly, it is documented in the extension documentation
12:38 porkpie miousse: hmm! OK ... will look
12:44 crisb2010 hi there
12:45 miousse hi
12:50 crisb2010 i just converted a typo3 project to utf-8. basically everything went smooth and is working fine now. just the menus still show weird characters. i tried experimenting with htmlspecialchars, but that had no effect. does anyone have an idea what could me causing it?
13:14 sorenmalling Ayone know how to customise the email you are receiving from the TYPO3 formmail content?
13:40 schabracke helloo everyone
13:41 schabracke oh hi kraftb! Thuesday is okay :)
13:42 kraftb hi !
13:42 schabracke hehe youre everywhere
13:42 kraftb Michael ?
13:42 schabracke yes
13:42 schabracke nic nick huh?
13:42 kraftb nic nick ???
13:42 schabracke nice sorry
13:45 schabracke can someone explain me how the lists work in RTE? there is function to list things like 1. 2. 3. which looks good in the RTE but on the site there are no numbers?
13:46 kraftb it could be numbering of <ol> is disabled via CSS
13:49 schabracke but i looked at the html code and there is only <li> used
13:50 schabracke ah sorry my mistake
13:50 schabracke thanks for the hint!
13:57 kraftb everybody: today the Ares I-X will probably lift of from kennedy space center in florida.
13:58 kraftb it's the first time since more than 30 years, a new rocket/ship design will lift up from earth.
13:58 kraftb altough its just a flight test for verifiying the design
13:59 kraftb it is covered live on NASA TV ... the launch window is between 14:00 and 18:00 CET
14:09 bluespuke kraftb: do you have a link?
14:10 kraftb http://www.nasa.gov/multimedia/nasatv/index.html
14:13 schabracke @kraftb your css hint worked out great! thanks!
14:27 kraftb plz !
14:56 bluespuke is there a way to make a localization of tt_address ?
15:53 pmk65 bluespuke: depends on what you mean by localization. You can translate the labels used with ext like llxml or lfeditor.
15:54 bluespuke pmk65: what i was thinking about was translate the entrys
15:54 pmk65 Then you need to extend the TCA/DB with l10n fields
15:56 bluespuke ok, i'll google for that
15:58 muchi Sorry I am new, can I ask a question here?
15:58 gerards just ask muchi
16:00 muchi I installed the databas on my server (godaddy) and successfully run the typo3 install tool. I tells me, everything is ok. Now I try to login trough www.mydomainname.com/typo3 and it will not accept the username and password?
16:04 bluespuke muchi: default user/pass after the installation is admin:password
16:05 muchi WOW, thank you very much, that worked great!
16:16 iaj` ive been using flv player plugin for typo until now.. but it always creates kind of a grey box surrounding the flash - what can you guys recommen if I want to have a flash embedded with an preview image pic
16:27 kraftb http://www.nasa.gov/multimedia/nasatv/index.html
16:27 kraftb start now !
16:32 porkpie I need a good BE editor .... can anyone recommend
16:35 porkpie rte that is
16:35 porkpie need one that works correctly ....
16:37 bluespuke porkpie: try tinyRTE or tinymce_rte
16:38 porkpie bluespuke: which is the best one
16:38 porkpie my editors are having nightmares editing text with number or bullets
16:39 bluespuke i prefere tinyRTE, but if you use realURL you should take tinymce_rte cause he can create links with a speaking url
16:39 porkpie OK ... will try
16:40 oneilch does any have a ts snippet that shows only ttnews items related to the specific feuser that created them?
16:52 jbaptiste_j I updated yesterday from 4.2.5 to 4.2.10 and now my server is extremely slow, but I don't know if it is caused by TYPO3 could it be ?
17:10 porkpie bluespuke:I installed tinymce_rte it didn't replace the system version ....I uninstalled the system version and now have no editor at all. I added the system one back but still have no editor
17:13 jbaptiste_j the developper of tiny mce comes to this channel often
17:13 jbaptiste_j don't give up
17:14 jbaptiste_j I think his nick has 64 in it
17:47 jamiro hello, after updating from 4.2.8 to 4.2.10 the database analyser link doesn´t work anymore, it jumps to about page, is it a known prob, or am i the only one ,...?
17:48 jamiro database analyser: compare link
18:00 Conic hey guys, where can i read about the $this->doc->section function?
18:00 Conic i can't find something about that
18:02 Rapp hi everyone!
18:02 jbaptiste_j_ hi rapp
18:02 Rapp with my admin user, i seem to have lost the Extension Manager. somehow it is not listed anymore in the left sidebar! what might have happened? what can i do?
18:06 Rapp no ideas? the other day it was still there...
18:06 jamiro maybe check if it exists in localconf
18:07 Rapp how?
18:07 Rapp what's supposed to be in localconf?
18:08 jamiro a lin which contains [EXT] and a list of all extensions
18:08 jamiro line
18:08 Rapp $TYPO3_CONF_VARS['EXT']['extList'] = ... <- that i got
18:08 jamiro $TYPO3_CONF_VARS['EXT']['extList'] = 'tsconfig_help,context_help,extra_page_cm_options,impexp,sys_note,tstemplate,tstemplate_ceditor,tstemplate_info,tstemplate_objbrowser,tstemplate
18:09 Rapp yeah, so something like that is there
18:10 jamiro oh, i thought, there should be something like ext_man
18:10 jamiro hm
18:11 Rapp but there isn't?
18:12 jamiro sorry, cant help
18:12 Rapp anyone else?
18:13 iaj` anyone can tell me where I can get the arial font so I can use gifbuilder on it?
18:13 Rapp iaj`: http://en.wikipedia.org/wiki/Core_fonts_for_the_Web#External_links
18:20 Rapp hm, i just touched a "ENABLE_INSTALL_TOOL" file, but somehow that does not work either...???
18:26 Rapp ok, that works, i typed in the wrong URL :)
18:26 Rapp but still the question: HOW do i get my extension manager back?
18:29 iaj` Rapp, those are .exe files :(
18:29 iaj` but I dont run windows
18:30 Rapp iaj`: you can use cabextract or something like that to uncompress it under linux / unix / ...
18:41 Rapp anyone here who can help me? my ext manager is gone: http://yfrog.com/7ctypo3p -- it is listed still in the "compare user" view, but not in the sidebar!
18:53 uriahheep hmm, why is the kickstarter extension's manual not around? :S
19:26 polecat hi @all
19:27 polecat is someone out there who has the time to help a desperate newbie, pls?
19:44 JeroenDV Is there a tutorial or simple explanation how to get a complete typo3 website from the web and download it form my mamp
19:45 JeroenDV for my mamp
19:46 JeroenDV Ive downloaded everything in the htdocs folder and exported the data base but there is a problem its says when imporying the database through phpmyadmin SQL-query:
19:46 JeroenDV --
19:46 JeroenDV -- Database: `information_schema`
19:46 JeroenDV --
19:46 JeroenDV CREATE DATABASE `information_schema` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
19:46 polecat does anyone knows how to change the language of a survey in pbsurvey
19:46 JeroenDV MySQL retourneerde:
19:46 JeroenDV #1044 - Access denied for user 'root'@'localhost' to database 'information_schema'
20:03 ries JeroenDV: you need to setup a MySQL so TYPO3 can have access to it
20:05 JeroenDV @ries i have a mysql running with MAMP(MacMysqlApachePhp)
20:06 polecat is there any extension which allows me to create multiple fe useres at a time?
20:06 ries JeroenDV: still... you would need to create a user account for the database... or give root full access to teh database
20:06 ries polecat: i think there are some database importers.... but I never used them
20:07 polecat ries thanx, i'll take a look for those importers... otherwise i have to create 500+ feuser manually -.-
20:11 ries polecat: Nhaaa... you don't have to... Just import them into teh database... it's not that hard
20:13 JeroenDV I did that otherwise i cant import the sql into my own
20:13 ries I often even create a bunche of insert statements just with Numbers
20:15 JeroenDV I have a webserver
20:15 JeroenDV With typo3 running
20:15 JeroenDV I have downloaded All the HT docs
20:17 JeroenDV putting only that in my mamp gives my error of cource cause there is no database
20:19 Phlogi_ can anyone recommend an extension for rss or atom feeds from tt_news?
20:24 polecat ries, got it! thanks to you and to navicat =D
20:25 ries polecat: I personal use JasperETL for that work...
20:25 ries but navicat should do teh trick also
20:25 polecat jasperetl? better than navicat?
20:26 ries JeroenDV: did you create a database or doe sthe user you install typo3 with have access to MySQL?
20:26 ries polecat: better.. better... what's better :D
20:26 polecat ries: ok ^.^ you're right
20:27 ries Jasper ETL is a ETL tool, navicat is more like a DB management tool (never worked with it though)
20:27 polecat silly question
20:29 JeroenDV @ries what do you mean exactly
20:30 ries what stage are you in.. can you describe that?
20:30 ries what part of the installation process...
20:30 JeroenDV Oh ok
20:31 JeroenDV just
20:32 JeroenDV eeh wait a minute
20:33 JeroenDV i have a online server running typo3
20:33 JeroenDV I from now on i have to control the website
20:34 JeroenDV So I was trying to download everything so i can run it offline
20:34 JeroenDV i have downloaded averyting
20:34 JeroenDV everything
20:34 JeroenDV and now what to do next
20:35 JeroenDV run the 1-2-3 install tool local?
20:36 JeroenDV maby i have found a site i think http://webempoweredchurch.com/no_cache/support/classes/upgradingypo3/?tx_wecknowledgebase_pi1%5Btt_news%5D=325
21:02 JeroenDV Got it
21:02 JeroenDV thanks for the help

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.