NotifyMe v0.20
NP_NewItem v1.3a
NP_LatestComments v1.3
NP_Counter v0.3b
NP_CommentControl v0.25b
LiveJournal convert tool
So, please backup before trying.
steps
1) put it in nucleus/convert
2) run the script and see
click here to download
Depending on plugin
I should have written this little post a while back.
In Nucleus 3.2, a new plugin mechanism is added to allow a plugin to detect whether all plugin(s) it requires are present. There are some plugins that depends on another plugin to function. NP_MostViewed and NP_View is one.
For the same reason, Nuclues now failed the plugin uninstall operation if it is required by another plugin.
For developer, they can simply put in a function in their plugin to tell Nuclues that what plugin(s) the say plugin require:
GetDepPen function getPluginDep() { return array('NP_BlogWithOffset'); }
One note is this new plugin dependancy check mechanism does not break the compatibility for older version of Nucleus, the declared getPluginDep() in the plugin will becomes domrant if a plugin is installed in a older Nucleus.