<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<atom:link href="http://fbb.just4test.de/extern.php?action=feed&amp;tid=3483&amp;type=rss" rel="self" type="application/rss+xml" />
		<title><![CDATA[Informationen für CMS/made simple / [GELÖST] Mobile detection]]></title>
		<link>http://www.cmsmadesimple.de/forum/viewtopic.php?id=3483</link>
		<description><![CDATA[Die aktuellsten Beiträge in [GELÖST] Mobile detection.]]></description>
		<lastBuildDate>Thu, 07 Nov 2013 16:25:30 +0000</lastBuildDate>
		<generator>FluxBB</generator>
		<item>
			<title><![CDATA[Re: [GELÖST] Mobile detection]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=28486#p28486</link>
			<description><![CDATA[<p>ah, jetzt funktioniert es - vielen Dank nochmal.</p>]]></description>
			<author><![CDATA[dummy@example.com (noober)]]></author>
			<pubDate>Thu, 07 Nov 2013 16:25:30 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=28486#p28486</guid>
		</item>
		<item>
			<title><![CDATA[Re: [GELÖST] Mobile detection]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=28484#p28484</link>
			<description><![CDATA[<p>Du kannst Tablets explizit abfragen:</p><p>{if $smarty.get.useDesktop == &quot;1&quot; or $smarty.session.useDesktop == &quot;1&quot;} {*do nothing*}<br />{elseif ($tbmobile-&gt;isMobile() <span style="color: red">and !$tbmobile-&gt;isTablet()</span>)} {redirect_page page=&quot;startseite&quot;}<br />{/if}</p>]]></description>
			<author><![CDATA[dummy@example.com (nockenfell)]]></author>
			<pubDate>Thu, 07 Nov 2013 16:05:56 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=28484#p28484</guid>
		</item>
		<item>
			<title><![CDATA[Re: [GELÖST] Mobile detection]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=28483#p28483</link>
			<description><![CDATA[<p>Ich habe die Methode von Janl (<a href="http://forum.cmsmadesimple.de/viewtopic.php?id=3445" rel="nofollow">http://forum.cmsmadesimple.de/viewtopic.php?id=3445</a>) auf einer Seite eingebaut, wie schon in einem anderen Thread diskutiert funktioniert die Device Auswahl nur bedingt.</p><p>Auf Tablets wird die mobile Version der Seite angezeigt, es soll aber die desktop Version gezeigt werden. </p><p>Kann mir wer helfen?</p><br /><p>...................... Template Desktop Startseite .............<br />&lt;head&gt;<br />{if $smarty.get.useDesktop == &quot;1&quot; or $smarty.session.useDesktop == &quot;1&quot;} {*do nothing*}<br />{elseif ($tbmobile-&gt;isMobile())} {redirect_page page=&quot;startseite&quot;}<br />{/if}</p><p>...</p><p>{literal}<br />&lt;script type=&quot;text/javascript&quot;&gt;<br />&lt;!--<br />$(document).ready(function(){ if($(window).width() &lt; 768){ window.location.href = &quot;<a href="http://www.name-der-seite.de/mobile/startseite" rel="nofollow">http://www.name-der-seite.de/mobile/startseite</a>&quot; } });<br />//--&gt;<br />&lt;/script&gt;<br />{/literal}</p><p>&lt;/head&gt;</p><p>...................... Template mobile Seite .............</p><p>&lt;head&gt;<br />{tbSessionSet name=&quot;useDesktop&quot; value=&quot;1&quot;}<br />...<br />&lt;/head&gt;</p>]]></description>
			<author><![CDATA[dummy@example.com (noober)]]></author>
			<pubDate>Thu, 07 Nov 2013 15:35:32 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=28483#p28483</guid>
		</item>
		<item>
			<title><![CDATA[Re: [GELÖST] Mobile detection]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=27904#p27904</link>
			<description><![CDATA[<p>ja, so soll es sein, die mobile Seite mit eigenen Templates und Stylesheets ... werde es die Tage mal ausprobieren.&#160; Vielen Dank schon mal.</p>]]></description>
			<author><![CDATA[dummy@example.com (noober)]]></author>
			<pubDate>Fri, 27 Sep 2013 00:00:42 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=27904#p27904</guid>
		</item>
		<item>
			<title><![CDATA[Re: [GELÖST] Mobile detection]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=27877#p27877</link>
			<description><![CDATA[<p>Eine Umsetzung in dieser Richtung?<br /><a href="http://forum.cmsmadesimple.de/viewtopic.php?id=3445" rel="nofollow">http://forum.cmsmadesimple.de/viewtopic.php?id=3445</a></p>]]></description>
			<author><![CDATA[dummy@example.com (nockenfell)]]></author>
			<pubDate>Wed, 25 Sep 2013 11:09:14 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=27877#p27877</guid>
		</item>
		<item>
			<title><![CDATA[[GELÖST] Mobile detection]]></title>
			<link>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=27876#p27876</link>
			<description><![CDATA[<p>Hallo,</p><p>ich baue eine Seite mit einer extra mobilen Version (Template, Stylesheets) die über &quot;RewriteCond %{HTTP_USER_AGENT}...&quot; angesteuert wird. Dass funktioniert soweit auch. </p><p>Das Problem ist dass zB auf einem Nexus 7 Tablet die mobile Version gezeigt anstatt die Desktop Variante ... </p><p>was kann ich da tun ... oder ist inzwischen diese Detection Lösung nicht mehr optimal (ca. 1 Jahr alt). </p><p>Auf die Lösung <a href="http://detectmobilebrowsers.mobi" rel="nofollow">http://detectmobilebrowsers.mobi</a>/ möchte ich nicht zurückgreifen weil ich wiederkehrende Zahlungen für mehrer Seiten über die Jahre vermeiden möchte.</p><p>Wer hat hier ein paar Tips?</p>]]></description>
			<author><![CDATA[dummy@example.com (noober)]]></author>
			<pubDate>Wed, 25 Sep 2013 10:56:57 +0000</pubDate>
			<guid>http://www.cmsmadesimple.de/forum/viewtopic.php?pid=27876#p27876</guid>
		</item>
	</channel>
</rss>
