افتراضي اخر عشر مشاركات فى صفحة مستقلة ( htm ) فى موقعك كود مميز جدا
اقدم لكم هذا الكود المميز
هل ترغب بضهور اخر عشر مشاركات
فى صفحة مستقلة تعدل عليها كيفما تحب
انشى صفحة بالفرونت بيج وضع فيها الكود التالى
كود:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Latest Posts</title>
<style type="text/css">
<!--
* { margin: 0; padding: 0; }
body { background-color: #E5DCC0; }
#list {
width:90%;
background-color:#E5DCC0;
padding:10px;
}
a { color:#524125;
font-weight:bold;
text-decoration: none; }
a:hover { color:#524125;
font-weight:bold;
text-decoration:underline; }
-->
</style>
</head>
<body>
<div id="list">
<script type="text/javascript" src="external.php?type=js"></script>
<script type="text/javascript">
<!--
for (var x in threads)
{
document.writeln("<a href=\"showthread.php?t="+threads[x].threadid+"\">"+threads[x].title+"</a><br />");
}
//-->
</script>
</div>
</body>
</html>
احفظ الصفحة على ان يكون اسمها last.htm
او اى اسم اخر تعدله كما تحب
2 - ارفع الصفحة الى مجلد منتداك الرئيسى
3 - اذهب الى القالب navbar
ابحث عن
كود:
<td class="vbmenu_control"><a href="calendar.php$session[sessionurl_q]">$vbphrase[calendar]</a></td>
ضع اسفله الكود التالى
كود:
<td class="vbmenu_control"><a href="http://www.saad6.com/last.htm">اخر عشر مواضيع</a></td>
مع ملاحظة استبدال اللى الرابط برابط صفحتك التى رفعتها
واذا كنت واضع منتداك مباشرة بدون مجلد
فاجعل المسار
http://www.your site.com/last.htm
احفظ العمل
اتمنى ان ينال اعجابكم