[TYPO3-english] Horizontal Menu with Horizontal submenus

2009-03-17 Thread Theo Kotey
Hi List, I am trying to create a CSS horizontal menu using divs. I can get the first level to show but the second level are not showing. Everything works fine in the template but when I integrate it into TYPO3 only the first level works. Below is my code

Re: [TYPO3-english] EXT dd_googlesitemap: news sitemap not working

2009-03-17 Thread grac
@dmitry Dmitry Dulepov wrote: Hi! Steffen Gebert wrote: dd_googlesitemap for tt_news works for me (with some remarks documented on forge). This will be fixed very soon. I will also do some additions that I found after checking sitemaps behavior during last month. while testing the

Re: [TYPO3-english] EXT dd_googlesitemap: news sitemap not working

2009-03-17 Thread Dmitry Dulepov
Hi! grac wrote: @dmitry Before I answer your question, can you do a favor to me? Please, change your From to something that looks like a real name. This is not a requirement here but it feels better to speak to John Doe or Tim Barton than to grac or bird or friend :) -- Dmitry Dulepov

[TYPO3-english] Mailer ruins my link

2009-03-17 Thread Jeppe Donslund
I use the Mailer in TYPO3 4.2.6, but the link I create gets ruined. index.php?id=120tx_wmktwebshop_pi1[pointer]=0tx_wmktwebshop_pi1[aid]=103 all =120, =103 changes to square0 it removes =12, =10 I use iso-8859-1 otherwise I have problems with danish characters. (æøå). Any idea? The code:

Re: [TYPO3-english] User Registration

2009-03-17 Thread Dmitry Dulepov
Hi! Joko Nurjadi wrote: I'm new member (and new typo3 user), I'm from Indonesia. Nice to join this mailist! Hint #1 about using this list: never start a new topic using the Reply button :) Currently your message went to the Need to change at WEC template and it is not visible as a topmost

Re: [TYPO3-english] showpic.php problem realurl IE7

2009-03-17 Thread Gijs Epping
Dmitry Dulepov schreef: I think it is gone since 4.0 or so... Well that's strainge.. i am running TYPO3 4.2.6. I downloaded the last version and checked it again and in typo3_src-4.2.6\typo3\sysext\cms\tslib showpic.php is still there. Any idea's?

Re: [TYPO3-english] Updated documentation

2009-03-17 Thread Steen Rab�l
Thanks. Next dummy question - How do i install the documentation ? bernd wilke x00nsj...@sneakemail.com skrev i en meddelelse news:mailman.1.1237203070.22298.typo3-engl...@lists.netfielders.de... Am Mon, 16 Mar 2009 12:04:21 +0100 schrieb Steen Rabøl: Please forgive me, but how can i learn

Re: [TYPO3-english] showpic.php problem realurl IE7

2009-03-17 Thread Gijs Epping
Gijs Epping schreef: Dmitry Dulepov schreef: I think it is gone since 4.0 or so... He Dmitry, i added a rewrite rule to .htaccess and now i got it working. But it is still strainge showpic.php is still being used if this is obsolete. For anybody else.. This is the rewriterule: RewriteRule

Re: [TYPO3-english] Horizontal Menu with Horizontal submenus

2009-03-17 Thread StephenBungert
Put all of 2 = TMENU 2 { wrap = div id=+page_id+ class=tabcontent | /div noBlur = 1 expAll = 1 NO = 1 NO { wrapItemAndSub = div id=+page_id+ class=tabcontent|/div } ACT = 2 #ACT .NO ACT { wrapItemAndSub = li | /li }

Re: [TYPO3-english] Mailer ruins my link

2009-03-17 Thread Gijs Epping
Jeppe Donslund schreef: I use the Mailer in TYPO3 4.2.6, but the link I create gets ruined. index.php?id=120tx_wmktwebshop_pi1[pointer]=0tx_wmktwebshop_pi1[aid]=103 all =120, =103 changes to square0 it removes =12, =10 May be a stupid idea but did you use htmlspecialchars()? And there is

Re: [TYPO3-english] Horizontal Menu with Horizontal submenus

2009-03-17 Thread Xavier Perseguers
Hi, 2 = TMENU 2 { wrap = div id=+page_id+ class=tabcontent | /div noBlur = 1 expAll = 1 NO = 1 NO { wrapItemAndSub = div id=+page_id+ class=tabcontent|/div } ACT = 2 ^^^ = 1 #ACT .NO ACT {

Re: [TYPO3-english] showpic.php problem realurl IE7

2009-03-17 Thread Xavier Perseguers
Hi, I think it is gone since 4.0 or so... He Dmitry, i added a rewrite rule to .htaccess and now i got it working. But it is still strainge showpic.php is still being used if this is obsolete. For anybody else.. This is the rewriterule: RewriteRule /typo3temp/pics/(.*)$

Re: [TYPO3-english] rgsmoothgallery

2009-03-17 Thread Henjo Hoeksma
On 2009-03-09 18:00:18 +0100, Simon Browning si...@stwdesign.com said: We're having an issue with rgsmoothgallery where if we use external thumbnails, and set: Advanced configuration:thumbHeight:55,thumbWidth:73, (as described on

Re: [TYPO3-english] Horizontal Menu with Horizontal submenus

2009-03-17 Thread Xavier Perseguers
Hi, The reason why I did that was because I wanted the submenus to appear somewhere else. Then your second-level menu should be configured as a first-level menu but with property entryLevel of the HMENU item set to 1. -- Xavier Perseguers http://xavier.perseguers.ch/en/tutorials/typo3.html

Re: [TYPO3-english] Mailer ruins my link

2009-03-17 Thread Gijs Epping
Jeppe Donslund schreef: Hi I did not use htmlspecialchars, should I? Well you could try :) ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] Mailer ruins my link

2009-03-17 Thread Jeppe Donslund
Hi I did not use htmlspecialchars, should I? If I change to utf-8 all danish charaters disappears. Jeppe Gijs Epping skrev: Jeppe Donslund schreef: I use the Mailer in TYPO3 4.2.6, but the link I create gets ruined. index.php?id=120tx_wmktwebshop_pi1[pointer]=0tx_wmktwebshop_pi1[aid]=103

[TYPO3-english] indexed_search: restricted view gives wrong message

2009-03-17 Thread Henjo Hoeksma
Hi List, I have this weird issue: when not logged in a user gets search results of restricted pages with the note that it is restricted content. All good! When I login and perform a search - the restricted message is shown on all results! ? I tried to inverse the show.forbiddenRecords with a

Re: [TYPO3-english] MVC extensions

2009-03-17 Thread Steffen Müller
Hi. On 17.03.2009 09:55 Feodor Rykhtik wrote: Thank You very much for the link, Steffen. I will analyse and do give a feedback to the project team. What I do if I am interested in the progress of a project is to follow the related RSS feed on forge:

Re: [TYPO3-english] Mailer ruins my link

2009-03-17 Thread Jeppe Donslund
Gijs Epping skrev: Jeppe Donslund schreef: Hi I did not use htmlspecialchars, should I? Well you could try :) It still ruins my link, and now I only gets code in the email. index.php?id 8tx_wmktwebshop_pi1[pointer]=amp;tx_wmktwebshop_pi1[aid]H I miss =11 between id and 8

Re: [TYPO3-english] Horizontal Menu with Horizontal submenus

2009-03-17 Thread Theo Kotey
Xavier Perseguers wrote: Hi, The reason why I did that was because I wanted the submenus to appear somewhere else. Then your second-level menu should be configured as a first-level menu but with property entryLevel of the HMENU item set to 1. Sorry I'm not quite what you mean. Please

Re: [TYPO3-english] [EXT:comments] multilanguage page

2009-03-17 Thread Simon Schick
Dmitry Dulepov dmi...@typo3.org schrieb im Newsbeitrag news:mailman.1.1237223775.2392.typo3-engl...@lists.netfielders.de... Hi! Simon Schick wrote: Ok ... I'm sorry ... I've changed the name to my real name. Can we solve the problem now ? - thanks. Use different storage folders for

Re: [TYPO3-english] Horizontal Menu with Horizontal submenus

2009-03-17 Thread Theo Kotey
StephenBungert wrote: Put all of 2 = TMENU 2 { wrap = div id=+page_id+ class=tabcontent | /div noBlur = 1 expAll = 1 NO = 1 NO { wrapItemAndSub = div id=+page_id+ class=tabcontent|/div } ACT = 2 #ACT .NO ACT {

Re: [TYPO3-english] Need to change at WEC template

2009-03-17 Thread Panagiotis Kontaxis
I thing that you should update the templavoila template record. Just click update mapping to your template in TemplaVoila Module and then click save and return. Then, clear all caches and you're ready. Panagiotis 2009/3/17 Ronald Wiplinger (Lists) ronald_li...@elmit.com I need to change some

Re: [TYPO3-english] MVC extensions

2009-03-17 Thread Feodor Rykhtik
If there somesimple examples of extensions for TYPO3 4.3 in backported MVC. Or everybody begins own works from scratch ? check out the blog example extension at http://forge.typo3.org/repositories/show/typo3v4-mvc There's also a a kickstarter. I don't know if this is already a stable base

Re: [TYPO3-english] Horizontal Menu with Horizontal submenus

2009-03-17 Thread Xavier Perseguers
Theo Kotey wrote: Xavier Perseguers wrote: Hi, The reason why I did that was because I wanted the submenus to appear somewhere else. Then your second-level menu should be configured as a first-level menu but with property entryLevel of the HMENU item set to 1. Sorry I'm not quite what

Re: [TYPO3-english] Mailer ruins my link

2009-03-17 Thread Jeppe Donslund
If I replaced = with #61; everything works. Jeppe Jeppe Donslund skrev: Gijs Epping skrev: Jeppe Donslund schreef: Hi I did not use htmlspecialchars, should I? Well you could try :) It still ruins my link, and now I only gets code in the email. index.php?id

Re: [TYPO3-english] Updated documentation

2009-03-17 Thread bernd wilke
Am Tue, 17 Mar 2009 09:14:32 +0100 schrieb Steen Rabøl: Thanks. Next dummy question - How do i install the documentation ? no installation. it is the (old) Open-Office-format, which is used for all manuals in TYPO3-extensions. Just Download and save. bernd --

[TYPO3-english] MnoGoSearch and access restrictions

2009-03-17 Thread Jigal van Hemert
As far as I know MnoGoSearch currently doesn't support indexing of pages/content which are restricted to certrain FE user groups. Are there any concrete plans on adding this feature? Regards, -- Jigal van Hemert. ___ TYPO3-english mailing list

[TYPO3-english] Multi-language: copied default content elements hidden by default?

2009-03-17 Thread Jigal van Hemert
Hi list, With multi-language pages (defLangBinding and sys_language_overlay activated) there is a button in the page module to copy the default content elements to another language. Is it possible to have these copied elements set to hidden by default? Otherwise the not yet translated elements

Re: [TYPO3-english] MnoGoSearch and access restrictions

2009-03-17 Thread Dmitry Dulepov
Hi! Jigal van Hemert wrote: As far as I know MnoGoSearch currently doesn't support indexing of pages/content which are restricted to certrain FE user groups. Are there any concrete plans on adding this feature? No. This is really large work. If any company is interested and wants to

[TYPO3-english] MnoGoSearch and access restrictions

2009-03-17 Thread Feodor Rykhtik
As far as I know MnoGoSearch currently doesn't support indexing of pages/content which are restricted to certrain FE user groups. Are there any concrete plans on adding this feature? It depends if TYPO3 manage cache par user / role, as some CMSs do. In these case it's possible to use htdb:/

[TYPO3-english] tt_news CATMENU

2009-03-17 Thread Patrik
How make to sort tt_news category records manually? Regards, Patrik ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

[TYPO3-english] t3lib sql_insert_id()

2009-03-17 Thread Marcel Remmy
Hey there, can somenone help me with this? In an extension I am developing, it's important to know which UID is used for the new inserted element (be_groups / be_users dependencies which are set automatically) So I tried to use this function t3lib_sqlengine::sql_insert_id() that should exactly

Re: [TYPO3-english] MnoGoSearch and access restrictions

2009-03-17 Thread Dmitry Dulepov
Hi! Feodor Rykhtik wrote: It depends if TYPO3 manage cache par user / role, as some CMSs do. In these case it's possible to use htdb:/ virtual URL scheme, like : Section body 1 256 Section title 2 256 HTDBDoc SELECT title, body FROM messages WHERE id='$1'

Re: [TYPO3-english] t3lib sql_insert_id()

2009-03-17 Thread Tomas Mrozek
$insertId = $GLOBALS['TYPO3_DB']-sql_insert_id(); Tomas Mrozek ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] t3lib sql_insert_id()

2009-03-17 Thread Dmitry Dulepov
Hi! Marcel Remmy wrote: In an extension I am developing, it's important to know which UID is used for the new inserted element (be_groups / be_users dependencies which are set automatically) If you insert data into any TYPO3 system table, you should NOT access the database directly. You

[TYPO3-english] sr_language_menu link separator

2009-03-17 Thread Iztok Kham
Hello! I have a site set up with two languages: Slovenian (default) and English. My language selector is very simple: it only displays links in upper right corner of page (like this: Slovenian English). What I want is to have it displayed with separator (like: Slovenian | English). Now, how do

[TYPO3-english] nc_ttnews_mostpopular: piVars[pointer] has to be 0

2009-03-17 Thread Steffen Gebert
Hi Dmitry (and everybody else who ever might have this problem), Imagine News: most popular is placed together with LIST view of tt_news on the same page. If you use a pagebrowser and show second/third/... page of tt_news' LIST, the mostpopular will also use this value and so display other

[TYPO3-english] *simple* workflow

2009-03-17 Thread Gregor Iseboegovitc
Hi all, I am in a search for a *simple* ( I mean simple to use for editors and non Typo3 Junkies ;-) ) workflow. I heared about the workspace concept. This may be a nice feature/concept but is far away from usability or easy using, may say it is imposible to use for part time T3 Editors.

Re: [TYPO3-english] nc_ttnews_mostpopular: piVars[pointer] has to be 0

2009-03-17 Thread Dmitry Dulepov
Hi! Steffen Gebert wrote: Maybe you could include this in your next round on this extension (if you still work on this NC extension). Update is on the way to TER. It was solved some time ago, just was not public. -- Dmitry Dulepov TYPO3 core team

Re: [TYPO3-english] nc_ttnews_mostpopular: piVars[pointer] has to be 0

2009-03-17 Thread Steffen Gebert
Dmitry Dulepov wrote: Update is on the way to TER. It was solved some time ago, just was not public. Great! What about my patch to only display news of the last X days? :) Steffen ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de

[TYPO3-english] encapsLines.encapsTagList problems...

2009-03-17 Thread Andrew Plank
Hi TS Experts! I have the following TS in a template in a folder I use to contain my newsletters: lib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines lib.parseFunc_RTE.nonTypoTagStdWrap.encapsLines.encapsTagList = div,p,h1,h2

[TYPO3-english] No Indexed search fields in Pagecontent

2009-03-17 Thread kestutis98
Hello, I have included Indexed search plugin into the page content area, but after I selected Indexed search plugin in a drop down box, like it is described here: http://typo3.org/documentation/document-library/extension-manuals/doc_indexed_search/2.10.0/view/1/2/#id3989269 no new selection

[TYPO3-english] Contagged - How to set default target for links

2009-03-17 Thread Prakash
Hi, I am trying to set the default target for the links generated by the definition type in contagged extension. I tried something this way: types { definition { typolink {

Re: [TYPO3-english] t3lib sql_insert_id()

2009-03-17 Thread Francisco Cifuentes
Hi everybody, You could try using this: *$GLOBALS['TYPO3_DB']-sql_insert_id(); * ** Regards, Francisco. Francisco A. Cifuentes Silva Ingeniero de Proyectos Instituto de Informática Educativa Universidad de la Frontera Temuco, Chile Tel: +56 45 325277 Fax: +56 45

[TYPO3-english] producing JSON objects and xml objects from FCEs

2009-03-17 Thread Paul Bucalo
Has anyone successfully output JSON as an alternative template (just like alt_print is type=98, JSON may be type=999)? I have successfully implemented several different xml templates, but the main problem I have is with FCEs: When a content element is nested inside an FCE, it doesn't show on the

Re: [TYPO3-english] MnoGoSearch and access restrictions

2009-03-17 Thread Feodor Rykhtik
It is good in theory. But it is not good when it comes to indexing TYPO3 pages, which can have complex layout, conditions, hidden elements, etc. Ok. In this case we could implement a hook / XCLASS into the core to make simulation of FE_USER of choosen groups after analyse of HTTP header of

Re: [TYPO3-english] MnoGoSearch and access restrictions

2009-03-17 Thread Jigal van Hemert
Hi Dmitry, Jigal van Hemert wrote: As far as I know MnoGoSearch currently doesn't support indexing of pages/content which are restricted to certrain FE user groups. Are there any concrete plans on adding this feature? No. This is really large work. If any company is interested and wants to

[TYPO3-english] Using sessions in external PHP-Scripts

2009-03-17 Thread Jean-Bernard Valentaten
Hi All, I'm currently debugging an external PHP-Script that is linked in via TypoScript in Pagetemplate: subparts.INHALT= PHP_SCRIPT_EXT subparts.INHALT { file = fileadmin/myscript.php } The script sends/receives GET-Params and is supposed to store them in a session so that they can be

[TYPO3-english] Multible sites in TYPO3

2009-03-17 Thread Jesper Goos
Hi I have a TYPO3 installation with currently 3 sites for one customer. This customer now wants additional sites (3-5), and I am not sure if the new sites should be implemented in the same installation of TYPO3. I have absolutely no problems with the 3 sites, but would like some feedback on

[TYPO3-english] cooluri-import static data link_cache link_old_links

2009-03-17 Thread Rupali
Hallo list, Ich have used cooluri before also, and it worked always fine. but this time i am having problem with importing static data link_cache and link_oldlinks. Somehow they are not imported while installing the extension. then from Install Tool- Database Analyser- Import , i tried to import

Re: [TYPO3-english] Using sessions in external PHP-Scripts

2009-03-17 Thread Jean-Bernard Valentaten
Just in case someone might have the same difficulties I had, I found a solution to the Problem in the typo3.dev newsgroup. Here's the quote with special thanks to Martin Holz: [snip] This behavior is caused by the session fixation code as you have correctly identified. The session id only

[TYPO3-english] Securing RTE

2009-03-17 Thread Elijah Alcantara
Hi, I have a site with many users that use rte, tinymce. I've disabled the 'disable rte' checkbox but sometimes it worries me that tinymce doesn't appear in some occasion... it must be a bug or I dunno.. now when this happens the users are stuck with editing html, which is bad since not only

Re: [TYPO3-english] Multible sites in TYPO3

2009-03-17 Thread Feodor Rykhtik
( Better : MultiPle sites in TYPO3 ) This customer now wants additional sites (3-5), and I am not sure if the new sites should be implemented in the same installation of TYPO3. To put all together is more easy - because You have all in one installation - and You don't need to reconfigure all

Re: [TYPO3-english] sr_language_menu link separator

2009-03-17 Thread Andreas Burg
Iztok, you don't need an extension. This is all you need: lib.langmenu = HMENU lib.langmenu { special = language #your lang IDs special.value = 0,9 1 = TMENU 1.NO = 1 1.NO { stdWrap.htmlSpecialChars = 1 allWrap = |nbsp;||| ATagTitle = Show english version ||

Re: [TYPO3-english] Horizontal Menu with Horizontal submenus

2009-03-17 Thread Andreas Burg
Hello, or use doNotShowLink on first level. Delete the line ACT = 2. 1. this is wrong, 2. if you got the active state NO = 1 and copy this to ACT ACT .NO, then the active state of ACT is alrady set. Or set ACT = 1, if you do not copy NO to ACT. -- Andreas Mailing list rules guidelines

Re: [TYPO3-english] CoolUri + localized page path

2009-03-17 Thread Joe Berger
Hi Jan, thanks again for your hints. In my root template I've written # Konfiguration der Sprachen ### #Standardsprache Deutsch UID =0 config.linkVars = L config.uniqueLinkVars = 1 config.sys_language_uid = 0 config.language = de

Re: [TYPO3-english] Multiple sites in TYPO3

2009-03-17 Thread Xavier Perseguers
Hi, I have a TYPO3 installation with currently 3 sites for one customer. This customer now wants additional sites (3-5), and I am not sure if the new sites should be implemented in the same installation of TYPO3. I have absolutely no problems with the 3 sites, but would like some feedback

[TYPO3-english] Management of high number of groups with a few roles

2009-03-17 Thread Xavier Perseguers
Hi, Does someone already experienced having to manage high number of groups (let's say you have 50+ non-overlapping sections in your website) that should be assignable to 50+ groups and for each of these sections, you have let's say 3 roles (read-only, editor, publisher). The problem I see

Re: [TYPO3-english] Multible sites in TYPO3

2009-03-17 Thread Derek Harkness
We have 50 to 100 different sites in our T3 installation with no problems. We've taken to dividing along functional boundaries. University content is in the main installation, student are in a second, and hosted sites are in a third. Derek Harkness Data Security Analysts Senior Information

Re: [TYPO3-english] Management of high number of groups with a few roles

2009-03-17 Thread Steffen Gebert
Xavier Perseguers wrote: Does someone already experienced having to manage high number of groups (let's say you have 50+ non-overlapping sections in your website) that should be assignable to 50+ groups and for each of these sections, you have let's say 3 roles (read-only, editor, publisher).

Re: [TYPO3-english] Management of high number of groups with a few roles

2009-03-17 Thread Xavier Perseguers
Hi Steffen, Steffen Gebert wrote: Xavier Perseguers wrote: Does someone already experienced having to manage high number of groups (let's say you have 50+ non-overlapping sections in your website) that should be assignable to 50+ groups and for each of these sections, you have let's say 3

Re: [TYPO3-english] Multible sites in TYPO3

2009-03-17 Thread Jesper Goos
Jesper Goos jes...@goos.dk wrote in message news:mailman.1.1237303331.30440.typo3-engl...@lists.netfielders.de... Hi I have a TYPO3 installation with currently 3 sites for one customer. This customer now wants additional sites (3-5), and I am not sure if the new sites should be implemented

Re: [TYPO3-english] MnoGoSearch and access restrictions

2009-03-17 Thread Dmitry Dulepov
Hi! Feodor Rykhtik wrote: Ok. In this case we could implement a hook / XCLASS into the core to make simulation of FE_USER of choosen groups after analyse of HTTP header of request passed by mnogoSearch indexer. This will work for a single FE user only. But if there is more than one user or

Re: [TYPO3-english] MnoGoSearch and access restrictions

2009-03-17 Thread Dmitry Dulepov
Hi! Jigal van Hemert wrote: Can you indicate the order of magnitude for the amount needed? If you want you can send the reply to me personally. (I'm not going to offer you the contents of my bank account, but maybe a couple of companies together can do the sponsoring...) Let me think for a

Re: [TYPO3-english] nc_ttnews_mostpopular: piVars[pointer] has to be 0

2009-03-17 Thread Dmitry Dulepov
Hi! Steffen Gebert wrote: What about my patch to only display news of the last X days? :) Erm... I do not remember that patch. I am a bit overloaded with information from various sources :) Currently this extension shows only a cumulative number. It increases the counter each time when user

Re: [TYPO3-english] Management of high number of groups with a few roles

2009-03-17 Thread Christopher Torgalson
Hi Xavier, 2009/3/17 Xavier Perseguers ty...@perseguers.ch: Hi, Does someone already experienced having to manage high number of groups (let's say you have 50+ non-overlapping sections in your website) that should be assignable to 50+ groups and for each of these sections, you have let's

Re: [TYPO3-english] CoolUri + localized page path

2009-03-17 Thread Jan Bednarik
Now the links are translated but not the page. When I write [globalVar = GP:L = 1] everywhere the page is translated but not the links. I'm now sure that's not a CoolUri problem because I got the same behaviour without the extension (index.php?id=465L=0 and index.php?id=465L=2). Have a look

Re: [TYPO3-english] cooluri-import static data link_cache link_old_links

2009-03-17 Thread Jan Bednarik
Hi, Can anybody suggest me what i should do to make it? you should input the table definitions directly to your database admin (e.g. phpMyAdmin) and see if it gives you any error. If not, tables will be created this way. -- Jan Bednarik www.bednarik.org - web about Typo3 in czech

Re: [TYPO3-english] CoolUri + localized page path

2009-03-17 Thread Joe Berger
Hi Jan, in the table 'pages_langugage_overlay' the row 'sys_language_uid' is always 2 in the table 'tt_content' the row 'sys_language_uid' is 0 or 2. Kind regards Joe Jan Bednariki...@bednarik.org schrieb am 17.03.2009 um 21:54: Now the links are translated but not the page. When I write

Re: [TYPO3-english] CoolUri + localized page path

2009-03-17 Thread Jan Bednarik
Hey, in the table 'pages_langugage_overlay' the row 'sys_language_uid' is always 2 in the table 'tt_content' the row 'sys_language_uid' is 0 or 2. that sounds correct L=2 should show English translations. How about some forgotten template that overrides the correct values? I really can't

Re: [TYPO3-english] Management of high number of groups with a few roles

2009-03-17 Thread Xavier Perseguers
Hi Christopher, I don't have a TYPO3 instance handy to test this, so I might be wrong, but… Would something like this work? 50 groups, 1 per section with the appropriate db and file mounts, and no edit access Yes 1 group for editors with access to appropriate tables, fields, no db or

[TYPO3-english] Parse the description field

2009-03-17 Thread Anders Kongsted
Hi, How can I send the text from the field description through the parsing function to encode and spam-protect an email-address? (I know how to set up spam-protection) :) I tried the following code: after.parseFunc = lib.parseFunc_RTE The complete menu-code where I need the code.

Re: [TYPO3-english] showpic.php problem realurl IE7

2009-03-17 Thread Jan Bednarik
Hi, When i look a the image property's in IE7 i get the following url back: http://.bla.com/extrapage/typo3temp/pics/ff3a5472c0.png In firefox this is: http://.bla.com/typo3temp/pics/ff3a5472c0.png I had the exact same problem and the reason was missing slash at the end of

Re: [TYPO3-english] Management of high number of groups with a few roles

2009-03-17 Thread Christopher Torgalson
Hi, On Tue, Mar 17, 2009 at 2:48 PM, Xavier Perseguers ty...@perseguers.ch wrote: Hi Christopher, I don't have a TYPO3 instance handy to test this, so I might be wrong, but… Would something like this work? 50 groups, 1 per section with the appropriate db and file mounts, and no edit

Re: [TYPO3-english] CoolUri + localized page path

2009-03-17 Thread Joe Berger
Jan, I've got it. This was the reason: [globalVar = GP:L = 1] plugin.tt_news.displaySingle.author_stdWrap.wrap = p class=news-single-author(by:|)/p [global] I don't know why. Thanks for your support. Joe Jan Bednariki...@bednarik.org schrieb am 17.03.2009 um 22:38: Hey, in the

Re: [TYPO3-english] GMENU height and linebreak problem

2009-03-17 Thread Michael Christensen
Michael Christensen skrev: Hi list! I have made a drop down GMENU, and everythig works perfectly, except the fact, that since i have the xy-proterty of the images set to 150,[10.h]+10 the images and hence buttons are larger, when writing words with the letters g or j, since they go under

Re: [TYPO3-english] GMENU height and linebreak problem

2009-03-17 Thread Andreas Burg
Michael, Gerhard Obermayer in the German newsgroup has had the same problem some days ago. He also has got no answer. I have an idea. Maybe you can create a TEXT object with a fixed value 99 = TEXT 99.text = gjGJ Take the height from that object to creat the height of the image.