Content Management System - CMS : eXV2 
Home
News
Forum
Downloads
Download Module
Sitemap
Partnerseiten
RSS News
Kontakt/Info
Sprache
EnglishFrench
Suchen
Login
Nickname
Passwort

Registrieren?
Passwort?
Navigation
 Home News  Forum Neueste Beiträge  Downloads Download Module eXV² Themes  Weblinks Tutorial Changelog 2.3.1 Jobcenter Gebrauchtmarkt OSMap  Sponsor Kalendersystem Sitemap Partnerseiten RSS News Kontakt/Info Webseiten Wetter
  Forenindex
     Themes
  Hintergrund ändern
 
Thema
drucken
Hintergrund ändern

Icejumper Hintergrund ändern

Fortgeschrittener


Mitglied seit:15.04.2006
Beiträge:147
Aus:Traunreut




 Level: 11
0 / 287
449 / 449
5 / 25
Hi

Ich brauche den Link zu der Seite !

Icejumper
»20.10.2007 22:39 Homepage

Ephram Hintergrund ändern

Fortgeschrittener


Mitglied seit:24.01.2006
Beiträge:80
Aus:




 Level: 7
0 / 138
392 / 392
15 / 16
nur in der mitte die Farbe gegen Grafik rechts und links kann so bleiben
danke im voraus
»20.10.2007 20:27

Icejumper Hintergrund ändern

Fortgeschrittener


Mitglied seit:15.04.2006
Beiträge:147
Aus:Traunreut




 Level: 11
0 / 287
449 / 449
5 / 25
Hallo Ephram

Kannst Du mir schreiben wo Du welche Farbe in eine Hintergrund-Grafik ändern willst ? Ich kann Dir da sicher weiterhelfen.

Icejumper
»20.10.2007 18:29 Homepage

Ephram Hintergrund ändern

Fortgeschrittener


Mitglied seit:24.01.2006
Beiträge:80
Aus:




 Level: 7
0 / 138
392 / 392
15 / 16
bin leider da nicht wirklich bewandert hier mal die theme php
könntest du mir vieleicht sagen in welcher zeile ich das image einfügen muss
Code:
range Theme für ExV2 by Theo Schönstedt //
// Icejumper's Themen-Homepage - www.themen-web.de.tt //
// Exv2 - www.exv2.de //
//---------------------------------------------------------------//
// Change to the foldername of your theme
define("XOOPS_THEME", "Marmor-Orange");

// --------------------------------------------------------------------------------------//
/************************************************************/
/* Function themesidebox_left() */
/* */
/* Controls the look of your left blocks. */
/************************************************************/

function themesidebox_left($title, $content) {
?>
<!-- HTML 1 CODE -->
<table width="160" border="0" cellpadding="0" cellspacing="0" >
<tr><td><div id="sbimageleft" class="sidboxtitle"><?php echo $title;?></div></td></tr>
<tr><td class="sideboxcontent"><?php echo $content;?></td></tr>
<tr><td><div id="sbimageleft1" class="sidboxtitle1">&amp;nbsp;&amp;nbsp;</div></td></tr>
</table>
<br />
<!-- HTML 1 CODE -->
<?php
}

// --------------------------------------------------------------------------------------//
/************************************************************/
/* Function themesidebox_right() */
/* */
/* Controls the look of your right blocks. */
/************************************************************/

function themesidebox_right($title, $content) {
?>
<!-- HTML CODE -->
<table width="160" border="0" cellpadding="0" cellspacing="0" >
<tr><td><div id="sbimageleft" class="sidboxtitle"><?php echo $title;?></div></td></tr>
<tr><td class="sideboxcontent"><?php echo $content;?></td></tr>
<tr><td><div id="sbimageleft1" class="sidboxtitle1">&amp;nbsp;</div></td></tr>
</table>
<br />
<!-- HTML CODE -->
<?php
}

// --------------------------------------------------------------------------------------//
/************************************************************/
/* Function themecenterbox_left() */
/* */
/* Controls the look of your left-center blocks. */
/************************************************************/

function themecenterbox_left($title, $content) {
?>
<!-- HTML CODE -->
<table width="100%" border="0" cellpadding="0" cellspacing="0"><tr>
<td><div id="sbimageleft" class="indextitle"><?php echo $title;?></div><hr /></td>
</tr><tr>
<td><?php echo $content;?></td>
</tr></table>
<br />
<!-- HTML CODE -->
<?php
}

// --------------------------------------------------------------------------------------//
/************************************************************/
/* Function themecenterbox_center() */
/* */
/* Controls the look of your center-center blocks. */
/************************************************************/

function themecenterbox_center($title, $content) {
?>
<!-- HTML CODE -->
<table width="100%" border="0" cellpadding="0" cellspacing="0"><tr>
<td><div id="sbimageleft" class="indextitle"><?php echo $title;?></div><hr /></td>
</tr><tr>
<td><?php echo $content;?></td>
</tr></table>
<br />
<!-- HTML CODE -->
<?php
}

// --------------------------------------------------------------------------------------//
/************************************************************/
/* Function themecenterbox_right() */
/* */
/* Controls the look of your right-center blocks. */
/************************************************************/

function themecenterbox_right($title, $content) {
?>
<!-- HTML CODE -->
<table width="100%" border="0" cellpadding="0" cellspacing="0"><tr>
<td><div id="sbimageleft" class="indextitle"><?php echo $title;?></div><hr /></td>
</tr><tr>
<td><?php echo $content;?></td>
</tr></table>
<br />
<!-- HTML CODE -->
<?php
}

// --------------------------------------------------------------------------------------//
/************************************************************/
/* Function themecenterposts() */
/* */
/* Controls the look of various center blocks, */
/* like when you preview posts in the forum &amp; news. */
/************************************************************/

function themecenterposts($title, $content) {
?>
<!-- HTML CODE -->
<table width="100%" border="0" cellpadding="0" cellspacing="0"><tr>
<td><div id="sbimageleft" class="indextitle"><?php echo $title;?></div></td>
</tr><tr>
<td class="indextable"><div class="indextext">
<p><?php echo $content;?></p>
</div></td>
</tr></table>
<br />
<!-- HTML CODE -->
<?php
}

// --------------------------------------------------------------------------------------//
/************************************************************/
/* Function themenews() */
/* */
/* This function formats the stories on your homepage */
/************************************************************/

function themenews($poster, $time, $title, $counter, $thetext, $timglink, $adminlink, $morelink="") {
?>
<!-- HTML CODE -->
<table width="100%" border="0" cellpadding="0" cellspacing="0"><tr>
<td><div id="sbimageleft" class="indextitle"><?php echo $title;?></div></td>
</tr><tr>

<td class="indextable2">
<div class="postedby">
<?php echo _TH_POSTEDBY;?> <?php echo $poster;?> <?php echo _TH_ON;?> <?php echo $time;?> (<?php echo $counter;?> <?php echo _TH_READS;?>)
</div>
<div class="indextext">
<p><?php echo $timglink;?> <?php echo $thetext;?></p>
</div></td>

</tr><tr>
<td><div class="more" align="right"><?php echo $adminlink;?> <?php echo $morelink;?></div></td>

</tr></table>
<br />
<!-- HTML CODE -->
<?php
}

// --------------------------------------------------------------------------------------//
/**************************************************************************/
/* Function theme_waitbox() */
/* */
/* Controls the look of the waitbox when it's turned on */
/**************************************************************************/
function theme_waitbox() {
?>
<!-- HTML CODE -->
<table cellpadding="3" cellspacing="3" class="waitbox"><tr>
<td>
<b><big><?php echo _TH_LOADING;?></big></b><br />
<img src="<?php echo XOOPS_URL."/themes/".XOOPS_THEME;?>/images/await.gif" alt="" />
<br /><?php echo _TH_PLEASEWAIT;?></td></tr>
</table>
<!-- HTML CODE -->
<?php
}

// --------------------------------------------------------------------------------------//
/**********************************************************************/
/* Function themeheader() */
/* */
/* Everything that comes before stuff in the center of your site. */
/* It's goes up to the first <td> right before center stuff appears. */
/* */
/* themeheader<td> */
/* center stuff */
/* </td>themefooter */
/**********************************************************************/

function themeheader($show_rblock) {
global $xoopsConfig, $xoopsUser, $meta;
?>
<script type="text/javascript" src="<?php echo XOOPS_URL."/themes/".XOOPS_THEME;?>/date.js" ></script>
</head>
<body bgcolor="#ffffff" onload="startclock();" style="text-align: center">
<?php OpenWaitBox();?>

<table cellspacing="0" cellpadding="0" border="0" width="100%">
<tr>
<td><img src="<?php echo XOOPS_URL."/themes/".XOOPS_THEME;?>/images/t1.gif" width=185 height=87 border=0 alt=""></td>
<td background="<?php echo XOOPS_URL."/themes/".XOOPS_THEME;?>/images/t2bg.gif" width=100% height=87 align="center"><img src="<?php echo XOOPS_URL."/themes/".XOOPS_THEME;?>/images/titbag-header.gif" width=500 height=87 border=0 alt=""></td>
<td><img src="<?php echo XOOPS_URL."/themes/".XOOPS_THEME;?>/images/t3.gif" width=185 height=87 border=0 alt=""></td>
</tr></table>

<table cellspacing="0" cellpadding="0" border="0" width="100%">
<tr>
<td width="49%" align="right" background="<?php echo XOOPS_URL."/themes/".XOOPS_THEME;?>/images/t4bg.gif" height=59><font color="#000000"><b><?php if ($xoopsUser) {
printf(_TH_WELCOME_BACK, $xoopsUser->uname());
} else {
printf(_TH_WELCOME_TO, $meta['title']);
} ;?></b></font></td>
<td width="2%" background="<?php echo XOOPS_URL."/themes/".XOOPS_THEME;?>/images/t4bg.gif" height=59>&amp;nbsp;</td>
<td width="49%" align="left" background="<?php echo XOOPS_URL."/themes/".XOOPS_THEME;?>/images/t4bg.gif" height=59><b><div id="myclock"></b></td>
</tr>
</table>

<table width="100%" border="0" cellpadding="5" cellspacing="0"><tr>
<td id="leftblock" width="160" align="left" valign="top" class="sidebar1">
<?php make_sidebar("left");?>
</td>

<td align="center" valign="top" width="100%"><?php showbanner();?> <!-- HTML CODE -->
<?php
}

// --------------------------------------------------------------------------------------//
/*************************************************************************/
/* Function themefooter() */
/* */
/* This is everything that appears right after any center stuff. */
/* */
/* themeheader<td> */
/* center stuff */
/* </td>themefooter */
/*************************************************************************/

function themefooter($show_rblock, $footer) {
?>
<!-- HTML CODE -->
<br /></td>

<?php if ($show_rblock) { ?>
<td id="rightblock" width="160" align="right" valign="top" class="sidebar2"><?php make_sidebar("right");?></td>
<?php } else { echo "<td width='1' id='rightblock' style='display:none;'>&amp;nbsp;</td>"; } ?>

</tr><tr>
<td colspan="3" width="100%" align="center" background="<?php echo XOOPS_URL."/themes/".XOOPS_THEME;?>/images/t5bg.gif" height=64>
<!--<td colspan="3" class="footer">-->
<?php echo $footer;?> <a " target="_blank"></a></td>
</tr></table>

<!-- HTML CODE -->
<?php
}

// --------------------------------------------------------------------------------------//
/**************************************************************************/
/* OpenTable Functions */
/* */
/* The look of certain tables opend/closed in variousparts of xoops, like */
/* the tables in the center of the admin section, and in various modules. */
/**************************************************************************/

function OpenTable($width="100%") {
?>
<!-- HTML CODE -->
<table width="<?php echo $width;?>" border="0" cellspacing="1" cellpadding="0" class="bg2"><tr>
<td valign="top">
<table width="100%" border="0" cellspacing="1" cellpadding="8" class="bg1"><tr>
<td valign="top">
<!-- HTML CODE -->
<?php
}

// --------------------------------------------------------------------------------------//
function CloseTable() {
?>
<!-- HTML CODE -->
</td></tr></table></td></tr></table>
<!-- HTML CODE -->
<?php
}
?>


[ Ge&auml;ndert von Ephram an 20.10.2007 16:51 ]
»20.10.2007 16:43

bama Hintergrund ändern

Developer


Mitglied seit:16.12.2002
Beiträge:3930
Aus:Nürnberg




 Level: 47
8358 / 8358
4288 / 4296
102 / 234
dann musst du deine theme.php bearbeiten
solltest aber etwas von html verstehen, sonst ist dein ganzes Design kaputt

--
Gruß Hans

I have an idea I have an idea
»20.10.2007 13:19 Homepage

Ephram Hintergrund ändern

Fortgeschrittener


Mitglied seit:24.01.2006
Beiträge:80
Aus:




 Level: 7
0 / 138
392 / 392
15 / 16
leider kann ich das theme nicht im theme manager bearbeiten da es nicht angezeigt wird
»20.10.2007 01:53

bama Hintergrund ändern

Developer


Mitglied seit:16.12.2002
Beiträge:3930
Aus:Nürnberg




 Level: 47
8358 / 8358
4288 / 4296
102 / 234
wenn du mit dem Theme Editor arbeitest, kannst du das unter Theme Einstellungen -> Auswahl: body - Einstellungen -> Hintergrundbilder vornehmen

wenn du nur ein Hintergrundbild im obersten Bereich möchtest: Auswahl: header - Header

--
Gruß Hans

I have an idea I have an idea
»25.09.2007 18:33 Homepage

Weiti Hintergrund ändern

eXV² Teammember


Mitglied seit:07.06.2004
Beiträge:368
Aus:Sinsheim




 Level: 17
0 / 667
716 / 716
37 / 41
Natürlich gibt es die - das jedoch hier zu erklären würde wohl doch sehr umfangreich werden.

Versuchs mal mit Google "Hintergrundbild CSS" oder z.B. mit diesem Beitrag: Hintergrundgrafik mit CSS

Das CSS findest du bei Deinem Theme unter /themes/style/style.css

--
Viele Grüsse, Dirk

Webmaster of

ENDURO CUP ONLINE
»24.09.2007 12:03 Homepage

Ephram Hintergrund ändern

Fortgeschrittener


Mitglied seit:24.01.2006
Beiträge:80
Aus:




 Level: 7
0 / 138
392 / 392
15 / 16
hi habe mal ne frage gibt es vieleicht die möglichkeit den background statt farbe ein bild einezufügen?
»23.09.2007 22:35
Thema
drucken

Ähnliche Beiträge
ThemaAntwortenAutorgelesenDatum
gw_modern_braun Links ändern4klauspeter86228.01.2011 13:37
Forum Design ändern2mexx7338708.01.2011 18:20
gesamte Sprache ändern3mexx7353320.11.2010 18:13
ftp attribute lassen sich nicht ändern2djscooter66316.08.2010 22:04
Hintergrund2auktion72230.01.2010 22:37

User online

User online: 1 Mitglieder befinden sich im Forum!
Insgesamt sind 1 Mitglieder online! [ Administrator ] [ Moderator ]
1 Anonyme User
0 Mitglieder

Suchen

Suchbegriffe:    

[ Erweiterte Suche ]

Berechtigung

Du kannst nicht schreiben.
Du kannst nicht ändern.
Du kannst keine Umfragen erstellen.
Du kannst keine Dateien anhängen.
Du kannst nicht antworten.
Du kannst nicht löschen.
Du kannst nicht abstimmen.

  Forenindex
     Themes
  Hintergrund ändern
Kontakt/Info
  Kontakt
  Impressum
  Link zu uns
  AGB
  Datenschutzhinweis
Downloads
  eXV² Core
  Core Sprachfiles
eXV² Filecenter
  Downloads
  Download Module
  eXV² Themes
  Multilanguage Module
  Sprachfiles eXV² Module
eXV² Support
  France