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?
This discussion is related to the fileupload addon.
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
Thanks
Pete
0
Comments
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!
Vanilla Forums COO [GitHub, Twitter, About.me]