الطريقه المعروفه والمتبعه التعديل على قالبين بالاضافه الى اضافة اكواد css ...
لكن بطريقه اللي راح اشرحها بيكون التعديل على قالب واحد فقط وبدون وضع css
طبعا تؤدي نفس الغرض والافضل استخدام h1
مثال
http://www.ssdaa.com/vb/showthread.php?t=7164
لوحة تحكم المنتدى >>>> القوالب والاستايلات >>> نختار الاستايل المطلوب ومنه نختار قالب navbar
ابحث عن =
استبدله بالتالي =كود PHP:<if condition="$show['forumdesc']">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="alt1" width="100%"><strong>$foruminfo[title]</strong> <span class="smallfont">$foruminfo[description]</span></td>
</tr>
</table>
<br />
</if>
من يريد رابط الموضوع ورابط القسم عليها يستبدلها بالتالي =كود PHP:<if condition="$show['forumdesc'] AND THIS_SCRIPT == 'forumdisplay'">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="alt1" width="100%"><h1 class="bigusername">$foruminfo[title]</h1>
<span class="smallfont">$foruminfo[description]</span></td>
</tr>
</table>
<br />
</if>
<if condition="$show['forumdesc'] AND THIS_SCRIPT == 'showthread'">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="alt1" width="100%"><h1 class="bigusername">$threadinfo[prefix_plain]$threadinfo[title]</h1>
<span class="smallfont"><b>$foruminfo[title]</b></span>
</td>
</tr>
</table>
<br />
</if>
موفقين بإذن اللهكود PHP:<if condition="$show['forumdesc'] AND THIS_SCRIPT == 'forumdisplay'">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="alt1" width="100%"><h1 class="bigusername"><a href="forumdisplay.php?$session[sessionurl]f=$foruminfo[forumid]">$foruminfo[title]</a></h1>
<span class="smallfont">$foruminfo[description]</span></td>
</tr>
</table>
<br />
</if>
<if condition="$show['forumdesc'] AND THIS_SCRIPT == 'showthread'">
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<tr>
<td class="alt1" width="100%"><h1 class="bigusername"><a href="showthread.php?$session[sessionurl]t=$threadid">$threadinfo[prefix_plain]$threadinfo[title]</a></h1>
<span class="smallfont"><b>$foruminfo[title]</b></span>
</td>
</tr>
</table>
<br />
</if>


رد مع اقتباس
