ok ég hafa a fljótur festa fyrir þig:
1. opna og gera afrit af þessari skrá:
Forum rót / innheldur / vbenterprisetranslator_functions.php
2. í þessari skrá að finna:
3. líma það fyrir þennan kóða:
PHP Code:
function vbet_vb_exec_header_redirect($url)
{
global $vbulletin;
$url = create_full_url($url);
$url = str_replace('&', '&', $url); // prevent possible oddity
if (strpos($url, "\r\n") !== false)
{
trigger_error("Header may not contain more than a single header, new line detected.", E_USER_ERROR);
}
header("Location: $url", 0, 301);
if ($vbulletin->options['addheaders'] AND (SAPI_NAME == 'cgi' OR SAPI_NAME == 'cgi-fcgi'))
{
header('Status: 301 Moved Permanently');
}
define('NOPMPOPUP', 1);
if (defined('NOSHUTDOWNFUNC'))
{
exec_shut_down();
}
exit;
}
4. vista skrá.
5. opna og gera afrit af þessari skrá:
Forum rót / innheldur / vbenterprisetranslator_functions.php
6. í þessari skrá að finna:
PHP Code:
function vbet_redirectDoubleLang()
7. í þessa aðgerð að finna:
PHP Code:
exec_header_redirect($url);
8. og skipta með:
PHP Code:
vbet_vb_exec_header_redirect($url);
9. vista skrá og prófa það.
Þegar gert - mun vera með í næstu relase.