Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

Attachments show up in mobile version?

edited November 2010 in Vanilla 2.0 - 2.8
This works fine for browsers, but I can't see any attachments when I view the thread on my mobile phone (iphone). Does anyone know how to fix this?

Thanks

Pete

Comments

  • RaizeRaize vancouver ✭✭
    this is impossible
  • MarkMark Vanilla Staff
    It's not impossible :)

    The mobile theme disables any plugins that aren't "mobile friendly". You can make a plugin "mobile friendly" by adding a setting to it's PluginInfo array. Open class.fileupload.plugin.php and add this to it's PluginInfo array: 'MobileFriendly' => TRUE

    Keep in mind that this plugin has not been tested on mobile, so it may not work as expected on these devices!
  • TimTim Operations Vanilla Staff
    We're slowly adding MobileFriendly to plugins as we test them, or as we specifically make them compatible with mobile browsers. FileUpload hasnt been one of the few we've hit so far, probably because its use is so niche on a mobile device. We'll get there eventually.

    Vanilla Forums COO [GitHub, Twitter, About.me]

  • Thanks Mark - your instructions worked perfectly! I can now see picture attachments on my iphone. Thanks again!
Sign In or Register to comment.