Since the plugin uses a many to many table for handling the relationship with Rainlab.Blog, it can also be used without it. I have been using an edited version of the plugin in production without any problems.
In case a check for Rainlab.Blog needs to done, this would work:
if (PluginManager::instance()->hasPlugin('RainLab.Blog')) { }
Since the plugin uses a many to many table for handling the relationship with Rainlab.Blog, it can also be used without it. I have been using an edited version of the plugin in production without any problems.
In case a check for Rainlab.Blog needs to done, this would work: