Re: [TYPO3] Change page title only to one page

2007-04-19 Thread Cray Flatline
Ries van Twisk wrote: all works.. Problem was in the spaces in the [ end ]. Thanks a lot!! (: > Hey, > > you cannot put conditions there, > try something like this: > > page.headerData.1 = TEXT > page.headerData.1 { > noTrimWrap = |Root page title| > } > > [globalVar = TSFE:id=1] > [else]

Re: [TYPO3] Change page title only to one page

2007-04-19 Thread Cray Flatline
Ries van Twisk wrote: looks like working, but gives error: The page is not configured [type=0][] if I remove condition - all works again. I tried TSFE:id>1 without else - doesn't work... ): Really strange. > you cannot put conditions there, > try something like this: > > page.headerData.1 = TE

Re: [TYPO3] Change page title only to one page

2007-04-19 Thread Ries van Twisk
Hey, you cannot put conditions there, try something like this: page.headerData.1 = TEXT page.headerData.1 { noTrimWrap = |Root page title| } [globalVar = TSFE:id=1] [else] page.headerData.1.field = title page.headerData.1.noTrimWrap = ||, internal page title| [ end ] On Apr 19, 2007

Re: [TYPO3] Change page title only to one page

2007-04-19 Thread Cray Flatline
I tried such condition, but it doesn't work )): config.noPageTitle = 1 page.headerData.1 = TEXT page.headerData.1 { [globalVar = TSFE:id=1] noTrimWrap = |Root page title| [else] field = title noTrimWrap = ||, internal page title| [ end ] } > Check for conditions in TSRef. >> I'm rewriti

Re: [TYPO3] Merging databases

2007-04-19 Thread Ries van Twisk
Merging might sometimes be difficult, for example if you use Templavoila then exporting your page tree as a t3d will always fail. Incase you are using standard templating then right click on a page and then find export. On your other site import the t3d again. it 'should' work, but often failed

Re: [TYPO3] Change page title only to one page

2007-04-19 Thread Ries van Twisk
Check for conditions in TSRef. Ries > I'm rewriting page titles with such script > > config.noPageTitle = 1 > page.headerData.1 = TEXT > page.headerData.1 { > field = title > noTrimWrap = ||, additional text | > } > > > But I need to rewrite title ONLY of root page (id=1) to "Root title

Re: [TYPO3] How to delete a template

2007-04-19 Thread Goar Sandorff
Hello Zachary, > Sure, just use the Web->List module to delete the template record from > that page. > For the first time I realized that each template has its own id. Thank you Zachary. ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.d

[TYPO3] choose mail to send in mailform

2007-04-19 Thread Cray Flatline
I'm using standard mailform to make feedback on the site. In the form I have select field with values (for example) "Design department", "Production Department", "Sales Department". How I can make such thing: if guest select there "Design department", mail will go to [EMAIL PROTECTED], if "Product

[TYPO3] Change page title only to one page

2007-04-19 Thread Cray Flatline
I'm rewriting page titles with such script config.noPageTitle = 1 page.headerData.1 = TEXT page.headerData.1 { field = title noTrimWrap = ||, additional text | } But I need to rewrite title ONLY of root page (id=1) to "Root title text". Can somebody help me with it? I tried to make it wi

Re: [TYPO3] How to delete a template

2007-04-19 Thread Zachary Denison
Sure, just use the Web->List module to delete the template record from that page. On 4/19/07, Goar Sandorff <[EMAIL PROTECTED]> wrote: > Hello group, > > I added a template to a page but later change my mine, cause adding a simple > modification at the root's template was good enough. Is it possi

[TYPO3] Merging databases

2007-04-19 Thread Goar Sandorff
Hello, I created two sites using two different but similar content, let's say "Botany" and "Zoology.". Now I wish to merge both sites into a new one, let's say a "Nature" site comprising the content of both. Nature --Botany current content --Zoology current content Both sites have t

[TYPO3] Help - Small typo contract

2007-04-19 Thread Trevor McCartney
Hey Folks, I'm having a real hard time working with Typo and I don't know how much further I can take this project. I've managed to integrate the html template. But I need some custom functionality that I just can't seem to figure out. Is anyone available to help or take over? Preferably in the T

[TYPO3] Mailform to database

2007-04-19 Thread Trevor McCartney
Hey Folks, I've created a mailform in Typo, and I'm just wondering what the easiest way is to get my form contents into a database table on submission? I'm thinking that after the user submits, they would then go to a thankyou page that would have some php script to write the form values to the d

[TYPO3] How to delete a template

2007-04-19 Thread Goar Sandorff
Hello group, I added a template to a page but later change my mine, cause adding a simple modification at the root's template was good enough. Is it possible to delete that template without deleting the whole page? Thank you. ___ TYPO3-english maili

[TYPO3] realurl filename full path including extension

2007-04-19 Thread Zachary Denison
Hello, Does anyone know how to specify different filename endings in realurl? right now I have a custom userFunc for the page path, and based on ID, i output what I want the page name to be. for example I would output "example" -- then in the fileName section of the realurl configuration I have

[TYPO3] Change title only of one page with TS

2007-04-19 Thread Cray Flatline
I'm rewriting page titles with such script config.noPageTitle = 1 page.headerData.1 = TEXT page.headerData.1 { field = title noTrimWrap = ||, additional text | } But I need to rewrite title ONLY of root page (id=1) to "Root title text". Can somebody help me with it? I tried to make it wit

Re: [TYPO3] RTE underline doesn't stick

2007-04-19 Thread Christoph Koehler
On Thu, 19 Apr 2007 12:48:53 -0500, Carla Froitzheim <[EMAIL PROTECTED]> wrote: > Christoph Koehler wrote: > >> Anyone else seen that problem before? >> > Sorry it is only in German. In your Page TS you need the bold lines to > activate underline. > http://site42.de/Unterstreichen-aktivieren.5

Re: [TYPO3] RTE underline doesn't stick

2007-04-19 Thread Carla Froitzheim
Christoph Koehler wrote: > Anyone else seen that problem before? > > Sorry it is only in German. In your Page TS you need the bold lines to activate underline. http://site42.de/Unterstreichen-aktivieren.50.0.html Carla ___ TYPO3-english mailing l

[TYPO3] RTE underline doesn't stick

2007-04-19 Thread Christoph Koehler
Hello, I have a problem with underlining in the RTE; it just won't stick. Bold and Italics and all work fine, but underline doesn't. I updated to the newest version to see if that was it, but no change so far. Cleared typo3conf and FE cache as well as browser cache. Am I missing something? A

Re: [TYPO3] Hardcoding menu items - best practice

2007-04-19 Thread Trevor McCartney
Thanks for the suggestion, although I'm really not sure how to accomplish this. I tried adding the wrap in, but it's not showing up. So basically I have two form pages which are hidden in the menu tree. I want to hardcode these two menu items, but can't figure out how to insert them. Thanks for y

[TYPO3] Eventdb and user-defined question

2007-04-19 Thread Svend-Erik Dejbjerg
Hi, In rlmp-eventdb I want to add 3 select forms to an event, is it possible to use the "User-defined 1-5" for that and how is it done? I have been searching for a tutorial or similar, explaining the User-defined, but have not been able to find it. Thanks Svend-Erik __

Re: [TYPO3] RealURL on Windows using IIS ?

2007-04-19 Thread Mauro Lorenzutti
Hi Karl-Ernst, Thursday, April 19, 2007, 4:06:05 PM, you wrote: > Hi! > One of the topics of the 4.1RC1 - announcement was > "Prerequisites to use RealURL with IIS (by Martin Kutschker)" > which sounds very interesting! > I found this thread in the core-list-achive: > http://lists.netfielders.d

[TYPO3] RealURL on Windows using IIS ?

2007-04-19 Thread Karl-Ernst Kiel
Hi! One of the topics of the 4.1RC1 - announcement was "Prerequisites to use RealURL with IIS (by Martin Kutschker)" which sounds very interesting! I found this thread in the core-list-achive: http://lists.netfielders.de/pipermail/typo3-team-core/2007-January/006724.html My question: Are there a

Re: [TYPO3] awstats does not resovle ip's

2007-04-19 Thread Peter Klein
Hi Asbjørn. Try reading the AWStats manual ( Not the manual for the TYPO3 extension) I'll bet you can find the info there.. http://awstats.sourceforge.net/docs/awstats_config.html -- Peter Klein/Umloud Untd "Asbjørn Morell" <[EMAIL PROTECTED]> skrev i en meddelelse news:[EMAIL PROTECTED] > Hey

[TYPO3] HMENU and Access restricted page

2007-04-19 Thread Tyler Kraft
Hi I'm building a hmenu using special.list and one of the pages I need in it is a access restricted page. Now by default HMENU has the property excludeDoktypes which doesn't allow doktypes of 5 (not in menu) or 6 (user access). But from my understanding of TSref I should be able to override th

Re: [TYPO3] possible to place tipafriend plugin on page using only typoscript

2007-04-19 Thread Peter Klein
Hi Andrew. I just posted a TS snippet at www.typo3wizard.com , which allows tou to create a link to the TipForm page using Typoscript. http://www.typo3wizard.com/en/snippets/general-config/tip-a-friend-link-mit-typoscript-erstellen.html#c490 -- Peter Klein/Umloud Untd "Andrew Davis" <[EMAIL P

Re: [TYPO3] New Extension: PMK SlimBox (LightBox clone)

2007-04-19 Thread Peter Klein
Im not saying that Protools.js is bad, it's just not as small/optimized/fast/compatible as it's competitions, like Mootools and JQuery. Mootools is based on Dean Edwards Base.js http://dean.edwards.name/weblog/2006/03/base/ Which doesn't change Object.prototype as the Prototype library does. Ex

Re: [TYPO3] New Extension: PMK SlimBox (LightBox clone)

2007-04-19 Thread Martin Kutschker
Peter Klein schrieb: > > The same method can easily be used for the original LightBox v2, but unless > you really need Prototype/scriptaculuos, I se no reason why to use that. > > Prototype.js (46Kb) + scriptaculuos.js (2.1Kb) + effects.js (31Kb) + > Lightbox v2 (22Kb) = 101.1Kb > > Mootools.j

Re: [TYPO3] Ending slashes on tags in , why?

2007-04-19 Thread Dmitry Dulepov
Kasper Ligaard wrote: > Yes the problem is Typo3 puts in xhtml when I specify html. Check you doctype in TS setup. > The ending > slashes are not allowed in html 4.01 trans. Spec does not say that it is not allowed. But they xhtml spec says they are compatible: http://www.w3.org/TR/xhtml1/#C_

Re: [TYPO3] make title and alttext required

2007-04-19 Thread Ralf Hettinger
Whoops, this introduces a syntax error... better use 'altText' => Array ( 'exclude' => 1, 'label' => 'LLL:EXT:cms/locallang_ttc.php:image_altText', 'config' => Array ( 'type' => 'text', 'cols' => '30', 'rows' => '3', 'eval' => 'required' ) ), 'titleText' => Array ( 'excl

Re: [TYPO3] make title and alttext required

2007-04-19 Thread Ralf Hettinger
Hi Bas, a quick (but dirty) solution was to modify TYPO3's core: In typo3/sysext/cms/tbl_tt_content.php you'd need to change 'altText' => Array ( 'exclude' => 1, 'label' => 'LLL:EXT:cms/locallang_ttc.php:image_altText', 'config' => Array ( 'type' => 'text', 'cols' => '30', 'row

Re: [TYPO3] Optimized code for image resizing?

2007-04-19 Thread Ralf Hettinger
Hi Lasse, have you tried it by using an IMG_RESOURCE object? Though I'm afraid that won't be relevant compared to the long load times you're speaking of, you still may gain some performance by not doing the explosion and re-extracting for path, width and height then and at least will get a cleane

Re: [TYPO3] TimTab Blog - step by step

2007-04-19 Thread Steven Hewett
Hi Jeppe, First of all, make sure latest versions of tt_news and timtab installed. In Web/List view, click on the sys folder or page where you want to store your blog entries. Click on 'Create New Record' icon at top of page. Click on 'News' Set type of news article to 'Blog Post' (the options

Re: [TYPO3] multiple FAQ with eFAQ

2007-04-19 Thread Carla Froitzheim
Elmar Hinz wrote: > > >Just uploaded. > > > > Just upgraded and the system folder thing works fine. Unfortunately now there is a fatal error whenyou click a question on the FAQ question page to see the answer on the answer page: *Fatal error*: Call to a member function getConfiguration() on a

Re: [TYPO3] TimTab Blog

2007-04-19 Thread Allan Jacobsen
Well you probably installed timtab BEFORE tt_news, and then timtab can't add its extra field to the tt_news table. Best regards Allan Jacobsen Den 19/4-2007, skrev "Jeppe Donslund" <[EMAIL PROTECTED]>: >Don't ask my why, but when uninstalled TimTab Weblog an installed it >again, the value show

[TYPO3] Indexed search from template fails

2007-04-19 Thread Trine Buhl
Hi, Search from Macina Searchbox in my template fails. It only redirect to the searchpage, but do not execute a search. Tried alternatively to implement "TS-based Searchbox for Index Search" from typo3wizard.com - but the problem is the same. The site is running ver. 4.1. Any ideas? Kind reg

[TYPO3] Select pro and contUid

2007-04-19 Thread Piotr Burda
Hi I`m trying to adapt SelectPro to my site, i`ve learned how to put GET variables into the query, how to generate contUid, but... the extension generate link to detail page like this: index.php?id=1802&contUid=816 on this page i` have my own extension who needs the link: index.php?id=1802&tx_

Re: [TYPO3] Ending slashes on tags in , why?

2007-04-19 Thread Kasper Ligaard
Sándor Németh skrev: > Hy, > > 2007/4/19, Kasper Ligaard <[EMAIL PROTECTED]>: >> I am trying to output html 4.01 transitional, but Typo3 puts slashes on >> the tags in my -part > > why is this a problem for you? The W3C validator fails on it? Because > this is an XHTML compliant mark of ending

Re: [TYPO3] Ending slashes on tags in , why?

2007-04-19 Thread Sándor Németh
Hy, 2007/4/19, Kasper Ligaard <[EMAIL PROTECTED]>: > I am trying to output html 4.01 transitional, but Typo3 puts slashes on > the tags in my -part why is this a problem for you? The W3C validator fails on it? Because this is an XHTML compliant mark of ending a tag which has no closing tag. --

[TYPO3] Ending slashes on tags in , why?

2007-04-19 Thread Kasper Ligaard
Hi, I am trying to output html 4.01 transitional, but Typo3 puts slashes on the tags in my -part, like in the end of this: How can I tell Typo3 to stop doing that? Regards, Kasper ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de h