i use default mobile theme, but it doesnt seem on mobile theme. can you help me
in vanilla 2.2 you can add
'MobileFriendly' => TRUE,
in the PluginInfo of the plugin.
see example here.
http://docs.vanillaforums.com/developer/plugins/quickstart/
Pragmatism is all I have to offer. Avoiding the sidelines and providing centerline pro-tips.
@River said: in vanilla 2.2 you can add 'MobileFriendly' => TRUE, in the PluginInfo of the plugin. see example here. http://docs.vanillaforums.com/developer/plugins/quickstart/
@River said: in vanilla 2.2 you can add
thank you, but it didnt work. i added like this:
$PluginInfo['RoleBadges'] = array( 'Name' => 'RoleBadges', 'Description' => "Adds user's role badges under their name in comments.", 'Version' => '0.2', 'RequiredApplications' => array('Vanilla' => '2.0.18'), 'RequiredTheme' => FALSE, 'RequiredPlugins' => FALSE, 'HasLocale' => FALSE, 'SettingsUrl' => 'dashboard/plugin/RoleBadges', 'SettingsPermission' => 'Garden.AdminUser.Only', 'RegisterPermissions' => FALSE, 'Author' => "Thomas Mashek", 'AuthorEmail' => 'thomas@thescoundrels.net', 'AuthorUrl' => 'http://thescoundrels.net' 'MobileFriendly' => TRUE, );
it works now, thank youuuuuuu very much
missing comma on line 14?
Comments
in vanilla 2.2 you can add
'MobileFriendly' => TRUE,
in the PluginInfo of the plugin.
see example here.
http://docs.vanillaforums.com/developer/plugins/quickstart/
Pragmatism is all I have to offer. Avoiding the sidelines and providing centerline pro-tips.
thank you, but it didnt work. i added like this:
it works now, thank youuuuuuu very much
missing comma on line 14?