Re: [TYPO3] strange CoolUri URLs

2008-09-12 Thread Jan Bednarik
Hi, > config.redirectOldLinksToNew = 1 > My CoolUri Version: 1.0.15 this combination should redirect index.php?id=alias to its cool form. I don't understand why it doesn't happen. Are you sure this configuration is available for the particular page? -- Jan Bednarik www.bednarik.org - web abou

[TYPO3] Display Image From MySQL Database

2008-09-12 Thread Lee M. Childress
Why do you store image in MySQL database ? It's not really efficient in term of performance and memory usage for your application ... See you Dominique Feyer I store images within the related database so that when that record is deleted, I do not have to worry about image clean-up. They are d

[TYPO3] What are "flexforms" and where do I change their "settings"???

2008-09-12 Thread Mike
Trying to follow this documentation: http://typo3.org/documentation/document-library/extension-manuals/rgsmoothgallery/1.5.0/view/1/3/ It says "Configure the extension using the flexform settings – See the exact steps below (it is still very easy)" However the "exact" steps don't tell me where

Re: [TYPO3] Display Image From MySQL Database

2008-09-12 Thread Dominique Feyer
Why do you store image in MySQL database ? It's not really efficient in term of performance and memory usage for your application ... See you Dominique Feyer Le 12 sept. 08 à 21:45, Lee M. Childress a écrit : > > I'm going bonkers. I am using an image tag src="render_image.php?db=0&id=317" a

[TYPO3] Display Image From MySQL Database

2008-09-12 Thread Lee M. Childress
I'm going bonkers. I am using an image tag to display an image contained in a mysql database. I am using the following script to display the image: /** * RENDER IMAGE * */if ($_GET['id'] && $_GET['db']) { if (strtolower($_GET['db']) == '0') { $_db = 'events'; $

Re: [TYPO3] crawler as Global ext

2008-09-12 Thread Vahan Amirbekyan
I think first before trying. what about DB connections? how a global ext works with multiple instances of typo3 that use different DBs? Possible to set up a cron to use specific DB connection params of a specific instance? "Vahan Amirbekyan" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTE

Re: [TYPO3] [Fwd: Undelivered Mail Returned to Sender]

2008-09-12 Thread Dmitry Dulepov [typo3]
Hi! Peter Guhl wrote: > What I learnt there is that the Newsgroup and the Mailing list are > connected - so I am off the list and on the news. That's my way to > "solve" it (and, unlike others who think it's the way for everybody, I > know it's only *my* way). Well, others can either stay calm or

Re: [TYPO3] crawler as Global ext

2008-09-12 Thread Dmitry Dulepov [typo3]
Hi! Vahan Amirbekyan wrote: > I wonder if it is possible to set up the crawler ext as global. > any ideas? Try it... -- Dmitry Dulepov TYPO3 Core team My TYPO3 book: http://www.packtpub.com/typo3-extension-development/book In the blog: http://typo3bloke.net/pages/book-reviews/presentation-zen-

Re: [TYPO3] Looks for clear instructions on TIMTAB

2008-09-12 Thread Francois Suter
Hi Jared, > I have been working to get TIMTAB set up on www.milpro.net [1]. > > I have tried following the TIMTAB manual written by Ingo, and then > tt_new and guestbook with separate templates. Is there any > comprehensive tutorial which shows how this is all done and I am just > missing it? I

[TYPO3] Looks for clear instructions on TIMTAB

2008-09-12 Thread Jared Phipps
I have been working to get TIMTAB set up on www.milpro.net [1]. I have tried following the TIMTAB manual written by Ingo, and then tt_new and guestbook with separate templates. Is there any comprehensive tutorial which shows how this is all done and I am just missing it? I have used typo3 light

[TYPO3] crawler as Global ext

2008-09-12 Thread Vahan Amirbekyan
hi, I wonder if it is possible to set up the crawler ext as global. any ideas? ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

[TYPO3] 404 redirect and .htaccess

2008-09-12 Thread janus76
I was wondering if anyone can help with this:-- here is my setup Typo3 4.2.1 I have a site setup in a sub-directory on the web root call my_site:- /- | my_site | Other Sites I have setup a page not found page with id=10 configuring localconf.php with $TYPO3_CONF_VARS['FE']['pageNotFound

Re: [TYPO3] [TYPO3-doc] DocTEAM: doc_template, ts45min_de, typo3_tut

2008-09-12 Thread Pascal Cramer
very interesting reading, thanks!! Daniel Bruessler wrote: > We -- the DocTeam -- want to inform you, that we just finished three of > our projects > > (the HTML-view of this news: > http://news.typo3.org/news/article/docteam-doc-template-ts45min-de-typo3-tut/ > ) > > == doc_template == > We hav

Re: [TYPO3] language menu in drop-down box

2008-09-12 Thread [EMAIL PROTECTED]
wow !! it worked.. 1000 thx ..specially to lee and thx to Xavier too On Fri, Sep 12, 2008 at 3:07 PM, lee perry <[EMAIL PROTECTED]> wrote: > rupali schrieb: > > can u refine it more? not getting.. > > try this: > > lib.lang_sel = COA > lib.lang_sel { >10 = TEXT >10 { >

Re: [TYPO3] language menu in drop-down box

2008-09-12 Thread lee perry
rupali schrieb: > can u refine it more? not getting.. try this: lib.lang_sel = COA lib.lang_sel { 10 = TEXT 10 { typolink.parameter.data = page:uid typolink.addQueryString = 1 typolink.addQueryString.method = GET typo

Re: [TYPO3] language menu in drop-down box

2008-09-12 Thread [EMAIL PROTECTED]
can u refine it more? not getting.. 2008/9/12 lee perry <[EMAIL PROTECTED]> > hi rupali, > > so it shouldn't be difficult to customize my solution to get your > select-dropdown. > > hera a > lib.langmenu.10.typolink.returnLast = url > > and some other wraps there > lib.langmenu.10.wrap = Deutsch

Re: [TYPO3] language menu in drop-down box

2008-09-12 Thread lee perry
hi rupali, so it shouldn't be difficult to customize my solution to get your select-dropdown. hera a lib.langmenu.10.typolink.returnLast = url and some other wraps there lib.langmenu.10.wrap = Deutsch lib.langmenu.20.wrap = English lib.langmenu.wrap = | and that's it... greetings, lee > ye

Re: [TYPO3] language menu in drop-down box

2008-09-12 Thread [EMAIL PROTECTED]
now this one is working cool, as desired # DROPDOWN LANGUAGE MENU lib.lang_sel= HMENU lib.lang_sel.special = language lib.lang_sel.special.value = 0,2 lib.lang_sel.special.normalWhenNoLanguage = 1 lib.lang_sel.stdWrap.outerWrap=| lib.lang_sel.stdWrap.dataWrap=| lib.lang_sel.1 = TMENU lib.lang_sel.1

Re: [TYPO3] Script run from cron job returns different result than when run from terminal

2008-09-12 Thread Brian Bendtsen
Peter Klein skrev: > On Fri, 12 Sep 2008 11:54:40 +0200, Brian Bendtsen <[EMAIL PROTECTED]> > wrote: > >> Peter Klein skrev: >>> Hi Brian. >>> >>> I had a similar problem with one of my cron scripts. >>> >>> When you run it from the terminal/browser, you specify the full url >>> including the doma

Re: [TYPO3] language menu in drop-down box

2008-09-12 Thread Xavier Perseguers
[EMAIL PROTECTED] wrote: > better if i do it without sr_language_menu > any help is most welcome.. :) I'm not sure it is better without this extension but if you really want this, then simply extract the useful part of TS from sr_language_menu and you're done with the main part. -- Xavier Pers

Re: [TYPO3] [Fwd: Undelivered Mail Returned to Sender]

2008-09-12 Thread Peter Guhl
Hi I found a thread in typo3-english (after extensive searching). Yeah, I don't have the time to read those lists on a daily base... What I learnt there is that the Newsgroup and the Mailing list are connected - so I am off the list and on the news. That's my way to "solve" it (and, unlike others

Re: [TYPO3] language menu in drop-down box

2008-09-12 Thread [EMAIL PROTECTED]
better if i do it without sr_language_menu any help is most welcome.. :) On Fri, Sep 12, 2008 at 1:34 PM, Francois Suter <[EMAIL PROTECTED]> wrote: > Hi, > > > *# cat=plugin.tx_srlanguagemenu_pi1/enable/07; type=boolean; label= > > Show inactive languages: If enabled, languages for which there i

Re: [TYPO3] Center a Typoscript Object

2008-09-12 Thread Dmitry Dulepov [typo3]
Hi! Sergio Catalá Gil wrote: > how could I center on the page a TypoScript Object (created with the > "tscobj" extension)? By using CSS style in wrap? -- Dmitry Dulepov TYPO3 Core team My TYPO3 book: http://www.packtpub.com/typo3-extension-development/book In the blog: http://typo3bloke.net/pa

Re: [TYPO3] language menu in drop-down box

2008-09-12 Thread Francois Suter
Hi, > *# cat=plugin.tx_srlanguagemenu_pi1/enable/07; type=boolean; label= > Show inactive languages: If enabled, languages for which there is no > translation are shown in the language menu (except in dropdown list). > showInactive = 1* > > any other idea? Hmm, write a patch? ;-) I can't r

[TYPO3] Center a Typoscript Object

2008-09-12 Thread Sergio Catalá Gil
Hi, how could I center on the page a TypoScript Object (created with the "tscobj" extension)? Thanks in advance, Sergio ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-eng

Re: [TYPO3] Script run from cron job returns different result than when run from terminal

2008-09-12 Thread Peter Klein
On Fri, 12 Sep 2008 11:54:40 +0200, Brian Bendtsen <[EMAIL PROTECTED]> wrote: >Peter Klein skrev: >> Hi Brian. >> >> I had a similar problem with one of my cron scripts. >> >> When you run it from the terminal/browser, you specify the full url >> including the domain. >> But when you run it as a

Re: [TYPO3] Help with AJAX in the front end

2008-09-12 Thread Dmitry Dulepov [typo3]
Hi! [EMAIL PROTECTED] wrote: > Well, that was all I needed: to be pointed into eID's direction. I got the > rest and thank you for the useful links. You could also search mailing lists and find answers... -- Dmitry Dulepov TYPO3 Core team My TYPO3 book: http://www.packtpub.com/typo3-extension-

Re: [TYPO3] language menu in drop-down box

2008-09-12 Thread [EMAIL PROTECTED]
i checked it , INACT setting is not for drop down .. :( *# cat=plugin.tx_srlanguagemenu_pi1/enable/07; type=boolean; label= Show inactive languages: If enabled, languages for which there is no translation are shown in the language menu (except in dropdown list). showInactive = 1* any other i

Re: [TYPO3] dam_cron doesn't index, even though it claims it does.

2008-09-12 Thread Steffen Gebert
Hi Andrew > > I've set up dam_cron correctly and added a cronjob on the server. I get > > a mail telling me a whole bunch of files have been indexed, but... they > > haven't. What version do you use? What are you trying to index? Images? Please have a look at my patch (request):

Re: [TYPO3] [Fwd: Undelivered Mail Returned to Sender]

2008-09-12 Thread Steffen Gebert
Hi Peter, please have a look at TYPO3-dev list archives (I think). There was a long thread this/last week. Steffen On Friday 12 September 2008 11:43:02 Peter Guhl wrote: > Yeah... I know it has been told ever and ever again but I want, once > more, point out that this is *annoying* and it is *mo

Re: [TYPO3] dam_cron doesn't index, even though it claims it does.

2008-09-12 Thread Brian Bendtsen
Andrew Plank skrev: > Hi dam_cron experts! > > I've set up dam_cron correctly and added a cronjob on the server. I get > a mail telling me a whole bunch of files have been indexed, but... they > haven't. > > If I upload a file via ftp or through File>Filelist, and wait for the > cronjob to "in

Re: [TYPO3] Script run from cron job returns different result than when run from terminal

2008-09-12 Thread Brian Bendtsen
Peter Klein skrev: > Hi Brian. > > I had a similar problem with one of my cron scripts. > > When you run it from the terminal/browser, you specify the full url > including the domain. > But when you run it as a true cron script, your script don't have the > domain name. > > So usually you'll hav

Re: [TYPO3] language menu in drop-down box

2008-09-12 Thread Francois Suter
Hi, > yes, i tried..works good...but it hides the language from drop-down if its > corresponding page translation doesn't exist. but we want that the language > options must be seen and in case the language translation doesn't exist , it > shud throw an error 404/301 which we further want to redir

[TYPO3] dam_cron doesn't index, even though it claims it does.

2008-09-12 Thread Andrew Plank
Hi dam_cron experts! I've set up dam_cron correctly and added a cronjob on the server. I get a mail telling me a whole bunch of files have been indexed, but... they haven't. If I upload a file via ftp or through File>Filelist, and wait for the cronjob to "index" said file, I get a mail in whic

[TYPO3] [Fwd: Undelivered Mail Returned to Sender]

2008-09-12 Thread Peter Guhl
Yeah... I know it has been told ever and ever again but I want, once more, point out that this is *annoying* and it is *more annoying* since I got it *twice* now. And it didn't get fixed for a year now. Why is that impossible to get rid of? Regards Peter __

Re: [TYPO3] Diese E-Mail-Adresse ist nicht mehr aktiv!

2008-09-12 Thread Peter Guhl
Und Subscriben auf der Liste mit einer Adresse, die verfällt + vergessen, die Subscription rechtzeitig zu ändern :-) Grüsse Peter H. Hahn schrieb: > Deutsch in der englischen Liste? > HH > > [EMAIL PROTECTED] schreef: > ___ TYPO3-english mailing

Re: [TYPO3] Diese E-Mail-Adresse ist nicht mehr aktiv!

2008-09-12 Thread [EMAIL PROTECTED]
ich bin keine Deutscherin 2008/9/12 H. Hahn <[EMAIL PROTECTED]> > Deutsch in der englischen Liste? > HH > > [EMAIL PROTECTED] schreef: > > Bitte benutzen Sie nur noch folgende Adresse: > > > > hary(at)dewio.de > > > > die "x" bitte durch die Jahreszahl des NÄCHSTEN Jahres ersetzen! > > UND: N

Re: [TYPO3] Diese E-Mail-Adresse ist nicht mehr aktiv!

2008-09-12 Thread H. Hahn
Deutsch in der englischen Liste? HH [EMAIL PROTECTED] schreef: > Bitte benutzen Sie nur noch folgende Adresse: > > hary(at)dewio.de > > die "x" bitte durch die Jahreszahl des NÄCHSTEN Jahres ersetzen! > UND: Nicht vergessen, die Adresse in Ihrem Adressbuch zu aktualisieren ;-) > > Danke und vi

Re: [TYPO3] language menu in drop-down box

2008-09-12 Thread [EMAIL PROTECTED]
yes u r correct, the location values r incorrect here, any other help is most welcome On Thu, Sep 11, 2008 at 5:49 PM, lee perry <[EMAIL PROTECTED]> wrote: > Hi Rupali, > > following is the code I have tried, but it always shows the root page in > > English or german. Pls Help > > > > > NO.linkW

Re: [TYPO3] Script run from cron job returns different result than when run from terminal

2008-09-12 Thread Peter Klein
Hi Brian. I had a similar problem with one of my cron scripts. When you run it from the terminal/browser, you specify the full url including the domain. But when you run it as a true cron script, your script don't have the domain name. So usually you'll have to add the domain to all paths genera

[TYPO3] Diese E-Mail-Adresse ist nicht mehr aktiv!

2008-09-12 Thread hary
Bitte benutzen Sie nur noch folgende Adresse: hary(at)dewio.de die "x" bitte durch die Jahreszahl des NÄCHSTEN Jahres ersetzen! UND: Nicht vergessen, die Adresse in Ihrem Adressbuch zu aktualisieren ;-) Danke und viele Grüße! Sven Hary ___ TYPO3-en

Re: [TYPO3] language menu in drop-down box

2008-09-12 Thread [EMAIL PROTECTED]
yes, i tried..works good...but it hides the language from drop-down if its corresponding page translation doesn't exist. but we want that the language options must be seen and in case the language translation doesn't exist , it shud throw an error 404/301 which we further want to redirect. fff!

[TYPO3] Indexed Search and password protected pages/files

2008-09-12 Thread Peter Klein
Does know how to limit external file paths in Indexed Search? I have some password restricted pages, which links to some PDF files in fileadmin/ But Indexed Search keeps indexing those so they show up in search results for people who is NOT logged in. (The site is pretty small, so the crawler e

Re: [TYPO3] It is possible to localize postVarSets in RealUrl ?

2008-09-12 Thread Sven Jürgens
Dmitry Dulepov [typo3] schrieb: > Hi! > > Sven Jürgens wrote: >> It's possible that it could be a feature of a next Version of Realurl >> ? :) > > I do not see how it can be done :( You can write a feature request to > the bug tracker. This way it will not be forgotten. May be an idea will > c

[TYPO3] Script run from cron job returns different result than when run from terminal

2008-09-12 Thread Brian Bendtsen
Hi Im working with the extension auxnewsmailer for sending newsletters automatically and therefore I need to set up a cronjob. I have set up cronjobs before without any problems, but with this script im having a bit of trouble. The script scans which news to send and sends them and when I run

Re: [TYPO3] Help with AJAX in the front end

2008-09-12 Thread stefan
Well, that was all I needed: to be pointed into eID's direction. I got the rest and thank you for the useful links. On Fri, 12 Sep 2008 09:27:04 +0200, Xavier Perseguers <[EMAIL PROTECTED]> wrote: > Hi Stefan, > >> Well, thank you for your reply Georg but I must truly say that I've had >> bet

Re: [TYPO3] Help with AJAX in the front end

2008-09-12 Thread Xavier Perseguers
Hi Stefan, > Well, thank you for your reply Georg but I must truly say that I've had > better input on other questions I've asked. I took a look at your > extensions and by now I figured that the AJAX request goes to the same page > (eg: index.php?id=100) but now -and of course- Typo3 returns the

Re: [TYPO3] Help with AJAX in the front end

2008-09-12 Thread stefan
Well, thank you for your reply Georg but I must truly say that I've had better input on other questions I've asked. I took a look at your extensions and by now I figured that the AJAX request goes to the same page (eg: index.php?id=100) but now -and of course- Typo3 returns the entire page to the