HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Please upgrade here. These earlier versions are no longer being updated and have security issues.
"Mobile unfriendly plugins" - Custom Pages and mobile theme
This discussion is related to the Custom Pages addon.
Hello - I'm trying to retain a Custom Pages link to a calendar on my site when users view it using their mobile devices. Unfortunately, the Mobile theme does not display my link to my Custom Page.
I notice in the Mobile theme that "mobile unfriendly plugins" are removed (for obvious and logical reasons), but I can't figure out how to preclude this function from turning off Custom Pages. I assume this is preventing my calendar link from being displayed.
Does anyone have a suggestion for me?
I notice in the Mobile theme that "mobile unfriendly plugins" are removed (for obvious and logical reasons), but I can't figure out how to preclude this function from turning off Custom Pages. I assume this is preventing my calendar link from being displayed.
Does anyone have a suggestion for me?
0
Comments
Not sure about how to do this for application addons.
// Define the plugin:
$PluginInfo['CustomPages'] = array(
'Name' => 'Custom Pages',
'Description' => 'A plugin that lets you add custom pages. You need to add them to the "pages" folder of this plugin.',
'Version' => '1',
'Author' => "Mark O'Sullivan",
'AuthorEmail' => '[email protected]',
'AuthorUrl' => 'http://vanillaforums.com',
'MobileFriendly' => 'true' // added to try to make Custom Page link appear in top nav
);
So I added the last line above to Custom Pages' default.php without success. Is there something I should adjust within the Mobile theme as well?
-Andrew
'MobileFriendly' => TRUE
This didn't fix my issue though.
-Andrew