Search the website and IRC logs

Search is currently not available.

#TYPO3 IRC log from : Monday 6 July 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
01:30 kmartiin maybe a dumb question but why isnt there any text editor like textile implemented in TYPO3 (i didnt found anything on google too)?
01:30 kmartiin there are so many problems and questions about the rte... always.
01:33 voidus kmartiin: dunno, really. maybe just because nobody wrote it
01:33 voidus kmartiin: there was an extension for markdown
01:33 kmartiin voidus: hm okay. should be simple or? i mean the parser is already available...
01:34 voidus kmartiin: simple to write an extension?
01:34 voidus kmartiin: basically simple, but then you'll got problems: you need to insert images somehow for example
01:35 voidus textile, markdown, RST and other may only make full link to some picture... for some project i did introduce new subtype of image "tag" for markdown
01:35 voidus for images which are bundled with with record
01:36 voidus *with this
01:36 voidus same for links: rtehtmlarea have special tags: <link>, <typolist>...
01:36 voidus all of that need special casing
01:37 voidus so, the task is not so simple like $x = new Markdown(); $x->process($bodytext); =)
01:37 kmartiin hm okay.
01:39 kmartiin please give me an insight why there are things like typolink ;)
01:49 voidus hm..
01:49 voidus typolink is a standard way for typo3 for making links
01:49 voidus it handles <s>all</s> a lot of different cases
01:50 voidus convert from ?id= form to realurl, caching with cHash and so on..
01:52 kmartiin ah okay that makes sense
08:25 nomatter001 hi
08:25 nomatter001 is there anywhere a tutorial on how to use a different typo3 template for the home page?
08:26 skurfuerst nomatter001: that's quite easy. Inside your template there is a field "Display template on next level" - this will be shown on the next hierarchy level (and below)
08:26 skurfuerst or alternatively, you can switch things via TypoScript conditions
08:28 nomatter001 skurfuerst: so i make the homepage template on the root and then the other template with that option?
08:28 skurfuerst no, in the homepage template, you will set "use template on next level", and point it to the other template
08:29 nomatter001 ok
08:29 nomatter001 and on which page do i create both templates?
08:29 nomatter001 both on the root?
08:30 skurfuerst I'd create a sysfolder for the 2nd level templates
08:31 nomatter001 skurfuerst: ok thx
08:42 nomatter001 thx it works
09:08 dec___ anyone got experience with chgallery? is it easy to install etc?
09:20 _pedda_ hi all
09:20 dec___ lo
09:28 jbaptiste_j hi pedda
09:28 jbaptiste_j did you get my email ?
09:36 dec___ anyone had the problem of chgallery not rendering image thumbnails at all?
09:37 _pedda_ yes i did.. but i wasn't at home the whole we
09:38 jbaptiste_j that's cool
09:43 Phlogi good morning guys
09:44 _pedda_ hi Phlogi
09:44 _pedda_ jbaptiste_j: pn
09:47 dec___ does anyone have any idea why the extension chgallery can't seem to render any thumbnails? singleview works fine.. does it make use of imagemick? this is not installed on the server
09:49 Bluespuke morning
09:50 _pedda_ hi
09:53 Phlogi dec___: I guess its that imagemagick is not working, check install tool and graphics options.. everything should be working there
09:53 dec___ ok
09:53 dec___ the things from the test menu?
09:56 Bluespuke someone could give me a clue why the htmlarea RTE doens't load in frontend with firefox?
09:56 Bluespuke IE is working fine :(
09:57 pmk65 Bluespuke: Most likerly because it's based on ancient code, which was never intended to run on FF.
09:58 Bluespuke ancient code? should i ask rodney mckay? x_x
09:58 Bluespuke just kidding ;-)
09:58 Bluespuke so can i use tinyRTE in friontend but NOT in backend?
09:59 pmk65 TinyMCE RTE works in bot BE and FE.
10:00 pmk65 I once managed to get htmlarea to work in FE, but it was quite some time ago.
10:00 Bluespuke the problem is the client, he wants htmlarea in the BE (please don't ask me why)
10:01 pmk65 You could try this one. http://typo3.org/extensions/repository/view/tinymce/current/
10:02 pmk65 This one doesn't integrate with Be, but is used for own extensions.
10:02 Bluespuke ok, i'll try this one
10:03 Bluespuke and if it won't work i'll the my client to use tinyRTE or forget about FE-edit ;-)
10:03 pmk65 Bluespuke:
10:04 pmk65 http://lists.netfielders.de/pipermail/typo3-dev/2009-July/035870.html
10:04 pmk65 is your problem the same as this?
10:06 Bluespuke i should activate the php warnings to check... but it's strange that IE can load the editor and not FF, so isuggested that it is browser related :(
10:13 Denyerec Morning
10:13 Denyerec hey phlogi
10:13 Denyerec The .org guy got back to me
10:13 Phlogi Denyerec: hey
10:13 Phlogi Denyerec: so?
10:13 Denyerec Wanna see what he wrote
10:13 Denyerec ?
10:14 Denyerec gimme your mail address
10:16 maholtz|WORK morning
10:37 dec___ yey fixed it by a fresh install of imagemagick
10:39 Denyerec morning maholtz
11:00 dec___ how do i tell an extension to look at the 'nl' key from locallang?
11:00 dec___ config.language = nl would that be enough
11:01 Celestar good day
11:01 _flax hi @all
11:02 teppi|work dec___, you have to add "nl" as websitelanguage on the root page
11:02 teppi|work and then add this lines :
11:03 Celestar I'm looking for some way to modify the "class" tags that are given to lists/list elements, and am trying to find anything like this in the documentation with little success. can anyone point me in the right direction?
11:03 teppi|work dec___, config.sys_language_uid = x (x=the uid of the added language)
11:03 teppi|work config.language = nl
11:03 teppi|work config.locale_all = nl_NL
11:03 _flax i have a problem and i hope some one can help me: i want to set a id from a div filled with the tt_content ID but the prblem is when i write the variable in html to the tag ther isnt any results ... some have a solution?
11:04 teppi|work i think thats it
11:05 _flax im sorry for my bad english
11:07 teppi|work Celestar, you have to customize the TYPOSCRIPT for this ce
11:07 teppi|work choose template in the backend and look how the CE is configured in the object browser
11:08 Celestar thanks
11:09 Celestar is there any decent "beginners manual" that is recommended (online or book)? I've installed this software about 15 minutes ago :P
11:10 _flax how can i use the tt_content ID variable in html-template? anyone who help me?
11:11 ix-sign _flax: hey
11:16 _pedda_ does someone found the button for creating the install tool file already in the new t3 version ?
11:19 _pedda_ -> button can be found in user settings
11:21 jbaptiste_j new you mean 4.2.3 ?
11:21 jbaptiste_j 4.3 sorry
11:26 Phlogi Denyerec: got my pm?
11:27 sorenmalling Anyone here worked with the fe_adminLib.inc in typoscript?
11:28 Denyerec was on the phone
11:28 Denyerec I forwarded it to you phlogi
11:28 Phlogi Denyerec: okai doki
11:39 Phlogi ff 3.5 rocks, and greasemonkey too :D
11:45 Denyerec Never had the enthusiasm to use greasemonkey
11:45 Denyerec I have to use a custom CSS sheet for a battelfield tournament website though, as their webmaster is a muppet who doesn't test in opera.
11:47 pmk65 sorenmalling: I have used fe_adminLib.inc long time ago, when I was still using DMail.
11:48 sorenmalling pmk65: Okay. I'm a bit unsure, how to "call" my typoscript as a part of my frontend plugin, can you tell me how?
11:48 sorenmalling I mean, how do I invoke the typoscript to fetch the cmd variable and such
11:52 pmk65 sorenmalling: http://paste.phlogi.net/-dfaf6d8d25/
11:53 sorenmalling pmk65: Yep, that is a part of the typoscript?! But how do i initiate my typoscript into my pi1/frontend plugin? Do i create a sys_template on the page, with the TS you just pasted?
11:53 pmk65 There's a static template for fe_adminLib.inc, which you can take a look at.
11:54 pmk65 It's been ages since I last used it. The only ext I know that uses it, is the sr_feuser ext.
11:55 sorenmalling okay, i dive more into that one :) thanks
11:55 pmk65 plugin.feadmin.fe_users
11:55 sorenmalling pmk65: Thanks
11:55 pmk65 thats the name of the static template
12:03 kitallis why am I getting this ?
12:03 kitallis The current username, password or host was not accepted when the connection to the database was attempted to be established!
12:03 kitallis while trying to run index.php
12:03 kitallis ?
12:11 dec___ because you are using the wrong user credentials... ?
12:12 kitallis can anyone help me with this?
12:13 kitallis The current username, password or host was not accepted when the connection to the database was attempted to be established! Database Error
12:13 kitallis error on Typo3 index.php first run?
12:13 dec___ because you are using the wrong user credentials... ?
12:17 kitallis user credentials are supposed to be put in where?
12:17 dec___ typo3conf/localconf.php
12:17 kitallis how exactly?
12:17 dec___ edit the file..
12:18 kitallis yeah
12:18 kitallis how?
12:18 kitallis i dont see variables
12:18 dec___ use an editor
12:18 dec___ erhm
12:18 kitallis :/
12:18 dec___ its in there :) its in a config array
12:18 kitallis i see 3 arrays
12:19 kitallis http://pastie.org/535473
12:19 dec___ itll be something like db username, etc
12:20 dec___ that is all? o.O
12:20 kitallis yes
12:20 dec___ afraid your install tool messed it up
12:20 dec___ let me find the lines youll need to put there hold on
12:21 dec___ $typo_db_username
12:21 dec___ $typo_db_password
12:21 dec___ $typoe_db_host
12:21 dec___ $typo_db_host *
12:21 dec___ $typo_db
12:22 dec___ fill in those vars below the comment
12:22 kitallis k
12:22 dec___ with the proper things
12:22 kitallis in single qoutes right?
12:23 dec___ yeah doesnt really matter but use single quotes
12:36 kitallis w00t works now
12:36 kitallis dec___++
13:08 dec___ good
13:20 maholtz|WORK @kitallis: you know the install tool?
13:20 maholtz|WORK yoursite/typo3/install/
13:20 maholtz|WORK ?
13:24 kitallis maholtz|WORK, YAO
13:24 kitallis just did
13:24 kitallis after i did that tweak
13:24 kitallis :/
13:32 maholtz|WORK didnt worked before or didnt found it?
13:33 kitallis Found it later after i got it working.
13:33 kitallis :/
13:33 kitallis maholtz|WORK, do you have money?
13:33 kitallis pls give me.
13:33 kitallis :P
13:39 FloLeBlanc hi all
13:40 FloLeBlanc did anyone experience problems with logging in fe_users when using md5 and frontend user registration (the pw does not get hashed on the client side any more)
13:40 FloLeBlanc (after updating to 4.0.13 I meant)
13:40 menak hi
13:41 menak are there alternatives to indexed_search which don't contain ads (like google search) and respect access restrictions?
13:42 teppi|work menak, afaik no
13:42 menak i found mh_ajaxsearch, an_searchit, mnogosearch and powersearch.
13:42 menak teppi|work: sad
13:42 teppi|work i'm just working at the moment at an integration of the lucene search engine by using the indexed search indexer
13:43 menak teppi|work: using ZFW?
13:43 teppi|work whats zfw?
13:43 menak zend framework
13:43 menak contains a lucene engine
13:43 teppi|work oh yes
13:43 teppi|work hehe
13:47 teppi|work menak, powerserach also uses the zend lucene implementation ..
13:48 teppi|work but they wrote their own indexer
13:48 teppi|work it indexes over db tables .. and not generated output
13:50 mcfly_ hey guys
13:50 mcfly_ did anyone ever manage to publish static html (ext:staticpub) _with_ the tt_news records?
13:55 maholtz|WORK @mcfly_: you need to make them cached
13:57 hans__ hi
13:57 dec___ lo
13:57 hans__ i do not have the package "commerce" in my repository of typo3. i already did an update to the repository. how do i get this package into the rep?
13:58 hans__ so i can install?
13:59 mcfly_ maholtz|WORK: i'm currently looking into configuring the crawler in order to cache the news-records
13:59 mcfly_ is that what you meant
13:59 mcfly_ ?
13:59 maholtz|WORK nope
13:59 maholtz|WORK you know admin-panel?
14:00 maholtz|WORK you can see there the rendered typoscript
14:00 hans__ if i search for "com" i only do get the welcome extension. what's wrong?
14:00 maholtz|WORK check for *_INT
14:00 maholtz|WORK @hans__: you search in google or yahoo...? where do you search?
14:01 hans__ google
14:01 hans__ :)
14:07 hans__ maholtz|WORK: if i do search without a keyword, typo lists me 12 extensions for the FE. this seems to be wrong since there are hundret in the TER. why is this so?
14:14 s-andersen Does someone here know a good guide on howto setup editing of webserver files via SFTP or FTP on Ubuntu, without messing with apaches read/write access, until now I have edited my extensions via WebDAV, but now I have an external developer who wants to use something else.
14:31 nike^on hi can anyone help me? ive used this tutorial to create my navigation...http://www.mortox.de/typo3-tipps/typoscript-sammlung/dropdown-menue.html .. an now when i try to use Lightbox2 or other lightbox extensions.. my navigation doesnt work..
14:39 s-andersen nike^on: It's possible that the lightbox extensions uses a Javascript framework, that interferes with the Javascript code on your site
14:53 oversize hi, using tt_news is it possible to have the links entered in the RTE get displayed as links in the "LIST" view too? Right now i only have those in the "SINGLE" View and in the "LIST" View i only get the text (no a tags) ...
15:22 mcfly_ so i got 1 step further with my static html export for tt_news records
15:23 arne_ hi
15:23 mcfly_ i got realurl configured so the path is something like: news-events/news/aktuelles-einzelansicht/article/speed-22-jetzt-verfuegbar/7.html
15:23 mcfly_ problem is, that the same path is linked for the static html export
15:23 mcfly_ but the export created: file:///C:/tmp/_staticpub_/news-events/news/aktuelles-einzelansicht/article/speed-22-jetzt-verfuegbar.html
15:24 mcfly_ how do i get it to recognize the backpid?
15:24 mcfly_ (7 is the backpid in the non-static version)
15:26 arne_ ive got a question: i want to assign an alias ("referenzen") to a page. when i type it, typo always appends a "0" ("referenzen0"). maybe an other page uses this alias but i dont find it. can someone tell me how to display all used aliases?
15:33 arne_ nobody?
15:54 Celestar in a TMENU is it possible to have the currently selected item not linked?
15:55 _pedda_ CUR.doNotLinkIt = 1
15:56 Celestar thanks
15:57 Celestar what's the difference between CUR and ACT btw?
15:57 Bluespuke short question: is it possible to define a page as popup in an autogenerated menu without any extension?
16:00 _pedda_ CUR = Current page; ACT = all pages in the rootline up to CUR-rent page
16:01 Celestar thanks :)
16:14 Celestar where do I "define" different languages a site is available in?
16:17 _pedda_ in list mode you can add translations for a page
16:17 _pedda_ but you should define the available languages via typoscript first
16:19 Celestar ok tx
16:31 Sebastan hello, did someone manage to install a t3-extension that really outputs a site as pdf? I tried html2fpdf but that extension is only exporting images and text. But I need something that can output a background too. In special a grafik that is the background from my boss's company letter. He wants to deliver logindata to the customers this way. So I need a way to export background too...
16:31 Celestar is there anyway to obtain a list of translations which already exist?
16:37 _pedda_ of what ? content ?
16:38 _pedda_ @ Celestar
16:39 teppi|work Sebastan, http://typo3.org/extensions/repository/view/pdf_generator2/current/
16:39 teppi|work it supports css .. but you'll have to try how good..
16:40 Celestar _pedda_: got it tx ;)
16:40 _pedda_ k
16:40 Celestar sorry I'm firing up with all the n00b questions
16:40 Sebastan i tested this extension alread but didnt get it to work. it has a failure in the code I think. So I cant see if this extension can use backgrounds...
16:40 _pedda_ hehe..
16:40 _pedda_ all these topics can be looked up in the web
16:41 Celestar yeah, I'm browsing that also (=
16:41 _pedda_ http://tinyurl.com/njltcm
16:42 Celestar heh. nice script :P
16:42 _pedda_ :-P
16:43 _pedda_ if some people are too lazy ;)
16:44 teppi|work Sebastan, i see that html2fpdf uses the same pdf-exporter script
16:44 teppi|work so it should be no difference
16:44 teppi|work i know that these pdf-exporters handle css not very well
16:44 teppi|work but maybe you can build a little hack
16:44 lazyfrosch Sebastan: how about to add a watermark with ghostscript?
16:45 teppi|work maybe with absolute positioning or something like that
16:45 Sebastan you mean building a own extension and somehow use html2pdf then adding the watermark?
16:46 lazyfrosch Sebastan: maybe
16:46 lazyfrosch Sebastan: you can add a watermark.pdf to somefile.pdf with gs
16:46 Sebastan or is it possible to use a pdf-template where the background is in?
16:46 Sebastan with ghostscript... but it should be automatic...
16:47 _pedda_ you could add a box containing a file to be included into the generated pdf manually
16:47 _pedda_ beside of typo3
16:47 _pedda_ you have to look up which file is for generating all the cells
16:47 Sebastan My boss only wants to build a typopage and the user should receive the logindata on a paper that looks like a normal businesspaper with the data on it...
16:47 _pedda_ i got you already
16:48 Sebastan ok
16:56 pmk65 Write your own pdf output ext, and base it on this one. Which has a nicer html2pdf conversion. -> http://www.tecnick.com/public/code/cp_dpage.php?aiocp_dp=tcpdf
16:56 Celestar last q of the day: When I'm creating a language menu with TMENU, the list items don't have the language string, but the page title. How could one have the language strings as the menu items?
16:56 _pedda_ ?!
16:59 pmk65 Celestar: Try something like this (Untested) -> http://www.phlogi.net/f/t3/tsp/sp/-304f40234a/
17:03 ManDay Hello, I'm having troubles with typo3. Somewhere in the framework there must be a whitespace at the wrong place so everything that is put out through the CMS has a linebreak with whitespace in the first line. Could you think of any way to get rid of that whitespace (figure out where it stems from)?
17:08 maholtz @ManDay: check installed extensions extTables.php f.e.
17:08 maholtz or index.php of your extensions
17:08 maholtz check if it happens on all your pages
17:08 maholtz does it happen in backend too?
17:09 ManDay it does happen on all fronend pages, not on backend ones thou
17:09 maholtz you remember which extensions you installed last?
17:09 maholtz if yes, uninstall it
17:10 ManDay oh boy that doesnt only happen since recently
17:10 ManDay happend all the time, never rendered to be such a major problem tho since today
17:11 ManDay invalidates the xml for ajax
17:11 ManDay so no: cant tell where it could possibly come from
17:11 ManDay thats why im looking for a way to figure it out more conveinetly than checking fileperfile manually
17:17 Celestar thanks for helping guys and cu
17:30 teppi|work ManDay, if you are familiar with php coding you could have a look at this document: http://buzz.typo3.org/uploads/media/TYPO3_Frontend_Rendering_Process_v1.5.pdf and insert some echos at certain points to see whether is happens before or after these single steps .. might be helpful ..
17:31 ManDay yep. But I think I just found it by lucky chance
17:31 ManDay grep'ed for "\?> " and it gave me the freaking md5-thingy
17:32 teppi|work :D
17:33 ManDay it's indeed it. jeez christ that was so easy - would never have thought it :D
17:33 ManDay the team was trying to find this freakin whitespace for over a month or so
17:38 maholtz @ManDay: which extension was it?
17:39 ManDay the md5 extension, i spose
17:39 ManDay isnt there one?
17:39 ManDay for the felogin stuff
17:39 ManDay but it could aswell have been someone editing the file
17:39 maholtz in which file did you find it?
17:39 ManDay ./fileadmin/scripts/md5.ph
17:39 ManDay p
17:39 maholtz lol
17:40 ManDay lol?
17:40 maholtz yep, some of your guys wrote that piece of code
17:40 ManDay prolly
17:41 maholtz that does not belong to t3 core
17:41 maholtz afaik...
17:41 ManDay there is one md5 ext iirc, though
17:41 maholtz or it is an really old script
17:41 ManDay latter may also be true
17:41 ManDay its nothing of a big thing
17:41 ManDay just a few lines inserting js code
18:06 _pedda_ cu all
18:08 maholtz cu
19:25 timdeluxe anyone using languagevisibility extension? my content is displayed in default language trotz
19:25 timdeluxe -trotz
19:25 timdeluxe despite another fallback language
19:51 timdeluxe ah found the error
19:51 timdeluxe there was something hided in TS setup
20:19 skurfuerst hey everybody
21:13 NiFkE hi dr nick
21:13 NiFkE :p
21:13 NiFkE *simpsons*
22:43 Togrul hello!
22:43 Togrul Where can I ask questions?
22:43 Togrul regarding installation
22:43 Togrul ?
22:46 Togrul Anyone
23:18 reiffert Hi there. Which file will I have to edit to change the default Layout-Style for csc-uploads links, so that the filename doesnt show up (but e.g. the words "please download here" appear)?
23:19 reiffert Please point your browsers to http://www.rolf-froehling.de/alle_reportagen/franken_tour_de_14/tour_de_franken_1.html I want to change "main-O-Ton-Residenz2.mp3" to "Please download here" for all occurences.
23:23 reiffert as you can see on http://snap.reifferscheid.org/1246915506.png the Layout is called "Layout1", unfourtunatly I cant find such a thing.
23:34 reiffert It it looks like linkedFilenameParts is responsible for this on typo3/sysext/css_styled_content/pi1/class.tx_cssstyledcontent_pi1.php:354
23:47 reiffert which leads me to function filelink()
23:47 reiffert line $theLinkWrap = '<a href="'.htmlspecialchars($GLOBALS['TSFE']->absRefPrefix.$url).'"'.($conf['target']?' target="'.$conf['target'].'"':'').$aTagParams.'>|</a>';
23:48 reiffert what I cant find is, where typo3 is replacing the | by the filename.
23:50 reiffert looks like wrap() is doing this.

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.