- الرئيسية
- ما الجديد !
-
الصفحات▼
الصفحات
المشاركة الأصلية كتبت بواسطة: جنرال الحب بتاريخ:تفضل11-05-2023 12:15 مساءً نعم استاذ سليمان هذا الكود يحتاج تعديل فهو يضيف 0 اخر الرابط ارجو مراجعته
<?php
if (isset($PowerBB->_GET['page']) == 'topic')
{
$PowerBB->_GET['id'] = $PowerBB->functions->CleanVariable($PowerBB->_GET['id'],'intval');
$count = $PowerBB->functions->CleanVariable($PowerBB->_GET['count'],'intval');
if (isset($count) and $count > 0)
{
$count = "&count=".$PowerBB->_GET['count'];
}
else
{
$count = "";
}
$PowerBB->_CONF['template']['GetPageUrl'] = $PowerBB->_CONF['template']['ForumAdress'].$PowerBB->functions->rewriterule("t".$PowerBB->_GET['id'].$count);
}
?>