This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
|
knowledge-base:bulletin-board:tech-team:general-notes [2016/06/21 17:02] mn created |
knowledge-base:bulletin-board:tech-team:general-notes [2016/09/01 11:03] (current) mn |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ======TECH TEAM BULLETIN BOARD====== | ======TECH TEAM BULLETIN BOARD====== | ||
| - | ===INSTALL PHP VARS=== | + | ===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 ... | The vars exposed to PHP coming from the /_kudoseo/sem-content.inc.php are as follows ... | ||
| * $GLOBALS['sem_title_meta'] | * $GLOBALS['sem_title_meta'] | ||