Re: [TYPO3] GET parameters with []

2008-06-06 Thread Lucas Thurston
For this to work: test.value = {GPvar:test} you'd also need: test.insertData = 1 Lucas bernd wilke wrote: > on Fri, 06 Jun 2008 23:58:43 +0300, > Παναγιώτης Κονταξής wrote: > >> Thank you. But how could I retrieve this value inside my template? >> GP:test works only inside conditions. I found

Re: [TYPO3] GET parameters with []

2008-06-06 Thread bernd wilke
on Fri, 06 Jun 2008 23:58:43 +0300, Παναγιώτης Κονταξής wrote: > Thank you. But how could I retrieve this value inside my template? > GP:test works only inside conditions. I found in previous posts and I > tried: test=TEXT > test.data=GP:test > test.value={GP:test} > test.data=GPVars:test > with n

Re: [TYPO3] GET parameters with []

2008-06-06 Thread Lucas Thurston
Try: test = TEXT test.data = GPvar : test Lucas Παναγιώτης Κονταξής wrote: > Thank you. But how could I retrieve this value inside my template? > GP:test works only inside conditions. > I found in previous posts and I tried: > test=TEXT > test.data=GP:test > test.value={GP:test} > test.data=GPVa

Re: [TYPO3] Indexed Search - only content

2008-06-06 Thread Kristian Wind
Thanks guys... I based my template on tabels, and the TD that contains my content now looks like this: content Mapping of the content area in TemplaVoila is inside the div (regel_content). The source code looks like: ... But it still indexes the menues... What should I do? Embed the whole thin

[TYPO3] Error while trying the pdfconversion withpdf_generator2

2008-06-06 Thread BMolayi
Just installed pdf_generator2 (v 0.1.0 because the latest version had installation problems) and tv_pdfgen. When I call a page with type=123, I get the following error: Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 30720 bytes) in /home/mnl/typo3_src-4.1.2/typ

[TYPO3] Error while trying the pdfconversion with pdf_generator2

2008-06-06 Thread BMolayi
Just installed pdf_generator2 (v 0.1.0 because the latest version had installation problems) and tv_pdfgen. When I call a page with type=123, I get the following error: Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 30720 bytes) in /home/mnl/typo3_src-4.1.2/typ

Re: [TYPO3] GET parameters with []

2008-06-06 Thread Παναγιώτης Κονταξής
Thank you. But how could I retrieve this value inside my template? GP:test works only inside conditions. I found in previous posts and I tried: test=TEXT test.data=GP:test test.value={GP:test} test.data=GPVars:test with no luck. Thanks for any advice. Π. 2008/6/6 Dmitry Dulepov [typo3] <[EMAIL PR

[TYPO3] imagemagick for windows

2008-06-06 Thread David Banning
I'm looking for the 4.2.9 version of ImageMagick for Windows. It seems most links I have found point to http://typo3.sunsite.dk/software/windows/ which appears dead. I wonder if anyone has a recent link. Thanks - ___ TYPO3-english mailing list TYPO3-e

Re: [TYPO3] Deleting records from the back end

2008-06-06 Thread lesm
Hi Stephen, I never delete a record. If I don't need an old one I put it in a Recycler for future use. The reason is that a record is never deleted but flagged as deleted. In other words it will remain in the DB holding a "red flag" forever and ever. LESM Stephen Bungert wrote: > In my bac

Re: [TYPO3] Cooluri problem

2008-06-06 Thread Jan Bednarik
Hi, > This is very inconvenient, because i don't want to give users access to > cooluri, neither do i want to teach them about it. But it's still very > possible that users will eventually rename pages and make mess. Can this > issue be resolved by making cooluri make an extra check when openin

[TYPO3] Deleting records from the back end

2008-06-06 Thread Stephen Bungert
In my backend module I have an image of a trashcan for deleting thar record from the database. Why does this not work? // Check if something has been deleted if ($this->delCheck) { $changes = array( 'deleted' => 0, ); $GLOBALS['TYPO3_DB']->UPDATEq

[TYPO3] JS output in hook class in BE

2008-06-06 Thread misza
Hello, I'm a little bit confused with this simple task: I'm using the processDatamap_afterDatabaseOperations hook to process submited data and I'd like to give a feedback to the backend user. The feedback should be visible both in record editing window and in the list view. The most straightfo

[TYPO3] I lost my right-click menu (more info)

2008-06-06 Thread henri delebecque
hello, sorry to come again with my problem, but I have more information about the symptoms: the menus disappear as soon as I add the following line: require_once('realurl_conf.php'); wherever i put it (at the beginning, before the #INSTALL SCRIPT EDIT PoINT TOKEN, or at the end of the file) in t

Re: [TYPO3] Error in SQL with $GLOBALS['TYPO3_DB']->SELECTquery

2008-06-06 Thread Dmitry Martynenko
Hi Stephen, SB> But previously I used SB> 'website=' . SB> t3lib_DB::fullQuoteStr('fmf.stephen.local', SB> 'tx_metri_secure_log'), SB> And this generated a my_sql error. SB> Warning: mysql_real_escape_string() expects parameter 2 to be resource, null SB> given in /srv/http/

Re: [TYPO3] Error in SQL with $GLOBALS['TYPO3_DB']->SELECTquery

2008-06-06 Thread Stephen Bungert
This works: $query = $GLOBALS['TYPO3_DB']->SELECTquery( '*', 'tx_metri_secure_log', 'website=' . $GLOBALS['TYPO3_DB']->fullQuoteStr('fmf.stephen.local', 'tx_metri_secure_log'), '', $this->sortOrder

Re: [TYPO3] Template File Reading Problem

2008-06-06 Thread Dmitry Martynenko
Hi Sancar, SS> Hi All, I got questions about template file reading. SS> // Not working code SS> $this->templateFileContent = SS> $this->cObj->fileResource($this->conf['template_file']); You pass wrong params, read about fileResource in TSRef SS> // Working code $this->>templateFileContent =

Re: [TYPO3] Disable Front End Page output

2008-06-06 Thread Dmitry Martynenko
Hi Sancar, SS> Probably I couldn't mean what I want. This TS config does produce blank page SS> but does not send my front end plugin output and My Soultion was. SS> echo $content; SS> die(''); // Premature ending for ajax output; SS> #return $this->pi_wrapInBaseClass(''); SS> It works for me.

Re: [TYPO3] windows server

2008-06-06 Thread Dmitry Martynenko
Hi Smile, S> for some reason my host cuts me off for too much CPU usage. S> It happened twice this last month and I have never had the problem before in over 4 years. S> What can be causing my typo3 to be using so much - the traffic has approx 500 visitors a day. S> Anything I should know or be

Re: [TYPO3] Where doe it send the log entry? $GLOBALS['TT']->setTSlogMessage($error,3);

2008-06-06 Thread Dmitry Dulepov [typo3]
Hi! T.M.Snyder wrote: > I have a code snippet which states the following: > >if ($error = $GLOBALS['TYPO3_DB']->sql_error()) { > $GLOBALS['TT']->setTSlogMessage($error,3); > > > but where does the logentry go to? > > Where can I see the logged errors? Admin panel.

Re: [TYPO3] Error in SQL with $GLOBALS['TYPO3_DB']->SELECTquery

2008-06-06 Thread Dmitry Martynenko
Hi Stephen, SB> SELECT * SB> FROM tx_metri_secure_log SB> WHERE SB> website=fmf.stephen.local SB> ORDER BY tstamp DESC SB> LIMIT 10 You must include website name in qoutes! -- Dmitry Martynenko Developer Web: http://realt.by ___ TYPO3-english mailin

[TYPO3] Where doe it send the log entry? $GLOBALS['TT']->setTSlogMessage($error,3);

2008-06-06 Thread T.M.Snyder
Hi all, I have a code snippet which states the following: if ($error = $GLOBALS['TYPO3_DB']->sql_error()) { $GLOBALS['TT']->setTSlogMessage($error,3); but where does the logentry go to? Where can I see the logged errors? Regards __

Re: [TYPO3] Error in SQL with $GLOBALS['TYPO3_DB']->SELECTquery

2008-06-06 Thread Dmitry Dulepov [typo3]
Hi! Stephen Bungert wrote: > Sorry, older output. Her eis the correct one: Firsts, you code allows SQL injection from what I see. May be I am wrong but check, please. > SELECT * > FROM tx_metri_secure_log > WHERE > website=fmf.stephen.local > ORDER BY tstamp DESC > LIMIT 10 It is ok that it i

Re: [TYPO3] [Typo3-ot] Re: [TYPO3-dev] EM Toto

2008-06-06 Thread Gina Steiner
> Mind that inside Europe, there are quite a few people who don't speak > German and wouldn't know that EM stands for "Europameisterschaft". :-D francois, you saved my day! (still laughing) gina ___ TYPO3-english mailing list TYPO3-english@lists.netfie

[TYPO3] windows server

2008-06-06 Thread Smile
Hi for some reason my host cuts me off for too much CPU usage. It happened twice this last month and I have never had the problem before in over 4 years. What can be causing my typo3 to be using so much - the traffic has approx 500 visitors a day. Anything I should know or be aware of, or w

Re: [TYPO3] Error in SQL with $GLOBALS['TYPO3_DB']->SELECTquery

2008-06-06 Thread Stephen Bungert
I'm forgetting everything today... must be a Friday.. Sql error is: Unknown column 'fmf.stephen.local' in 'where clause' ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-engl

Re: [TYPO3] Error in SQL with $GLOBALS['TYPO3_DB']->SELECTquery

2008-06-06 Thread Stephen Bungert
Sorry, older output. Her eis the correct one: SELECT * FROM tx_metri_secure_log WHERE website=fmf.stephen.local ORDER BY tstamp DESC LIMIT 10 ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/l

[TYPO3] Error in SQL with $GLOBALS['TYPO3_DB']->SELECTquery

2008-06-06 Thread Stephen Bungert
Hello List members, $whereClause = $this->MOD_MENU['function'][(string)$this->MOD_SETTINGS['function']]; $query = $GLOBALS['TYPO3_DB']->SELECTquery( '*', 'tx_met

Re: [TYPO3] Template File Reading Problem

2008-06-06 Thread Dmitry Dulepov [typo3]
Sancar Saran wrote: > // Not working code > $this->templateFileContent = > $this->cObj->fileResource($this->conf['template_file']); > > // Working code > $this->templateFileContent = > file_get_contents($this->conf['template_file']); > > Does anybody have a clue about this. You got absolut

Re: [TYPO3] Indexed Search - only content

2008-06-06 Thread ben van 't ende [netcreators]
Dmitry Dulepov [typo3] wrote: > Hi! > > Kristian Wind wrote: >> No matter what I do, it still indexes the menus. Anybody have an idea? > > Some time ago manual recommended to wrap content with > and corresponding end comment. Does it still > recommended this approach? > Hi, Yes it still does

[TYPO3] Template File Reading Problem

2008-06-06 Thread Sancar Saran
Hi All, I got questions about template file reading. // Not working code $this->templateFileContent = $this->cObj->fileResource($this->conf['template_file']); // Working code $this->templateFileContent = file_get_contents($this->conf['template_file']); Does anybody have a clue about this.

Re: [TYPO3] Disable Front End Page output

2008-06-06 Thread Sancar Saran
Hi Again; On Friday 06 June 2008 12:21:53 Dmitry Martynenko wrote: > Hi Sancar, > > SS> I'm trying to generate some kind of ajax page under TYPO3. > SS> My document search does not produce any results. > > SS> So is there any way to create special TYPO3 page which does not create > any SS> output (

Re: [TYPO3] Optional elements in FCE

2008-06-06 Thread manolobimbo (Emmanuel Brost)
Thanks Michael Niemann a écrit : > [EMAIL PROTECTED] > > "manolobimbo (Emmanuel Brost)" <[EMAIL PROTECTED]> wrote: Hi Dmitry, > Could you give me the templavoila mailing list adress ? > >> Firsts, TemplaVoila has its own lists and such questions should be discussed >> there :) It is much easi

Re: [TYPO3] Disable Front End Page output

2008-06-06 Thread Dmitry Dulepov [typo3]
Hi! Sancar Saran wrote: > I'm trying to generate some kind of ajax page under TYPO3. > > My document search does not produce any results. > > So is there any way to create special TYPO3 page which does not create any > output (pure blank white page). Use eID. Google for it. -- Dmitry Dulep

Re: [TYPO3] TypoScript doubt

2008-06-06 Thread Dmitry Dulepov [typo3]
Antonio Álvarez Feijoo wrote: > Any idea of how to do anything similar? In addition to your code: temp.wrap = page.headerData.20 < temp -- Dmitry Dulepov Learn more about TYPO3: http://typo3bloke.net/ ___ TYPO3-english mailing list TYPO3-english@list

Re: [TYPO3] TypoScript doubt

2008-06-06 Thread Antonio Álvarez Feijoo
Cool! Thanks a lot Christopher :) -- Antonio Álvarez Feijoo Computer Science Engineer mailto:[EMAIL PROTECTED] Tel: +34 986 10 76 10 Fax: +34 981 91 39 49 Igalia - http://www.igalia.com ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.d

Re: [TYPO3] I loss the "right-click" menus

2008-06-06 Thread henri delebecque
Hi Dimitri, Thanks four your help. I have tried that, without success. Moreover, I have actually the two versions of the cms running (the good and the bad one), used with the same browser, the good one with the right-click menus, and the other one without. I think that this behaviur is not c

Re: [TYPO3] [TYPO3-dev] EM Toto

2008-06-06 Thread Thomas Hempel
Hi Patrick, > > *poutine: http://en.wikipedia.org/wiki/Poutine > (the article exist also in german !) I should visit you to try that. ;-) Greets, Thomas ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfielders.de/cgi-

Re: [TYPO3] [TYPO3-dev] EM Toto

2008-06-06 Thread Christian Platt
Hi Patrick The "M" is not for McDonalds :-) but "MASTERSHIP" ... and we will win - ye Christian Am 06.06.2008 um 13:06 schrieb Patrick Gaumond: > Christian Platt wrote: >> Hi Patrick, >> >> the correcr name ist EURO2008, which will help you exactly >> nothing ;-) >> >> Just think

Re: [TYPO3] TypoScript doubt

2008-06-06 Thread Christopher Torgalson
On Fri, Jun 6, 2008 at 1:26 PM, Antonio Álvarez Feijoo <[EMAIL PROTECTED]> wrote: >> You mention searching through the page tree to do this, but you'd only >> have to do it in your root template--and besides, > > The problem is a website with a lot of pages with different CSS each one, > so includi

Re: [TYPO3] TypoScript doubt

2008-06-06 Thread Antonio Álvarez Feijoo
> You mention searching through the page tree to do this, but you'd only > have to do it in your root template--and besides, The problem is a website with a lot of pages with different CSS each one, so including one CSS for *all* the pages is not correct. > you'll have these > conditions in that

Re: [TYPO3] TypoScript doubt

2008-06-06 Thread Christopher Torgalson
On Fri, Jun 6, 2008 at 12:45 PM, Antonio Álvarez Feijoo <[EMAIL PROTECTED]> wrote: > Any idea of how to do anything similar? I don't understand the problem with the conditions method you referred to in your first post in this thread: [globalVar = GP:L=1] page.includeCSS.file1 = fileadmin/te

Re: [TYPO3] [TYPO3-dev] EM Toto

2008-06-06 Thread Patrick Gaumond
Christian Platt wrote: > Hi Patrick, > > the correcr name ist EURO2008, which will help you exactly nothing ;-) > > Just think its an (Ice) hockey tournmant, then you will understand. > Thats indeed a thing you can build with it. Christian, I was in the heart of Paris in 2000 when France won. Th

Re: [TYPO3] [TYPO3-dev] EM Toto

2008-06-06 Thread Patrick Gaumond
Steffen Kamper wrote: > toto is a game (loto/toto) which is well known, many people play this for > money and hope to get millionair. > (But spending a lot of money with hope and a realistic chance of > 0,0001 % sounds like stupid idiot :-) ) > You should have the same in Canada?

Re: [TYPO3] TypoScript doubt

2008-06-06 Thread Antonio Álvarez Feijoo
Any idea of how to do anything similar? -- Antonio Álvarez Feijoo Computer Science Engineer mailto:[EMAIL PROTECTED] Tel: +34 986 10 76 10 Fax: +34 981 91 39 49 Igalia - http://www.igalia.com ___ TYPO3-english mailing list TYPO3-english@lists.netfiel

Re: [TYPO3] TypoScript doubt

2008-06-06 Thread Steffen Kamper
Hi page.includeCSS { file1 < temp2.value } can't work because file1 has no stdWrap, includeCSS is only an array vg Steffen ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo

Re: [TYPO3] Disable Front End Page output

2008-06-06 Thread Dmitry Martynenko
Hi Sancar, SS> I'm trying to generate some kind of ajax page under TYPO3. SS> My document search does not produce any results. SS> So is there any way to create special TYPO3 page which does not create any SS> output (pure blank white page). This TS template code does it: # page setup page > pa

Re: [TYPO3] I loss the "right-click" menus

2008-06-06 Thread Dmitry Dulepov [typo3]
henri delebecque wrote: > I will greatly appreciate any help, or information on the way to follow > to detect the origine of the problem. I guess you have JS errors. Try clearing browser cache. -- Dmitry Dulepov Learn more about TYPO3: http://typo3bloke.net/

Re: [TYPO3] Optional elements in FCE

2008-06-06 Thread Dmitry Dulepov [typo3]
Hi! manolobimbo (Emmanuel Brost) wrote: > Could you give me the templavoila mailing list adress ? Use a news reader, i is much better because you see the whole history in threads :) You will find the list under typo3.projects.templavoila in the news reader. -- Dmitry Dulepov Learn more about

Re: [TYPO3] Optional elements in FCE

2008-06-06 Thread Dmitry Dulepov [typo3]
Hi! Michael Niemann wrote: > If you read my post more carefully you would have seen that your > "solution" is what I called a workaround and not suitable for > projects were this is a major feature for FCEs. It is not a workaround. It is how TYPO3 normally works, sorry :) > No personal offence b

Re: [TYPO3] Optional elements in FCE

2008-06-06 Thread Michael Niemann
[EMAIL PROTECTED] "manolobimbo (Emmanuel Brost)" <[EMAIL PROTECTED]> wrote: Hi Dmitry, Could you give me the templavoila mailing list adress ? > Firsts, TemplaVoila has its own lists and such questions should be discussed > there :) It is much easier to keep questions related to one extension in

[TYPO3] [Typo3-ot] Re: [TYPO3-dev] EM Toto

2008-06-06 Thread Francois Suter
Hi, >> What is EM? Usually I think Extension Manager when I see EM... >> > :-) i see you live outside of europe - it's the "Europameisterschaft" which > is the european soccer tournament Mind that inside Europe, there are quite a few people who don't speak German and wouldn't know that EM stand

Re: [TYPO3] Indexed Search - only content

2008-06-06 Thread Dmitry Dulepov [typo3]
Hi! Kristian Wind wrote: > No matter what I do, it still indexes the menus. Anybody have an idea? Some time ago manual recommended to wrap content with and corresponding end comment. Does it still recommended this approach? -- Dmitry Dulepov Learn more about TYPO3: http://typo3bloke.net/

Re: [TYPO3] Optional elements in FCE

2008-06-06 Thread manolobimbo (Emmanuel Brost)
Hi Dmitry, Could you give me the templavoila mailing list adress ? > Firsts, TemplaVoila has its own lists and such questions should be discussed > there :) It is much easier to keep questions related to one extension in a > smaller list. > > Emmanuel Brost

Re: [TYPO3] [TYPO3-dev] EM Toto

2008-06-06 Thread Steffen Kamper
Hi Patrick, "Patrick Gaumond" <[EMAIL PROTECTED]> schrieb im Newsbeitrag news:[EMAIL PROTECTED] > Steffen Kamper wrote: > >> as the EM starts on Saturday i initiated a toto for you. >> So everyone who has a typo3.org-account is invited to play the game. Just >> leave your tip there and try to ge

[TYPO3] TypoScript doubt

2008-06-06 Thread Antonio Álvarez Feijoo
Hello, I'm forwarding this e-mail from the TYPO3-project-obts mailing list. My problem is that I want to load the path of the CSS to use at one concrete page dynamically using TypoScript, but when I use a postUserFunc this doesn't work. Example: temp = TEXT temp.value = fileadmin/templates/css/m

[TYPO3] Indexed Search - only content

2008-06-06 Thread Kristian Wind
Hello all! I am trying to get Indexed Search to only index the content elements, but it also indexes menues. Ny setup is as follows: TYPO3 4.2.0 Indexed Search 2.11.0 Site Crawler 2.0.0 What I have done: Indexing Configuration: In my Storage Folder I have created a Indexing Configuration, whe

[TYPO3] Disable Front End Page output

2008-06-06 Thread Sancar Saran
Hello, I'm trying to generate some kind of ajax page under TYPO3. My document search does not produce any results. So is there any way to create special TYPO3 page which does not create any output (pure blank white page). Regards Sancar ___ TYPO3-

[TYPO3] Cooluri problem

2008-06-06 Thread Aljoša Balažic
Hi, 1) Let's say i create a page and show it from BE so cooluri generates the path, what i get is * CCC, id=1 * if i open http://mysite/CCC/ i land on page id=1 2) Then i rename this page to DDD, so then we have * DDD, id=1 * if i open http://mysite/ddd/ i get "Page not found!" * if i open http: