Sorry for my english.
XenForo has a feature about this. But as I looked there is no way to default using. The following code:
XenForo/Link.php
public static function buildIntegerAndTitleUrlComponent($integer, $title = '', $romanize = false)
Could you please that the third parameter...
You can modify the UTF-8 Library accent array. Create a plugin and try following code...
global $UTF8_LOWER_ACCENTS, $UTF8_UPPER_ACCENTS;
$UTF8_LOWER_ACCENTS = array_merge($UTF8_LOWER_ACCENTS, array(
'ı' => 'i',
'ü' => 'u',
'ö' => 'o'...
I have found out that when we run this code the result is below (Result B). But expected result should be
Result A:
Array
(
[0] => Test
[1] => Tested
[2] => Test
)
Array
(
[0] => Test 1
[1] => Tested
[2] => Test 1
)
I believe that this is pointer/reference related...
http://xenforo.com/community/threads/redirect-modifications-on-language-translations.7341/
Bu başlığa bir arkadaş bakabilir mi? İngilizceye çevirirse sevinirim
My english not so good. But translation of this thread coming soon.
--
İngilizcem çok iyi değil o yüzden gerekli açıklamaları ve değişiklikleri buraya Türkçe yazacağım. Türk arkadaşlardan biri bu konuda yardımcı olursa sevinirim.
Bilindiği üzere, Çeviri yaparken sözcük listesinde, bir sözcüğü...
Sorry for my english.
Well.. There is a encoding problem. The picture can explain better than me.
I temporarily fix this on XenForo/Application.php
public static function gzipContentIfSupported(&$content)
{
return array();
if (!function_exists('gzencode') ||...
well I just downloaded beta and I 'm getting this errors:
Notice: ob_end_clean() [ref.outcontrol]: failed to delete buffer zlib output compression. in D:\www\xen\library\XenForo\Application.php on line 139
Notice: ob_end_clean() [ref.outcontrol]: failed to delete buffer zlib output...