Re: [TYPO3-english] Wrapping

2011-04-29 Thread Tobias Liegl
You have to add "expAll = 1" to your TS. MENU = HMENU MENU { entryLevel = 0 # First level 1 = TMENU 1 { expAll = 1 wrap = More info about TMENU can be found here: http://typo3.org/documentation/document-library/core-documentation/doc_core_tsref/4.3.2/view/1/9/#id2533454 Tobi

Re: [TYPO3-english] Wrapping

2011-04-29 Thread Salman Javaid
*Hello Tomas,* Thank you very much for your kind help. The code you have given is working but it only works when i go to for example about us page. If i go to home page or contact page then drop down does not work. here is the link http://www.wheelsandtools.be I want to populate drop down on eve

[TYPO3-english] Re: [TYPO3] sr_feuser_register auto-login NOT working

2011-04-29 Thread Pieter Geurts - Aleto
Hello, For the people who are still using kd_md5fepw in combination with sr_feuser_register and still have this problem. This is the solution: Disable in class.tx_srfeuserregister_controldata.php r112: $this->conf['enableAutoLoginOnConfirmation'] = FALSE; Add in class.tx_srfeuserregister_set

Re: [TYPO3-english] Wrapping

2011-04-29 Thread Tomas Mrozek
> The problem is, if sub menu exists then should not be closed and > next should be started. Well, that's why you are using "wrapItemAndSub" property, isn't it? It wraps the item plus any submenus. However, you have made few mistakes in the setup. Try this: MENU = HMENU MENU { entryLevel = 0

Re: [TYPO3-english] RealURL redirect on multidomain site

2011-04-29 Thread Thorsten Kahler [dkd]
Hi Vladimir, Vladimir Kubak schrieb am 29.04.11 09:20: > Hi, > we have multidomain site. When on some domain I have a menu from other > domain and that menu contains a page of type External URL, clicking to > that link in FE doesn't work properly. Instead of redirecting to given > external URL

Re: [TYPO3-english] Wrapping

2011-04-29 Thread Salman Javaid
*Hello Tomas,* Thank you for your reply. I am trying to set levels in a drop down javascript menu. The problem is, if sub menu exists then should not be closed and next should be started. *The TYPO Script is below:* MENU = HMENU MENU{ entryLevel = 0 1 = TMENU 1.wrap = | 1{

Re: [TYPO3-english] Wrapping

2011-04-29 Thread Tomas Mrozek
You mean how the below given HTML code using HMENU? If yes, what exactly are you struggling with? Tomas Mrozek ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] Make a block without using templavoila

2011-04-29 Thread Tomas Mrozek
> For example we have LEFT NORMAL RIGHT. but i have a banner too. I want to > insert different image for every page in the banner. Is this possible? Yes, it's possible with backend layouts introduced in TYPO3 4.5. Tomas Mrozek ___ TYPO3-english mailing

[TYPO3-english] Wrapping

2011-04-29 Thread Salman Javaid
*Hello All,* Can anybody tell me, how can i wrap below given menu html? Home About Us Company Quality Contact * Thanks in advance, Salman* ___ TYPO3-english mailing list TYPO3-english@lists

[TYPO3-english] Make a block without using templavoila

2011-04-29 Thread Salman Javaid
*Hello Guys,* Good day to all. Is there a way to make an extra editable block without using templavoila? For example we have LEFT NORMAL RIGHT. but i have a banner too. I want to insert different image for every page in the banner. Is this possible? *Thanks in advance Salman* ___

Re: [TYPO3-english] How to Check userFunc Condition

2011-04-29 Thread Søren Malling
Hi Sovandy, did you include your PHP files that contains the method you are executing? includeLibs.ml_geoip = EXT:ml_geoip/./file.php That should help you :) Regards, Søren Malling TYPO3 Brugergruppe Danmark: www.typo3danmark.dk Twitter: twitter.com/sorenmalling On Fri, Apr 29, 2011 at

[TYPO3-english] How to Check userFunc Condition

2011-04-29 Thread sovandy chin
Dear all, I'm using userFunc with ml_geoip extension. What I want is to detect country. If the user accessing my page from country A, it will return true or false otherwise. Then I need to check [userFunc method()]. If it's true, I will do something. The problem is it always return false into

[TYPO3-english] How to check userFunc Condition

2011-04-29 Thread sovandy chin
Dear all, I'm using userFunc with ml_geoip extension. What I want is to detect country. If the user accessing my page from country A, it will return true or false otherwise. Then I need to check [userFunc method()]. If it's true, I will do something. The problem is it always return false into

[TYPO3-english] [TYPO3-dev] It's the TYPO3 BugDay today

2011-04-29 Thread Oliver Hader
Hey everybody, today it's the TYPO3 BugDay of April 2011 and you're invited to join us on IRC, do some reviews, fix some bugs, get feedback from Core Team Members on issues and general Git/Gerrit questions. Details: http://news.typo3.org/news/article/next-bug-day-april-29/ http://news.typo3.org/n

[TYPO3-english] Localization EXT: Trados + multi-tree

2011-04-29 Thread Tomas Mrozek
I'm looking for an extension that would be able to export/import content in XML format suitable for translation in Trados. I've found 2 extensions (t3_locmanager and apparently newer l10nmgr) that export the content fine. However, here comes the catch: they seem to support single-tree (one page tr

[TYPO3-english] TYPO3 4.5.x, tt_news, generic marker, cache problem

2011-04-29 Thread Tobias Pinnekamp
Hi all, I have a really annoying problem which cost me hours to debug with no useful solution. Running components: - TYPO3 4.5.2 - tt_news 3.0.1 I want to display a list of news records on a page. Works perfectly as usual. Now i want to use a generic marker. plugin.tt_news { generi

Re: [TYPO3-english] Swipe slide content in typo3

2011-04-29 Thread Björn Pedersen
Am 29.04.2011 09:25, schrieb Micha Okkerman: > Hi, > I want to create a swipe/slide thingy for content in my typo3 site. Is this > even possible since the content has to be loaded dynamically? > All help is welcome. > > Kind regards, > Micha Hi, There are some extension doing that. The content c

[TYPO3-english] Swipe slide content in typo3

2011-04-29 Thread Micha Okkerman
Hi, I want to create a swipe/slide thingy for content in my typo3 site. Is this even possible since the content has to be loaded dynamically? All help is welcome. Kind regards, Micha ___ TYPO3-english mailing list TYPO3-english@lists.typo3.org http://lis

[TYPO3-english] RealURL redirect on multidomain site

2011-04-29 Thread Vladimir Kubak
Hi, we have multidomain site. When on some domain I have a menu from other domain and that menu contains a page of type External URL, clicking to that link in FE doesn't work properly. Instead of redirecting to given external URL it shows this External URL type page as if it was standard TYPO3