Re: Module: Automatic Mobile Template
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'm still...
View ArticleRe: Module: Automatic Mobile Template
Don, Yes you should save the settings when you enable a module, even if you haven't changed anything. The original defaults in the admin come from the module settings.php, but the module may/will use...
View ArticleBroken image thumbnail and links
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 "page not supported in mobile"...
View ArticleRe: Broken image thumbnail and links
Well, then you should post it in the module's thread. edit mmakaay: merged the question into the module thread
View ArticleRe: Broken image thumbnail and links
As a first change I uploaded a new version which allows showing files when directly linked. Showing them in a post needs to be done in the template.
View ArticleImages now partially working...
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...
View ArticleRe: Module: Automatic Mobile Template
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. I am also having the same problem with the 'terms of service' module...
View ArticleRe: Module: Automatic Mobile Template
Hi, Nice module. Just installed this and got many mails in my inbox about the php ./script.php --scheduled: PHP Notice: Undefined index: HTTP_USER_AGENT in...
View ArticleRe: Module: Automatic Mobile Template
Brilliant. This works perfectly!!! Thank you so much. The only thing I had to fix was remove "icon-exclamation" class from read.tpl to get rid of the background image Also it would be nice if the...
View ArticleRe: Module: Automatic Mobile Template
One problem i'm finding is that the "short" 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....
View ArticleRe: Module: Automatic Mobile Template
I changed the lang/english.php strings to $PHORUM["DATA"]["LANG"]["mod_mobile"][...] and the "mobile" templates as needed.
View ArticleRe: Module: Automatic Mobile Template
I am also stuck on the language issue as it overrides mine for a couple of menus. However the module as far as I see does not allow moderation. Am I correct?
View ArticleRe: Module: Automatic Mobile Template
Correct. The mobile template is stripped down to a bare minimum and moderation via mobile is not supported.
View ArticleRe: Module: Automatic Mobile Template
Is there a way to detect a mobile browser and just draw from a different template? I am writing my own mobile version of my phorum, and while I want the mobile detection, I do not want any modules or...
View ArticleRe: Module: Automatic Mobile Template
Something like the automatic mobile template 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...
View ArticleRe: Module: Automatic Mobile Template
QuoteMaurice Makaay Something like the automatic mobile template module? That module does not have a complete check for mobile browsers (which is a hard thing anyway, just see all the initiatives for...
View ArticleRe: Module: Automatic Mobile Template
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 ;-)
View ArticleRe: Module: Automatic Mobile Template
The problem is that lang/english.php sets the global language defines $PHORUM['DATA']['LANG']['NewTopic'] = 'New'; You need to change all of them to something like...
View ArticleRe: Module: Automatic Mobile Template
You also need to add 'redirect' as one of the 'allowed' pages. For some reason, a 'droid uses the redirect page after a post. But Safari/iTouch don't. Nick
View ArticleRe: Module: Automatic Mobile Template
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).
View ArticleRe: Module: Automatic Mobile Template
Small 'bug'... If you have another mod that runs from 'external', you will get a missing index error for HTTP_USER_AGENT because it isn't set when running from CLI...
View ArticleRe: Module: Automatic Mobile Template
Quotenvrtis 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). This is only if you are using the mobile...
View ArticleRe: Module: Automatic Mobile Template
I really like this module. 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). I found...
View ArticleRe: Module: Automatic Mobile Template
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. Can you maybe zip up your module code and post it...
View ArticleRe: Module: Automatic Mobile Template
Oh yes I would probably utilize it immediately. I had to remove it because there were conflicts with the language. Great job :-)
View ArticleRe: Module: Automatic Mobile Template
QuoteMaurice MakaayCan 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. With great pleasure... I have only...
View ArticleRe: Module: Automatic Mobile Template
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...
View ArticleRe: Module: Automatic Mobile Template
Hello, Thanks for this module, and also for the mobile template. I have several questions about them. Is there a way to allow visitors to switch back to the standard template? When I put the mobile...
View ArticleRe: Module: Automatic Mobile Template
No, that module doesn't allow switching back to another template. It sets the template fixed based on the user agent. Currently the common way for making a mobile accessible version of a website is to...
View ArticleRe: Module: Automatic Mobile Template
2015-09-11 v1.0.3 Oliver Riesen <oliver@riesen.org> - README added. - Fixed PHP Notice, Undefined index: HTTP_USER_AGENT. - German language files added.
View Article