Visualizzazione risultati 1 fino 7 di 7

Discussione: modificare la testa del nuke

  1. #1
    Guest

    Talking modificare la testa del nuke

    ciao ragazzi!
    non so come si chiama...
    ma vorrei modificare la testa dove ci sono i link al forum account ecc.....
    e vorrei metterci anche il mio banner in testa..........
    come faccio?
    e sopprattutto come si chiama?
    header?
    dove trovo il file da modificare?

    grazie...

  2. #2
    Guest

    Predefinito

    nessuno sa darmi una mano?
    vorrei aggiungere il mio banner in cima alla pagina!
    ma non so nemmeno come si chiama il file che devo modificare...
    aiuto!

  3. #3
    L'avatar di Evcz
    Evcz non è connesso Utente storico
    Data registrazione
    31-05-2002
    Residenza
    Vicenza
    Messaggi
    5,670

    Predefinito

    che thema usi?

    in genere basta che modifichi il file header.html nella cartella del thema oppure direttamente il file theme.php ;)
    There are three kinds of people in this world: people who watch things happen ... people who complain about things that happen ... and people who make things happen...

  4. #4
    Guest

    Predefinito

    come tema uso aquaholic e nella sua cartella ci c'è solo il file theme.php con due cartelle, una dove ci sono tutte le immagini e nell'altra ci sono due file css.........

    ho guardato nel file theme.php ma non ne parla delle immagini in testa che si chiamano forum, gallery ecc....

    lo puoi vedere nel mio sito:
    www.savageteam.altervista.org
    la barra in alto......

    dove potrebbe essere???
    ti passo il tema?
    aspetto vostri aiuti altrimenti mi tocca stare senza banner........
    e con i link non funzionanti.......

  5. #5
    L'avatar di Evcz
    Evcz non è connesso Utente storico
    Data registrazione
    31-05-2002
    Residenza
    Vicenza
    Messaggi
    5,670

    Predefinito

    cerca la funziona theme_header()
    There are three kinds of people in this world: people who watch things happen ... people who complain about things that happen ... and people who make things happen...

  6. #6
    Guest

    Predefinito

    Anche io uso il nuke e l'ho personalizzato l'header.. lo puoi vedere a www.luigizurolo.3go.it. Ho modificato il file theme.php del tema, vedi ci sono delle righe che iniziano con echo e dovresti vedere i link con i relativi file per le immagini.

  7. #7
    Guest

    Predefinito

    con gli altri temi non ho difficoltà perchè c'è il logo all'inizio.....

    vi faccio vedere il theme di questo tema:

    <?php

    // ----------------------------------------------------------------------
    // PHP-NUKE Web Portal System
    // Copyright (C) 2002 by Francisco Burzi.
    // http://www.phpnuke.com/
    // ----------------------------------------------------------------------
    // PHP-NUKE Aquaholic Theme
    // Copyright (C) 2002 by Somara Sem
    // http://www.pixelmayhem.com
    // ----------------------------------------------------------------------
    // LICENSE
    //
    // This program is free software; you can redistribute it and/or
    // modify it under the terms of the GNU General Public License (GPL)
    // as published by the Free Software Foundation; either version 2
    // of the License, or (at your option) any later version.
    //
    // This program is distributed in the hope that it will be useful,
    // but WITHOUT ANY WARRANTY; without even the implied warranty of
    // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
    // GNU General Public License for more details.
    //
    // To read the license please visit http://www.gnu.org/copyleft/gpl.html
    // ----------------------------------------------------------------------
    // COMPATIBLE WITH
    // PHP-NUKE 5.5 - 6.0
    // NOT FULLY COMPATIBLE WITH NETSCAPE 4.X


    // COLOR DEFINITIONS
    $bgcolor1 = "#EEEEEE";
    $bgcolor2 = "#91CEF4";
    $bgcolor3 = "#ffffff";
    $bgcolor4 = "#91CEF4";
    $textcolor1 = "#000000";
    $textcolor2 = "#000000";

    /************************************************** **********/


    function OpenTable() {
    global $bgcolor1, $bgcolor2;
    echo "<table width=\"100%\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\" bgcolor=\"$bgcolor2\"><tr><td>\n";
    echo "<table width=\"100%\" border=\"0\" cellspacing=\"1\" cellpadding=\"8\" bgcolor=\"$bgcolor1\"><tr><td>\n";
    }

    function CloseTable() {
    echo "</td></tr></table></td></tr></table>\n";
    }

    function OpenTable2() {
    global $bgcolor1, $bgcolor2;
    echo "<table border=\"0\" cellspacing=\"1\" cellpadding=\"0\" bgcolor=\"$bgcolor2\" align=\"center\"><tr><td>\n";
    echo "<table border=\"0\" cellspacing=\"1\" cellpadding=\"8\" bgcolor=\"$bgcolor1\"><tr><td>\n";
    }

    function CloseTable2() {
    echo "</td></tr></table></td></tr></table>\n";
    }

    /************************************************** **********/


    function FormatStory($thetext, $notes, $aid, $informant) {
    global $anonymous;
    if ($notes != "") {
    $notes = "<br><br><b>"._NOTE."</b> $notes\n";
    } else {
    $notes = "";
    }
    if ("$aid" == "$informant") {
    echo "<font class=\"content\">$thetext$notes</font>\n";
    } else {
    if($informant != "") {
    $boxstuff = "<a href=\"user.php?op=userinfo&amp;uname=$informant\" >$informant</a> ";
    } else {
    $boxstuff = "$anonymous ";
    }
    $boxstuff .= "".translate("writes")." \"$thetext\"$notes\n";
    echo "<font class=\"content\">$boxstuff</font>\n";
    }
    }

    /************************************************** **********/

    function themeheader() {
    global $user, $banners, $sitename, $slogan, $cookie, $prefix;
    cookiedecode($user);
    $username = $cookie[1];
    if ($username == "") {
    $username = "Anonymous";
    }

    ?>

    <script language="JavaScript" type="text/JavaScript">
    <!--
    function MM_swapImgRestore() { //v3.0
    var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
    }

    function MM_preloadImages() { //v3.0
    var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    }

    function MM_findObj(n, d) { //v4.01
    var p,i,x; if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
    if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
    for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
    if(!x && d.getElementById) x=d.getElementById(n); return x;
    }

    function MM_swapImage() { //v3.0
    var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
    if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
    }
    //-->
    </script>

    c'è uno script nel header......

Regole di scrittura

  • Non puoi creare nuove discussioni
  • Non puoi rispondere ai messaggi
  • Non puoi inserire allegati.
  • Non puoi modificare i tuoi messaggi
  •