Search the website and IRC logs

Search is currently not available.

#TYPO3 IRC log from : Thursday 4 June 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 26 29 30
07:24 shashi Helo everyone !!!
07:24 shashi I have an issue in typoscript
07:25 shashi I am making left navigation manu in my webpage and I made this though typo script
07:26 shashi in that script I need to hard code the path to open any page through menu like "index.php?id={elementUid}"
07:26 shashi but now prob is this . when I switch the language of website then it will not reflect
07:26 shashi because L=1 is not in hardcode path
09:38 cuse Hi! I need to install an extension which depends on the "extension indexed_search". However I couldnt find the latter in the extension repository of typo3. Is "indexed_search" already included with the default typo3 system nowadays?
09:44 jbaptiste_j Greetings, I hava problem displaying news. I used a css style using floats, it works okay in Firefoox but bugs in Eplorer 6 and 7 (haven't tried Explorer 8) the page is there http://dev.crdp-lorraine.eu/ I'd love a simple css fix to that or a way to cause tt_news to wrap odd news in a different css class than even news might do the trick too
09:44 jbaptiste_j 8) = eight)
09:46 _pedda_ hi all
09:48 maholtz|WORK @cuse: yep, indexed_search is an system extension
09:49 maholtz|WORK so it should be available in your extension
09:49 maholtz|WORK manager
09:50 Belga hi
09:50 cuse maholtz|WORK: thanks!
09:51 Belga I have a website using the zend framework, is there any way i could reuse the files i already have without having to rewrite all templates and all controllers ?
09:53 shashi can I get langauage variable in typo script ?
09:54 Mich666 Shashi what do you mean by language variable, w´hat do you want to do?
09:54 shashi I am making left navigation menu in a web page...there I need to make hard code for page navigation like index.php?id=**&L=1
09:54 maholtz|WORK @Belga: search in extension manager for zend - it there is an extension zview, perhaps it helps (btw.: why do you want to change to TYPO3 from zend?)
09:55 snooops Hey dudes
09:55 maholtz|WORK @Shashi: why you need to hardcode? .data = GPvar:L (dont forget intval = 1)
09:55 snooops how can i get the page id in an frontendplugin?
09:55 snooops is there a function?
09:55 Belga maholtz|WORK > Well i'm trying to adapt a few features from the original website. And learning typo3 at the same time. ^^
09:56 Mich666 @snoops just my words
09:57 Mich666 @belga do oyu know any good ressources about the ZF except the publishers website?
09:57 snooops Mich666 : oh dude ... maybe i dont know the name of the function? maybe i allready tried google? cmon ...
09:57 maholtz|WORK @snooops: $_GLOBALS['TSFE']->id
09:58 snooops thx maholtz|WORK ;-)
09:58 Belga Mich666 > zftutorials.com
09:59 Mich666 @Belga is that a good place to begin?
10:00 Belga Mich666 > Well there's quite a load of tutorials, and pretty much everything's covered. I didn't get to look to the really advanced ones, but it helped me a lot when i first started using the framework.
10:00 lilalinux WTF
10:00 lilalinux I moved a powermail form and now the fields are reversed in order
10:14 snooops how was the function called to generate a hyperlink in a frontend extension?
10:17 maholtz|WORK $this->cObj->typoLink
10:17 maholtz|WORK http://www.typo3-unleashed.net/typo3apidocs/typo3api_4.2.1/html/search.php?query=typolink
10:18 snooops yeah typolink, thx ;-)
10:23 jbaptiste_j I have another question, still tt_news, I have news that belong to more than one category but I would like ###news_category### to only show the FIRST category.
10:34 snooops for this you have to code a hook for the class
10:45 jbaptiste_j you mean class as in PHP object oriented programming or class as in CSS ?
10:48 snooops $GLOBALS['TYPO3_DB']->sql_error() is like mysql_error, right?
10:48 Belga snooops > i'ld say yes.
10:48 snooops hmm kay ^^
10:52 jbaptiste_j well actually there is a parameter where you can define how many categories are to be displayed... (typo3 rocks ine every aspect except ones where it sucks)
11:12 skurfuerst hi everybody
11:48 HungyHungryHipp hi, Im using the wt_directory extension and I try to order my records In same order that they are selected in Plugin -> selected menu
11:50 HungyHungryHipp I have large number of addresses and I want to show only the selected records in different pages. I tried to order the records by using the "plugin.wtdirectory.list.orderby", but it works only for values that have been given in address record fields
11:51 HungyHungryHipp So is there any way to manually order the records?
14:40 _pedda_ is it possible to use one fce for lets say.. 3 different layouts which can be preselected via selectbox within the fce ?!
15:36 mquintus ahoy. Does someone know how to a attach the fe_user's image to a tt_news post?
15:39 just2b what does a fe-user do at ttnewspost, edit, comment,..?
15:40 mquintus in tt_news there's the db field "author" and I want to map that on fu_users.
15:40 mquintus fe_users*
15:41 f1sHMaN how can i change the birthday format in typo3 / tt_address? its always 1-1-1970 ....
15:52 f1sHMaN i have a input field with the attr. Date...but nothing happend tt_adress always displays: 1-1-1970
15:56 mquintus probably typo3 expects a unix timestamp and gets a string which is turned into int. Unix timestamp of 0 is as date: 1-1-1970 00:00
16:00 Duesentrieb hi all. our typo3 site just broke when trying to install an extension. how do i best find & remove it on the command line?
16:02 f1sHMaN je, thats whay i change my html input field to: <input type="date" name="birthday" but its the same...
16:05 Duesentrieb found it. removing the extensions directory and killing the temp_CACHED files did it.
16:06 lommes removing it from your localconf.php would be better otherwise typo tries to load a not present extension
16:07 f1sHMaN here ist the problem in german: http://www.typo3forum.net/forum/direct-mail/32743-subscriptionanmeldung-um-geburtagsfeld-erweitern.html but no solution...
16:07 Duesentrieb lommes: yes, did that too now, thanks
16:08 lommes np
16:12 f1sHMaN this is it: http://bugs.typo3.org/bug_relationship_graph.php?bug_id=7412&graph=relation
16:12 f1sHMaN any idea?
16:21 mquintus Duesentrieb: you just have to wipe out the extension entry in localconf.php, then the extension will not be loaded anymore. You don
16:21 mquintus 't need to delete anything else
16:23 mquintus f1sHMaN: What is the type of the database column?
16:23 cuse Hi! Can somebody enlighten me where I can manage languages? E.g. changing the default language and changing which languages are available and the ID of each language?
16:24 cuse In the template I used "German" was the default language and English the 2nd one. I found a constants file in the templates file and flipped the IDs, but now it seems everythings screwed a bit
16:25 mquintus cuse: you should not change the default language.
16:26 cuse mquintus: well but i have to
16:28 mquintus cuse: is that helpfull? http://paste.phlogi.net/-e7508c5f51/
16:28 cuse mquintus: i already found something like this.... but where do i have to edit that?
16:29 cuse mquintus: which file or whatever?
16:29 mquintus cuse: do you know about typoscript?
16:30 cuse i guess the answer is no, ... my first contact with typo3 today
16:31 mquintus uh
16:31 mquintus cuse: you should probably read some literature
16:31 mquintus cuse: "basic template building" and the other online tutorials
16:33 cuse well i already read quite some bit, and fiddled around with templates, i simply need to know where i can place those language settings
16:33 cuse ah
16:33 cuse maybe in the templates constants file
16:36 ries Denyerec: I am still having fun with my images that are not colro correct... hell, even firefox (the almighy??) doesn't even manage colors!!!!
16:40 beli hi all
16:42 beli i've got page.config.sys_language_uid = 1, page.config.language = de, page.config.locale_all = de_DE but my date output is still english date format instead of german. any more settings needed?
16:45 cuse mquintus: ok I did that in my templates constants file and it had effects on the frontend, but when I try to translate a new page in my backend, it will not offer the languages defined in that template file. instead e.g. it offers me TWICE "Franz", even though french is not defined in any place i can see
16:46 cuse mquintus: the combo box in the backend looks like this: "Englisch, Englisch, Franz, Franz" shrug
16:47 cuse no idea where this "Franz" came from
16:52 Denyerec ries - FF manages colour in FF3 if you enable it
16:52 Denyerec but its off by default and slows down the browser
16:52 _pedda_ cu all
16:52 beli cu pedda
16:52 Denyerec End result: Colour management on the internet is a pipe dream, forget about it. Unprofile everything web related that you are not intending to show to an audience you can rely on having calibrated and profiled gear
16:56 ries Denyerec: I don't have such option.... do you hapen to know if IE manages any colors?
16:56 dokma hey guys! anyone here got a minute to help me get my TV to pull my template? right now I get only empty body.
16:56 ries I agree with that... it just sucks that we cannot represent colors correctly
16:57 ries Now I know why I love a mac so much... everything is color managed, even Safari!
16:57 dokma just learning this TV stuff so I have no idea what to check
16:57 dokma I follow ftb and I have checked all the steps
16:57 ries dokma: did you add css_styled_content in your static template?
16:57 dokma I did
16:58 dokma created the DS and TO
16:58 dokma and assigned it in page properties
16:58 dokma mapped the menu
16:58 dokma cleared cache a few times
16:59 ries dokma: did you add css-styled_content as your static template?
17:00 dokma ries: I did
17:00 Denyerec IE can't manage CSS
17:00 dokma ries: I checked it again, it's there all the time
17:00 Denyerec so colour management is right out
17:02 ries Denyerec: life sucks... back to electronics... we will wait 'they' get it right :D
17:02 ries But in Safari I don't see it...r eally..
17:02 ries sorry, in firefox I don't see it
17:02 ries I did hear that version 3.5 can do it...
17:03 ries and now I am seriously wondering if that is released already :D
17:03 Denyerec there's an option somewhere
17:04 elmargol Hi I'm wondering if the template system has changed since 4.1 :) I find it hard to create a good looking design using 4.1 :(
17:07 beli elmargol: we are on 4.2.x ...
17:10 elmargol beli: yes I know I'm still on 4.1.10
17:11 beli elmargol: for what reason?
17:11 elmargol No php5 :(
17:12 iamjay well I'm having bit of trouble and wanted to ask that question here, maybe someone here can help me... creating my first website on typo3 and using a specified font (verdana)... but if I create buttons in gimp they just look way different than the ones on the site
17:12 beli ok
17:12 iamjay how do you ppl solve this issue?
17:12 iamjay s/the ones/the basic font
17:12 beli elmargol: so what do you mean by different template design?
17:12 elmargol beli: is it sill very complicated to create a template?
17:13 elmargol Are there improvemets in the new version?
17:13 beli elmargol: erm....i am an old school templater (html-template + css)....you can use templavoila extension for modern template creating
17:13 jbaptiste_j iamjay you might want to have a look at Gmenu
17:14 jbaptiste_j generates images on the fly for your menus
17:15 elmargol ATM I use the CrCPH template :/ i think this template sucks very hard :(
17:18 beli elmargol: ?!?! learn to to your own template
17:19 jbaptiste_j elmargol there is atypo3 extension that is actually a tutorial on how to make a template. It is not beyond a reasonably gifted human's reach
17:20 jbaptiste_j I'll tell you the name of this extension
17:20 iamjay jbaptiste_j well yeah... what do you mean by Images?
17:20 elmargol I have HTML and CSS experiences :) can someone point me to a nice tutorial? :)
17:20 iamjay GIFBuilder is what I heard of...
17:20 iamjay but... can I make him create a certain image and then paste that into gimp?
17:21 iamjay or what's the basic way?
17:22 jbaptiste_j for tutorials I suggest modern template building I am quite a noob and that helps
17:22 iamjay where can I find that?
17:22 jbaptiste_j for the Gmenu, you give it a background image and it automatically creates an image adding text for example with the right font but into a picture so it can be dynamically generated AND all users will see it right
17:23 jbaptiste_j http://typo3.org/documentation/document-library/tutorials/doc_tut_templselect/0.1.0/view/
17:24 iamjay so basically you let it create the text by using the specified font in the css.... and adds this to the background you add to it?
17:24 jbaptiste_j for the noobs out there, (which includes me) I found that: a tutorial on how to read the TsRef http://www.typo3apprentice.com/howto/rtfm/
17:25 jbaptiste_j yet I still have a hard time with the TsRef :(
17:25 jbaptiste_j not really Iamjay I'will talk to you in private
17:27 jbaptiste_j iamjay do you see the private hat I opened with you ?
17:28 jbaptiste_j hat-> chat
17:40 cuse mquintus: aaaa, got the solution: mysql table "sys_language" was screwed here. i just manually edited the table with mysql command line and now everythings fine. thanks for your tips!
17:42 tomsdale would you use the kickstarter to create an extension which does nothing else than to import some typoscript?
17:42 Luiso hi all
17:42 Luiso i have a problem installing typo3 on windows
17:43 Luiso anybody can help me figuring out what this is?
17:43 tPl0ch hi, I have following ts ( http://paste.phlogi.net/-e155e8e0e0/ ) to create graphical and accessible headers, but I want to use them in the RTE as well (when selecting h1). How do I achieve that?
18:08 tomsdale to answer my own question - kickstarter is totally fine for that. just select static ts and you are fine.
18:11 beli tomsdale :)
21:25 crisb2010 hi
21:26 ries hey crisb2010
21:26 crisb2010 i have a problem with the RTE in the frontend. when i enter text into the rte and hi save he converts all html tags. means: <p>test</p> becomes &lt;p&gt;test&lt;/p&gt;
21:27 ries crisb2010: I never used the RTE in the frontend....
21:27 crisb2010 is this due to the configuration of the rte
21:27 crisb2010 ?
21:27 ries But do you also see &lt;p&gt;test&lt;/p&gt; as rendered text?
21:27 beli you can set allowed tags
21:27 beli this is because of security
21:28 crisb2010 the basic ones are allowed via "allowTags"
21:30 crisb2010 that's why i'm clueless
21:31 beli hmm i use tinymce because of htmlarenas config crap
21:38 ries beli: isn't it more or less the same config system they are using??
21:38 ries I remember I had problem with some special rendering issue with tiny... but that was 3 years ago
21:39 crisb2010 the problems first occured after a update to a new typo3 version
21:39 crisb2010 so i guess that the rte extension can be blamed
21:39 heavenquake when installing Typo3, something seems wrong with the database-install. I enter my (correct) database information, and continues to the select table part. But, the table selector can only find information_schema, even though I've got lots of other tables. Also, it fails in creating a new table, without explaining why. It simply says "not created" in red
21:43 heavenquake nevermind, fixed. For some reason it let me past the localconf-permissions part even though the permissions were incorrect
21:43 heavenquake thus fixing the permissions fixed the problem
21:43 heavenquake but the permissions checker seems broken
21:45 iamjay hey there
21:45 iamjay are thhere any way to set up hotkeys in the typo3 be :/?
21:46 iamjay s/are thh/is th
22:01 beli hotkeys for what?
22:01 beli and your 's' command is incomplete ;)
22:39 heavenquake how long from 5.0's release will 4.x still be maintained?
22:44 Gerhard Hi all
22:47 Gerhard In the TER, there a lots of extensions that claim to synchronize two TYPO3 installation and I wonder which one I should use.
22:48 Gerhard Any recommendations?
22:49 timdeluxe do you really want to synchronize them or just move one to another location?
22:56 Gerhard I have two servers with TYPO3 4.2.6, one productive machine and one testing machine...
22:57 Gerhard ...from time to time, I do a full copy productive --> testing or testing --> productive, so that means copying full site to another location
23:08 Gerhard In the moment, I login to one of the machines with ssh, run mysqldump, copy dumpfile and fileadmin + upload folders with scp to second host...
23:09 Gerhard ...than ssh into second host and import the mysql db.
23:12 Gerhard A matter of about 15 minutes but I'd like to have an easier method for some of my non-techie colleagues, so I thought there may be a TYPO3 Backend extension for that or maybe another Web-based tool.
23:19 beli Gerhard: fullbackup
23:22 Gerhard This one? http://typo3.org/extensions/repository/view/w4x_backup/current/ ...will try it, thanks
23:22 beli yes
23:46 flipmoe hi
23:46 flipmoe can someone help me with links in a backen module, please?

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.