1
Well I will try here for support. Seems the other site is light on supporters.
I have installed this Meta Tag V1 Final.
I have to change some code or ad code to the footer.PHP
"For XOOPS 2.0.13 installations ------------------------------ Before the line (at line 71)
$xoopsTpl->display($xoopsConfig['theme_set'].'/theme.html');
"
The above I understand.
But where here do I insert the below code
insert
/**
* Hack by A Kitson to enable XBS MetaTags
*/
if (file_exists(XOOPS_ROOT_PATH."/modules/xbs_tags/include/metatags.php")) {
include XOOPS_ROOT_PATH."/modules/xbs_tags/include/metatags.php";
}
/**
* End hack
*/
I have tried the module and still not 100% if it is a good module.
Seem to be user friendly.
Any one know.