1 _cxc_ Mar 01, 2011 04:26
3 _cxc_ Mar 01, 2011 06:01
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?
4 tilqicom Mar 01, 2011 09:06
if( ($PingPlugin= $GLOBALS['Plugins']->get_by_code('ping_b2evonet')) !== false )
{
if( $PingPlugin->status == 'enabled' )
{
echo "you have b2evolution ping plugin installed.";
}
}
5 _cxc_ Mar 01, 2011 11:10
Much appreciated :)