CC Extensions

Free and Premium Extensions for your Custom Community 2 Theme.

Free Extensions and Supported Plugins

Premium Extensions and Supported Plugins

">

'; // print_r($tpd); // echo '/

';
		    if( $tpd->check_active() ) { 
		        echo $name.' is installed and activated!';
		    } else if( $tpd->check() ) { 
		        echo $name.' is installed, but not activated. Click here to activate the plugin.';
		    } else if( $install_link = $tpd->install_link() ) {
		        echo $name.' is not installed. Click here to install the plugin.';
		    } else { 
		        echo $name.' is not installed and could not be found in the plugin directory. Please install this plugin manually.'; 
		    } ?>