1 sayfadan 1. sayfa

Ön Sayfadaki Menü listesine yeni Menü İlave Edilmesi

İletiTarih: 20.05.2006, 01:38
Qesta
Merhaba,
Aşağıdaki kod header.php içinde yazılı olup Menü listemdeki "İRTİBAT" menüsü yazısını sağlıyor.
language.php içinde

Kod: Tümünü seç
$def_featured = "İRTİBAT";
Olarak yazılı.

Header.php içinde de;

Kod: Tümünü seç
<? if ($config[sidebox_featured_show] == "YES")  { table_top  ($def_featured); include("./featured.php"); table_bottom(); } ?>



Bu menüye ben yeni bir menü eklemek(Yararlı Linkler...gibi) istiyorum ama beceremedim gitti.Yeni menü linki .html olacak
Daha doğrusu kodları yorumluyamıyorum.
Tşk.

İletiTarih: 20.05.2006, 10:33
exceLLency
dostum ne kullandıgını yazsan yada eklentı olarak header ını gondersen de bı yardımcı olsak sana .

İletiTarih: 20.05.2006, 10:43
Simuzer
Im Portal'ı kurup daha kolay yoldan "Faydalı Linkler" bloğunu ekleyebilirsin. Mesela sol tarafta kullanıcı menüsünün üstünde yer alan içerik menüsü gibi.. Hem güncellemesini yönetim panelinden de yapabiliyorsun.

Im Portal için arama sayfasını kullanabilirsin.

İletiTarih: 20.05.2006, 10:44
Sergeant Orion
bunun phpbb olduğuna eminmisin?

Cvp: Ön Sayfadaki Menü listesine yeni Menü İlave Edilmesi

İletiTarih: 20.05.2006, 20:59
Qesta
tecNo yazdı:bunun phpbb olduğuna eminmisin?


phpMyDirectory bu türde türkçe forum olmadığı ve hepsi php olduğu için buraya soruyorum.

Prensip olarak aynı sadece phpbb'den bazı farklı dosya adları var.


exceLLency yazdı:dostum ne kullandıgını yazsan yada eklentı olarak header ını gondersen de bı yardımcı olsak sana .


Kodların tamamını buraya yazayım.Yönetim izin vermes ise silinebilir..


Simuzer yazdı:Im Portal'ı kurup daha kolay yoldan "Faydalı Linkler" bloğunu ekleyebilirsin. Mesela sol tarafta kullanıcı menüsünün üstünde yer alan içerik menüsü gibi.. Hem güncellemesini yönetim panelinden de yapabiliyorsun.

Im Portal için arama sayfasını kullanabilirsin.


Evet aynen öyle Sol taraftaki İÇERİK menüsü gibi yapmak istiyorum..Daha da menü eklenebilmeli!

İsteyen arkadaşa sitemin linkini verebilirim.Ö.M.ile


<------------------------------HEADERİN İÇİNDEKİLER----------------------------->

Kod: Tümünü seç
<? include ("./includes/common_header.php"); ?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="ltr">
<head>
<META name="author" content="xxxxxx">
<META name="copyright" CONTENT="Copyright, xxxxxxxxx. All rights reserved">
<META name="robots" CONTENT="index, follow">
<META name="revisit-after" content="1 days">
<META NAME="keywords" CONTENT="xxxxxxxxxx ">
  <META NAME="description" CONTENT="xxxxxxxxxx">
<META http-equiv="Content-Type" content="text/html; charset=<? echo"$def_charset"; ?>">
<? echo "$def_style"; ?>
  <title>
  <? title ($incomingline); ?>
  </title>
<? include ("./includes/js.php"); ?>
</head>
<body>
<?php
//Stats ekleme başlıyor
//@include_once $GLOBALS['HTTP_SERVER_VARS']['DOCUMENT_ROOT'].'/twatch_include/logger.php';
//Stats ekleme bitti
?>
<table width="900" cellspacing="0" class="bodyborder" cellpadding="0" border="0" align="center">
  <tr>
   <td valign="top" align="left" width="100%">
   <table width="100%" cellspacing="0" cellpadding="0" border="0">
    <tr>
     <td width="100%" align="left" valign="top">
<p align="center">
<a title="xxxxxxxxxxxxxxxxxxxxx">
<img border="0" src="xxxxxxxxxxxxxxxxxxx" width="468" height="60"></a></p>
     <? include ("./includes/top_line.php"); ?>
      <table width="100%" cellspacing="0" cellpadding="0" border="0">
       <tr>
        <td bgcolor="#ffffff" width="25%" align="left" valign="top">
<a href="xxxxxxxxxxxxxx">
         <img src="<? echo "$config[main_location]/template/$config[template]/images/"; ?>xxxx.jpg" border="0" alt=""><br>
          <a title="xxxxxxxxxxxxxxxxxxx-" target="_blank" href="http://xxxxxxxxxxx/index.htm">
<marquee behavior="alternate" scrolldelay="120">xxxxxxxxxxxxx</marquee></a></p>
</td>
<td bgcolor="#ffffff" width="50%" align="center" valign="bottom"></td>
        <td bgcolor="#ffffff" width="25%" align="right" valign="top">
         <img src="<? echo "$config[main_location]/template/$config[template]/images/"; ?>logo.gif" border="0" alt=""><br>
        </td>
       </tr>
      </table>   
     </td>
    </tr>
    <tr>
     <td valign="middle" align="left" width="100%" bgcolor="<? echo "$def_help_background"; ?>">
   <table width="100%" cellspacing="0" cellpadding="0" border="0">
    <tr>
     <td valign="top" align="center" width="20%">
    <? table_top ($def_menu); include ( "$config[main_location]/template/$config[template]/menu.inc" ); table_bottom(); ?>
    <? if ( $config['sidebox_categories_show'] == "YES" ) { table_top ($def_categorylist); include ( "./categorylist.php" ); table_bottom(); } ?>

    <? if ($config[sidebox_last_show] == "YES")  { table_top  ($def_last10); include ("./last.php"); table_bottom(); } ?>

   <? if ($config[sidebox_featured_show] == "YES")  { table_top  ($def_featured); include("./featured.php"); table_bottom(); } ?>
    <? if ($config[sidebox_top_show] == "YES") { table_top  ($def_top10); include("./top.php"); table_bottom(); } ?>
   <br />
  </td>
  <td valign="top" align="center" width="60%" bgcolor="<?php echo "$def_background"; ?>">
<?php
// TOP BANNER CODE
if (( ifEnabled("any","banner") ) and ($show_banner != "NO"))
{
?>
<table cellpadding="0" cellspacing="0" border="0" width="100%">
<tr>
<td valign="middle" align="center" width="100%">
<?php
$banner_type="top";
include ( "./banner.php" );
$banner_type="";
?>
</td>
</tr>
</table>
<?php
}
if ($config['search_display_all'] == "YES") include ("./template/$config[template]/searchform.php");
?>
    <!-- HEADER END -->

İletiTarih: 21.05.2006, 11:09
Simuzer
Burası phpBB destek sitesi, php destek sitesi değil.

-kilitli-

İletiTarih: 21.05.2006, 15:16
James
Bölüm açıklamasında şöyle yazmakta : "PHP, MySQL, HTML, CSS, SEO vb. ile ilgili genel konular."

Bundan dolayı ilgili konunun bu ölüm altında konuşulmasının herhangi bir sakıncası yoktur.

Konu tekrar açılmıştır.