<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Module: Automatic Mobile Template</title>
        <description>This module lets you pick a template to have automatically enabled when a mobile device is detected. You can select the template to use and you can enter the user agent keywords to look for to enable the template. There is a new [url=http://www.phorum.org/phorum5/read.php?63,147913]Mobile Template[/url] that works with this module. Feel free to make your own.

This module is running here at Phorum.org.

[code]
Changelog:
----------

2015-09-11 v1.0.3 Oliver Riesen 
- README added.
- Fixed PHP Notice, Undefined index: HTTP_USER_AGENT.
- German language files added.

2011-09-07 v1.0.2 Bruno Tournay
- use Phorum API method phorum_switch_template()
- translation strings are now used only with mobile template
- the list of pages supported by the template is defined by the template itself
  (by optional &quot;supported_pages&quot; parameter in settings.tpl). &quot;file&quot; and
  &quot;redirect&quot; are always supported implicitly. Example:
  {DEFINE supported_pages &quot;index,list,read,post,login,search,pm&quot;}

2010-03-28 v1.0.1 Thomas Seifert
- added the file page to the allowed pages and category, version fields to
  info.txt

2010-02-27 v1.0.0
- initial release by Brian Moon
[/code]</description>
        <link>https://www.phorum.org/support/read.php?62,147914,147914#msg-147914</link>
        <lastBuildDate>Sun, 13 Sep 2026 15:27:08 -0500</lastBuildDate>
        <generator>Phorum 6.0.4</generator>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,147914,156052#msg-156052</guid>
            <title>Re: Module: Automatic Mobile Template</title>
            <link>https://www.phorum.org/support/read.php?62,147914,156052#msg-156052</link>
            <description><![CDATA[ <pre class="bbcode">
2015-09-11 v1.0.3 Oliver Riesen &lt;oliver@riesen.org&gt;
- README added.
- Fixed PHP Notice, Undefined index: HTTP_USER_AGENT.
- German language files added.
</pre>]]></description>
            <dc:creator>Oliver Riesen-Mallmann</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Fri, 11 Sep 2015 03:48:19 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,147914,153492#msg-153492</guid>
            <title>Re: Module: Automatic Mobile Template</title>
            <link>https://www.phorum.org/support/read.php?62,147914,153492#msg-153492</link>
            <description><![CDATA[ No, that module doesn&#039;t allow switching back to another template. It sets the template fixed based on the user agent.<br />
<br />
Currently the common way for making a mobile accessible version of a website is to create a responsive design which switches the layout based on the dimensions of the user screen. This doesn&#039;t allow loading different stuff though  so that the traffic needed to be loaded is always the same.<br />
<br />
See the first post or the row above for the 1.0.2 version from another user.]]></description>
            <dc:creator>Thomas Seifert</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Mon, 25 Mar 2013 05:37:51 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,147914,153491#msg-153491</guid>
            <title>Re: Module: Automatic Mobile Template</title>
            <link>https://www.phorum.org/support/read.php?62,147914,153491#msg-153491</link>
            <description><![CDATA[ Hello,<br />
<br />
Thanks for this module, and also for the mobile template.<br />
I have several questions about them.<br />
<br />
Is there a way to allow visitors to switch back to the standard template? When I put the mobile template and the automatic mobile template in my forum, some users were very happy, some told me they prefer the classic template.<br />
So it would be nice to let people choose :)<br />
<br />
I am just starting with producing a mobile version of my web site, so this question might be stupid, but... is such a module the good way to provide a mobile compatible version of a web site? Shouldn&#039;t we just add a mobile CSS? I read this page (http://perishablepress.com/the-5-minute-css-mobile-makeover/) which says that adding a &quot;handheld&quot; css to the &quot;screen&quot; one just does the job. But this page is quite old (2009), so it may be outdated.<br />
Also, it does not fix answer the first question above (allo users to choose).<br />
<br />
I installed this mobile in version 1.0.2, but the Phorum admin tells me a newer version 1.0.1 exists:<br />
<pre class="bbcode">
Automatic Mobile Template (version 1.0.2) - Upgrade Available (1.0.1)</pre>
What did I do wrong?<br />
<br />
When I tried this module, several people tried to post a message in the forum, but were refused because detected as robot.]]></description>
            <dc:creator>cactux</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Sun, 24 Mar 2013 03:47:12 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,147914,149566#msg-149566</guid>
            <title>Re: Module: Automatic Mobile Template</title>
            <link>https://www.phorum.org/support/read.php?62,147914,149566#msg-149566</link>
            <description><![CDATA[ It works perfectly. Wonderful job. Finally I can utilize again this module. Thank you very much for having these changes available to everyone, and thanks for Maurice for creating the original module first place.]]></description>
            <dc:creator>Nicola</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Thu, 08 Sep 2011 02:01:26 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,147914,149565#msg-149565</guid>
            <title>Re: Module: Automatic Mobile Template</title>
            <link>https://www.phorum.org/support/read.php?62,147914,149565#msg-149565</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>Maurice Makaay</strong><br />Can you maybe zip up your module code and post it in this thread? Others probably find it very useful to have these patched sources available.</div></blockquote>
<br />
With great pleasure...<br />
I have only seen your message today, so I made additional changes meanwhile.<br />
Also, I updated the version number to &quot;1.0.2&quot;, tell me if I should have put something else (my upload is actually only a contribution as I am not the author of the mod).<br />
<br />
So the changes are:<br />
- use Phorum API method phorum_switch_template()<br />
- translation strings are now used only with mobile template<br />
- the list of pages supported by the template is defined by the template itself (by optional &quot;supported_pages&quot; parameter in settings.tpl). &quot;file&quot; and &quot;redirect&quot; are always supported implicitly. Example:<br />
[code=&quot;php&quot;]{DEFINE supported_pages &quot;index,list,read,post,login,search,pm&quot;}[/code]<br />
<br />
The code in mod_mobile.php is now organized a bit differently.<br />
Please don&#039;t hesitate to tell me if I did something the wrong way.]]></description>
            <dc:creator>Bruno</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Wed, 07 Sep 2011 16:03:04 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,147914,149543#msg-149543</guid>
            <title>Re: Module: Automatic Mobile Template</title>
            <link>https://www.phorum.org/support/read.php?62,147914,149543#msg-149543</link>
            <description><![CDATA[ Oh yes I would probably utilize it immediately. I had to remove it because there were conflicts with the language. Great job :-)]]></description>
            <dc:creator>Nicola</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Sat, 03 Sep 2011 03:29:01 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,147914,149542#msg-149542</guid>
            <title>Re: Module: Automatic Mobile Template</title>
            <link>https://www.phorum.org/support/read.php?62,147914,149542#msg-149542</link>
            <description><![CDATA[ Those are all good changes IMO. The switch template is something that I wrote to indeed include all required parts when changing the active template.<br />
<br />
Can you maybe zip up your module code and post it in this thread? Others probably find it very useful to have these patched sources available.]]></description>
            <dc:creator>Maurice Makaay</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Sat, 03 Sep 2011 02:42:57 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,147914,149541#msg-149541</guid>
            <title>Re: Module: Automatic Mobile Template</title>
            <link>https://www.phorum.org/support/read.php?62,147914,149541#msg-149541</link>
            <description><![CDATA[ I really like this module.<br />
<br />
But it seems that the template switch is not performed completely: the DEFINEs in templates/mobile/settings.tpl are not taken into account (e.g. list_pages_shown).<br />
<br />
I found out that there is a function <b>phorum_switch_template()</b> in common.php.<br />
<br />
So in mods/mod_mobile/mod_mobile.php I tried to replace:<br />
[code=&quot;php&quot;]<br />
$PHORUM[&#039;template&#039;] = $PHORUM[&quot;mod_mobile&quot;][&quot;template&quot;];<br />
[/code]<br />
by:<br />
[code=&quot;php&quot;]<br />
phorum_switch_template($PHORUM[&quot;mod_mobile&quot;][&quot;template&quot;]);<br />
[/code]<br />
And it seems to work now. I just wanted you to know, if maybe it is interesting to put in the next module version.<br />
<br />
<br />
By the way, FYI I also made the two following changes (suggested in previous posts), that could be of interest.<br />
1) In  lang/english.php, I replaced all occurences of:<br />
[code=&quot;php&quot;]<br />
$PHORUM[&quot;DATA&quot;][&quot;LANG&quot;]<br />
[/code]<br />
by:<br />
[code=&quot;php&quot;]<br />
$PHORUM[&quot;DATA&quot;][&quot;LANG&quot;][&quot;mod_mobile&quot;]<br />
[/code]<br />
<br />
2) In mod_mobile.php, just below the template switch I added:<br />
[code=&quot;php&quot;]<br />
// Switch to mobile template<br />
phorum_switch_template($PHORUM[&quot;mod_mobile&quot;][&quot;template&quot;]);<br />
<br />
// Integrate mobile specific translations<br />
foreach($PHORUM[&quot;DATA&quot;][&quot;LANG&quot;][&quot;mod_mobile&quot;] as $k =&gt; $v){<br />
  $PHORUM[&quot;DATA&quot;][&quot;LANG&quot;][$k] = $v;<br />
}<br />
[/code]<br />
(maybe it is better to put $PHORUM[&quot;DATA&quot;][&quot;LANG&quot;] = array_merge($PHORUM[&quot;DATA&quot;][&quot;LANG&quot;], $PHORUM[&quot;DATA&quot;][&quot;LANG&quot;][&quot;mod_mobile&quot;]), I&#039;m not sure)<br />
<br />
In this manner, my translations defined in mod_mobile only apply to the mobile template.]]></description>
            <dc:creator>Bruno</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Fri, 02 Sep 2011 09:38:11 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,147914,149250#msg-149250</guid>
            <title>Re: Module: Automatic Mobile Template</title>
            <link>https://www.phorum.org/support/read.php?62,147914,149250#msg-149250</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>nvrtis</strong><br />
Note that the module does disable all the header and footer hooks, and does not load javascript or css (all the css is inline in the template).</div></blockquote>
<br />
This is only if you are using the mobile template provide here.<br />
<br />
I have just finished my own mobile template, which I did by copying my sites main default template and redesigning it so that it would look good on a mobile phone. This module automatically loads it up when a mobile user visits, complete with the css and all hooks.]]></description>
            <dc:creator>Robert Angle</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Tue, 19 Jul 2011 20:17:44 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,147914,149246#msg-149246</guid>
            <title>Re: Module: Automatic Mobile Template</title>
            <link>https://www.phorum.org/support/read.php?62,147914,149246#msg-149246</link>
            <description><![CDATA[ Small &#039;bug&#039;... If you have another mod that runs from &#039;external&#039;, you will get a missing index error for HTTP_USER_AGENT because it isn&#039;t set when running from CLI...]]></description>
            <dc:creator>nvrtis</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Tue, 19 Jul 2011 09:05:01 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,147914,149245#msg-149245</guid>
            <title>Re: Module: Automatic Mobile Template</title>
            <link>https://www.phorum.org/support/read.php?62,147914,149245#msg-149245</link>
            <description><![CDATA[ Note that the module does disable all the header and footer hooks, and does not load javascript or css (all the css is inline in the template).]]></description>
            <dc:creator>nvrtis</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Tue, 19 Jul 2011 09:03:06 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,147914,149212#msg-149212</guid>
            <title>Re: Module: Automatic Mobile Template</title>
            <link>https://www.phorum.org/support/read.php?62,147914,149212#msg-149212</link>
            <description><![CDATA[ You also need to add &#039;redirect&#039; as one of the &#039;allowed&#039; pages.<br />
<br />
For some reason, a &#039;droid uses the redirect page after a post.  But Safari/iTouch don&#039;t.<br />
<br />
Nick]]></description>
            <dc:creator>nvrtis</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Thu, 14 Jul 2011 09:58:00 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,147914,149211#msg-149211</guid>
            <title>Re: Module: Automatic Mobile Template</title>
            <link>https://www.phorum.org/support/read.php?62,147914,149211#msg-149211</link>
            <description><![CDATA[ The problem is that lang/english.php sets the global language defines<br />
<br />
$PHORUM[&#039;DATA&#039;][&#039;LANG&#039;][&#039;NewTopic&#039;] = &#039;New&#039;;<br />
<br />
You need to change all of them to something like<br />
<br />
$PHORUM[&#039;DATA&#039;][&#039;LANG&#039;][&#039;mod_mobile&#039;][&#039;NewTopic&#039;] = &#039;New&#039;;<br />
<br />
Then around line 22 in mob_mobile put this code:<br />
[code=&quot;php&quot;]<br />
        //We are using the mobile template, we use the &#039;shorter&#039; words..<br />
		if (isset($PHORUM[&#039;DATA&#039;][&#039;LANG&#039;][&#039;mod_mobile&#039;])) {<br />
			foreach ($PHORUM[&#039;DATA&#039;][&#039;LANG&#039;][&#039;mod_mobile&#039;] as $k=&gt;$v) {<br />
				$PHORUM[&#039;DATA&#039;][&#039;LANG&#039;][$k]=$v;<br />
			}<br />
		}<br />
[/code]<br />
<br />
This is after mod_mobile has figured out it is going to be using the mobile templates.<br />
<br />
Nick]]></description>
            <dc:creator>nvrtis</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Thu, 14 Jul 2011 07:15:09 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,147914,149030#msg-149030</guid>
            <title>Re: Module: Automatic Mobile Template</title>
            <link>https://www.phorum.org/support/read.php?62,147914,149030#msg-149030</link>
            <description><![CDATA[ No.. worse .... I was under the assumption that I was reading the mobile template thread, not the mobile mod thread, so I was simly referring you to the requested mod ;-)]]></description>
            <dc:creator>Maurice Makaay</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Fri, 01 Jul 2011 06:54:31 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,147914,149029#msg-149029</guid>
            <title>Re: Module: Automatic Mobile Template</title>
            <link>https://www.phorum.org/support/read.php?62,147914,149029#msg-149029</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>Maurice Makaay</strong><br />
Something like the <a href="http://www.phorum.org/phorum5/read.php?62,147914" target="_blank" >automatic mobile template</a> module? That module does not have a complete check for mobile browsers (which is a hard thing anyway, just see all the initiatives for that), but it provides the basic functionality.</div></blockquote>
<br />
Okay, I see it looks like I asked a really stupid question :)<br />
<br />
I was under the impression that the module disabled certain features and even other modules as well. Now I realize you must be inferring that it is the accompanying template provided here that did so, and that when I am finished with my own template and activate the module, it should do specifically what I want it to.<br />
<br />
My bad :-)]]></description>
            <dc:creator>Robert Angle</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Fri, 01 Jul 2011 06:50:00 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,147914,149026#msg-149026</guid>
            <title>Re: Module: Automatic Mobile Template</title>
            <link>https://www.phorum.org/support/read.php?62,147914,149026#msg-149026</link>
            <description><![CDATA[ Something like the <a href="http://www.phorum.org/phorum5/read.php?62,147914" target="_blank" >automatic mobile template</a> module? That module does not have a complete check for mobile browsers (which is a hard thing anyway, just see all the initiatives for that), but it provides the basic functionality.]]></description>
            <dc:creator>Maurice Makaay</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Fri, 01 Jul 2011 02:10:35 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,147914,149024#msg-149024</guid>
            <title>Re: Module: Automatic Mobile Template</title>
            <link>https://www.phorum.org/support/read.php?62,147914,149024#msg-149024</link>
            <description><![CDATA[ Is there a way to detect a mobile browser and just draw from a different template?<br />
<br />
I am writing my own mobile version of my phorum, and while I want the mobile detection, I do not want any modules or features disabled by it.<br />
<br />
Essentially, I am just writing something that will display much nicer.]]></description>
            <dc:creator>Robert Angle</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Thu, 30 Jun 2011 17:40:25 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,147914,148665#msg-148665</guid>
            <title>Re: Module: Automatic Mobile Template</title>
            <link>https://www.phorum.org/support/read.php?62,147914,148665#msg-148665</link>
            <description><![CDATA[ Correct. The mobile template is stripped down to a bare minimum and moderation via mobile is not supported.]]></description>
            <dc:creator>Maurice Makaay</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Tue, 26 Apr 2011 13:21:54 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,147914,148656#msg-148656</guid>
            <title>Re: Module: Automatic Mobile Template</title>
            <link>https://www.phorum.org/support/read.php?62,147914,148656#msg-148656</link>
            <description><![CDATA[ I am also stuck on the language issue as it overrides mine for a couple of menus.<br />
However the module as far as I see does not allow moderation. Am I correct?]]></description>
            <dc:creator>Nicola</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Tue, 26 Apr 2011 12:18:53 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,147914,148604#msg-148604</guid>
            <title>Re: Module: Automatic Mobile Template</title>
            <link>https://www.phorum.org/support/read.php?62,147914,148604#msg-148604</link>
            <description><![CDATA[ I changed the lang/english.php strings to $PHORUM[&quot;DATA&quot;][&quot;LANG&quot;][&quot;mod_mobile&quot;][...] and the &quot;mobile&quot; templates as needed.]]></description>
            <dc:creator>Skye N.</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Wed, 20 Apr 2011 00:45:00 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,147914,148561#msg-148561</guid>
            <title>Re: Module: Automatic Mobile Template</title>
            <link>https://www.phorum.org/support/read.php?62,147914,148561#msg-148561</link>
            <description><![CDATA[ One problem i&#039;m finding is that the &quot;short&quot; nav text in mod_mobile/lang/english.php is overriding the normal /include/lang/english.php names for buttons even when the mobile skin is not being shown.  What is the loading procedure for module language files?]]></description>
            <dc:creator>Skye N.</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Mon, 18 Apr 2011 05:14:11 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,147914,148560#msg-148560</guid>
            <title>Re: Module: Automatic Mobile Template</title>
            <link>https://www.phorum.org/support/read.php?62,147914,148560#msg-148560</link>
            <description><![CDATA[ Brilliant.  This works perfectly!!!  Thank you so much.<br />
<br />
The only thing I had to fix was remove &quot;icon-exclamation&quot; class from read.tpl to get rid of the background image<br />
<br />
Also it would be nice if the module settings automatically selected mobile template :D]]></description>
            <dc:creator>Skye N.</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Mon, 18 Apr 2011 04:32:39 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,147914,148462#msg-148462</guid>
            <title>Re: Module: Automatic Mobile Template</title>
            <link>https://www.phorum.org/support/read.php?62,147914,148462#msg-148462</link>
            <description><![CDATA[ Hi,<br />
<br />
Nice module.  Just installed this and got many mails in my inbox about the <b>php ./script.php --scheduled</b>:<br />
<pre class="bbcode">
PHP Notice:  Undefined index: HTTP_USER_AGENT in /path/to/phorum/mods/mod_mobile/mod_mobile.php on line 14</pre>
<br />
To solve this, I modified <b>mod_mobile.php</b> as below:<br />
<br />
[code=&quot;php&quot; number=&quot;3&quot;]<br />
function mod_mobile(){<br />
<br />
    global $PHORUM;<br />
<br />
    if(empty($PHORUM[&quot;mod_mobile&quot;][&quot;template&quot;])) return;<br />
    if (!isset($_SERVER[&quot;HTTP_USER_AGENT&quot;])) return; // this is what I added<br />
<br />
    $words = explode(&quot;\n&quot;, $PHORUM[&quot;mod_mobile&quot;][&quot;ua_keywords&quot;]);<br />
<br />
[/code]<br />
<br />
Thanks.<br />
<br />
Kindest regards,<br />
Giam Teck Choon]]></description>
            <dc:creator>Giam Teck Choon</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Tue, 12 Apr 2011 14:57:35 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,147914,148410#msg-148410</guid>
            <title>Re: Module: Automatic Mobile Template</title>
            <link>https://www.phorum.org/support/read.php?62,147914,148410#msg-148410</link>
            <description><![CDATA[ I want to put the spam prevention feature on the mobile template used with the module, but cannot find the hook or code to do so. <br />
<br />
I am also having the same problem with the &#039;terms of service&#039; module checkbox not appearing in the mobile template. Both of these features worked fine on the older version of the module and mobile template (the automatic iphone module)<br />
<br />
Other than that, the mod works fine and the template works pretty well. I just want to add the other features before it goes live to the site audience.]]></description>
            <dc:creator>10spj</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Fri, 08 Apr 2011 13:53:05 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,147914,148406#msg-148406</guid>
            <title>Images now partially working...</title>
            <link>https://www.phorum.org/support/read.php?62,147914,148406#msg-148406</link>
            <description><![CDATA[ The image links now show up so that you can tap on them to view but the thumbnail view that is produced by embed images mod still shows up weird.  Basically you get two links in a post, 1. the embedded thumb and 2. the name of the image as a link.  Either will display the picture when tapped on.<br />
<br />
I would ideally like to get the thumb to show up but if not possible then I would like to not display the empty thumb box and just display the name as a link.<br />
<br />
See the image for an example...]]></description>
            <dc:creator>Durtdawber</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Fri, 08 Apr 2011 09:14:47 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,147914,148284#msg-148284</guid>
            <title>Re: Broken image thumbnail and links</title>
            <link>https://www.phorum.org/support/read.php?62,147914,148284#msg-148284</link>
            <description><![CDATA[ As a first change I uploaded a new version which allows showing files when directly linked. <br />
Showing them in a post needs to be done in the template.]]></description>
            <dc:creator>Thomas Seifert</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Mon, 28 Mar 2011 14:56:23 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,147914,148283#msg-148283</guid>
            <title>Re: Broken image thumbnail and links</title>
            <link>https://www.phorum.org/support/read.php?62,147914,148283#msg-148283</link>
            <description><![CDATA[ Well, then you should post it in the module&#039;s thread.<br />
<br />
<i>edit mmakaay: merged the question into the module thread</i>]]></description>
            <dc:creator>Thomas Seifert</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Mon, 28 Mar 2011 14:19:37 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,147914,148282#msg-148282</guid>
            <title>Broken image thumbnail and links</title>
            <link>https://www.phorum.org/support/read.php?62,147914,148282#msg-148282</link>
            <description><![CDATA[ When I use the Mobile Mod, I get a broken thunbnail image on all post with pictures (shows as a blue box with ? mark).  When I click on the image name, it gives me a &quot;page not supported in mobile&quot; message.]]></description>
            <dc:creator>Durtdawber</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Mon, 28 Mar 2011 14:14:54 -0500</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,147914,148031#msg-148031</guid>
            <title>Re: Module: Automatic Mobile Template</title>
            <link>https://www.phorum.org/support/read.php?62,147914,148031#msg-148031</link>
            <description><![CDATA[ Don,<br />
<br />
Yes you should save the settings when you enable a module, even if you haven&#039;t changed anything. The original defaults in the admin  come from the module settings.php, but the module may/will use data from a table(s) when it is running (not the settings script). If you haven&#039;t saved, it never gets written to the table.]]></description>
            <dc:creator>Scott Finegan</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Tue, 08 Mar 2011 23:00:36 -0600</pubDate>
        </item>
        <item>
            <guid>https://www.phorum.org/support/read.php?62,147914,148030#msg-148030</guid>
            <title>Re: Module: Automatic Mobile Template</title>
            <link>https://www.phorum.org/support/read.php?62,147914,148030#msg-148030</link>
            <description><![CDATA[ OK, I was able to spend a few minutes with a smartphone.  When the module was off, the mobile template was turned off.  When I turned the template on, it did go into the mobile template.  But I&#039;m still not sure it did originally - seems like I had to save the settings on the module first.  Wasn&#039;t able to try that whole scenario today, though.<br />
<br />
Don]]></description>
            <dc:creator>dperkins</dc:creator>
            <category>v5/v6 Modules/Add-Ons</category>
            <pubDate>Tue, 08 Mar 2011 20:37:43 -0600</pubDate>
        </item>
    </channel>
</rss>
