[TYPO3-english] powermail From header issue

2010-01-18 Thread J. Bakshi
Dear list, I have upgrade powermail to 1.5.3. But the From header still bypassing the configuration given in constant as plugin.powermail.email.noreply = nore...@mydomain.com It is setting the From as From: powermail x...@gmail.com Where it should be nore...@mydomain.com

Re: [TYPO3-english] no_cache=0

2010-01-18 Thread Dmitry Dulepov
Hi! On 2010-01-17 13:49:46 +0200, Mariella Baldussi said: I'm trying to make typo3 send cache control headers (cache private) for some of the pages of my typo3 website. I've disabled the no_cache flag in each template of my tree. I've set the config.no_cache = 0 in the main, top most template.

Re: [TYPO3-english] Upgraded to 4.2, having problems with RTE changes.

2010-01-18 Thread Typo Three
Hi, Try the following code above page = PAGE in your code temp.headTemplate = TEXT temp.headTemplate.value = link rel=stylesheet type=text/css href= path of your needed css file / Regards, typo three http://www.pitsolutions.ch/ - Original Message From: Cameron themsel...@gmail.com

Re: [TYPO3-english] RealURL - Exclude From Speaking URL Option - Am I misunderstanding?

2010-01-18 Thread Denyer Ec
On Mon, Jan 18, 2010 at 9:23 AM, Dmitry Dulepov dmitry.dulepov+t...@gmail.com wrote: ...because it is already in cache. You need to clear RealURL cache, that's all. -- Dmitry Dulepov I may be clearing the cache incorrectly, but what I tried was this: Page Module Product Range Page Tick

Re: [TYPO3-english] Formhandler: Validating via JSON?

2010-01-18 Thread Reinhard Führicht
Hi Benni, you could either use an interceptor entered in the saveInterceptor section or you could extend View_Form since the view gets information about the errors, but the interceptor won't AFAIK. Kind regards, Reinhard Benjamin Mack schrieb: Hey all, I'm currently implementing a form

Re: [TYPO3-english] tt_news: BE editors can´t se e asigned categories

2010-01-18 Thread Rafael Álvarez
I think the configuration is correct. I have allowed all news and categories related fields. El 18/01/2010, a las 07:15, Typo Three escribió: Hi, Please check the news related fields in the allowed exclude fields option assigned in user group is selected or not? Regards, typo

[TYPO3-english] Delete a Page and all it's subpages

2010-01-18 Thread Giuseppe Luigi Punzi
Hi all, I'm doing some test, and I need to delete a Page, without deleting each subpage.. It's ok to avoid errors on production, but, each time I start TV wizard, a lot of pages is created and I don't want it, and is a pain going through all subpages deleting to erase the master page. Cheers.

Re: [TYPO3-english] Delete a Page and all it's subpages

2010-01-18 Thread Xavier Perseguers
Hi, I'm doing some test, and I need to delete a Page, without deleting each subpage.. Your subject says you want to delete a page and all its subpages. What do you want really to do? What does mean deleting a page without its subpages. How should subpages still live after that? Without a

[TYPO3-english] Re: tt_news: BE editors can ´t see asigned categories

2010-01-18 Thread Steffen Gebert
Am 18.01.2010, 11:17 Uhr, schrieb Rafael Álvarez rafael.alva...@ciccartuja.es: I think the configuration is correct. I have allowed all news and categories related fields. But it seems like it's not correct ;-) Could you attach/link screenshots? Steffen

[TYPO3-english] help with webkitpdf

2010-01-18 Thread De Contardi Riccardo
Hello everybody. Could someone help me with the extension webkitpdf ? There's very little documentation online :-( I've followed this steps: 1. installed the extension 2. created a page (UID=120) and added the plugin within (BTW:: The plugin has a startingpoint record. What

[TYPO3-english] Disable tabs in element browser

2010-01-18 Thread Chris Müller
Hello, I want to disable some tabs in the element browser. So a user shouldn't be able to upload any files there. I found that there should be an TSconfig option blindLinkOptions [1] which seems to work in RTE. I am using DAM and there this option will be used [2] (around line 336). I

[TYPO3-english] Rights management and TS templates access

2010-01-18 Thread Rachel Foucard
Hi, I have a question : It seems that non admin users can't have any access to TypoScript templates. This is explained in documentation doc_code_inside : http://typo3.org/documentation/document-library/core-documentation/doc_core_inside/4.2.0/view/2/4/#id4149905 It's frustrating, but legitimate.

Re: [TYPO3-english] Radom page from treelevel or list

2010-01-18 Thread Marek Kyncl
Tomas Mrozek schrieb: The problem with that, is that this gives me randomly chosen content blocks from the listed pages and not the whole pages randomly chosen from the list. What do you mean by [put] the whole pages? All the content from one particular random page out of the list? Yes,

Re: [TYPO3-english] RealURL - Exclude From Speaking URL Option - Am I misunderstanding?

2010-01-18 Thread Denyer Ec
On Mon, Jan 18, 2010 at 1:06 PM, Dmitry Dulepov dmitry.dulepov+t...@gmail.com wrote: Hi! Typo3 Toolbar - Clear all caches Missing path cache here :) I would also clear page cache instead of all. I do not remember what all does these days but it is a big source of confusion. -- Dmitry

[TYPO3-english] Cache problem?

2010-01-18 Thread Tomiţă MILITARU
Hello, I've made a plugin that generates random numbers every time you visit a page, but it doesn't seem to work properly. The numbers change only when pressing CTRL + F5 on my browser, is there a cache problem and can I deactivate it? I've tried the header and cache limiter to stop cache (PHP),

Re: [TYPO3-english] Cache problem?

2010-01-18 Thread Milicev Uros
open ext_localconf.php of your extension, and replace 1 with 0 in line: t3lib_extMgm::addPItoST43($_EXTKEY, '.., 'list_type', 0); ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org

Re: [TYPO3-english] Radom page from treelevel or list

2010-01-18 Thread Marek Kyncl
Tomas Mrozek schrieb: Try to play with this one: temp.randomContent = CONTENT temp.randomContent { table = tt_content select { pidInList.cObject = CONTENT pidInList.cObject { table = pages select { uidInList = 1,2,3,4 pidInList = 0

Re: [TYPO3-english] authentication question

2010-01-18 Thread David Arroyo Menendez
I am reaching authenticate with a login and pass given modifying getLoginFormData. 2010/1/14 David Arroyo Menendez david.arr...@bbvaglobalnet.com In a common way I authenticate using felogin sumitting user and password with post, but in a special case I need use php functions to authenticate

Re: [TYPO3-english] Cache problem?

2010-01-18 Thread Tomiţă MILITARU
Thanks a lot Milicev, it worked! On Mon, Jan 18, 2010 at 5:39 PM, Milicev Uros mili...@gmail.com wrote: so instead of line t3lib_extMgm::addPItoST43($_EXTKEY, '.., 'list_type', 1); you'll have: t3lib_extMgm::addPItoST43($_EXTKEY, '.., 'list_type', 0);

Re: [TYPO3-english] t3blog and typo3 4.3

2010-01-18 Thread Ulrich Lorenz PHZ Luzern
Hi Dmitry Thanks for your helpful information. Do you have an update on when the new version will be released? I'm slowly walking into problems not being able to use it on 4.3. Lorenz -Original Message- From: typo3-english-boun...@lists.typo3.org [mailto:typo3-english-

[TYPO3-english] Extension Repository: Many Extensions deleted?

2010-01-18 Thread Hauke Hain
Hi, I have trouble to find many extensions. For example pagepath by Dmitry. There are so many extensions unavailable. Can you repeat this? Do you know why this happens? Regards, Hauke ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org

Re: [TYPO3-english] Extension Repository: Many Extensions deleted?

2010-01-18 Thread David Bruchmann
Von:Hauke Hain new...@googlemail.com Gesendet: Montag, 18. Januar 2010 17:10:42 Hi, I have trouble to find many extensions. For example pagepath by Dmitry. There are so many extensions unavailable. Can you repeat this? Do you know why this happens? Hi Hauke, Seems that the

Re: [TYPO3-english] Extension Repository: Many Extensions deleted?

2010-01-18 Thread Virgil Huston
Hauke, Make sure you have Enable extensions without review (basic security check): unchecked in the Extension Manager Settings,. If checked you will get far fewer extensions found and many that have not been reviewed are fine. Best, Virgil On Mon, Jan 18, 2010 at 11:41 AM, David Bruchmann

Re: [TYPO3-english] Delete a Page and all it's subpages

2010-01-18 Thread lesm
Move the subpages to another place and then delete the page. However it is not wise to delete a page because a deleted page remains flagged as deleted in the database. It is better to reuse it. On 1/18/2010 5:34 AM, Giuseppe Luigi Punzi wrote: Hi all, I'm doing some test, and I need to

Re: [TYPO3-english] Extension Repository: Many Extensions deleted?

2010-01-18 Thread Steffen Gebert
Am 18.01.2010, 17:41 Uhr, schrieb David Bruchmann typo3...@bruchmann-web.de: Seems that the Repository Offer is/was parsed again. My own extension weren't found for a few minutes but are back again now, pagepath from Dmitry is back again too. I don't know if this is a general Process or

Re: [TYPO3-english] Extension Repository: Many Extensions deleted?

2010-01-18 Thread Milicev Uros
Such things happen from time to time - they should be back in a few hours / tomorrow. It's our mystic TER - nobody understands this :D But this is far from funny...I almost few times per month have same problems ___ TYPO3-english mailing list

[TYPO3-english] Any Core developers coming to Dallas?

2010-01-18 Thread Virgil Huston
I was wondering if any of the TYPO3 core devs are coming to Dallas. I hope so, but who is coming? Thanks, Virgil -- Virgil Huston COO, Acqal Corporation - An Approved TYPO3 Agency for Support, Training, and Website Migration +1 (866) 924-8645 * +1 (404) 963-8850 x101 * Fax +1 (866) 275-7385 Read

Re: [TYPO3-english] Calendar Base multilanguage site

2010-01-18 Thread Oliver Martin
Am Mon, 18 Jan 2010 18:55:14 +0100 schrieb Oliver Martin: Now I want to add additional languages. This works fine for regular content elements, but the calendar doesn't display anything when I switch to a language other than the default. I've tried setting the language property of the

[TYPO3-english] BayTUG - Bay Area TYPO3 Users Group

2010-01-18 Thread Marc Infield
http://www.meetup.com/Bay-Area-TYPO3/ The inaugural meeting of the Bay Area TYPO3 Users Group will take place on February 4th from 7:00PM to 8:45PM at the Hacker Dojo. We have some very special guests and great presentations planned. We are fortunate to have two TYPO3 luminaries joining us

Re: [TYPO3-english] BayTUG - Bay Area TYPO3 Users Group

2010-01-18 Thread Virgil Huston
Sure wish I lived in SF, have a good meeting! Virgil On Tue, Jan 19, 2010 at 12:25 AM, Marc Infield m...@infielddesign.comwrote: http://www.meetup.com/Bay-Area-TYPO3/ The inaugural meeting of the Bay Area TYPO3 Users Group will take place on February 4th from 7:00PM to 8:45PM at the Hacker

[TYPO3-english] usability drawbacks

2010-01-18 Thread Katja Lampela
Hello all, First of all I want to say there are very many improvements in TYPO3 4.3.1, thanks for the great work guys! But here is the but: there are also couple of drawbacks in usability in new versions IMHO (I'm not sure in which version these unwished features have appeared): 1. making