• 15-04-2013, 20:53:31
    #1
    Üyeliği durduruldu
    Merhaba arkaaşlar. Beğendiğim bir Wordpress teması vardı. Geçen gün tema dosyasını indirdim ve baktım ki dosya içerisinde temanın Php ve HTML versiyonu da var. Onları görünce Php versiyonunu kurayım dedim. Dosyaları olduğu gibi ftp ye yükledim. Site direkt açıldı. Fakat admin paneline giremiyorum. "db" oluşturulması gerekiyor ama db yi oluşturduktan sonra "db" bilgilerini hangi dosyaya gireceğim bir türlü bilemedim. Temanın yardım dosyasında Php versiyonu için aşağıdaki açıklamayı yapmışlar.

    F) PHP Template Version - top

    Every page includes a common header and footer located in the "includes" folder. This helps the user apply the changes regarding these parts in a single place.

    Defining the Menu

    In the "menu.php" file located in the "includes" folder, you will find an XML that defines the menu structure.

    The XML contains only two types of tags:

    menu – used to wrap the entire menu inside it
    menu_item – used to describe a menu item
    This tag contains two attributes:
    href – the page url
    label – the menu item label
    This tag can also contain children.

    Predefined PHP Functions

    The menu.php contains two main functions:

    print_main_menu() – print the main navigation menu (this function is called in header.php)
    print_sitemap() – print the site map based on the menu structure (this function is called in sitemap.php)


    Temanın Demo adresi: http://www.ixtendo.com/themes/finesse-html/

    Yardımlarınızı bekliyorum.
  • 15-04-2013, 21:59:32
    #2
    http://themeforest.net/item/finesse-...-theme/3786877

    Temanın PHP versiyonu ile ilgili bilgi yok. Sizin verdiğiniz bilgiler gibi.
  • 15-04-2013, 22:39:21
    #3
    o wordpress temasının dosyaları olmasın hocam?
  • 15-04-2013, 23:05:52
    #4
    php script kurarken sql dosyası olması lazım o sql dosyasını php my adminden oluşturduğunuz db ye girip sql kısmına gönderip kopyala yapıştırda olur daha sonra tabloları seçip uyarla demeniz lazım kısaca anlattım .
  • 15-04-2013, 23:10:07
    #5
    wp temları ayrı bir db ye mi ihtiyaç duyuyorki?
  • 16-04-2013, 16:17:28
    #6
    merakımdan temayı satın alıp indirdim, db bağlantı settings.php dosyasının içinde

    Alıntı
    <?php//@skip-indexing?>
    <?php

    //-------------------------------------------------- Database Settings -------------------------------------------------
    $db_type = "sqlite"; //mysql or sqlite

    //MySQL settings
    $db_host = '';
    $db_name = '';
    $db_user = '';
    $db_pass = '';

    //------------------------------------------------ Admin Settings ------------------------------------------------------
    $my_email = 'abc@xyz.com'; // insert your email address here
    $private_key = '';
    $server_path = '';

    //------------------------------------------------ Custom Settings -----------------------------------------------------
  • 21-04-2013, 22:52:52
    #7
    Üyeliği durduruldu
    BerkIzgi adlı üyeden alıntı: mesajı görüntüle
    merakımdan temayı satın alıp indirdim, db bağlantı settings.php dosyasının içinde
    Tam olarak db bilgileriyle diğer bilgileri nasıl yazabildiniz ? Ben kaç defadır denemedim olmuyor.