Re: [TYPO3-english] typoscript parameters get lost!

2009-02-17 Thread Stephan Petzl
Dmitry Dulepov schrieb: > Hi! > > Stephan Petzl wrote: >> i have some weird behavior here on my system: >> i set a parameter >> plugin.tx_stoeflncomments_pi1.updateNewsItemDate = 1 >> on a subpage of my site, and it gets shown in the objectbrowser. >> but as soon as i debug my conf in my plugin th

Re: [TYPO3-english] check update from TER

2009-02-17 Thread Marcus Krause
Roberto Torresani schrieb am 02/16/2009 07:07 PM Uhr: > I debug the code and I find that I don't see update because in the database > the field reviewstate is 0; now I must debug to find why this field have > this value. EM -> Settings -> Checkbox "Enable extensions without review (basic security

Re: [TYPO3-english] check update from TER

2009-02-17 Thread Roberto Torresani
And now its works!!! Thanks very much Marcus Roberto 2009/2/17 Marcus Krause > Roberto Torresani schrieb am 02/16/2009 07:07 PM Uhr: > > I debug the code and I find that I don't see update because in the > database > > the field reviewstate is 0; now I must debug to find why this field have

[TYPO3-english] TinyRT: Can't align paragraph tags?

2009-02-17 Thread Morten Kjems
I am doing some work on a project that uses TinyRTE. For some reason I can't align the paragraph tags. Well, they align fine in the editor window and looks like this in "html view": Some text But as soon as I hit save the style is removed and the code is changed to: Some text Anyone know how

[TYPO3-english] RECORDS to list all rows

2009-02-17 Thread Mark SchöšnbäŠchler
Hi List! I am trying to list all records from a table with RECORDS. I know how to get specific record by including source = 1, 2, 3. Could anybody give me a pointer how to get to all of the records in the table without specifically referencing the record-ids? (source = all) cheers, Mark. _

[TYPO3-english] making new extension

2009-02-17 Thread Leen Strijk
hello, I am making an extension (am following instruction video) and am at the part where the pictures must get small in the listview. For this i must put: picturesCObject = IMAGE picturesCObject.file.maxW = 100 in the setup.txt file All is going well until i doe this. Result is

Re: [TYPO3-english] making new extension

2009-02-17 Thread Dmitry Dulepov
Hi! Leen Strijk wrote: > I am making an extension (am following instruction video) and am at the > part where the pictures must get small in the listview. > For this i must put: > picturesCObject = IMAGE > picturesCObject.file.maxW = 100 > in the setup.txt file > > All is going well until

Re: [TYPO3-english] making new extension

2009-02-17 Thread Leen Strijk
Dmitry Dulepov schreef: > Hi! > > Leen Strijk wrote: >> I am making an extension (am following instruction video) and am at the >> part where the pictures must get small in the listview. >> For this i must put: >> picturesCObject = IMAGE >> picturesCObject.file.maxW = 100 >> in the setup.t

Re: [TYPO3-english] making new extension

2009-02-17 Thread Leen Strijk
Just to make sure my whole setup.txt plugin.tx_scammersdb_pi1 { CMD = pidList = recursive = picturesCObject = IMAGE picturesCObject.file.width = 100 } plugin.tx_scammersdb_pi1.listView { results_at_a_time = 10 maxPages = } #

Re: [TYPO3-english] Caching problems with random content

2009-02-17 Thread Tomaz Zaman
fixed the issue, it seems the localization is giving me problems... I modified the line: sys_language_mode = content_fallback to this: sys_language_mode = content_fallback: 0,2 and now it works! Thanx Tomaz Zaman ___ TYPO3-english mailing list TYPO3-eng

Re: [TYPO3-english] making new extension

2009-02-17 Thread Xavier Perseguers
Hi! > Leen Strijk wrote: >> I am making an extension (am following instruction video) and am at the >> part where the pictures must get small in the listview. >> For this i must put: >> picturesCObject = IMAGE >> picturesCObject.file.maxW = 100 >> in the setup.txt file >> >> All is going w

Re: [TYPO3-english] making new extension

2009-02-17 Thread Leen Strijk
Xavier Perseguers schreef: > > And which video tutorial are you talking from? Dmitry is right. You must > have coded somewhere that setup.txt should be read, didn't you? > http://typo3.org/documentation/videos/wmv-format/ scroll down. (Episode III of the Extension Kickstarter Tutorial) http:/

[TYPO3-english] how to select multiple news records in a news category?

2009-02-17 Thread Pankaj Lele
Hello With tt_news currently we can select multiple news categories when we add or edit a news record. But how this can be done in reverse so that i can edit the news category and select news records which i want to be of that category instead of going to each news record and select a category ?

Re: [TYPO3-english] tt_address is not working at all

2009-02-17 Thread Rafael Álvarez
uid field is missing in tt_address table. You must create manually using phpmyadmin for example. I think is a bug. ___ *** NUEVO E-Mail: rafael.alva...@ciccartuja.es *** "Hay 10 tipos de personas, las que saben binario y las

Re: [TYPO3-english] tt_address is not working at all

2009-02-17 Thread Sebastian Schnur
Hi, Rafael you're right. I had the same problem a few days ago. When I won't work after all, try readding the primary key of the field "uid". Yeah, it's a bug, but I don't know whether it's reported. Greetings Sebastian Rafael Álvarez wrote: > uid field is missing in tt_address table. You mus

Re: [TYPO3-english] tt_address is not working at all

2009-02-17 Thread ries van Twisk
On Feb 17, 2009, at 11:24 AM, Sebastian Schnur wrote: > Hi, > > Rafael you're right. I had the same problem a few days ago. When I > won't > work after all, try readding the primary key of the field "uid". > > Yeah, it's a bug, but I don't know whether it's reported. > I have seen this issue on

[TYPO3-english] Module "view" and "template" gone after updating to 4.2.6

2009-02-17 Thread Kim Holberg Andersen
Hi, After updating to 4.2.6 my modules "view", "template" and "taskcenter" has vanished from the menu. Strange things is, that i have another installation running, also 4.2.6, and there all the modules exists as usual. What am i missing here? - any good suggestions Kim Holberg Andersen ___

Re: [TYPO3-english] Module "view" and "template" gone after updating to 4.2.6

2009-02-17 Thread Dmitry Dulepov
Hi! Kim Holberg Andersen wrote: > After updating to 4.2.6 my modules "view", "template" and "taskcenter" > has vanished from the menu. Strange things is, that i have another > installation running, also 4.2.6, and there all the modules exists as > usual. > > What am i missing here? - any good sug

[TYPO3-english] Module "view" and "template" gone after updating to 4.2.6

2009-02-17 Thread Kim Holberg Andersen
As usual an easy task when you know what to look for! Thanks Dmitry for saving my day... Kim Dmitry Dulepov wrote: > Hi! > > Kim Holberg Andersen wrote: >> After updating to 4.2.6 my modules "view", "template" and "taskcenter" >> has vanished from the menu. Strange things is, that i have anot

Re: [TYPO3-english] cooluri and t3blog

2009-02-17 Thread Jan Bednarik
Hi, > is someone out there, who managed to combine t3blog and cooluri? > The problem is that t3blog creates multi dimensional arrays for > its parameters like that: I just got back from skiing in Austria, so I'll check it out later. Anyway, this is a bit stupid, so I guess that I didn't think ab

Re: [TYPO3-english] RECORDS to list all rows

2009-02-17 Thread Pankaj Lele
Hello Mark, I am trying to list all records from a table with RECORDS. I know how to > get specific record by including source = 1, 2, 3. > Could anybody give me a pointer how to get to all of the records in the > table without specifically referencing the record-ids? (source = all) You can prob

[TYPO3-english] plugin.tt_news.displayLatest.title_stdWrap.crop

2009-02-17 Thread Paulo Miranda
Hey all. I'm new in the list and in the TYPO3 world. I need your help after a time looking at the web. The homepage of my site has 5 tt_news contents. In the homepage's setup i have put: * plugin.tt_news.displayLatest.title_stdWrap.crop = 100 | ... This crops the title of all homepage's

Re: [TYPO3-english] plugin.tt_news.displayLatest.title_stdWrap.crop

2009-02-17 Thread Victor Livakovsky
Hi. > * plugin.tt_news.displayLatest.title_stdWrap.crop = 100 | ... > > > This crops the title of all homepage's tt_news content but I need to > crop the titles of just one of them. What I have to do? > > Anybody can help me? > The easiest way is to create an extension template on that pag

[TYPO3-english] access database from a different page + ext development

2009-02-17 Thread Filype Pereira
Hi all, I need to access the database using the login, password from typo3 in my class. Example: $sql_products = $GLOBALS['TYPO3_DB']->exec_SELECTquery( 'p.uid', 'tx_mshop_products_categories_mm pc, tx_mshop_products p',

[TYPO3-english] Off-topic: Self-signed Code signing cert.

2009-02-17 Thread Chaiyawut Keereeto
Hi, I know this mailing-list should use to discuss about Typo3. But I don't know how to find help elsewhere. I want to know what exactly user who downloads self-signed content have to install/import in their machine first? I saw someone said "Root CA certificate" and another one said "Digital c

Re: [TYPO3-english] Off-topic: Self-signed Code signing cert.

2009-02-17 Thread Chaiyawut Keereeto
Hi, I forgot to tell that there are many names for these certificates. I also get confused with those. Root CA certificate Intermediate certificate Digital certificate Software Publisher certificate Code Signing certificate Which one is which one? What are their functions in code signing? Thank

Re: [TYPO3-english] Off-topic: Self-signed Code signing cert.

2009-02-17 Thread Xavier Perseguers
Hi, > I forgot to tell that there are many names for these certificates. > I also get confused with those. > > Root CA certificate > Intermediate certificate > Digital certificate > Software Publisher certificate > Code Signing certificate > > Which one is which one? What are their functions in

Re: [TYPO3-english] Off-topic: Self-signed Code signing cert.

2009-02-17 Thread Chaiyawut Keereeto
Hi, Thank you, Xavier. That's help a lot. Xavier Perseguers wrote: > Hi, > >> I forgot to tell that there are many names for these certificates. >> I also get confused with those. >> >> Root CA certificate >> Intermediate certificate >> Digital certificate >> Software Publisher certificate >> Co