.Bir üyenin isteği üzerine manurum tarafından yapılan menüyü sizlerde kendi sitenizde yapabilesiniz diye paylaşmak istedim :
çok kısa vakitte menü yapın :
1:includes/page_header.php yi acip ?> den hemen öncesine :
//---------------------------------------------------------------------------------------------
//---- Template my_menu.html ------------------------------------------------------------------
//---------------------------------------------------------------------------------------------
$my_menu = $site_template->parse_template("my_menu");
$site_template->register_vars(array(
"my_menu" => $my_menu
));
unset($my_menu);
//---------------------------------------------------------------------------------------------
//---- Template my_footer.html ----------------------------------------------------------------
//---------------------------------------------------------------------------------------------
$my_footer = $site_template->parse_template("my_footer");
$site_template->register_vars(array(
"my_footer" => $my_footer
));
unset($my_footer);
2:
Yeni bir my_menu.html oluşturun : isterseniz eklentiden indirip sonra sitenizde editleyin
Dilerseniz bu kodları kendinize göre editleyip my_menu.html diye bir dosya yapıp templates/senin teman/ içine atın
<div align="center">
<table width="100" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="100%" align="center" height="17" background="{template_url}/images/button.gif" ><a href="index.php" style="text-decoration: none"><strong>First link</strong></a></td>
</tr>
<tr>
<td width="100%" align="center" height="17" background="{template_url}/images/button.gif" ><a href="index.php" style="text-decoration: none"><strong>Second link</strong></a></td>
</tr>
<tr>
<td width="100%" align="center" height="17" background="{template_url}/images/button.gif" ><a href="http://www.mysite.com/" style="text-decoration: none"><strong>Partner</strong></a></td>
</tr>
</table>
</div>
<br>
3: Dilerseniz bu kodları kendinize göre editleyip my_footer.html diye bir dosya yapıp templates/senin teman/ içine atın
<br /><div align="center">
<table width="600" border="0" align="center" cellpadding="0" cellspacing="0">
<tr class="head1">
<td width="25%" align="center" class="row1"><a href="contact.php">Contact us</a> </td>
<td width="25%" align="center" class="row2"><a href="cookies.php">Cookies</a></td>
<td width="25%" align="center" class="row1"><a href="terms.php">Terms</a></td>
<td width="25%" align="center" class="row2"><a href="wazza.php">Etc...</a></td>
</tr>
</table>
</div>
isterseniz eklentiden indirip temanıza attıkdan sonra sitenizde editleyin
4:Şimdi sıra menüyü gostecek sayfaya geldi Örneğin anasayfada :
your_template/home.html yi açın
Bul:
{endif random_image}
Hemen altına
{my_menu}
Bu kodu bulun
{footer}
Öncesine bunu ekleyin:
{my_footer}
5: Son olarak ekletideki button.gif i temanız/images kısmına atın Yazıların rengi temanızla uyumlu olucaktır
Örnek :
www.nuvanda.netHem footer hem menu ıcın :
www.dilnuvaz.net/4imagesKendim sadece menuyü tercih ettim.Footera bir şey eklemek istemedim. Eğer siz de dilerseniz sadece my_menuyu yapabilir footer la ılgılı kısımları yapmayabilirsiniz...
Orginal post:
http://www.4homepages.de/forum/index.php?topic=21446.0Thank manurom.You are very polite and a learned for 4images or another...best regardsKolay gelsin