• 27-05-2008, 14:58:47
    #10
    Üyeliği durduruldu
    tamamlıcamda, temayı bozdum
    kafayı yemek üzereyim
    sabah 9dan beri uraşıyorum
  • 27-05-2008, 15:38:39
    #11
    Üyeliği durduruldu
    temayı hallettim
    izmirli_ dediğini yaptım tag seçeğini seçtim ama olmadı
    başka yapmam gereken birşey varmı

    --

    sanırım aşağıdaki ayarlar değişicek

    nasıl olmalı?

  • 27-05-2008, 16:35:51
    #12
    Ayarların doğru. İş o config.php de ve eklediğin yazılarda bitiyor. Eklediğin yazılardan custom field lerin doğrumu. Fetaure Full, Fetaure Image vs.
  • 27-05-2008, 16:37:07
    #13
    Üyeliği durduruldu
    izmirli_ adlı üyeden alıntı: mesajı görüntüle
    Ayarların doğru. İş o config.php de ve eklediğin yazılarda bitiyor. Eklediğin yazılardan custom field lerin doğrumu. Fetaure Full, Fetaure Image vs.
    config.php

    <?php
    /************************************************** *********
    This is the configuration file for certain parts of your theme.
    ************************************************** *********/

    /************************************************** *********
    * choose_tab_type()
    * Use something other than categories for sections/tabs.
    * By default, the sections, blocks, and tabs display by category.
    * Once this is done, you'll see the changes on the settings page.
    ************************************************** *********/
    function choose_tab_type() {
    $type = __('Categories','options');
    // $type = __('Tags','Features');
    // $type = __('Authors','options');
    return $type;
    }
    ?>

    hata nerede
  • 27-05-2008, 16:56:52
    #14
    Sen yanlış yere bakıyorsun.Haber bölümünün kodları bunlardır

    function op_features_gallery() {
    	$arr = array(
    	// Edit here
    		'cat_name' => false,
    		'tag_name' => __('görünmesinin istedeğiniz etiket veya etiketlerin adı'),
    		'posts_wanted' => 3,
    		'custom_fields_display' => true,
    		'custom_fields' => array('Feature Full','Feature Image'),
    		'javascript' => '
    			<script type="text/javascript">
    				function startGallery() {
    				var myGallery = new gallery($("myGallery"), {
    				timed: true,
    				delay: 6000,
    				showArrows: true,
    				showCarousel: false
    				}); }
    				window.onDomReady(startGallery);
    			</script>',
    	// Stop editing
    	);
    	return $arr;
    }
  • 27-05-2008, 17:01:47
    #15
    Üyeliği durduruldu
    izmirli_ adlı üyeden alıntı: mesajı görüntüle
    Sen yanlış yere bakıyorsun.Haber bölümünün kodları bunlardır

    function op_features_gallery() {
        $arr = array(
        // Edit here
            'cat_name' => false,
            'tag_name' => __('görünmesinin istedeğiniz etiket veya etiketlerin adı'),
            'posts_wanted' => 3,
            'custom_fields_display' => true,
            'custom_fields' => array('Feature Full','Feature Image'),
            'javascript' => '
                <script type="text/javascript">
                    function startGallery() {
                    var myGallery = new gallery($("myGallery"), {
                    timed: true,
                    delay: 6000,
                    showArrows: true,
                    showCarousel: false
                    }); }
                    window.onDomReady(startGallery);
                </script>',
        // Stop editing
        );
        return $arr;
    }
    bunları tam olarak nere ekliyoruz.
    sen bana app/confing.php demiştin
  • 27-05-2008, 17:45:28
    #16
    Üyeliği durduruldu
    yok mu yardım edicek birileri
  • 27-05-2008, 17:51:51
    #17
    bir yere eklemiyorsun bu zaten config.php de var zaten. Kodda benim yaptığım değişikliği yapacaksın...
  • 27-05-2008, 17:55:09
    #18
    Üyeliği durduruldu
    izmirli_ adlı üyeden alıntı: mesajı görüntüle
    bir yere eklemiyorsun bu zaten config.php de var zaten. Kodda benim yaptığım değişikliği yapacaksın...
    Benim config.php içinde sadece bunlar var

    <?php
    /************************************************** *********
    This is the configuration file for certain parts of your theme.
    ************************************************** *********/

    /************************************************** *********
    * choose_tab_type()
    * Use something other than categories for sections/tabs.
    * By default, the sections, blocks, and tabs display by category.
    * Once this is done, you'll see the changes on the settings page.
    ************************************************** *********/
    function choose_tab_type() {
    $type = __('Categories','options');
    // $type = __('Tags','Features');
    // $type = __('Authors','options');
    return $type;
    }
    ?>