| Precedente :: Successivo |
| Autore |
Messaggio |
Destino Maestro


Registrato: Feb 08, 2009 Messaggi: 314 Località: Reggi Calabria
|
Inviato: Dom Ott 18, 2009 6:31 pm Oggetto: immagine di sfondo solo per il forum |
|
|
| vorrei sapere come mettere uno sfondo per il forum perche che sia diverso da quello usato sul sito |
|
| Torna in cima |
|
 |
Destino Maestro


Registrato: Feb 08, 2009 Messaggi: 314 Località: Reggi Calabria
|
Inviato: Lun Ott 19, 2009 7:02 pm Oggetto: |
|
|
| qualkuno mi sa rispondere? |
|
| Torna in cima |
|
 |
matteoiamma Moderatore


Registrato: May 17, 2008 Messaggi: 531 Località: Torremaggiore(Foggia)
|
Inviato: Mar Ott 20, 2009 2:46 pm Oggetto: |
|
|
Ciao,
dunque...
postaci il file style/style.css e theme.php del tuo sito e ti diciamo come fare.
 _________________ Non inviatemi messaggi privati o email,
gratis aiuto solo sui forum.
CLEANUKE.IT - CLEAN NUKE OFFICIAL COMMUNITY
MATTEOIAMMARRONE.COM
FORUMRAGAZZI.IT |
|
| Torna in cima |
|
 |
Destino Maestro


Registrato: Feb 08, 2009 Messaggi: 314 Località: Reggi Calabria
|
Inviato: Mar Ott 20, 2009 3:05 pm Oggetto: |
|
|
questo è il CSS:
| Codice: | FONT {FONT-FAMILY: Verdana,Helvetica; FONT-SIZE: 10px}
TD {FONT-FAMILY: Verdana,Helvetica; FONT-SIZE: 10px}
BODY {FONT-FAMILY: Verdana,Helvetica; FONT-SIZE: 10px;color:#898989;background:#000 url(../images/ron.jpg) center top repeat-y;}
P {FONT-FAMILY: Verdana,Helvetica; FONT-SIZE: 10px}
DIV {FONT-FAMILY: Verdana,Helvetica; FONT-SIZE: 10px}
INPUT {FONT-FAMILY: Verdana,Helvetica; FONT-SIZE: 10px}
TEXTAREA {FONT-FAMILY: Verdana,Helvetica; FONT-SIZE: 10px}
FORM {FONT-FAMILY: Verdana,Helvetica; FONT-SIZE: 10px}
A:link {
BACKGROUND: none;
COLOR: #a4dbdc;
FONT-SIZE: 10px;
FONT-FAMILY: Verdana, Helvetica;
TEXT-DECORATION: none;
}
A:active {
BACKGROUND: none;
COLOR: #a4dbdc;
FONT-SIZE: 10px;
FONT-FAMILY: Verdana, Helvetica;
TEXT-DECORATION: none;
}
A:visited {
BACKGROUND: none;
COLOR: #a4dbdc;
FONT-SIZE: 10px;
FONT-FAMILY: Verdana, Helvetica;
TEXT-DECORATION: none;
}
A:hover {
BACKGROUND: none;
COLOR: White;
FONT-SIZE: 10px;
FONT-FAMILY: Verdana, Helvetica;
TEXT-DECORATION: underline;
}
.title {BACKGROUND: none; COLOR: #fefefe; FONT-SIZE: 12px; FONT-WEIGHT: bold; FONT-FAMILY: Verdana, Helvetica; TEXT-DECORATION: none}
.content {BACKGROUND: none; COLOR: #ffffff; line-height:155%; FONT-SIZE: 10px; FONT-FAMILY: Verdana, Helvetica}
.news {BACKGROUND: none; COLOR: #ffffff; line-height:155%; FONT-SIZE: 10px; FONT-FAMILY: Verdana, Helvetica}
.storytitle {BACKGROUND: none; COLOR: #ffffff; FONT-SIZE: 13px; FONT-WEIGHT: bold; FONT-FAMILY: Verdana, Helvetica; TEXT-DECORATION: none}
.storycat {BACKGROUND: none; COLOR: #ffffff; FONT-SIZE: 10px; FONT-WEIGHT: bold; FONT-FAMILY: Verdana, Helvetica; TEXT-DECORATION: underline}
.boxtitle {BACKGROUND: none; COLOR: #ffffff; FONT-SIZE: 10px; FONT-WEIGHT: bold; FONT-FAMILY: Verdana, Helvetica; TEXT-DECORATION: none}
.boxcontent {BACKGROUND: none; COLOR: #fefefe; FONT-SIZE: 12px; FONT-FAMILY: Verdana, Helvetica}
.option {
BACKGROUND: none;
COLOR: #a4dbdc;
FONT-SIZE: 11px;
FONT-WEIGHT: bold;
FONT-FAMILY: Verdana, Helvetica;
TEXT-DECORATION: none;
}
.tiny {
BACKGROUND: none;
COLOR: White;
FONT-SIZE: 10px;
FONT-WEIGHT: normal;
FONT-FAMILY: Verdana, Helvetica;
TEXT-DECORATION: none;
}
.footmsg {
BACKGROUND: none;
COLOR: White;
FONT-SIZE: 10px;
FONT-WEIGHT: normal;
FONT-FAMILY: Verdana, Helvetica;
TEXT-DECORATION: none;
}
.footmsg_l {
BACKGROUND: none;
COLOR: White;
FONT-SIZE: 10px;
FONT-WEIGHT: normal;
FONT-FAMILY: Verdana, Helvetica;
TEXT-DECORATION: underline;
}
.box {
FONT-FAMILY: Verdana,Helvetica;
FONT-SIZE: 10px;
border: 1px solid #CCCCCC;
background-color: White;
}
i { color:#a6d7ed;}
/* -------------------------- */
a.sgfooter:link, a.sgfooter:visited {
color : #fefefe;
font-size : 11px;
font-family: Arial;
text-decoration:none;
}
a.sgfooter:hover {
color : #fefefe;
font-family: Arial;
text-decoration:none;
}
a.sgfooter1:link, a.sgfooter1:visited {
color : #336699;
font-size : 10px;
font-family: Verdana,Arial,Helvetica,sans-serif;
text-decoration:none;
}
a.sgfooter1:hover {
color: White;
font-family: Verdana,Arial,Helvetica,sans-serif;
text-decoration: none;
}
.sgf {
font-size: 11px;
font-family: Verdana,Arial,Helvetica,sans-serif;
color: #fefefe;
text-decoration:none;
}
.sgf1 {
font-size: 11px;
font-family: Verdana,Arial,Helvetica,sans-serif;
color: #fefefe;
text-align:left;
}
.sgimg1{
background:#0072b5 url(../images/banner_01.jpg) center top no-repeat;
background-repeat: no-repeat;
width:28px;
height:16px;
}
.sgimg2{
background:#0072b5 url(../images/banner_02.jpg) center top no-repeat;
background-repeat: no-repeat;
width:107px;
height:16px;
} |
questo è il file theme.php:
| 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=\"285px\">"
."<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=\"590px\" height=\"15\"></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>";
}
?> |
è possibile fare la stessa cosa per l'hader vorreei che nel forum si vedesse dunque un sfondo diverso e un header diverso da quello del sito...XD aspetto tua risp |
|
| Torna in cima |
|
 |
matteoiamma Moderatore


Registrato: May 17, 2008 Messaggi: 531 Località: Torremaggiore(Foggia)
|
Inviato: Mar Ott 20, 2009 4:10 pm Oggetto: |
|
|
Ciao,
bene,
ecco a te il nuovo file style/style.css
| Codice: | FONT {FONT-FAMILY: Verdana,Helvetica; FONT-SIZE: 10px}
TD {FONT-FAMILY: Verdana,Helvetica; FONT-SIZE: 10px}
P {FONT-FAMILY: Verdana,Helvetica; FONT-SIZE: 10px}
DIV {FONT-FAMILY: Verdana,Helvetica; FONT-SIZE: 10px}
INPUT {FONT-FAMILY: Verdana,Helvetica; FONT-SIZE: 10px}
TEXTAREA {FONT-FAMILY: Verdana,Helvetica; FONT-SIZE: 10px}
FORM {FONT-FAMILY: Verdana,Helvetica; FONT-SIZE: 10px}
A:link {
BACKGROUND: none;
COLOR: #a4dbdc;
FONT-SIZE: 10px;
FONT-FAMILY: Verdana, Helvetica;
TEXT-DECORATION: none;
}
A:active {
BACKGROUND: none;
COLOR: #a4dbdc;
FONT-SIZE: 10px;
FONT-FAMILY: Verdana, Helvetica;
TEXT-DECORATION: none;
}
A:visited {
BACKGROUND: none;
COLOR: #a4dbdc;
FONT-SIZE: 10px;
FONT-FAMILY: Verdana, Helvetica;
TEXT-DECORATION: none;
}
A:hover {
BACKGROUND: none;
COLOR: White;
FONT-SIZE: 10px;
FONT-FAMILY: Verdana, Helvetica;
TEXT-DECORATION: underline;
}
.title {BACKGROUND: none; COLOR: #fefefe; FONT-SIZE: 12px; FONT-WEIGHT: bold; FONT-FAMILY: Verdana, Helvetica; TEXT-DECORATION: none}
.content {BACKGROUND: none; COLOR: #ffffff; line-height:155%; FONT-SIZE: 10px; FONT-FAMILY: Verdana, Helvetica}
.news {BACKGROUND: none; COLOR: #ffffff; line-height:155%; FONT-SIZE: 10px; FONT-FAMILY: Verdana, Helvetica}
.storytitle {BACKGROUND: none; COLOR: #ffffff; FONT-SIZE: 13px; FONT-WEIGHT: bold; FONT-FAMILY: Verdana, Helvetica; TEXT-DECORATION: none}
.storycat {BACKGROUND: none; COLOR: #ffffff; FONT-SIZE: 10px; FONT-WEIGHT: bold; FONT-FAMILY: Verdana, Helvetica; TEXT-DECORATION: underline}
.boxtitle {BACKGROUND: none; COLOR: #ffffff; FONT-SIZE: 10px; FONT-WEIGHT: bold; FONT-FAMILY: Verdana, Helvetica; TEXT-DECORATION: none}
.boxcontent {BACKGROUND: none; COLOR: #fefefe; FONT-SIZE: 12px; FONT-FAMILY: Verdana, Helvetica}
.option {
BACKGROUND: none;
COLOR: #a4dbdc;
FONT-SIZE: 11px;
FONT-WEIGHT: bold;
FONT-FAMILY: Verdana, Helvetica;
TEXT-DECORATION: none;
}
.tiny {
BACKGROUND: none;
COLOR: White;
FONT-SIZE: 10px;
FONT-WEIGHT: normal;
FONT-FAMILY: Verdana, Helvetica;
TEXT-DECORATION: none;
}
.footmsg {
BACKGROUND: none;
COLOR: White;
FONT-SIZE: 10px;
FONT-WEIGHT: normal;
FONT-FAMILY: Verdana, Helvetica;
TEXT-DECORATION: none;
}
.footmsg_l {
BACKGROUND: none;
COLOR: White;
FONT-SIZE: 10px;
FONT-WEIGHT: normal;
FONT-FAMILY: Verdana, Helvetica;
TEXT-DECORATION: underline;
}
.box {
FONT-FAMILY: Verdana,Helvetica;
FONT-SIZE: 10px;
border: 1px solid #CCCCCC;
background-color: White;
}
i { color:#a6d7ed;}
/* -------------------------- */
a.sgfooter:link, a.sgfooter:visited {
color : #fefefe;
font-size : 11px;
font-family: Arial;
text-decoration:none;
}
a.sgfooter:hover {
color : #fefefe;
font-family: Arial;
text-decoration:none;
}
a.sgfooter1:link, a.sgfooter1:visited {
color : #336699;
font-size : 10px;
font-family: Verdana,Arial,Helvetica,sans-serif;
text-decoration:none;
}
a.sgfooter1:hover {
color: White;
font-family: Verdana,Arial,Helvetica,sans-serif;
text-decoration: none;
}
.sgf {
font-size: 11px;
font-family: Verdana,Arial,Helvetica,sans-serif;
color: #fefefe;
text-decoration:none;
}
.sgf1 {
font-size: 11px;
font-family: Verdana,Arial,Helvetica,sans-serif;
color: #fefefe;
text-align:left;
}
.sgimg1{
background:#0072b5 url(../images/banner_01.jpg) center top no-repeat;
background-repeat: no-repeat;
width:28px;
height:16px;
}
.sgimg2{
background:#0072b5 url(../images/banner_02.jpg) center top no-repeat;
background-repeat: no-repeat;
width:107px;
height:16px;
} |
e il nuovo file theme.php
| Codice: | <?php
global $module_name;
if ($module_name == "Forums"){
?>
<style type="text/css">
body {FONT-FAMILY: Verdana,Helvetica; FONT-SIZE: 10px;color:#898989;background:#000 url(../images/BACKGROUND-DIVERSO.jpg) center top repeat-y;}
</style>
<?php
$img_url = "themes/siteground4/images/Header-ALTERNATIVO.jpg";
} else {
?>
<style type="text/css">
body {FONT-FAMILY: Verdana,Helvetica; FONT-SIZE: 10px;color:#898989;background:#000 url(../images/ron.jpg) center top repeat-y;}
</style>
<?php
$img_url = "themes/siteground4/images/Header.jpg";
}
$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, $img_url;
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=\"$img_url\" usemap=\"#FPMap0\" width=\"1036px\" height=\"285px\">"
."<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=\"590px\" height=\"15\"></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>";
}
?> |
_________________ Non inviatemi messaggi privati o email,
gratis aiuto solo sui forum.
CLEANUKE.IT - CLEAN NUKE OFFICIAL COMMUNITY
MATTEOIAMMARRONE.COM
FORUMRAGAZZI.IT |
|
| Torna in cima |
|
 |
Destino Maestro


Registrato: Feb 08, 2009 Messaggi: 314 Località: Reggi Calabria
|
Inviato: Mar Ott 20, 2009 5:37 pm Oggetto: |
|
|
| non succede niente ho sostituito le imm per come vengono rinominate nel codice ma nn succede niente |
|
| Torna in cima |
|
 |
queen_live78 Amministratore


Registrato: Nov 10, 2006 Messaggi: 2457 Località: Cagliari (CA) - Maniago (PN)
|
|
| Torna in cima |
|
 |
Destino Maestro


Registrato: Feb 08, 2009 Messaggi: 314 Località: Reggi Calabria
|
Inviato: Mer Ott 21, 2009 7:41 am Oggetto: |
|
|
la versione del phbb é:
| Codice: | Powered by phpBB 2.0.22 © 2001, 2002 phpBB Group
phpBB template by Spectre :: Ported for PHP-Nuke by nukemods.com
Tutti i fusi orari sono GMT + 1 ora |
cmq per lo sfondo nn uso il tema predefinito ma tutt'altro ma nn mi funiona mai quando metto il nome dell'imm tipo imm.jpg |
|
| Torna in cima |
|
 |
Destino Maestro


Registrato: Feb 08, 2009 Messaggi: 314 Località: Reggi Calabria
|
Inviato: Mer Ott 21, 2009 4:43 pm Oggetto: |
|
|
| quindi che dovrei fare....? |
|
| Torna in cima |
|
 |
Destino Maestro


Registrato: Feb 08, 2009 Messaggi: 314 Località: Reggi Calabria
|
Inviato: Dom Ott 25, 2009 9:42 am Oggetto: |
|
|
| qualkuno mi risp...raga è urgente |
|
| Torna in cima |
|
 |
queen_live78 Amministratore


Registrato: Nov 10, 2006 Messaggi: 2457 Località: Cagliari (CA) - Maniago (PN)
|
|
| Torna in cima |
|
 |
Destino Maestro


Registrato: Feb 08, 2009 Messaggi: 314 Località: Reggi Calabria
|
|
| Torna in cima |
|
 |
Destino Maestro


Registrato: Feb 08, 2009 Messaggi: 314 Località: Reggi Calabria
|
Inviato: Sab Dic 26, 2009 10:31 pm Oggetto: |
|
|
| scusate nuovamente.....potete crearmi il codice per creare un header diverso da l sito e non sia lo sfondo che l'header |
|
| Torna in cima |
|
 |
Destino Maestro


Registrato: Feb 08, 2009 Messaggi: 314 Località: Reggi Calabria
|
Inviato: Lun Dic 28, 2009 8:53 pm Oggetto: |
|
|
mi sapete risp _________________
 |
|
| Torna in cima |
|
 |
queen_live78 Amministratore


Registrato: Nov 10, 2006 Messaggi: 2457 Località: Cagliari (CA) - Maniago (PN)
|
|
| Torna in cima |
|
 |
Destino Maestro


Registrato: Feb 08, 2009 Messaggi: 314 Località: Reggi Calabria
|
Inviato: Mer Dic 30, 2009 9:04 am Oggetto: |
|
|
| queen_live78 ha scritto: | attendi abbiamo 1000 richieste al giorno, soddisfarle tutte e subito è impossibile !!! appena uno dei collaboratori si libera pensiamo subito al tuo problema, tieni conto che siamo nei periodi di festa...  |
perdono...mi ero dimenticato _________________
 |
|
| Torna in cima |
|
 |
|
|
Non puoi inserire nuovi Topic in questo forum Non puoi rispondere ai Topic in questo forum Non puoi modificare i tuoi messaggi in questo forum Non puoi cancellare i tuoi messaggi in questo forum Non puoi votare nei sondaggi in questo forum
|
|