2 sam2kb Mar 01, 2011 05:08

Thank you very much :D
It looks like exactly what I need, do you know of any examples I could look at to fully understand the code?
if( ($PingPlugin= $GLOBALS['Plugins']->get_by_code('ping_b2evonet')) !== false )
{
if( $PingPlugin->status == 'enabled' )
{
echo "you have b2evolution ping plugin installed.";
}
}
Much appreciated :)