[TYPO3] th_mailformplus maintainer?

2007-05-17 Thread Zachary Denison
Hello List, Does anyone know the current maintainer for th_mailformplus? I have made some customizations to the source and would like to submit it for inclusion into the next release. Or what is the procedure for this in general, when you make a change, how can you submit it? Thank you Zachary

Re: [TYPO3] mailform with cc to customer

2007-05-13 Thread Zachary Denison
I had a similar problem, and ended up using th_mailformplus - I would recommend it. On 13 May 2007 20:24:23 +0200, Felix Natter <[EMAIL PROTECTED]> wrote: > hi, > > I would like to have a mailform the output of which is not only > sent to the specified target address but also to the e-mail address

[TYPO3] typoscript condition for specific be_user in frontend editing

2007-05-11 Thread Zachary Denison
Hello, I am trying to implement something on my site to show up only if a backend user is logged in (actually its a logout button which I use for certain editors who only edit from the front end). I would like to disable this for certain backend users. I know how to check if a backend user is lo

[TYPO3] after bodytag equivalent of page headerData

2007-05-08 Thread Zachary Denison
Hello, Is there a way (with TypoScript) to insert something (i.e. some javascript) after the closing body tag? I am trying to use google maps api on a page, and I just insert a plain html content element on the page. This works on ALL browsers except IE, and apparently the fix to make it work wi

Re: [TYPO3] Problem in Extension Manager

2007-05-03 Thread Zachary Denison
are you sure you are displaying all extensions? You need to click on the checkbox to display shy extensions. On 5/3/07, JoH asenau <[EMAIL PROTECTED]> wrote: > > When i clik on the Retrieve/Update button in the extension manager a > > got the following message: > > > > The extension list has not

[TYPO3] mailformplus: suppressing ###error_### addition to ###ERROR###

2007-05-03 Thread Zachary Denison
Hello, I am working with mailformplus and I am wondering... Is there any way with mailformplus to have a custom error message, such as "Please complete the required fields" all by itself, and then have custom ###error_### messages elsewhere in the page? The problem I am having is that I am settin

Re: [TYPO3] Moving records to a new subpage?

2007-05-01 Thread Zachary Denison
This is just an idea but you could try something like this in the mysql UPDATE pages set pid=88 where uid >= 3300 AND uid <=3500 On 5/1/07, Tom <[EMAIL PROTECTED]> wrote: > Hello Group, > Need some help here. > I need to move records ID=3300 to ID=3500 subpages of ID=75 to a new position > as s

[TYPO3] formmail not emailing

2007-04-30 Thread Zachary Denison
Is there any reason why a standard form content element would not email - but when I test t3lib_htmlmail from the install tool with the same email address it works fine. ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfie

Re: [TYPO3] setting sitetitle inside typoscript in a condition block

2007-04-28 Thread Zachary Denison
Actually I ended up using the extension browser title, because otherwise I would have to put this typoscript on every page, or I would need a long condition block. On 4/28/07, Tapio Markula <[EMAIL PROTECTED]> wrote: > Martin Mifsud kirjoitti: > > I used some code like this: > > > > config.noPageT

[TYPO3] extend htmlmail (Xclass or hooks?)

2007-04-27 Thread Zachary Denison
I need to extend the functionality of class.t3lib_htmlmail.php to allow me to use an smtp server to send mail (on linux) - because php on linux only lets you use sendmail (or a sendmail wrapper). Rather than just edit the source file myself, and get it to work, I would like to write some kind of e

Re: [TYPO3] setting sitetitle inside typoscript in a condition block

2007-04-26 Thread Zachary Denison
rowser was a typoscript property. On 4/26/07, Christopher Torgalson <[EMAIL PROTECTED]> wrote: > Hi, > > On 4/26/07, Zachary Denison <[EMAIL PROTECTED]> wrote: > > I am using a single typoscript template for my site, but I have 2 > > different languages

Re: [TYPO3] Start/stop fields - date & time instead of date only - how?

2007-04-26 Thread Zachary Denison
The way I did it was like this: In my ~/typo3conf/extTables.php file I uncommented the following lines: $GLOBALS['TCA']['tt_content']['columns']['starttime']['config']['eval'] = 'datetime'; $GLOBALS['TCA']['tt_content']['columns']['endtime']['config']['eval'] = 'datetime'; $GLOBALS['TCA']['pages'

[TYPO3] setting sitetitle inside typoscript in a condition block

2007-04-26 Thread Zachary Denison
I am using a single typoscript template for my site, but I have 2 different languages in the (one tree fits all paradigm). So I conditionally include the template, which works beautifully. However I would like the sitetitle to be different for each language too, and the sitetitle does not get set

[TYPO3] workspaces and extensions

2007-04-26 Thread Zachary Denison
Yesterday I installed an extension which corrupted my localconf.php and crashed my site. I was able to fix it after a few minutes, but this was worrying me because, I am able to deploy my website in typo3, but of course I still want to tinker with it from time to time. But I will be afraid to do

Re: [TYPO3] realurl comprehensive manual or examples

2007-04-24 Thread Zachary Denison
rates? > > -- > Peter Klein / Umloud Untd > > "Zachary Denison" <[EMAIL PROTECTED]> wrote in message > news:[EMAIL PROTECTED] > > Thank you Peter. Basically what I am trying to do is very simple, it > > seems that realurl is more complex than I need.

Re: [TYPO3] realurl comprehensive manual or examples

2007-04-24 Thread Zachary Denison
AIL PROTECTED]> wrote: > Hi Zachary. How about the Wiki? > http://wiki.typo3.org/index.php/EXT/realurl/testing > > -- > Peter Klein/Umloud Untd > > "Zachary Denison" <[EMAIL PROTECTED]> skrev i en meddelelse > news:[EMAIL PROTECTED] > > Does anyone know

[TYPO3] realurl comprehensive manual or examples

2007-04-23 Thread Zachary Denison
Does anyone know of a comprehensive realurl manual (not the one that comes with it) but another one, or some comprehensive list of examples. I can configure realurl to work in the default configuration, but I am having trouble customizing it to my needs. ___

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] 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] master css class list for css_styled_content

2007-04-17 Thread Zachary Denison
Hello, I am using typo3 4.1 with css_styled_content. I was looking to customize the css for content elements for my site, so I looked at the example file and example outlines file. The problem that I have is that my Content Elements are being rendered with classes that dont exist in the example