Re: [TYPO3-english] CoolURI - removing parts of URL

2010-10-22 Thread Pero Matic
Jan Bednarik i...@bednarik.org wrote in message news:mailman.1.1287696789.4405.typo3-engl...@lists.typo3.org... I tried that too but didn't succeed. Now i'm into apache rewrites but i get status code 302 while being redirected to mysite.com (i wrote new thread about this.) Thx. I don't

Re: [TYPO3-english] Rewrite and siteScript

2010-10-22 Thread Pero Matic
I finaly solved this. The problem is with $_SERVER['REQUEST_URI'] which is used as siteScript var which is used in CoolURI as uri var. When u make internal apache rewrite ie. RewriteRule ^/page1(.*)$ /page1/page2/page3/page4$1 and u want to access page in url /page1/page2/page3/page4/page5 by

Re: [TYPO3-english] CoolURI - removing parts of URL

2010-10-22 Thread Ralf-René Schröder
Pero Matic schrieb: and i want it to be /page1/page5/ BUT not only for page5. I want all URLs bellow page3 (pages are added constantly) to be like: /page1/pageX i think this a absolutly normal feature ??? check not in speaking urls for your page2 and page3 or i have missunderstood your

[TYPO3-english] Extension tagpack: tagging singleview items of tt_news? // singleItemCloud

2010-10-22 Thread Martin Terber
Hi, I am using the extension tagpack for tagging content elements and tt_news articles on a corporate web site. I managed to get a beautiful tagcloud and a search result page that work both fine. I am stuck now as I try to add a single item cloud that is attached to each tt_news element in

Re: [TYPO3-english] CoolURI - removing parts of URL

2010-10-22 Thread Pero Matic
Ralf-René Schröder ralf.r...@online.de wrote in message news:mailman.1.1287736411.14347.typo3-engl...@lists.typo3.org... Pero Matic schrieb: and i want it to be /page1/page5/ BUT not only for page5. I want all URLs bellow page3 (pages are added constantly) to be like: /page1/pageX i

[TYPO3-english] How to integrate a loop when building HMENU?

2010-10-22 Thread Benoit Montereau
I need to build a vertical menu using css layer. At a time, I would need to integrate in my menu definition specific information from the page structure (a kind of part of submenu, check the attached image). To do that I would need to start a new loop in the menu definition for the part

[TYPO3-english] Where publish a bug?

2010-10-22 Thread Iban Cardona i Subiela
Hello, I found a little bug in this extension: tcdirectmail Where I can post this error? -- Serialnet SL * IBAN CARDONA I SUBIELA* SERIALNET NETWORKING I SOFTWARE LLIURE SL c/Bailèn, 71Bis 5è 3a 08009 - Barcelona Tel. 93 265 09 37 http://www.serialnet.cat

Re: [TYPO3-english] Where publish a bug?

2010-10-22 Thread Steffen Gebert
On 22.10.10 12:17, Iban Cardona i Subiela wrote: Hello, I found a little bug in this extension: tcdirectmail Where I can post this error? * Have a look at http://forge.typo3.org whether the extension is listed there (it is not) * Have a look at the bug tracker on http://bugs.typo3.org (only

Re: [TYPO3-english] typo3temp fills with hundreds of .js files

2010-10-22 Thread J . Schaller
At first I thought I still had a case of Bug #12376 I have resolved the problem, but can't add a comment to the bugtracker since it's now marked as resolved. I'll still report my findings here: In my typo3 4.4.4 there are 2 identical versions of the script. One resides in

[TYPO3-english] Sorting problem with comments extension

2010-10-22 Thread J . Schaller
Hello all, I'm using timtab with comments. In the backend, the hundreds of comments are sorted from first to last, which personally I find counter-productive. I was happy to have found a directive which presumably sets the sorting from last to first:

Re: [TYPO3-english] How to integrate a loop when building HMENU?

2010-10-22 Thread Benoit Montereau
In fact going further in my reflexion, I would get the expected result if I can embed into a HMENU output the output of another HMENU (smaller) output. Basicallay, it means I need to store the result of a HMENU into a variable and then to use this variable in the other menu. Is it something

Re: [TYPO3-english] How to integrate a loop when building HMENU?

2010-10-22 Thread Benoit Montereau
Hi Joey, Thanks for your reply, but I do not need the default behaviour of hmenu: I need to define level1 plus (if active) directely levels 2 and 3 and then level2 and finaly level 3 for the CSS layer. The trick here is to be able to get the block levels 2+3 at start in order to insert the block

[TYPO3-english] Add uid of page at the end of realurl path

2010-10-22 Thread Michael Tamburini
Hello, I have a problem with a Typo3 powered site. Often site's editors creates new pages with the same title and realurl messes up everything because one of the two pages with the same title becomes unavailable. Is there an easy way to add uid at the end of realurl path so all pages have

Re: [TYPO3-english] Add uid of page at the end of realurl path

2010-10-22 Thread Pero Matic
Michael Tamburini barcarogf+ty...@gmail.com wrote in message news:mailman.1.1287761672.21043.typo3-engl...@lists.typo3.org... Hello, I have a problem with a Typo3 powered site. Often site's editors creates new pages with the same title and realurl messes up everything because one of the two

Re: [TYPO3-english] How to keep old URL

2010-10-22 Thread Lina Wolf
Hi Pero, you could do an export and then when importuing the project click on keep all uid values. If it is about redirection: it is suggested to redirect by htaccess and not realURL. Redirects by htacces are much faster and using less of your servers resources. LG Lina -- Liebe Grüße Lina

[TYPO3-english] How to format textpic bloc?

2010-10-22 Thread Benoit Montereau
Surely a very stupid question but my Typo3 installation make the following (I supposed default) output for Text with Image (textpix) blocs: div id=c216 class=csc-default h1Title/h1 div class=csc-textpic csc-textpic-intext-leftdiv class=csc-textpic-imagewrap csc-textpic-single-imageimg src=

Re: [TYPO3-english] How to keep old URL

2010-10-22 Thread Pero Matic
Lina Wolf li...@linawolf.de wrote in message news:mailman.1.1287762256.22193.typo3-engl...@lists.typo3.org... Hi Pero, you could do an export and then when importuing the project click on keep all uid values. If it is about redirection: it is suggested to redirect by htaccess and not

Re: [TYPO3-english] Add uid of page at the end of realurl path

2010-10-22 Thread Søren Malling
Regarding RealURL: Line 149 of configuration example http://www.typo3knowledge.ch/beispiel-konfiguration-von-realurl/ Dunno about CoolURI Regards Søren On Friday, October 22, 2010, Michael Tamburini barcarogf+ty...@gmail.com wrote: Hello, I have a problem with a Typo3 powered site. Often

Re: [TYPO3-english] typo3temp fills with hundreds of .js files

2010-10-22 Thread Jigal van Hemert
On 22-10-2010 13:00, J. Schaller wrote: At first I thought I still had a case of Bug #12376 I have resolved the problem, but can't add a comment to the bugtracker since it's now marked as resolved. I'll still report my findings here: In my typo3 4.4.4 there are 2 identical versions of the

[TYPO3-english] Powermail and dynamic number of text fields

2010-10-22 Thread Victor Livakovsky
Hi, List. I have such a question: is it possible to create powermail form, where you can select a dynamic number of text fields from FE? A situtaion: there is a drop-down with values 1|2|3|4|5. FE user selects, f.e. '3' - after that 3 input fields should appear on a form. Possible out of the