There are several important issues like #1147532: Do Not Use this module method no longer works per mobify Support.

I'd like to at least help clear this up. I have an ongoing need to maintain/support the use of Mobify on a site.

Comments

b1tr0t’s picture

Hi Greg,

As noted above, we're discontinuing support for this particular module - but NOT for Drupal!! The recommended way of deploying Mobify on all new sites (including Drupal sites) is to use the javascript redirection method. The javascript snippet for redirection is provided in the 'Deploy' panel for your site in mobify.me. The snippet is unique to each site.

Why discontinue the Drupal module?

1) It doesn't do much. It detects phones based on UA and sends a 302 redirect. The same can be accomplished in javascript making it one less "moving part" to maintain.

2) Given the limited functionality, it's not worth the effort to maintain across all versions of Drupal.

3) Phone user agents are being updated all the time. That means that someone with an older version of the Drupal module has a good chance of not redirecting newer phones. Even worse, we're finding that as the user agent space gets more and more fragmented, there are cases where devices that should get the desktop experience will be sent to the mobile site using the old rules. With the javascript we're able to use our entire device library to do detection (6000+ devices and growing constantly). We can maintain this library actively and there's no need for our users to update anything.

4) Doing server-side redirection can cause potentially serious problems for edge caching services such as Akamai and for some overzealous node caching modules.

Hope that clears things up. Please feel free to contact us directly using our community forum if you have any problems deploying the redirect javascript. You can find the forums at http://community.mobify.me/

Cheers,

Peter

greggles’s picture

Sure, what I planned to do on success of my request is to mark the releases as abandoned and link from the project page to a help page that explains what you've explained. Maybe you could do that?

avpaderno’s picture

Title: Offering to maintain Mobile by Mobify module » Offering to maintain "Mobile by Mobify"
Category: Support request » Task
Issue summary: View changes
Status: Active » Fixed

I marked the 7.x release as unsupported.

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.