Visualizzazione risultati 1 fino 7 di 7

Discussione: Eliminare cornici blocchi

  1. #1
    Guest

    Question Eliminare cornici blocchi

    Ciao a tutti,,,,
    Apro un altro topic perche' nei precedenti si era ormai usciti fuori tema...
    Allora in pratica nel mio sito in php nuke (http://calciomessina.altervista.org)
    ho modificato i colori dei blocchi e dello sfondo , solo che nei blocchi rimangono le cornicette che c'erano prima che li modificassi (x capire meglio guarda tu stesso)....
    Come posso fare per levarle e poi eventualmente metterne altre di altri colori?
    Grazie mille

  2. #2
    Guest

    Predefinito

    cody fatti avanti tu!
    ...cmq non sono molto esperto ma io credo che si possa fare...almeno io mio mdpro come direbbe rommel....
    Citazione Originalmente inviato da Rommel
    E' personalizzabile al 100%
    :grin:

  3. #3
    Guest

    Predefinito

    Ehm....quindi in pratica che devo fa' ? LOL

  4. #4
    Guest

    Predefinito

    Citazione Originalmente inviato da all4all
    ...cmq non sono molto esperto
    vedi su!
    :grin: :grin:

  5. #5
    Guest

    Predefinito

    Ho eliminato i files immagine dalla cartella images del theme....
    Xo' adesso vorrei eliminarli anche dal caricamento...
    Il problema e' che quando entri nel sito vedi che il db cerca di caricare lo stesso le immagini , e poi non le trova...
    Come posso fare per eliminare quelle maledette cornicette dal caricamento del theme?

  6. #6
    Guest

    Predefinito

    Ci dovrebbe essere del codice da modificare nel file theme.php , ma non so esattamente cosa eliminare , e non vorrei fare casini
    Qualcuno mi puo' aiutare ???
    COsa devo eliminare?
    E' urgenteeeeeeeeeeeeee

  7. #7
    Guest

    Predefinito

    Il codice e' questo , cosi' facciamo prima :

    <?php

    ################################################## #######
    # #
    ################################################## #######



    $thename = "Sunset";
    $lnkcolor = "#FEF50A";
    $bgcolor1 = "#FEF50A";
    $bgcolor2 = "#FEF50A";
    $bgcolor3 = "#FEF50A";
    $bgcolor4 = "#FEF50A";
    $textcolor1 = "FF4707";
    $textcolor2 = "FF4707";
    $hr = 1; # 1 to have horizonal rule in comments instead of table bgcolor


    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 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 CloseTable() {
    echo "</td></tr></table></td></tr></table>\n";
    }

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

    function FormatStory($thetext, $notes, $aid, $informant) {
    global $anonymous;
    if ($notes != "") {
    $notes = "<b>"._NOTE."</b> <i>$notes</i>\n";
    } else {
    $notes = "";
    }
    if ("$aid" == "$informant") {
    echo "<font size=\"2\" color=\"#\">$thetext<br>$notes</font>\n";
    } else {
    if($informant != "") {
    $boxstuff = "<a href=\"modules.php?name=Your_Account&amp;op=userin fo&amp;username=$informant\">$informant</a> ";
    } else {
    $boxstuff = "$anonymous ";
    }
    $boxstuff .= ""._WRITES." <i>\"$thetext\"</i> $notes\n";
    echo "<font size=\"2\" color=\"#30201\">$boxstuff</font>\n";
    }
    }


    function themeheader() {
    global $slogan, $sitename, $banners;
    echo "<body bgcolor=\"#FEF50A\" text=\"#30201\" link=\"#035D8A\" vlink=\"#035D8A\">";
    echo "<br><center><table border=0 width=100% cellpadding=3 cellspacing=0><tr><td>\n\n";
    echo "<a href=\"index.php\"><img src=themes/Sunset/images/logo.gif Alt=\""._WELCOMETO." $sitename\" border=0></a>\n";
    echo "</td>\n";
    if ($banners) {
    echo "<td>";
    include("banners.php");
    echo "</td>";
    }
    echo "<td align=right>\n";
    echo "<form action=modules.php?name=Search method=post><font size=2 color=30201>\n";
    echo ""._SEARCH." \n";
    echo "<input type=text name=query>\n";
    echo "</form>\n";
    echo "</td></tr></table>\n";
    echo "<br>\n";
    $public_msg = public_message();
    echo "$public_msg<br>";
    echo "<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td valign=top width=140>\n";

    blocks(left);

    echo "</td><td>&nbsp;</td><td valign=top width=100%>\n\n\n";
    }

    function themefooter() {
    global $index;
    if ($index == 1) {
    echo "</td><td>&nbsp;</td><td valign=top width=200>\n";
    blocks(right);
    echo "</td>";
    }
    echo "</td></tr></table></td></tr></table>";
    footmsg();
    }


    function themeindex ($aid, $informant, $time, $title, $counter, $topic, $thetext, $notes, $morelink, $topicname, $topicimage, $topictext) {
    global $anonymous, $tipath;
    $ThemeSel = get_theme();
    if (file_exists("themes/$ThemeSel/images/topics/$topicimage")) {
    $t_image = "themes/$ThemeSel/images/topics/$topicimage";
    } else {
    $t_image = "$tipath$topicimage";
    }
    echo "<table width=\"100%\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\" bgcolor=FD0802><tr><td>\n";
    echo "<table width=\"100%\" border=\"0\" cellspacing=\"1\" cellpadding=\"5\" bgcolor=FD0802><tr><td>\n";
    echo "<a href=modules.php?name=News&amp;new_topic=$topic><i mg src=$t_image Alt=\"$topictext\" border=0 align=right></a>\n";
    echo "<img src=\"themes/Sunset/images/bullet.gif\" border=0 hspace=3><font size=3><b>$title</b></font><br>\n";
    echo "<font size=1 color=FEF50A>"._POSTEDBY." ";
    formatAidHeader($aid);
    echo " "._ON." $time $timezone ($counter "._READS.")<br><br></font>\n";
    if ("$aid" == "$informant") {
    echo "<font size=2 color=FEF50A>$thetext</font><br><br>\n";
    } else {
    if ($informant != "") {
    $boxstuff = "<a href=modules.php?name=Your_Account&amp;op=userinfo &username=$informant>$informant</a> ";
    } else {
    $boxstuff = "$anonymous ";
    }
    $boxstuff .= ""._WRITES." <i>\"$thetext\"</i> $notes\n";
    echo "<font size=2 color=FEF50A>$boxstuff</font><br><br>\n";
    }
    echo "<font size=2>$morelink</font><br><img src=themes/Sunset/images/line.gif border=0 vspace=4>\n";
    echo "</td></tr></table>\n";
    echo "</td></tr></table>\n";
    echo "<br>\n\n\n";
    }



    function themearticle($aid, $informant, $datetime, $title, $thetext, $topic, $topicname, $topicimage, $topictext) {
    global $admin, $sid, $tipath;
    $ThemeSel = get_theme();
    if (file_exists("themes/$ThemeSel/images/topics/$topicimage")) {
    $t_image = "themes/$ThemeSel/images/topics/$topicimage";
    } else {
    $t_image = "$tipath$topicimage";
    }
    echo "<table width=\"100%\" border=\"0\" cellspacing=\"1\" cellpadding=\"0\" bgcolor=FD0802><tr><td>\n";
    echo "<table width=\"100%\" border=\"0\" cellspacing=\"1\" cellpadding=\"5\" bgcolor=FD0802><tr><td>\n";
    echo "<a href=modules.php?name=News&amp;new_topic=$topic><i mg src=$t_image Alt=\"$topictext\" border=0 align=right></a>\n";
    echo "<img src=\"themes/Sunset/images/bullet.gif\" border=0 hspace=3><font size=2><b>$title</b></font>\n";
    if ($admin) {
    echo "&nbsp;&nbsp; [ <a href=admin.php?op=EditStory&sid=$sid>"._EDIT."</a> | <a href=admin.php?op=RemoveStory&sid=$sid>"._DELETE." </a> ]<br>\n";
    } else {
    echo "<br>\n";
    }
    echo "<font size=1 color=FEF50A>"._POSTEDBY."";
    formatAidHeader($aid);
    echo " "._ON." $datetime<br>\n";
    if ($informant != "") {
    echo ""._CONTRIBUTEDBY." <a href=modules.php?name=Your_Account&amp;op=userinfo &username=$informant>$informant</a><br><br>\n";
    } else {
    echo ""._CONTRIBUTEDBY." $anonymous<br><br></font>\n";
    }
    echo "<font size=2 color=FEF50A>$thetext</font><br><br>\n";
    echo "</td></tr></table>\n";
    echo "</td></tr></table>\n\n";
    }



    function themesidebox($title, $content) {
    mt_srand((double)microtime()*1000000);
    $rcolor = mt_rand(1, 4);
    if ($rcolor == 1) {
    $tcolor = "FAF704";
    } elseif ($rcolor == 2) {
    $tcolor = "FAF704";
    } elseif ($rcolor == 3) {
    $tcolor = "FAF704";
    } elseif ($rcolor == 4) {
    $tcolor = "FAF704";
    }
    echo "<table width=\"165\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td>\n";
    echo "<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\"><tr><td>\n";
    echo "<img src=\"themes/Sunset/images/left$rcolor.gif\" alt=\"\" border=\"0\" width=\"5\" height=\"19\"></td>\n";
    echo "<td bgcolor=$tcolor width=\"100%\"><b><font size=\"2\" color=\"#30201\">$title</font></b></td>\n";
    echo "<td align=\"right\"><img src=\"themes/Sunset/images/right$rcolor.gif\" alt=\"\" border=\"0\" width=\"5\" height=\"19\"></td></tr></table>\n";
    echo "</td></tr><tr><td align=\"center\" valign=\"top\">\n";
    echo "<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"1\" bgcolor=$tcolor><tr><td width=100%>\n";
    echo "<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"4\" bgcolor=$tcolor><tr><td width=\"100%\" valign=\"top\" bgcolor=\"#FD0802\">\n";
    echo "$content\n";
    echo "<table width=\"100%\" cellspacing=\"0\" cellpadding=\"0\" border=\"0\"><tr><td>\n";
    echo "<img src=\"pixel.gif\" width=\"1\" height=\"4\" alt=\"\" border=\"0\"></td></tr></table>\n";
    echo "</td></tr></table>\n";
    echo "</td></tr></table>\n";
    echo "</td></tr><tr>\n";
    echo "<td align=\"center\" valign=\"bottom\">\n";
    echo "<img width=\"100%\" height=\"5\" src=\"themes/Sunset/images/bottom$rcolor.gif\" vspace=\"0\" border=\"0\"></td></tr></table>\n";
    echo "<br>\n\n\n";
    }

    ?>

Regole di scrittura

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