أهلا وسهلا بك زائرنا الكريم في منتدى دعم PBBoard الرسمي، لكي تتمكن من المشاركة ومشاهدة جميع أقسام المنتدى وكافة الميزات ، يجب عليك إنشاء حساب جديد بالتسجيل بالضغط هنا أو تسجيل الدخول اضغط هنا إذا كنت عضواً .

تغير الروابط المواضيع و الأقسام للتوافق مع vbseo و مشاكل متفرقه


مشاهدة المشاركة في الموضوع بالعرض العادي
look/images/icons/i1.gif تغير الروابط المواضيع و الأقسام للتوافق مع vbseo و مشاكل متفرقه
  29-03-2023 07:40 مساءً  
Soliman
معلومات الكاتب
اقتبـاس ،، أنا أريدها بالشكل هذا :
www.forumold.com/forum/forum3.html
www.forumold.com/forum/thread36.html
استبدل التعديلات لملف: includes/functions.class.php
للأقسام
CODE
  $type = str_replace("f","forum--",$type);
  $type = str_replace("index.php?page=forum&show=1&id=","forum--",$type);
  $type = preg_replace('#forum--(.*?)"#i', 'forum$1.html"', $type);
  $type = preg_replace('#forum--(.*?)"#i', 'forum$1.html"', $type);



للمواضيع
CODE

  $type = str_replace("t","thread-",$type);
  $type = str_replace("index.php?page=topic&show=1&id=","thread-",$type);
  $type = preg_replace('#thread-(.*?)"#i', 'thread$1.html"', $type);
  $type = preg_replace('#thread-(.*?)"#i', 'thread$1.html"', $type);




مثال لاستبدال BBCode iframe
CODE
<iframe SRC="{content}" FRAMEBORDER=0 MARGINWIDTH=0 MARGINHEIGHT=0 SCROLLING=NO MAX-WIDTH=640 HEIGHT=360 allowfullscreen></iframe>




الساعة الآن 03:13 AM