هاك مقدمة المنتدى
من لوحة تحكم المدير اذهب الي خيارات صفحة المنتدى الرئيسية
قم انت باختيار المطلوب سواء كانت قوانين وتحذيرات أو اعلانات تريدها على الرئيسية أو قسم منها
مثال
افتح تمبلت / forumdisplay
ابحث عن /
$navbar
اضف هذا /
كود PHP:
<!-- Begin Forum Intro -->
<if condition="$foruminfo['forumintroonoff'] == 1">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center" style="border-bottom-width:0px">
<tr>
<td class="tcat" border="1" valign="top" colspan="2"><div align="center">$foruminfo[forumintroname]</div></td>
</tr>
<tr>
<td class="alt1" valign="top"><if condition="$foruminfo['forumintroimage']"><img src="$foruminfo[forumintroimage]" alt="$foruminfo[forumintroname]" border="0" align="left"></td><td class="alt1" valign="top"></if><div align="left">$foruminfo[forumintrodescr]</div></td>
</tr>
</table>
<br>
</if>
<!-- / End Forum Intro -->
افتح تمبلت / FORUMHOME
ابحث عن /
$navbar
اضف هذا /
كود PHP:
<!-- Begin ForumHome Intro -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center" style="border-bottom-width:0px">
<tr>
<td class="tcat" border="1" valign="top" colspan="2"><div align="center">Put The Block Title here</div></td>
</tr>
<tr>
<td class="alt1" valign="top">
<img src="Put Image URL Here" alt="Put Image Title Here" border="0" align="left"></td>
<td class="alt1" valign="top"><div align="left">Put your Content Here using HTML</div></td>
</tr>
</table>
<br>
<!-- / End ForumHome Intro -->