i'm using now dbseo from vbseo ..
but i have a problem .
i'm using an addon and this addon working fine with vbseo.
but not working with dbseo.
i chanced vbseo to dbseo etc..
there is only one problem..
PHP Code:
if(defined('VBSEO_ENABLED') && VBSEO_ENABLED)
{
include_once 'vbseo/includes/functions_vbseo.php';
i chanced this code
PHP Code:
if(defined('dbtech_dbseo_active') && dbtech_dbseo_active)
{
include_once 'dbtech/dbseo/includes/class_core.php';
where am i wrong? what's wrong?
what is dbseo function file ? if i change this code with true it will work...
thanks..