Re: [TYPO3-english] Is there a condition to check the OS of the server?

2008-12-16 Thread Dmitry Dulepov
Hi! Christopher wrote: unfortunatelly it does not work. among other things I have tried the follwing code: ?php function user_checkOS($os) { if (TYPO3_OS == 'WIN') { $os = 'Windows'; # That should be the way you meant it... return $os; } else { $os =

Re: [TYPO3-english] dr_blob hangs in BE when modifying records

2008-12-16 Thread Tonix (Antonio Nati)
Of course, no error or warning in apache logs. Is there any way to activate a whatever additional debugging log? Thanks, Tonino Tonix (Antonio Nati) ha scritto: I'm experimenting dr_blob. It works fine when simply inserting and deleting a record in BE. However, if I try to modify a record,

Re: [TYPO3-english] Imagemagik configuration in install tool

2008-12-16 Thread David Smeringe
Hi, see below.. (afaik - removing all responsibilities whatsoever but still telling everyone how to do things :D) BR, David Smeringe -- Blog: http://people.merea.se/david LinkIn: http://www.linkedin.com/in/davidsmeringe Merea AB - TYPO3 consultancy firm in Sweden www.merea.se J. Bakshi skrev:

Re: [TYPO3-english] unwanted cHash is generated in 50% links from USER_INT plugin

2008-12-16 Thread Dmitry Martynenko
Hi Dmitry, Old thread, but it disturbs us again. Just let you know. After several day when tx_realurl_chashcache fills with few thousand records the bug with unwanted cHash appears again. DD The information is not useful in any way, sorry. If you wrote bug DD report, it is enough :) DD If

Re: [TYPO3-english] unwanted cHash is generated in 50% links from USER_INT plugin

2008-12-16 Thread Dmitry Dulepov
Hi! Dmitry Martynenko wrote: DM I have added bug recently: http://bugs.typo3.org/view.php?id=9619 DM Today I add note from my previous mail. DM It is not so urgent, because only goes to small performance decline DM on our server. It goes to small performance decline, but it also fills

Re: [TYPO3-english] code doesn't work for tt_news

2008-12-16 Thread JoH asenau
Francisco Cifuentes wrote: Possibly in strict terms is not correct, but if it is working, what is the problem? :P Just to clarify the problem: The default setup of plugin.tt_news contains more than just a simple text for code, since the value is taken form a DB field. If you just do something

Re: [TYPO3-english] Strange problem with templavoila

2008-12-16 Thread Oliver Rowlands
Hi Andreas, Make sure your editors have access to the following fields [1]: - Page: Content - Pagecontent: Content Best regards, Oliver [1] http://bugs.typo3.org/view.php?id=485 Andreas Balzer wrote: Hi, I created a CE with templavoila and would like to remove it with a non admin user.

Re: [TYPO3-english] T3 4.2.3 creating links throws error jumpToUrl is not defined

2008-12-16 Thread Bart Veldhuizen
Andreas Balzer wrote: I use T3 4.2.3 and if I try to create a link on a page I get the JavaScript error jumpToUrl is not defined. Also: It is not possible to select different tabs in the window. Do you use the ch_rterecords extension by any chance? I had the same problem and tracked it

Re: [TYPO3-english] Sitemap (Secton Index) + referenced content elements

2008-12-16 Thread Paul Vetch
I'm embarrassed to say I never realised this was part of TemplaVoila! I've used TV for every TYPO3 site I've ever build and have just got used to seeing this functionality. Sorry for being so dumb here. As you say this is a conceptual problem. The Insert Records method is not as intuitive

Re: [TYPO3-english] Is there a condition to check the OS of the server?

2008-12-16 Thread Dmitry Dulepov
Hi! Christopher wrote: So it should be the following? if (TYPO3_OS == 'WIN') { return $os == Windows; } else { return $os == different; } If you want to check Windows vs anything else, this will do: function user_checkOS($os) { return $os == 'Windows' TYPO3_OS == 'WIN';

Re: [TYPO3-english] Imagemagik configuration in install tool

2008-12-16 Thread Christopher Torgalson
On Mon, Dec 15, 2008 at 11:43 PM, J. Bakshi joyd...@infoservices.in wrote: Hello all, From the very beginning I have followed to use imagemagik-4.2.9 as described in the install tool for linux servers. snip That part of that document gets more and more ridiculous as time goes by. There is NO

Re: [TYPO3-english] how to restrict fesearchintable ?

2008-12-16 Thread Peter Klein
Hi J. Have you tried setting different values for: [tableName].pidList That should make it possible to search 2 different branches of the site. -- Peter Klein / Umloud Untd On Mon, 15 Dec 2008 15:46:32 +0530, J. Bakshi joyd...@infoservices.in wrote: Dear list, here is an odd thing with

Re: [TYPO3-english] Error when creting new content

2008-12-16 Thread Peter Klein
Hi Jeppe. You could try the Pedantic extension. http://typo3.org/extensions/repository/view/pedantic/current/ It combines CC Debug for debugging output: http://typo3.org/extensions/repository/view/cc_debug/current/ And DevLog for logging errors.

[TYPO3-english] 4.2.2 and create record

2008-12-16 Thread Katja Lampela
Hello folks, Is it really so that in TYPO3 4.2+ versions you can't create records with Web/Page module, only content elements? With List module this is still possible. regards, Katja ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de

Re: [TYPO3-english] STOP REGISTRATION

2008-12-16 Thread Ingmar Schlecht
Hi Hayri, please see here for how to unsubscribe from the list: http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english cheers Ingmar Hayri kk schrieb: I want stop my registration I want no mail have _ Windows Live

Re: [TYPO3-english] PMK-Slimbox and Cal or: Why isn't the ATagParams rendered?

2008-12-16 Thread Hayri kk
STOP E-MAIL From: m...@colton.de To: typo3-english@lists.netfielders.de Date: Tue, 16 Dec 2008 15:46:40 +0100 Subject: Re: [TYPO3-english] PMK-Slimbox and Cal or: Why isn't the ATagParams rendered? Am Dienstag, 16. Dezember 2008 15:40:09 schrieb Peter Klein: Hi Matthew. If you use =

Re: [TYPO3-english] Imagemagik configuration in install tool

2008-12-16 Thread Andreas Burg
Hello J. Bakshi, I use 4.2.9 and this config: $TYPO3_CONF_VARS['GFX']['enable_typo3temp_db_tracking'] = '0'; $TYPO3_CONF_VARS['GFX']['gdlib_2'] = '1'; $TYPO3_CONF_VARS['GFX']['gif_compress'] = '0'; $TYPO3_CONF_VARS['GFX']['imagefile_ext'] = 'gif,jpg,png'; $TYPO3_CONF_VARS['GFX']['im_path'] =

[TYPO3-english] wfqbe: Export search results a csv?

2008-12-16 Thread Gerhard Mehsel
Hi, export a SQL SELECT as CSV is no problem, but how to export the result of a search action? Thanks for hints, Gerd ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

[TYPO3-english] tt_macina_searchbox on not rootlevel templates

2008-12-16 Thread R. Lejsza (GSD)
Hello guys! I've got problem with tt_macina_searchbox extension. It is working correctly and searchching for everything fine, but... I've got on my website many site templates, there is one main (rootlevel), and 7 sub templates, which are not rootlevel templates. This searchbox is included on

[TYPO3-english] Sitemap (Secton Index) + referenced content elements

2008-12-16 Thread Paul Vetch
Hi all, One of our sites is making extensive use of referenced content and the users have discovered that inserting a sitemap of type Section Index (pagecontent w/ index...) on a page where there are content elements which are references of content on other pages, the sitemap TOC links to the

Re: [TYPO3-english] PMK-Slimbox and Cal or: Why isn't the ATagParams rendered?

2008-12-16 Thread Matthew Colton
Am Dienstag, 16. Dezember 2008 15:40:09 schrieb Peter Klein: Hi Matthew. If you use = (Reference to original object) image = tt_content.image.20 And not (Copy) image tt_content.image.20 Then your image object is a reference to the tt_content.image.20, and changes you do to the image

Re: [TYPO3-english] PMK-Slimbox and Cal or: Why isn't the ATagParams rendered?

2008-12-16 Thread Peter Klein
Hi Matthew. If you use = (Reference to original object) image = tt_content.image.20 And not (Copy) image tt_content.image.20 Then your image object is a reference to the tt_content.image.20, and changes you do to the image object will not be registered. So unless you want the EXACT same

Re: [TYPO3-english] (SOLVED) PMK-Slimbox and Cal or: Why isn't the ATagParams rendered?

2008-12-16 Thread Matthew Colton
Hi, thanks to Peter pointing out my mistake I now can present a working solution: * plugin.tx_cal_controller.view.event.event { image tt_content.image.20 image { textPos.override = 17 layout.key.override = 17 1 {

Re: [TYPO3-english] Upgrade

2008-12-16 Thread Diederik
No. I changed memory_limit and then reload apache. Do I have to restart? -- Diederik Allan Jacobsen schreef: Did you stop and start apache after changing memory_limit ? By the way 16M is not enough, I usually set the memory_limit to 64 or 128M. Best regards/MVH Allan Jacobsen

Re: [TYPO3-english] PMK-Slimbox and Cal or: Why isn't the ATagParams rendered?

2008-12-16 Thread Hayri kk
FUCK YOU!!! From: karakelleha...@hotmail.com To: typo3-english@lists.netfielders.de Date: Tue, 16 Dec 2008 15:44:34 +0100 Subject: Re: [TYPO3-english] PMK-Slimbox and Cal or: Why isn't the ATagParams rendered? FUCK

Re: [TYPO3-english] Sitemap (Secton Index) + referenced content elements

2008-12-16 Thread JoH asenau
Sure: these are simply standard content elements (text, west w/image etc) which have been copied using the 'Create Reference' option, then simply pasted in onto another page. So we are talking about a feature of the TemplaVoila extension and not TYPO3 itself, which is why an update shouldn't

Re: [TYPO3-english] Changing site charset to utf-8 and all templavoila mapping breaks

2008-12-16 Thread Dmitry Dulepov
Hi! Brian Bendtsen wrote: I have a rather large site I wish to convert to utf-8 so I have tested this guide on smaller sites: http://xavier.perseguers.ch/en/tutorials/typo3/configuration/utf-8.html The problem is that all templavoila mapping breaks and I have a lot of templates on the

Re: [TYPO3-english] PMK-Slimbox and Cal or: Why isn't the ATagParams rendered?

2008-12-16 Thread Peter Klein
Your stupidity won't stop you from recieving mails from the mailinglist. You should read the info on how to unsubscribe from the list. But the text is in english, and from your replies, your english skills seems very limited, so you might not be able to understand it ;) -- Peter On Tue, 16

[TYPO3-english] STOP REGISTRATION

2008-12-16 Thread Hayri kk
I want stop my registration I want no mail have _ Windows Live maakt van je online leven een feest... http://get.live.com ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de

Re: [TYPO3-english] Changing site charset to utf-8 and all templavoila mapping breaks

2008-12-16 Thread Brian Bendtsen
Dmitry Dulepov skrev: Hi! Brian Bendtsen wrote: I have a rather large site I wish to convert to utf-8 so I have tested this guide on smaller sites: http://xavier.perseguers.ch/en/tutorials/typo3/configuration/utf-8.html The problem is that all templavoila mapping breaks and I have a lot

Re: [TYPO3-english] Is there a condition to check the OS of the server?

2008-12-16 Thread Christopher
Hi Dmitry! Dmitry Dulepov dmi...@typo3.org schrieb im Newsbeitrag news:mailman.1.1229416481.1459.typo3-engl...@lists.netfielders.de... Hi! Christopher wrote: unfortunatelly it does not work. among other things I have tried the follwing code: ?php function user_checkOS($os) { if

[TYPO3-english] Changing site charset to utf-8 and all templavoila mapping breaks

2008-12-16 Thread Brian Bendtsen
Hi I have a rather large site I wish to convert to utf-8 so I have tested this guide on smaller sites: http://xavier.perseguers.ch/en/tutorials/typo3/configuration/utf-8.html The problem is that all templavoila mapping breaks and I have a lot of templates on the large site and it will take

Re: [TYPO3-english] (google analytics) for typo3 website

2008-12-16 Thread Steffen Gebert
Alam Hamid wrote: I want to add (google analytics) to traffics the hits and visitor for my website if add the code to the main file template html only Or change this file in templaoila (backend) what shall I do please any one to help me There are various ways of doing this.. You can (1)

Re: [TYPO3-english] Sitemap (Secton Index) + referenced content elements

2008-12-16 Thread Paul Vetch
Hi, Sure: these are simply standard content elements (text, west w/image etc) which have been copied using the 'Create Reference' option, then simply pasted in onto another page. FWIW this is in TYPO3 4.2.1 so not quite the latest version - I haven't seen anything in the changelogs that looks

Re: [TYPO3-english] PMK-Slimbox and Cal or: Why isn't the ATagParams rendered?

2008-12-16 Thread Matthew Colton
Am Dienstag, 16. Dezember 2008 15:10:43 schrieb Matthew Colton: Hi, I've been using PMK-Slimbox for my own FCEs which works fine. But now I would like to use Slimbox with Cal. As a default Cal uses the following: plugin.tx_cal_controller.view.event.event.image = tt_content.image.20 Ok, so

Re: [TYPO3-english] Upgrade

2008-12-16 Thread Allan Jacobsen
Diederik skrev: No. I changed memory_limit and then reload apache. Do I have to restart? Yes I think so. An apache reload only makes apache read its configuration files, and you have set memory_limit in php's configuration file. -- MVH/Best regards Allan Jacobsen

Re: [TYPO3-english] Imagemagik configuration in install tool

2008-12-16 Thread J. Bakshi
David Smeringe wrote: Hi, see below.. (afaik - removing all responsibilities whatsoever but still telling everyone how to do things :D BR, David Smeringe -- Blog: http://people.merea.se/david LinkIn: http://www.linkedin.com/in/davidsmeringe Merea AB - TYPO3 consultancy firm in

[TYPO3-english] PMK-Slimbox and Cal or: Why isn't the ATagParams rendered?

2008-12-16 Thread Matthew Colton
Hi, I've been using PMK-Slimbox for my own FCEs which works fine. But now I would like to use Slimbox with Cal. As a default Cal uses the following: plugin.tx_cal_controller.view.event.event.image = tt_content.image.20 Ok, so I thought i might as well alter it a bit so i works with cal. Here's

Re: [TYPO3-english] PMK-Slimbox and Cal or: Why isn't the ATagParams rendered?

2008-12-16 Thread Hayri kk
FUCK YOU!! From: pe...@umloud.dk Date: Tue, 16 Dec 2008 15:40:09 +0100 To: typo3-english@lists.netfielders.de Subject: Re: [TYPO3-english] PMK-Slimbox and Cal or: Why isn't the ATagParams rendered? Hi Matthew. If you use = (Reference to

[TYPO3-english] Error when creting new content

2008-12-16 Thread Jeppe Donslund
Hi I get this error: 2: SQL error: '' () when I try to create new content in a Extension of out own. But it is not easy when the error description is empty. Does TYPO# have an error log where I can get more info? Regards Jeppe Donslund ___

Re: [TYPO3-english] code doesn't work for tt_news

2008-12-16 Thread Francisco Cifuentes
Thanks Joey by the clarification, I only have obtained the answer using the intuition and common sense, is better to know the why of the things. Francisco A. Cifuentes Silva Ingeniero de Proyectos Instituto de Informática Educativa Universidad de la Frontera Temuco, Chile

Re: [TYPO3-english] unwanted cHash is generated in 50% links from USER_INT plugin

2008-12-16 Thread Dmitry Martynenko
Hi Dmitry, DD I think there should me a full md5. hexdec on md5 comes from lack DD of understanding that md5 is valid only in full, not in parts. The table should be changed. DD I do not fix RealURL at the moment (though I will release a small DD update soon). The fix can come only next year.

Re: [TYPO3-english] Sitemap (Secton Index) + referenced content elements

2008-12-16 Thread JoH asenau
One of our sites is making extensive use of referenced content and the users have discovered that inserting a sitemap of type Section Index (pagecontent w/ index...) on a page where there are content elements which are references of content on other pages, the sitemap TOC links to the

Re: [TYPO3-english] PMK-Slimbox and Cal or: Why isn't the ATagParams rendered?

2008-12-16 Thread Hayri kk
fuck you _ Vanaf nu heb je je vrienden overal bij! http://www.windowslivemobile.msn.com/?mkt=nl-be ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de

Re: [TYPO3-english] Upgrade

2008-12-16 Thread Diederik
Allan Jacobsen schreef: Diederik skrev: No. I changed memory_limit and then reload apache. Do I have to restart? Yes I think so. An apache reload only makes apache read its configuration files, and you have set memory_limit in php's configuration file. Even after a restart the

Re: [TYPO3-english] Is there a condition to check the OS of the server?

2008-12-16 Thread Christopher
Hi Dmitry, Dmitry Dulepov dmi...@typo3.org schrieb im Newsbeitrag news:mailman.1.1229435902.26710.typo3-engl...@lists.netfielders.de... Hi! Christopher wrote: So it should be the following? if (TYPO3_OS == 'WIN') { return $os == Windows; } else { return $os == different; } If

Re: [TYPO3-english] [TYPO3] 4.2.1 and no click menu

2008-12-16 Thread Katja Lampela
Dmitry Dulepov kirjoitti: If you have FireBug you can check what AJAX response you get from the TYPO3. This seems to be one of the errors I can catch.. top.fsMod is undefined create()()prototype.js (line 44) (?)()prototype.js (line 4186) if (Object.isFunction(properties[0])) and

Re: [TYPO3-english] [TYPO3] irfaq (Modern FAQ) cache problem

2008-12-16 Thread Klaus Fumy
Hi, now that the problem occured again, I copied the sourcecode of the html and it shows that there are missing some parts in the header, which are not rendered or so. that is the incomplete header part of a not functional irfaq page: ### // missing the