Webother.com :: Leggi il Topic - Sfondo e Header diversi per il forum
Autore Messaggio
Destino Frequentatore
Registrato: Apr 13, 2009 Messaggi: 19
Oggetto: Sfondo e Header diversi per il forum
ciao a tutti usando un cms come phpnuke, allegato al portale c'è collegato il forum...e qua ci siamo...però io vorrei mettere un header e uno sfondo diverso per il forum...come faccio...vi rpego aiutatemi è urgente
Inviato:
Sab Ott 24, 2009 3:27 pm
Sniffer Amministratore
Registrato: Jul 20, 2003 Messaggi: 3218
Località: Verona
Oggetto:
Una volta realizzata l'immagine apri il file themes/tuotema/theme.php vai a function themeheader() {
in global aggiungi la variabile $name, subito sotto aggiungi:
Codice: if ($name=='Forums') {
$logo="logo-forums.gif";
} else {
$logo="logo.gif";
}
adesso non ti resta che portarti nella parte dell'header del tema che richiama il logo e sostituire il nome con la variabile appena creata ($logo).
_________________Non inviatemi pm con richieste di aiuto grazie.
Su questo forum solo gli utenti registrati possono vedere i links! Registrati o fai il login
Inviato:
Mer Ott 28, 2009 3:11 am
Destino Frequentatore
Registrato: Apr 13, 2009 Messaggi: 19
Oggetto:
ti mnado il file theme.php e me lo potresti ostituire tu...non sono molto pratico
Codice: <?php
$bgcolor1 = "#000000";
$bgcolor2 = "#000000";
$bgcolor3 = "#46a4a1";
$bgcolor4 = "#46a4a1";
$textcolor1 = "#ffffff";
$textcolor2 = "#fgfgfgf";
function OpenTable() {
global $bgcolor1, $bgcolor2;
echo "<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" bgcolor=\"$bgcolor2\"><tr><td>\n";
echo "<table width=\"100%\" border=\"0\" cellspacing=\"0\" 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=\"0\" cellpadding=\"0\" bgcolor=\"$bgcolor2\" align=\"center\"><tr><td>\n";
echo "<table border=\"0\" cellspacing=\"0\" 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> <i>$notes</i>\n";
} else {
$notes = "";
}
if ("$aid" == "$informant") {
echo "<font class=\"news\">$thetext$notes</font>\n";
} else {
if($informant != "") {
$boxstuff = "<a href=\"user.php?op=userinfo&uname=$informant\"><b>$informant</a> ";
} else {
$boxstuff = "<b>Un anonimo ";
}
$boxstuff .= "segnala:</b> \"$thetext\"$notes\n";
echo "<font class=\"content\">$boxstuff</font>\n";
}
}
function themeheader() {
global $banners, $name;
echo "<body text=\"#ffffff\" link=\"0000ff\" leftmargin=0 rightmargin=0 topmargin=0>\n";
if ($banners) {
include("banners.php");
}
echo "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"10\" align=\"center\">\n"
."<tr><td width=\"100%\" height=\"10\" valign=\"bottom\">\n"
."<map name=\"FPMap0\">"
."</map>"
."<img border=\"0\" src=\"themes/siteground4/images/Header.jpg\" usemap=\"#FPMap0\" width=\"1036px\" height=\"282px\">"
."<tr><td width=\"1040px\" align=\"center\" >\n"
."<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"1040px\">\n"
."<tr><td width=\"1040\" bgcolor=\"#000000\"><table width='1040%' cellspacing='0' cellpadding='0' border='0' ><tr><td>\n";
echo "</td></tr></table><table width=\"\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\n"
."<tr valign=\"top\">\n"
."<td width=\"10400\" valign=\"top\" style=\"padding:10px;\">\n";
if ($name=='Forums') {}
else if ($name=='Members_List') {}
else if ($name=='Private_Messages') {}
else {
blocks(left);
$sg = 'banner'; include "templates.php";
}
echo "</td><td width=\"980%\" style=\"padding:10px 10px 10px 0px;\">\n";
}
function themefooter() {
global $index;
echo "<br>";
if (defined('INDEX_FILE')) {
echo "</td><td valign=\"top\" width=\"130\" style=\"padding:10px 10px 10px 0px;\">\n";
blocks(right);
echo "<td>";
}
else {
echo "</td><td colspan=\"2\" style=\"padding:10px 10px 10px 0px;\">";
}
echo "<br><br></td></tr></table>\n"
."<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\"
style=\"border-collapse: collapse\" width=\"100%\"><tr><td width=\"100%\">"
."<br><center>";
echo "<br>";
// DO NOT REMOVE THE FOLLOWING COPYRIGHT LINE. YOU'RE NOT ALLOWED TO REMOVE NOR EDIT THIS.
echo "<p align=\"center\">";
$sg = ''; include "templates.php";
echo "</p>";
echo "</center></table></table></table>";
}
function themeindex ($aid, $informant, $time, $title, $counter, $topic, $thetext, $notes, $morelink, $topicname, $topicimage, $topictext) {
global $anonymous, $tipath;
echo "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\"><tr><td>\n"
."<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\"><tr><td bgcolor=\"#666666\">\n"
."<table border=\"0\" cellpadding=\"2\" cellspacing=\"0\" width=\"100%\"><tr>\n"
."<td background=\"themes/siteground4/images/barranews.gif\" width=\"609\" height=\"44\"><font class=\"option\"><b> $title</b></font></td></tr>\n"
."<tr><td background=\"themes/siteground4/images/back1.gif\"colspan=\"2\" bgcolor=\"#333333\">\n"
."<table border=\"0\" width=\"100%\" align=\"center\"><tr><td>\n"
."<a href=\"modules.php?name=News&new_topic=$topic\"><img src=\"$tipath$topicimage\" alt=\"$topictext\" border=\"0\" align=\"right\"></a>";
FormatStory($thetext, $notes, $aid, $informant);
echo "</td></tr></table>\n"
."</td></tr></table>\n"
."</td></tr><tr><td bgcolor=\"#000000\" align=\"center\">\n"
." "
."<b><font class=\"tiny\">"._POSTEDBY." ";
formatAidHeader($aid);
echo " - $time $timezone <br></font>\n"
."<font class=\"content\">$morelink</font></center>\n"
."<img src=\"themes/siteground4/images/pixel.gif\" border=\"0\" height=\"1\">"
."</td></tr></table>\n"
."</td></tr><tr><td background=\"themes/siteground4/images/header_news_down.gif\" width=\"607\" height=\"32\"></tr>"
."<tr><td bgcolor=\"#000000\"><img src=\"themes/siteground4/images/pixel.gif\" width=\"100%\" height=\"4\"></td></tr></table>\n";
}
function themearticle ($aid, $informant, $datetime, $title, $thetext, $topic, $topicname, $topicimage, $topictext) {
global $admin, $sid, $tipath;
echo "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\"><tr><td>\n"
."<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\"><tr><td bgcolor=\"#000000\">\n"
."<table border=\"0\" cellpadding=\"2\" cellspacing=\"0\" width=\"100%\">"
."<tr><td background=\"themes/siteground4/images/barranews.gif\" width=\"609\" height=\"44\"><font class=\"option\"><b> $title</b></font></td></tr>\n"
."<tr><td colspan=\"2\" background=\"themes/siteground4/images/back1.gif\"><br>\n"
."<table border=\"0\" width=\"98%\" align=\"center\"><tr><td>\n"
."<a href=\"modules.php?name=News&new_topic=$topic\"><img src=\"$tipath$topicimage\" alt=\"$topictext\" border=\"0\" align=\"right\"></a>";
FormatStory($thetext, $notes="", $aid, $informant);
echo "</td></tr></table>\n"
."</td></tr></table><br>\n"
."</td></tr>\n"
."</table></td></tr>\n"
."<tr><td background=\"themes/siteground4/images/barrasottodopo.gif\" width=\"607px\" height=\"32\"></tr>"
."<tr><td><br><div align=\"center\"></div></td></tr>\n"
."<tr><td bgcolor=\"#2897dd\"></td></tr></table>\n";
}
function themesidebox($title, $content) {
echo "<table border=\"0\" align=\"center\" width=\"200\" cellpadding=\"0\" cellspacing=\"0\">"
."<tr><td background=\"themes/siteground4/images/menu_top1.jpg\" width=\"200\" height=\"1\">"
." <font color=\"#46a4a1\" style=\"font-size:13px;\"><b>";
if (file_exists("$title.png")){ //Mod by matteoiamma - // www.matteoiammarrone.com
echo "<img src='$title.png'/>";
} else {
echo $title;
}
echo "</b></font>"
."</td></tr></table>\n"
."<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"200\">\n"
."<tr><td width=\"160\" bgcolor=\"#46a4a1\">\n"
."<table border=\"0\" cellpadding=\"3\" cellspacing=\"0\" width=\"200\">\n"
."<tr><td background=\"themes/siteground4/images/menu_middle.jpg\" width=\"200\" height=\100\">\n"
."$content"
."</td></tr></table></td></tr><td background=\"themes/siteground4/images/menu_bottom.jpg\" width=\"200\" height=\"9\"></td><tr><td><img src=\"themes/siteground4/images/pixel.gif\" width=\"130\" height=\"4\"></td></tr></table>";
}
?>
Inviato:
Mer Ott 28, 2009 2:44 pm
Sniffer Amministratore
Registrato: Jul 20, 2003 Messaggi: 3218
Località: Verona
Oggetto:
Ecco il codice
Codice:
<?php
$bgcolor1 = "#000000";
$bgcolor2 = "#000000";
$bgcolor3 = "#46a4a1";
$bgcolor4 = "#46a4a1";
$textcolor1 = "#ffffff";
$textcolor2 = "#fgfgfgf";
function OpenTable() {
global $bgcolor1, $bgcolor2;
echo "<table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" bgcolor=\"$bgcolor2\"><tr><td>\n";
echo "<table width=\"100%\" border=\"0\" cellspacing=\"0\" 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=\"0\" cellpadding=\"0\" bgcolor=\"$bgcolor2\" align=\"center\"><tr><td>\n";
echo "<table border=\"0\" cellspacing=\"0\" 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> <i>$notes</i>\n";
} else {
$notes = "";
}
if ("$aid" == "$informant") {
echo "<font class=\"news\">$thetext$notes</font>\n";
} else {
if($informant != "") {
$boxstuff = "<a href=\"user.php?op=userinfo&uname=$informant\"><b>$informant</a> ";
} else {
$boxstuff = "<b>Un anonimo ";
}
$boxstuff .= "segnala:</b> \"$thetext\"$notes\n";
echo "<font class=\"content\">$boxstuff</font>\n";
}
}
function themeheader() {
global $banners, $name;
echo "<body text=\"#ffffff\" link=\"0000ff\" leftmargin=0 rightmargin=0 topmargin=0>\n";
if ($banners) {
include("banners.php");
}
########## Modifica header #########
if ($name=='Forums') {
$logo="Header_forum.jpg";
} else {
$logo="Header.jpg";
}
#########################
echo "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"10\" align=\"center\">\n"
."<tr><td width=\"100%\" height=\"10\" valign=\"bottom\">\n"
."<map name=\"FPMap0\">"
."</map>"
."<img border=\"0\" src=\"themes/siteground4/images/$logo\" usemap=\"#FPMap0\" width=\"1036px\" height=\"282px\">"
."<tr><td width=\"1040px\" align=\"center\" >\n"
."<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"1040px\">\n"
."<tr><td width=\"1040\" bgcolor=\"#000000\"><table width='1040%' cellspacing='0' cellpadding='0' border='0' ><tr><td>\n";
echo "</td></tr></table><table width=\"\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">\n"
."<tr valign=\"top\">\n"
."<td width=\"10400\" valign=\"top\" style=\"padding:10px;\">\n";
if ($name=='Forums') {}
else if ($name=='Members_List') {}
else if ($name=='Private_Messages') {}
else {
blocks(left);
$sg = 'banner'; include "templates.php";
}
echo "</td><td width=\"980%\" style=\"padding:10px 10px 10px 0px;\">\n";
}
function themefooter() {
global $index;
echo "<br>";
if (defined('INDEX_FILE')) {
echo "</td><td valign=\"top\" width=\"130\" style=\"padding:10px 10px 10px 0px;\">\n";
blocks(right);
echo "<td>";
}
else {
echo "</td><td colspan=\"2\" style=\"padding:10px 10px 10px 0px;\">";
}
echo "<br><br></td></tr></table>\n"
."<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\"
style=\"border-collapse: collapse\" width=\"100%\"><tr><td width=\"100%\">"
."<br><center>";
echo "<br>";
// DO NOT REMOVE THE FOLLOWING COPYRIGHT LINE. YOU'RE NOT ALLOWED TO REMOVE NOR EDIT THIS.
echo "<p align=\"center\">";
$sg = ''; include "templates.php";
echo "</p>";
echo "</center></table></table></table>";
}
function themeindex ($aid, $informant, $time, $title, $counter, $topic, $thetext, $notes, $morelink, $topicname, $topicimage, $topictext) {
global $anonymous, $tipath;
echo "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\"><tr><td>\n"
."<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\"><tr><td bgcolor=\"#666666\">\n"
."<table border=\"0\" cellpadding=\"2\" cellspacing=\"0\" width=\"100%\"><tr>\n"
."<td background=\"themes/siteground4/images/barranews.gif\" width=\"609\" height=\"44\"><font class=\"option\"><b> $title</b></font></td></tr>\n"
."<tr><td background=\"themes/siteground4/images/back1.gif\"colspan=\"2\" bgcolor=\"#333333\">\n"
."<table border=\"0\" width=\"100%\" align=\"center\"><tr><td>\n"
."<a href=\"modules.php?name=News&new_topic=$topic\"><img src=\"$tipath$topicimage\" alt=\"$topictext\" border=\"0\" align=\"right\"></a>";
FormatStory($thetext, $notes, $aid, $informant);
echo "</td></tr></table>\n"
."</td></tr></table>\n"
."</td></tr><tr><td bgcolor=\"#000000\" align=\"center\">\n"
." "
."<b><font class=\"tiny\">"._POSTEDBY." ";
formatAidHeader($aid);
echo " - $time $timezone <br></font>\n"
."<font class=\"content\">$morelink</font></center>\n"
."<img src=\"themes/siteground4/images/pixel.gif\" border=\"0\" height=\"1\">"
."</td></tr></table>\n"
."</td></tr><tr><td background=\"themes/siteground4/images/header_news_down.gif\" width=\"607\" height=\"32\"></tr>"
."<tr><td bgcolor=\"#000000\"><img src=\"themes/siteground4/images/pixel.gif\" width=\"100%\" height=\"4\"></td></tr></table>\n";
}
function themearticle ($aid, $informant, $datetime, $title, $thetext, $topic, $topicname, $topicimage, $topictext) {
global $admin, $sid, $tipath;
echo "<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\"><tr><td>\n"
."<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"100%\"><tr><td bgcolor=\"#000000\">\n"
."<table border=\"0\" cellpadding=\"2\" cellspacing=\"0\" width=\"100%\">"
."<tr><td background=\"themes/siteground4/images/barranews.gif\" width=\"609\" height=\"44\"><font class=\"option\"><b> $title</b></font></td></tr>\n"
."<tr><td colspan=\"2\" background=\"themes/siteground4/images/back1.gif\"><br>\n"
."<table border=\"0\" width=\"98%\" align=\"center\"><tr><td>\n"
."<a href=\"modules.php?name=News&new_topic=$topic\"><img src=\"$tipath$topicimage\" alt=\"$topictext\" border=\"0\" align=\"right\"></a>";
FormatStory($thetext, $notes="", $aid, $informant);
echo "</td></tr></table>\n"
."</td></tr></table><br>\n"
."</td></tr>\n"
."</table></td></tr>\n"
."<tr><td background=\"themes/siteground4/images/barrasottodopo.gif\" width=\"607px\" height=\"32\"></tr>"
."<tr><td><br><div align=\"center\"></div></td></tr>\n"
."<tr><td bgcolor=\"#2897dd\"></td></tr></table>\n";
}
function themesidebox($title, $content) {
echo "<table border=\"0\" align=\"center\" width=\"200\" cellpadding=\"0\" cellspacing=\"0\">"
."<tr><td background=\"themes/siteground4/images/menu_top1.jpg\" width=\"200\" height=\"1\">"
." <font color=\"#46a4a1\" style=\"font-size:13px;\"><b>";
if (file_exists("$title.png")){ //Mod by matteoiamma - // www.matteoiammarrone.com
echo "<img src='$title.png'/>";
} else {
echo $title;
}
echo "</b></font>"
."</td></tr></table>\n"
."<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" width=\"200\">\n"
."<tr><td width=\"160\" bgcolor=\"#46a4a1\">\n"
."<table border=\"0\" cellpadding=\"3\" cellspacing=\"0\" width=\"200\">\n"
."<tr><td background=\"themes/siteground4/images/menu_middle.jpg\" width=\"200\" height=\100\">\n"
."$content"
."</td></tr></table></td></tr><td background=\"themes/siteground4/images/menu_bottom.jpg\" width=\"200\" height=\"9\"></td><tr><td><img src=\"themes/siteground4/images/pixel.gif\" width=\"130\" height=\"4\"></td></tr></table>";
}
?>
L'immagine dell'header del forums si deve chiamare Header_forum.jpg
_________________Non inviatemi pm con richieste di aiuto grazie.
Su questo forum solo gli utenti registrati possono vedere i links! Registrati o fai il login
Inviato:
Lun Nov 02, 2009 1:22 am
Destino Frequentatore
Registrato: Apr 13, 2009 Messaggi: 19
Oggetto:
e invece per mettere un sfondo diverso dal sito?
Inviato:
Lun Nov 02, 2009 6:33 pm
Sniffer Amministratore
Registrato: Jul 20, 2003 Messaggi: 3218
Località: Verona
Oggetto:
Utilizzi sempre lo stesso metodo aggiungi una variabile sotto a quella appena creata per il logo con il colore desiderato e sostituisci la variabile al colore nella striga di codice che assegna il colore.
_________________Non inviatemi pm con richieste di aiuto grazie.
Su questo forum solo gli utenti registrati possono vedere i links! Registrati o fai il login
Inviato:
Lun Nov 09, 2009 12:34 pm
Destino Frequentatore
Registrato: Apr 13, 2009 Messaggi: 19
Oggetto:
Sniffer ha scritto: Utilizzi sempre lo stesso metodo aggiungi una variabile sotto a quella appena creata per il logo con il colore desiderato e sostituisci la variabile al colore nella striga di codice che assegna il colore.
aiuto nn cio capito niente....
Inviato:
Lun Nov 09, 2009 3:07 pm
Destino Frequentatore
Registrato: Apr 13, 2009 Messaggi: 19
Oggetto:
ciaoo...sn di nuovo io.....vorrei che l'hader del forum nn avesse le stesse dimensioni perchè cosi per come mi avete dato il codice entrambi i file immagine per il logo del sito e quello del forum sono uguali di dimensioni...
quello del Sito deve avere dimensioni: 1035px × 283px
quello del Forum deve avere dimensioni: 1032px x 276px
e poi nn so come mettere lo sfondo diverso,...mi aiutate a editare i file..nn lo so fare
Inviato:
Dom Feb 28, 2010 10:35 am
Tutti i fusi orari sono GMT + 2 ore
Key
Non puoi inserire nuovi Topic in questo forumNon puoi rispondere ai Topic in questo forumNon puoi modificare i tuoi messaggi in questo forumNon puoi cancellare i tuoi messaggi in questo forumNon puoi votare nei sondaggi in questo forum
Powered
by phpBB © 2001, 2005 phpBB Group