2011
Oct
30
|
In Topic: How to create stat block for forum ?
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] |
2011
Jun
28
|
In Topic: Kurulum yapcağım
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. |
2011
Mar
18
|
In Topic: Yazı ekle bölümünde hata var yardım
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] |
2011
Mar
18
|
[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] |
2011
Mar
9
|
My guess would be you have disabled BBCode? Just try move $text = replace_badwords($text); below the } bracket |