Forum Posts I've Made

  Open;
forums/forums.php,
forums/index.php,
forums/post.php,
forums/topics.php
and find
[php]define('GET_USER_ONLINE', 1);
[/php]and add below;
[php]define('GET_STATS_BOX', 1);[/php]

  SePortal'ın kurulumu çok kolaydır bunun için docs/Installation.turkish.txt dosyasını okuyun.
zip dosyasını açtıktan sonra SePortal'ın dosyalarını ftp ile host alanınıza yükledikten sonra browserınızın adres çubuğuna sitenizin url sini girip yönlendirince install.php dosyası otomatik olarak çalışacaktır. Yönergeleri takip edin.

  Bu hata düzeltildi. Lütfen aşağıdaki linki tıklayın:
[url=http://www.seportal.org/forums/topic-2011-03-18-important-security-fix-for-2-5--onemli-bir-duzeltme-294.htm]http://www.seportal.org/forums/topic-2011-03-18-important-security-fix-for-2-5--onemli-bir-duzeltme-294.htm[/url]

  [img]http://www.seportal.org/images/tr.gif[/img] [b]Türkçe:[/b]
includes/functions_wysiwyg.php dosyasını açın;
Aşağıdaki metni bulun (183. satır);
[code]theme : 'advanced', [/code]
ve altına bunu ekleyin; 
[code]convert_urls : false, 
relative_urls : false,
[/code][hr][img]http://www.seportal.org/images/gb.gif[/img] [b]English:[/b]
Open admin/functions_wysiwyg.php
and find (line 183):
[code]theme : 'advanced', [/code]
and add below;
[code]convert_urls : false,
relative_urls : false,
[/code]

  My guess would be you have disabled BBCode?
Just try move $text = replace_badwords($text); below the } bracket