- الرئيسية
- ما الجديد !
-
الصفحات▼
الصفحات
أهلا وسهلا بك زائرنا الكريم في منتدى دعم PBBoard الرسمي، لكي تتمكن من المشاركة ومشاهدة جميع أقسام المنتدى وكافة الميزات ، يجب عليك إنشاء حساب جديد بالتسجيل بالضغط هنا أو تسجيل الدخول اضغط هنا إذا كنت عضواً .
أريد تعديل روابط المنتديات والمواضيع وكذالك الأعضاء
-
-
أريد تعديل روابط المنتديات والمواضيع وكذالك الأعضاء11-12-2015 09:17 صباحاً
-
Solimanمعلومات الكاتبPBBoard developer
- انضم في :
- 18-07-2009
- رقم العضوية :
- 1
- المشاركات :
- 13422
- الدولة :
- KSA
- الجنس:
- الدعوات:
- 55
- قوة السمعة:
- 82296
- موقعي:
- زيارة موقعي
-
رمز السلاش / يحوس عليك روابط المنتدى
لماذا لاتستبدله / بأي رمز آخر مثل - أو _
ليكون التعديل على ملف : functions.class.php
CODE$type = str_replace("f","forum-",$type); $type = str_replace("index.php?page=forum&show=1&id=","forum-",$type); $type = str_replace("t","topic-",$type); $type = str_replace("index.php?page=topic&show=1&id=","topic-",$type); $type = str_replace("u","user-",$type); $type = str_replace("index.php?page=profile&show=1&id=","user-",$type);
ولملف الـ .htaccess هكذا
CODERewriteRule ^topic-([0-9]+).html index.php?page=topic&show=1&id=$1 [L]<br /> RewriteRule ^topic-([0-9]+)&password=(.*)&count=([0-9]+) index.php?page=topic&show=1&id=$1&password=$2&count=$3 [L]<br /> RewriteRule ^topic-([0-9]+)&count=([0-9]+) index.php?page=topic&show=1&id=$1&count=$2 [L]<br /> RewriteRule ^topic-([0-9]+)&last_post=1&count=([0-9]+) index.php?page=topic&show=1&id=$1&last_post=1&count=$2 [L]<br /> RewriteRule ^topic-([0-9]+) index.php?page=topic&show=1&id=$1 [L]<br /> <br /> RewriteRule ^forum-([0-9]+).html index.php?page=forum&show=1&id=$1 [L]<br /> RewriteRule ^forum-([0-9]+)&password=(.*)&count=([0-9]+) index.php?page=forum&show=1&id=$1&password=$2&count=$3 [L]<br /> RewriteRule ^forum-([0-9]+)&count=([0-9]+) index.php?page=forum&show=1&id=$1&count=$2 [L]<br /> RewriteRule ^forum-([0-9]+) index.php?page=forum&show=1&id=$1 [L]<br /> <br /> RewriteRule ^user-([0-9]+)&count=([0-9]+) index.php?page=profile&show=1&id=$1&count=$2 [L]<br /> RewriteRule ^user-([0-9]+).html index.php?page=profile&show=1&id=$1 [L]<br /> RewriteRule ^user-([0-9]+) index.php?page=profile&show=1&id=$1 [L]<br />
وبخصوص عدم ظهور الصور
عدل مسار روابط الصور من اعدادات الاستايل
اذهب إلى التحكم بالاستايلات وبجانب الاستايل اختر تعديل الاعدادات
وفي مسار مجلد الصور
استبدل
CODEstyles/default/images<br />
إلى
CODEhttp://www.littalib.ml/styles/default/images<br />
تم تحرير المشاركة بواسطة :Soliman بتاريخ:11-12-2015 09:44 صباحاً
الساعة الآن 03:27 AM