Re: [TYPO3] A mess with the languages

2007-05-19 Thread Niels Fröhling
Hy Sander; > I have solved some similar problems by going into the db (phpMyAdmin) and > simply changing de uid. I do not have a record for the default language as > you do. > So I would delete the record for spanish(uid=0), and update the records for > en/de so their id's are 1 and 2. > >

[TYPO3] Caching problem?

2007-05-19 Thread Gunnar Jonsson
I have copied a website in production to another site, both using the using Unix and the same configuration of PHP, Apache, Imagegraphics and other software. In production everything is working OK, but the copied site is behaving strange. - some images is not showing, apperently because they st

Re: [TYPO3] tt_news active item on LIST

2007-05-19 Thread Georg Ringer
hello, yeah the idea is correct.. in the last posting is written everything and code isn't german but php .. good luck georg ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-en

Re: [TYPO3] How to get values for multiple select

2007-05-19 Thread Sander van Gelderen
Hi Tonino, my previous msg was a bit short, maybe not very clear :) I think you can solve this by making a change in your select-tag. Add a pair of square brackets[] to the name-attribute. Before: After: Good luck! Sander van Gelderen schreef: > I am sure you realize this already, but just

Re: [TYPO3] How to get values for multiple select

2007-05-19 Thread Sander van Gelderen
I am sure you realize this already, but just to remind: params from a multiple-select are not regular name/value pairs, but an array. HTH Sander tonix (Antonio Nati) schreef: > At 16.29 19/05/2007, you wrote: >> I've set up a complete page, having some field with multiple >> option that can be

Re: [TYPO3] How to get values for multiple select

2007-05-19 Thread tonix (Antonio Nati)
At 16.29 19/05/2007, you wrote: >I've set up a complete page, having some field with multiple >option that can be pressed. > >But I've problems on capturing these pressed values, as _GET and >_POST return me only the first value of the pressed list. Forgot to add... browser sends all parameters,

Re: [TYPO3] tt_news active item on LIST

2007-05-19 Thread Бойчук Петро
Thanks, I do not understand german, but understand the idea. Have to use hooks in tt_news, right? Thanks again. On 5/18/07, Georg Ringer <[EMAIL PROTECTED]> wrote: > > Hello, > > here is a solution, sorry in german but I guess you can understand... > you can solve it with a very small extension >

[TYPO3] How to get values for multiple select

2007-05-19 Thread tonix (Antonio Nati)
I've set up a complete page, having some field with multiple option that can be pressed. But I've problems on capturing these pressed values, as _GET and _POST return me only the first value of the pressed list. Any hint? Is there any special TYPO3 functions or any setting to do? Thanks, Ton

Re: [TYPO3] no backend module can be started in TYPO3 SVN trunk

2007-05-19 Thread Franz Holzinger
--- /var/www/html/typo3-svn/TYPO3core/trunk-orig/typo3/alt_topmenu_dummy.php 2007-05-16 14:57:49.0 +0200 +++ /var/www/html/typo3-svn/TYPO3core/trunk/typo3/alt_topmenu_dummy.php 2007-05-19 12:34:03.0 +0200 @@ -82,6 +82,8 @@ function main() { global $BE

Re: [TYPO3] A mess with the languages

2007-05-19 Thread Sander van Gelderen
Hello Niels, I have solved some similar problems by going into the db (phpMyAdmin) and simply changing de uid. I do not have a record for the default language as you do. So I would delete the record for spanish(uid=0), and update the records for en/de so their id's are 1 and 2. After this you

Re: [TYPO3] Extra wrap after x item?

2007-05-19 Thread Tapio Markula
Tyler Kraft kirjoitti: > if its a menu then look towards using option split doesn't work because all items are not at the same level and I can't cut from half the first level. , or if you want to > break it into two menus then you can set max items for the first one and > then begin for the secon

[TYPO3] page:media in Alternative Page Language

2007-05-19 Thread Sander van Gelderen
Hello list, I have a localised NL(default)/EN website that uses GMENU's. The GMENU uses the media field to get it's images from, like so: NO { ... altImgResource.import = uploads/media/ altImgResource.import.field = media altImgResource.import.listNum = 1 ... } Actaully I am usin

Re: [TYPO3] Extra wrap after x item?

2007-05-19 Thread Tyler Kraft
if its a menu then look towards using option split, or if you want to break it into two menus then you can set max items for the first one and then begin for the second menu hth Tapio Markula wrote: > Hi > > How it could be possible to add extra wrap after X item, > for exampe 8th item? > >