[TYPO3-english] TYPO3 mobile webpages, WURFL

2009-03-31 Thread Victor Livakovsky
Hi, list. I'm trying to create separate view for 'normal' web-browsers and mobile browsers for the same web. I'm following this manual, which uses WURFL extension: http://mobiforge.com/developing/story/mobile-websites-with-typo3-cms-and-wurfl Everything works fine, except this condition: [userF

Re: [TYPO3-english] TYPO3 mobile webpages, WURFL

2009-03-31 Thread Dmitry Dulepov
Hi! Victor Livakovsky wrote: > It normally works for FF3 too! So, mobile content is shown in it... I > understand, that it's not a TYPO3 and not this extension issue. But, > maybe, someone has an experience in developing mobile web-pages with > TYPO3 and can give me some hint? I did that for www.

Re: [TYPO3-english] TYPO3 mobile webpages, WURFL

2009-03-31 Thread maaboo
It will be great! I want to create mobile verstion too. And don't know what is the best practice. 2009/3/31 Dmitry Dulepov : > Hi! > > Victor Livakovsky wrote: >> It normally works for FF3 too! So, mobile content is shown in it... I >> understand, that it's not a TYPO3 and not this extension issue

Re: [TYPO3-english] TYPO3 mobile webpages, WURFL

2009-03-31 Thread Victor Livakovsky
Thank you, Dmitry, for reply! > I do not use WURFL because it is slow. I use a regular expression to > detect mobile user agents and change TemplaVoila template to a > special child template (similar to a "print" template). > > The topic is quite large to describe in the mailing list. I may have >

Re: [TYPO3-english] TYPO3 mobile webpages, WURFL

2009-03-31 Thread Dmitry Dulepov
Hi! Victor Livakovsky wrote: > As far as I can see, at least two people want it :) > Thank you again! Will wait for your article. Ok, so it is Friday or Saturday. I hope it is ok. I'll be very busy before that... -- Dmitry Dulepov Skype: liels_bugs In the blog: http://dmitry-dulepov.com/artic

Re: [TYPO3-english] TYPO3 mobile webpages, WURFL

2009-03-31 Thread Victor Livakovsky
Dmitry Dulepov wrote: > Victor Livakovsky wrote: > >> As far as I can see, at least two people want it :) >> Thank you again! Will wait for your article. >> > > Ok, so it is Friday or Saturday. I hope it is ok. I'll be very busy before > that.. Thank you again for this :)

Re: [TYPO3-english] TYPO3 mobile webpages, WURFL

2009-03-31 Thread Katja Lampela
Victor Livakovsky kirjoitti: > Thank you, Dmitry, for reply! > >> I do not use WURFL because it is slow. I use a regular expression to >> detect mobile user agents and change TemplaVoila template to a >> special child template (similar to a "print" template). >> >> The topic is quite large to desc

Re: [TYPO3-english] TYPO3 mobile webpages, WURFL

2009-03-31 Thread Dmitry Dulepov
Hi! Katja Lampela wrote: > I'm sure there are many of us who really appreciate this article! :) Katja, for you - always a pleasure! :) -- Dmitry Dulepov Skype: liels_bugs In the blog: http://dmitry-dulepov.com/article/automatic-realurl-configuration-howto.html _

Re: [TYPO3-english] TYPO3 mobile webpages, WURFL

2009-04-02 Thread Katja Lampela
hi, Dmitry Dulepov kirjoitti: > Hi! > > Katja Lampela wrote: > >> I'm sure there are many of us who really appreciate this article! :) >> > > Katja, for you - always a pleasure! :) > > Dmitry now you made me blush here! ;) ___ TYPO3-english mai

Re: [TYPO3-english] TYPO3 mobile webpages, WURFL

2009-04-02 Thread Rik Willems
Hi Dmitry, This looks like a very interesting subject for many. Please do publish something about it! I'm looking forward to it. Cheers! Rik Dmitry Dulepov schreef: > Hi! > > Victor Livakovsky wrote: >> It normally works for FF3 too! So, mobile content is shown in it... I >> understand, that

Re: [TYPO3-english] TYPO3 mobile webpages, WURFL

2009-04-03 Thread Dmitry Dulepov
Hi! Victor Livakovsky wrote: > As far as I can see, at least two people want it :) > Thank you again! Will wait for your article. Here it is: http://dmitry-dulepov.com/article/creating-a-mobile-version-of-a-web-site.html It is long. -- Dmitry Dulepov My TYPO3 blog: http://dmitry-dulepov.com/a

Re: [TYPO3-english] TYPO3 mobile webpages, WURFL

2009-04-03 Thread Victor Livakovsky
Dmitry Dulepov wrote: > Hi! > > Victor Livakovsky wrote: > >> As far as I can see, at least two people want it :) >> Thank you again! Will wait for your article. >> > > Here it is: > http://dmitry-dulepov.com/article/creating-a-mobile-version-of-a-web-site.html > > It is long. Great! Thank

Re: [TYPO3-english] TYPO3 mobile webpages, WURFL

2009-04-03 Thread Andreas Burg
Thank you Dmitry, bookmarked for later use. -- Andreas ___ TYPO3-english mailing list TYPO3-english@lists.netfielders.de http://lists.netfielders.de/cgi-bin/mailman/listinfo/typo3-english

Re: [TYPO3-english] TYPO3 mobile webpages, WURFL

2009-04-09 Thread Victor Livakovsky
Hi, Dmitry. > Here it is: > http://dmitry-dulepov.com/article/creating-a-mobile-version-of-a-web-site.html I've followed your manual, but somehow can't see a content of mobile pages. And I can't understand, where am I wrong... Here are my steps: 1. Created separate HTML/CSS template for mobile p

Re: [TYPO3-english] TYPO3 mobile webpages, WURFL

2009-04-09 Thread Dmitry Dulepov
Hi! Victor Livakovsky wrote: > Where an I wrong? Maybe, I forgot something? One thing that I forgot in the article is including the userfunc file. This should be done in typo3conf/localconf.php. includeLibs in TS will not work. -- Dmitry Dulepov In TYPO3 blog: http://dmitry-dulepov.com/articl

Re: [TYPO3-english] TYPO3 mobile webpages, WURFL

2009-04-10 Thread Victor Livakovsky
Hi, Dmitry. > Hi! > > Victor Livakovsky wrote: > >> Where an I wrong? Maybe, I forgot something? >> > > One thing that I forgot in the article is including the userfunc file. This > should be done in typo3conf/localconf.php. includeLibs in TS will not work Thank you for your responce. I'

Re: [TYPO3-english] TYPO3 mobile webpages, WURFL

2009-04-10 Thread Dmitry Dulepov
Hi! Victor Livakovsky wrote: > 4. Created new TO with "Mobile version" type of rendering. (by the way, > when I look at this TO at TV module it's filed "Render Type:" contain > nothing, but when I edit it "Mobile version" is presented at drop-down > menu) This is a bit suspicious. > I also tried

Re: [TYPO3-english] TYPO3 mobile webpages, WURFL

2009-04-10 Thread Victor Livakovsky
Hi, Dmitry. >> I also tried to comment the condition [userFunc = user_isMobile] - so, >> the mobile template should be applied at 'normal' browser, but nothing >> happened. >> > > How does your page declaration look like? > > page = PAGE > page.10 ..<- what is here Here is the

Re: [TYPO3-english] TYPO3 mobile webpages, WURFL

2009-04-10 Thread Dmitry Dulepov
Hi! Victor Livakovsky wrote: > page.10 < plugin.tx_templavoila_pi1 > page.10.userFunc = tx_templavoila_pi1->main_page That should work. > Also tried this: > page.10 = USER > page.10.userFunc = tx_templavoila_pi1->main_page This will not. What phone do you try? -- Dmitry Dulepov In TYPO3 blog

Re: [TYPO3-english] TYPO3 mobile webpages, WURFL

2009-04-10 Thread Victor Livakovsky
Aha! I've trued the same at other web. And it perfectly works! So, it's not a problem of your manual. I'll make a research and write in this thread, what's wrong, if I find it :) Thank you for support! :) >> Also tried this: >> page.10 = USER >> page.10.userFunc = tx_templavoila_pi1->main_page >>