DE - Technischer SupportAddon anpassen


18.08.2012, 11:51 - Xama241 - webSPELL newbie - 57 Posts
moin moin

ich hab folgendes Problem, ich habe ein sogenanntes Rekrutierungs Addon gestern installiert. Jedoch bekomme ich es nicht so ganz hin es dem Design anzupassen :-/.....

ist nichts großartiges das Addon überschneidet sich einfach mit den anderen in der Navi :-( aber seht einfach selbst....
http://rampage-guild.de/index.php

wie man sieht überschneidet es sich mit den darunter liegenden Addon außerdem überlappen sich auch die Bilder :-(

hier der Index Code:

[toggle=Mehr lesen]
Code:
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
16.
17.
18.
19.
20.
21.
22.
23.
24.
25.
26.
27.
28.
29.
30.
31.
32.
33.
34.
35.
36.
37.
38.
39.
40.
41.
42.
43.
44.
45.
46.
47.
48.
49.
50.
51.
52.
53.
54.
55.
56.
57.
58.
59.
60.
61.
62.
63.
64.
65.
66.
67.
68.
69.
70.
71.
72.
73.
74.
75.
76.
77.
78.
79.
80.
81.
82.
83.
84.
85.
86.
87.
88.
89.
90.
91.
92.
93.
94.
95.
96.
97.
98.
99.
100.
101.
102.
103.
104.
105.
106.
107.
108.
109.
110.
111.
112.
113.
114.
115.
116.
117.
118.
119.
120.
121.
122.
123.
124.
125.
126.
127.
128.
129.
130.
131.
132.
133.
134.
135.
136.
137.
138.
139.
140.
141.
142.
143.
144.
145.
146.
147.
148.
149.
<?php
/*
##########################################################################
#                                                                        #
#           Version 4       /                        /   /               #
#          -----------__---/__---__------__----__---/---/-               #
#           | /| /  /___) /   ) (_ `   /   ) /___) /   /                 #
#          _|/_|/__(___ _(___/_(__)___/___/_(___ _/___/___               #
#                       Free Content / Management System                 #
#                                   /                                    #
#                                                                        #
#                                                                        #
#   Copyright 2005-2011 by webspell.org                                  #
#                                                                        #
#   visit webSPELL.org, webspell.info to get webSPELL for free           #
#   - Script runs under the GNU GENERAL PUBLIC LICENSE                   #
#   - It's NOT allowed to remove this copyright-tag                      #
#   -- http://www.fsf.org/licensing/licenses/gpl.html                    #
#                                                                        #
#   Code based on WebSPELL Clanpackage (Michael Gruber - webspell.at),   #
#   Far Development by Development Team - webspell.org                   #
#                                                                        #
#   visit webspell.org                                                   #
#                                                                        #
##########################################################################
*/

// important data include
include("_mysql.php");
include("_settings.php");
include("_functions.php");
require_once("src/fc_slider.class.php");

$_language->read_module('index');
$index_language = $_language->module;
// end important data include
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<link rel="shortcut icon" href="http://rampage-guild.de/favicon.png" type="image/png" />
<link rel="icon" href="http://rampage-guild.de/favicon.png" type="image/png" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="description" content="Clanpage using webSPELL 4 CMS" />
<meta name="author" content="webspell.org" />
<meta name="keywords" content="webspell, webspell4, clan, cms" />
<meta name="copyright" content="Copyright &copy; 2005 - 2011 by webspell.org" />
<meta name="generator" content="webSPELL" />

<!-- Head & Title include -->
<link rel="shortcut icon" href="http://rampage-guild.de/favicon.png" type="image/png" />
<link rel="icon" href="http://rampage-guild.de/favicon.png" type="image/png" />
<title><?php echo PAGETITLE; ?></title>
<link href="_stylesheet.css" rel="stylesheet" type="text/css" />
<link href="tmp/rss.xml" rel="alternate" type="application/rss+xml" title="<?php echo getinput($myclanname); ?> - RSS Feed" />
<script src="js/bbcode.js" language="jscript" type="text/javascript"></script>
<!-- end Head & Title include -->
<link href="_index.css" rel="stylesheet" />
<script 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>
<?php echo fc_slider::get_include_head(); ?>
</head>


<body id="background" onload="MM_preloadImages('Bilder/hover_05.jpg','Bilder/hover_06.jpg','Bilder/hover_07.jpg','Bilder/hover_08.jpg','Bilder/hover_09.jpg','Bilder/hover_10.jpg','Bilder/hover_11.jpg')">
<?php include("ts3slider.php"); ?>
<div id="wrapper">
<div id="header"></div>
<div id="navigation">
     <ul>
               <li id="pufferl"></li>
               <li id="news"><a href="index.php" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image1','','Bilder/hover_05.jpg',1)"><img src="Bilder/image_05.jpg" name="Image1" width="140" height="40" border="0" id="Image1" alt="" /></a></li>
               <li id="forum"><a href="index.php?site=forum" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image2','','Bilder/hover_06.jpg',1)"><img src="Bilder/image_06.jpg" name="Image2" width="141" height="40" border="0" id="Image2" alt="" /></a></li>
               <li id="member"><a href="index.php?site=members" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image3','','Bilder/hover_07.jpg',1)"><img src="Bilder/image_07.jpg" name="Image3" width="141" height="40" border="0" id="Image3" alt="" /></a></li>
               <li id="raid"><a href="index.php?site=calendar" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image4','','Bilder/hover_08.jpg',1)"><img src="Bilder/image_08.jpg" name="Image4" width="141" height="40" border="0" id="Image4" alt="" /></a></li>
               <li id="support"><a href="index.php?site=contact" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image5','','Bilder/hover_09.jpg',1)"><img src="Bilder/image_09.jpg" name="Image5" width="141" height="40" border="0" id="Image5" alt="" /></a></li>
               <li id="erfolg"><a href="http://eu.battle.net/wow/de/guild/die-ewige-wacht/Rampage/" target="_blank" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image6','','Bilder/hover_10.jpg',1)"><img src="Bilder/image_10.jpg" name="Image6" width="141" height="40" border="0" id="Image6" alt="" /></a></li>
               <li id="imprint"><a href="index.php?site=imprint" onmouseout="MM_swapImgRestore()" onmouseover="MM_swapImage('Image7','','Bilder/hover_11.jpg',1)"><img src="Bilder/image_11.jpg" name="Image7" width="142" height="40" border="0" id="Image7" alt="" /></a></li>
               <li id="pufferr"></li>
     </ul>
</div><!--navigation-->
<div class="clear"></div>
<div id="contpuffer"></div>
<div id="content">
<div id="contleft">
     <?php echo fc_slider::get_include_body(); ?>
     <?php
                                                                 if (($site=='start')or($site=='')) {
                                                            ?>
     <div id="newspuf"></div>
     <?php } ?>
     <div id="inhalt"><div style="padding-left:2px; padding-right:2px;"><?php
                          if(!isset($site)) $site="start";
                          $invalide = array('\\','/','/\/',':','.');
                          $site = str_replace($invalide,' ',$site);
                          if(!file_exists($site.".php")) $site = "start";
                          include($site.".php");
                          ?></div></div>
</div><!--contleft-->
<div id="contright">
     <div class="login"><?php include("login.php"); ?></div>
     <div class="bg1"><span class="ueberschriften">AKTUELLE FORENTHEMEN</span></div>
     <div class="bg2"><?php include("latesttopics.php"); ?></div>
     <div class="bg1"><span class="ueberschriften">Raid Progress</span></div>
     <div class="bg3"style="width: 100%;"><?php include('sc_raidprogress.php'); ?></div>
     <div class="bg1"style="clear: left"><span class="ueberschriften">Rekrutierung: Wir sind auf der Suche nach... </span></div>
     <div class="bg3"style="width: 100%;"><?php include('sc_requirement.php'); ?></div>
     <div class="bg1"style="clear: left"><span class="ueberschriften">Latest Raids</span></div>
     <iframe src="http://www.worldoflogs.com/e/t7gkshjm/" width="100%" height="250" allowtransparency="true" frameborder="0"></iframe>
     

</script></span></span>
<div align="center"><a href="http://www.wowprogress.com/"><img alt="WoW Guild Rankings" src="http://www.wowprogress.com/guild_img/498078/out/type.site" border="0"/></a></div>
</div><!--contright-->
<div class="clear"></div>
</div><!--content-->
<div class="clear"></div>
<div id="footer"><span class="copyright">Copyright (C) 2011 by Rampage Guild<br /><span class="snappyarts">Design by <a href="http://www.snappyarts.de" target="_blank">snappyarts.de</a>  <span class="snappyarts"><a href="http://eu.battle.net/wow/de/" target="_blank">World of Warcraft</a> is a registered Trademark of <a href="http://eu.blizzard.com/de-de/" target="_blank"> Blizzard Entertainment</a></span></span></div>
<div class="clear"></div>
</div><!--wrapper-->
</div>
<div class="clear"></div>
<?php include("com_panel.php"); ?>
</body>
</html>
[/toggle]






 
18.08.2012, 12:33 - Xama241 - webSPELL newbie - 57 Posts
hier der Addon code

Code:
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
16.
17.
18.
19.
20.
21.
22.
23.
24.
25.
26.
27.
28.
29.
30.
31.
32.
33.
34.
35.
36.
37.
38.
39.
40.
41.
42.
43.
<style type="text/css">
div.req_srcbox { width: 260px; height: 50px; margin: 0 auto; padding: 1px 0 1px 0; }
div.req_req_imgbox { width: 100%; height: 50px }
img.req_img { height: auto; width: auto; border: 0px;}
div.req_nfo { width:180px; position:relative; background-image: url(images/trans.png); padding: 1px 2px 1px 2px; margin-top: -28px; margin-right: 5px; text-align: left; }
span.req_nfo_txt { font-family: 'Verdana'; font-size: 10px; color: #FFF; }

</style>
<?php echo'<!--
/*
          +--------------------------------------+  
          ¦          WOW-REQUIREMENT           ¦Z¦  
          ¦     written by: Getschonnik        ¦N¦  
          ¦    Respect this work and do not    ¦T¦  
          ¦     remove the authors hint(s)     ¦.¦  
          ¦                                    ¦D¦  
          ¦         WWW.GETSCHONNIK.DE         ¦E¦  
          ¦      WWW.FACEBOOK.COM/ZNT.DEV      ¦V¦  
          +--------------------------------------+ 
*/ -->';

if(file_exists("_database.php")) { include("_database.php"); }
echo eval('?>' . file_get_contents('templates/req_head.html') . '<?');
try {
     if($q=mysql_query("SELECT * FROM  `wow_requirement` WHERE  `active` =  '1' ORDER BY  `reqID` ASC LIMIT 0 , 30")) {
          if(mysql_num_rows($q)>0) {
               while($r=mysql_fetch_array($q)) {
                    $i = $r['imagepath'];
                    $s = "&nbsp;".$r['specifically'];
               echo eval('?>' . file_get_contents('templates/req_cnt.html') . '<?');
               }
          } else { 
               echo '<br /><i>No requirements.</i>';
          }
     } else { 
               echo '<br /><i>Database read error!</i>';
          }
 } catch(Exception $e) {
     echo '<font color="red"><i>'.$e->Message().'</i></font>'; 
     echo eval('?>' . file_get_contents('templates/req_cnt.html') . '<?'); 
 }
 echo eval('?>' . file_get_contents('templates/req_footer.html') . '<?'); 
?>

 
18.08.2012, 15:16 - Xama241 - webSPELL newbie - 57 Posts
niemand eine Idee :-(

wäre für jede Hilfe dankbar :-)
 
19.08.2012, 12:50 - Xama241 - webSPELL newbie - 57 Posts
/push
 
19.08.2012, 14:28 - Z-H Solutions - webSPELL newbie - 51 Posts
Ich denke einfach ein Tag ist nicht geschlossen oder zu früh geschlossen.
http://validator.w3.org/

Teste deine Seite mal drauf, du musst nur in Zeile 87 ein Zeichen löschen, da kannst du es prüfen.
 
19.08.2012, 16:50 - Getschonnik - webSPELL newbie - 76 Posts
Hallo Xama241,

entschuldige. Hier die Lösung Deines Problems.
Ändere im css folgendes: :: rot = entfernen :: orange = umbenennen

div.req_srcbox { width: 260px; height: 50px; margin: 0 auto; padding: 1px 0 1px 0; }

div.req_req_imgbox { width: 100%; height: 50px }
div.req_imgbox { width: 100%; height: 50px }

Regards... .

[center] [url=http://www.Getschonnik.de]w w w . G e t s c h o n n i k . d e[/url] [url=https://www.facebook.com/ZNT.Dev]Visit us on facebook.[/url] [/center]

 
19.08.2012, 17:18 - Xama241 - webSPELL newbie - 57 Posts
es ist nun etwas besser geworden jedoch überlappen die Bilder sich gegenseitig. und es schneidet immer noch das darunterliegende Addon bzw. die Überschrift.

akt code

Code:
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
16.
17.
18.
19.
20.
21.
22.
23.
24.
25.
26.
27.
28.
29.
30.
31.
32.
33.
34.
35.
36.
37.
38.
39.
40.
41.
42.
43.
<style type="text/css">
div.req_srcbox { width: 390px; margin: 0 auto; padding: 1px 0 1px 0; }
div.req_imgbox { width: 100%; width: 390px; height: 65px }
img.req_img { position:left;  height:65 ; width: 390; border: 0px;}
div.req_nfo { width:180px; position:relative; background-image: url(images/trans.png); padding: 1px 2px 1px 2px; margin-top: -28px; margin-right: 5px; text-align: left; }
span.req_nfo_txt { font-family: 'Verdana'; font-size: 10px; color: #FFF; }

</style>
<?php echo'<!--
/*
          +--------------------------------------+  
          ¦          WOW-REQUIREMENT           ¦Z¦  
          ¦     written by: Getschonnik        ¦N¦  
          ¦    Respect this work and do not    ¦T¦  
          ¦     remove the authors hint(s)     ¦.¦  
          ¦                                    ¦D¦  
          ¦         WWW.GETSCHONNIK.DE         ¦E¦  
          ¦      WWW.FACEBOOK.COM/ZNT.DEV      ¦V¦  
          +--------------------------------------+ 
*/ -->';

if(file_exists("_database.php")) { include("_database.php"); }
echo eval('?>' . file_get_contents('templates/req_head.html') . '<?');
try {
     if($q=mysql_query("SELECT * FROM  `wow_requirement` WHERE  `active` =  '1' ORDER BY  `reqID` ASC LIMIT 0 , 30")) {
          if(mysql_num_rows($q)>0) {
               while($r=mysql_fetch_array($q)) {
                    $i = $r['imagepath'];
                    $s = "&nbsp;".$r['specifically'];
               echo eval('?>' . file_get_contents('templates/req_cnt.html') . '<?');
               }
          } else { 
               echo '<br /><i>No requirements.</i>';
          }
     } else { 
               echo '<br /><i>Database read error!</i>';
          }
 } catch(Exception $e) {
     echo '<font color="red"><i>'.$e->Message().'</i></font>'; 
     echo eval('?>' . file_get_contents('templates/req_cnt.html') . '<?'); 
 }
 echo eval('?>' . file_get_contents('templates/req_footer.html') . '<?'); 
?>

 
19.08.2012, 17:38 - Xama241 - webSPELL newbie - 57 Posts
ok habe einfach height: 50px auf 80px erhöt und jetzt scheint es zu funktionieren :-)

vielen viel Dank für eure Hilfe
 
20.08.2012, 20:16 - Xama241 - webSPELL newbie - 57 Posts
/close