إذا وجدت أن PBBoard مفيد وتحب أن يستمر في العطاء فيمكنك المساهمة في ذلك. شكراً لك
إستخدم رابط الباي بال في الأسفل
المشاركة الأصلية كتبت بواسطة: StoL Then how are we going to show that u1 able to use the category links, but it should not need to do this to us
$forum['moderators_list'] .= '<a href="u' . $moderator['member_id'] . '.html">' . $PowerBB->functions->GetUsernameStyle($moderator['username']) . '</a> | ';
$forum['moderators_list'] .= '<a href="' . $moderator['username'] . '.html">' . $PowerBB->functions->GetUsernameStyle($moderator['username']) . '</a> | ';
return $username = '<a href="u' . $user_id . '.html">' . $username . '</a> ';
return $username = '<a href="' . $StyleMemberInfo['username'] . '.html">' . $username . '</a> ';
المشاركة الأصلية كتبت بواسطة: StoL Can we in the course of such categories and Exp: www.pbboard.info/forums/test-forum/test-subject.html (True) Exp:www.pbboard.info/forums/t14.html (False) it is not Sections: Exp:www.pbboard.info/forums/test-forums/ (True) Exp:www.pbboard.info/forums/f14.html/ (false) it is not Thank you in advance.