vBulletin 5'te Forum, bloglar, CMS, gruplar gibi sekmeler var. Örneğin CMS'yi açılış sayfası yapmak istiyorum. Nasıl yapabilirim?
*htaccess çözümleri hariç...
vBulletin 5 açılış sayfası nasıl ayarlanır?
1
●391
- 18-04-2016, 14:13:19Elimde vB5 dosyaları olmadıgı için vB4 ten örnek vereyim;dehliz adlı üyeden alıntı: mesajı görüntüle
FTP de forum anadizine attıgınız index.php dosyasını .txt editor ile açın ve bulun;
require('content.php');/** * Use the forum as the default script: */// require('forum.php');
ve bu kodun başına // işaretini koymanız yeterlidir,alltaki örnek gibi,
//require('content.php');/** * Use the forum as the default script: */// require('forum.php');