TECH TEAM BULLETIN BOARD
KUDOSEO CONFIG VARS
There is only one variable that the client installing Kudoseo needs to enter into the config.php file of the Kudoseo downloaded and installed packge.
This is the KUDO_PATH variable.
This value must …
Be a Path to the directory of the website where Kudoseo was installed. Assuming the domain name (so this value need not be added).
contain NO leading (/) Slashes.
End with a (/?) slash and a question mark ?
eg: define(“KUDO_PATH”,“dir/path/to/kudoseo/?”);
INSTALL PHP VARS in CLIENT TEMPLATE
The vars exposed to PHP coming from the /_kudoseo/sem-content.inc.php are as follows …
$GLOBALS['sem_title_meta']
$GLOBALS['sem_connection']
$GLOBALS['sem_keypress']
$GLOBALS['sem_content']
$GLOBALS['sem_footer_link']
These PHP Variables must be inserted appropriately into the HTML of the Template.