2013-11-21 109 views
0

我们拥有这个论坛:forum.mcst.edu.sa空白页

我不知道为什么我们突然在其主页上有一个空白页:forum.mcst.edu.sa/ forum.php

!!

该论坛在其他网页中运行良好。只有主页是空白的。

请问你能帮忙解决这个问题吗?

这是一个vBulletin论坛版本4.2.0

回答

0

查看它似乎你有smilerbox MOD是分手模板输出的源代码。

<style type="text/css"> 
     .editor_smiliebox { 
      clear:both; 
      height:auto; 
      position: relative; 
      float:right; 
      width: 100%; 
      align:center; 
     } 
     .editor_smiliebox ul.smiliebox { 
      height:auto; 
      margin:0 auto; 
      width:auto; 
      align:center; 
     } 
     .editor_textbox_smilie { 
      margin:0px; 
      align:center; 
     } 
     </style> 

检查你的mods和插件。启用php_ini输出以进行调试。

+0

直到现在我无法识别问题出在哪里?你能否详细解释你的答案? –

+0

forum.php页面在手机上运行良好..问题只出现在电脑上 –

+0

我建议你看看你的模块,插件和挂钩,并发布在官方论坛和vB.org上 – TheBlackBenzKid