Guni
28-04-11, 13:09
हाय, के बाद अद्यतन और रीडमी से सभी सेटिंग्स, विषयों नहीं रह forumhome, साइडबार और forumdisplay सुलभ के हैं। व्हाइट और इस तरह की पता पट् टी देखें में लिंक पृष्ठ रहता है: कॉल साइडबार से: forumhome का मंच सूची से http://www.kambodschaforum.com/news/334-kein-frieden-zwischen-thailand-und-kambodia-wegen-zeitungsartikel-post1027.html#post1027Aufruf: http://www.kambodschaforum.com/showthread.php?t=334&p=1027#post1027Die कर रहे हैं परिवर्तन का कारण vBSEO एकीकरण भाग 2
# (Required) SEO links translation integration - part 2
1. Download from server file FORUM_ROOT/vbseo/includes/functions_vbseo_url.php
2. Open it in any text editor and find:
$text = strtr($text, $trarr_table);
3. REPLACE it with this code:
if (false !== strpos($text, '[langtitle=')) {
$text = strtr($text, $GLOBALS['vbet_custom_char_replacement']);
if (vB_Template_Runtime::fetchStyleVar('charset') != 'utf-8') {
$text = preg_replace('/&#([0-9]+);/esiU', 'convert_int_to_utf8(\'\\1\')', $text);
}
} else {
$text = strtr($text, $trarr_table);
}
4. Find:
header ("Location: $fulluri");
5. PUT BEFORE it this code:
if (isset($_REQUEST['language'])) {
require_once(DIR. '/includes/vbenterprisetranslator_functions_url_tracking.php');
$fulluri = vbet_createURLForAddressNoReplace($_REQUEST['language'], $fulluri);
}
6. Save file and upload it to server, overwriting the old one.
VBSEO संस्करण: 3.6.0Vbulletin संस्करण: 4.1.3 आप धन्यवाद
# (Required) SEO links translation integration - part 2
1. Download from server file FORUM_ROOT/vbseo/includes/functions_vbseo_url.php
2. Open it in any text editor and find:
$text = strtr($text, $trarr_table);
3. REPLACE it with this code:
if (false !== strpos($text, '[langtitle=')) {
$text = strtr($text, $GLOBALS['vbet_custom_char_replacement']);
if (vB_Template_Runtime::fetchStyleVar('charset') != 'utf-8') {
$text = preg_replace('/&#([0-9]+);/esiU', 'convert_int_to_utf8(\'\\1\')', $text);
}
} else {
$text = strtr($text, $trarr_table);
}
4. Find:
header ("Location: $fulluri");
5. PUT BEFORE it this code:
if (isset($_REQUEST['language'])) {
require_once(DIR. '/includes/vbenterprisetranslator_functions_url_tracking.php');
$fulluri = vbet_createURLForAddressNoReplace($_REQUEST['language'], $fulluri);
}
6. Save file and upload it to server, overwriting the old one.
VBSEO संस्करण: 3.6.0Vbulletin संस्करण: 4.1.3 आप धन्यवाद