Quote:
Originally Posted by JesWhite
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..
|
thanks but i found my problem...
vbseo have
vbseo_thread_url_row function
but dbseo havent got or another name..
please if dbseo say me what is it ?
there is this code
PHP Code:
$threadurl = vbseo_thread_url_row($threadrow);
i must change this code too...
i think if i change this codes true addon will work fine...
i will return vbseo back..
addons not support dbseo...