is there a nice way (or any way
Thanks.
Moderator: Moderators
} else {
$user->lang['TRANSLATION_INFO'] .= $output;
} } elseif ($this->seo_opt['req_file'] == 'index') {
$user->lang['TRANSLATION_INFO'] .= $output;
}
SeO wrote:Yes, you can if you want only link-back on one page, preferably the home or forum index.
Do only output the link on the forum index, you could replace :
- Code: Select all
} else {
$user->lang['TRANSLATION_INFO'] .= $output;
}
With :
- Code: Select all
} elseif ($this->seo_opt['req_file'] == 'index') {
$user->lang['TRANSLATION_INFO'] .= $output;
}

SeO wrote:...do the same in the templates using the {SCRIPT_NAME} tpl var (with the template if syntax).

<!-- IF SCRIPT_NAME eq index -->
SeO wrote:should do the trick too, the SCRIPT_NAME tpl vars holds the current script name (used in the body tag id building).
- Code: Select all
<!-- IF SCRIPT_NAME eq index -->
Users browsing this forum: Bing [Bot] and 80 guests