قالب فوتر مای بی بی – سری دوم
سلام
در مطلب قبلی اولین فوتر رو گذاشته بودم برای اسکریپت انجمن ساز مای بی بی ، امروز دومین فوتر رو میذارم .
فوتری که میخوایم اضافه کنیم این هست :
آموزش :
- وارد کنترل پنل انجمن بشید ؛ سپس قالب و پوسته ها => قالب ها => قالب مورد نظر را انتخاب کنید => قالب های پا نوشت (footer) و سپس footer را انتخاب کنید و کد های زیر رو جایگزین کدهای موجود بکنید :
<table width="100%">
<tr>
<td width="33%">
<div class="thead" style="padding:4px;margin-bottom:3px;">
<span class="">
علاقه مندی ها
</span>
</div>
</td>
<td width="0.5%"> </td>
<td width="33%">
<div class="thead" style="padding:4px;margin-bottom:3px;">
<span class="">
درباره ما
</span>
</div>
</td>
<td width="0.5%"> </td>
<td width="33%">
<div class="thead" style="padding:4px;margin-bottom:3px;">
<span class="">
امکانات وبسایت
</span>
</div>
</td>
</tr>
<tr>
<td width="30%" valign="top" class="trow1" style="text-align:right;font-size:13px;font-family:BkoodakBold,Tahoma;padding:15px;">
<a href="#" rel="nofollow"><img height="64" width="64" src="https://beporsam.ir/wp-content/uploads/2016/05/1461711767_internet-explorer.png"></a>
<a href="#" rel="nofollow"><img height="64" width="64" src="https://beporsam.ir/wp-content/uploads/2016/05/1461711778_chrome.png"></a>
<br />
<a href="#" rel="nofollow"><img height="64" width="64" src="https://beporsam.ir/wp-content/uploads/2016/05/1461711805_firefox.png"></a>
<a href="#"><img height="64" width="64" src="https://beporsam.ir/wp-content/uploads/2016/05/1461711800_opera.png"></a>
</td>
<td width="0.5%"> </td>
<td width="39%" valign="top" class="trow1" style="font-size:13px;font-family:BkoodakBold,Tahoma;padding:15px;">
<p> بپرسم مکانی برای آموزش و رفع مشکلات </p>
</td>
<td width="0.5%"> </td>
<td width="30%" valign="top" class="trow1" style="font-size:13px;font-family:BkoodakBold,Tahoma;padding:15px;">
<div>
<ul>
<li><a href="{$mybb->settings['contactlink']}">{$lang->bottomlinks_contactus}</a></li>
<li><a href="#top">{$lang->bottomlinks_returntop}</a></li>
<li><a href="<archive_url>">{$lang->bottomlinks_litemode}</a></li>
<li><a href="{$mybb->settings['bburl']}/misc.php?action=syndication">{$lang->bottomlinks_syndication}</a></li>
</ul>
</div>
</td>
</tr>
<tr>
<td width="33%">
<div class="tfoot" style="margin-top:1px;padding:0;"> </div>
</td>
<td width="0.5%"> </td>
<td width="33%">
<div class="tfoot" style="margin-top:1px;padding:0;"> </div>
</td>
<td width="0.5%"> </td>
<td width="33%">
<div class="tfoot" style="margin-top:1px;padding:0;"> </div>
</td>
</tr>
</table>
<br />
</div>
<br class="clear" />
<!-- The following piece of code allows MyBB to run scheduled tasks. DO NOT REMOVE -->{$task_image}<!-- End task image code -->
{$auto_dst_detection}
</div>
</div>
قبل از هر گونه تغییری ، از کدهای footer یک کپی بگیرید ، تا در صورت خرابی قالب نگران نباشید .
موفق باشید .


ارسال نظر
شما باید وارد شوید یا عضو شوید تا بتوانید نظر ارسال کنید