the reason many plugins are removed is because they throw off formatting in mobile devices.
any plugin that you want to use with mobile has to have the following line in the $PluginInfo array.
'MobileFriendly' => TRUE,
The $PluginInfo array is generally found in default.php or in the class"ThePlugin.plugin.php" plugin directory.
So, in class.voting.plugin.php
you could add
'MobileFriendly' => TRUE,
after line
'RequiredApplications' => array('Vanilla' => '2.0.17'),
like so:
'RequiredApplications' => array('Vanilla' => '2.0.17'),
'MobileFriendly' => TRUE,
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
Comments
the reason many plugins are removed is because they throw off formatting in mobile devices.
any plugin that you want to use with mobile has to have the following line in the $PluginInfo array.
'MobileFriendly' => TRUE,
The $PluginInfo array is generally found in default.php or in the class"ThePlugin.plugin.php" plugin directory.
I may not provide the completed solution you might desire, but I do try to provide honest suggestions to help you solve your issue.
thankz for the info. i will try it now.
wow..!!! thankz it works. I owe you. you can see view it http://www.trantopic.com