:asd118843:
هذه المشكله اجتاحت المنتديات مؤخرا
وهي تظهر في اكثر من مكان
1- في الصفحه الرئيسيه عند الضغط على آخر موضوع
2- عند عمل موضوع جديد مع انه يتم وضعه إلا ان الصفحه البيضاء تواجهك
3- عند الرد الكامل ايضا تظهر المشكله بعد اعتماد الرد
4- عند تعديل موضوع واعتماد التعديل ينقلك إلى صفحة بيضاء
الحل يشمل 4 ملفات
الاول
ابحث فيه عن
كود:
$vbulletin->url = 'showthread.php?' . $vbulletin->session->vars['sessionurl'] . "p=$newpost[postid]#post$newpost[postid]";
استبدلها بالتالى
كود:
$vbulletin->url = 'showthread.php?' . $vbulletin->session->vars['sessionurl'] . "p=$newpost[postid]";
-------------------------------------------------------------------------------
الثاني
ابحث فيه عن
كود:
$vbulletin->url = 'showthread.php?' . $vbulletin->session->vars['sessionurl'] . "p=$newpost[postid]&posted=1#post$newpost[postid]";
و ايضا تحتها تجد
كود:
$vbulletin->url = 'showthread.php?' . $vbulletin->session->vars['sessionurl'] . "p=$newpost[postid]#post$newpost[postid]";
استبدل الاثنين بي
كود:
$vbulletin->url = 'showthread.php?' . $vbulletin->session->vars['sessionurl'] . "p=$newpost[postid]";
--------------------------------------------------------------------
الثالث
ابحث عن
كود:
exec_header_redirect('showthread.php?' . $vbulletin->session->vars['sessionurl_js'] . "p=$posts[postid]$highlightwords#post$posts[postid]");
عدلها إلى
كود:
exec_header_redirect('showthread.php?' . $vbulletin->session->vars['sessionurl_js'] . "p=$posts[postid]");
وايضا تحتها بسطرين
كود:
exec_header_redirect('showthread.php?' . $vbulletin->session->vars['sessionurl_js'] . "p=$threadinfo[lastpostid]$highlightwords#post$threadinfo[lastpostid]");
عدلها إلى
كود:
exec_header_redirect('showthread.php?' . $vbulletin->session->vars['sessionurl_js'] . "p=$threadinfo[lastpostid]");
مشكله ظهور الصفحه البيضاء بعد التعديل على الموضوع ( اكتشاف : شكولاتة منتهيه و مجبور الخواطر كل الشكر لهما على التنبيه )
المشكله في ملف
الحل ابحث عن
ملاحظه ( موجودة مرتين عدل الاثنين )
كود:
$vbulletin->url = 'showthread.php?' . $vbulletin->session->vars['sessionurl'] . "p=$postinfo[postid]#post$postinfo[postid]";
عدلها إلى
كود:
$vbulletin->url = 'showthread.php?' . $vbulletin->session->vars['sessionurl'] . "p=$postinfo[postid]";
هذه المشاكل الى نوهـــــها و غيرها