• » webSPELL.org - Free Content Management System
  • Language switch: English German
  • login



    » lost password?   » register now
  • About webSPELL

    webSPELL is a free Content Management System which was especially developed for the needs of esport related communities. Since a short while we are also offering an optimized and enhanced webSPELL version for the special requirements of non-profit organisations. The purpose of both systems is to offer a professional and free opportunity to create and administrate your own website in an easy and optimized way.

    » Learn more about webSPELL     » Download webSPELL now!
  • Advertisement

    Follow us

  • Sort:     printview
    Author
    Message
    webSPELL newbie
    57 Posts
    18.08.2012, 11:51 email offline quote 

    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:

    read more Mehr lesen







    website: Rampage-Guild
    version: 4.2.3
    webSPELL newbie
    57 Posts
    18.08.2012, 12:33 email offline quote 

    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') . '<?'); 
    ?>
    webSPELL newbie
    57 Posts
    18.08.2012, 15:16 email offline quote 

    niemand eine Idee :-(

    wäre für jede Hilfe dankbar :-)
    webSPELL newbie
    57 Posts
    19.08.2012, 12:50 email offline quote 

    /push
    webSPELL newbie
    51 Posts
    19.08.2012, 14:28 email offline quote 

    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.
    webSPELL newbie
    76 Posts
    19.08.2012, 16:50 email offline quote 

    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... .
    webSPELL newbie
    57 Posts
    19.08.2012, 17:18 email offline quote 

    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') . '<?'); 
    ?>
    webSPELL newbie
    57 Posts
    19.08.2012, 17:38 email offline quote 

    ok habe einfach height: 50px auf 80px erhöt und jetzt scheint es zu funktionieren :-)

    vielen viel Dank für eure Hilfe
    webSPELL newbie
    57 Posts
    20.08.2012, 20:16 email offline quote 

    /close
    Sort:     printview


    To start or to reply to a topic you have to be registered and logged in!

    register now
    login
  • » Support

    » Topics
    26.05.2013 - 00:18 - 473 Replies
    » Wettscript 2.1 for 4.2.3a...
    Wettscript 2.1 for 4.2.3a - Betscript
    Last post: Amokossi
    Board: DE - Fertige Skripte
    26.05.2013 - 00:18
    25.05.2013 - 22:46 - 0 Replies
    » Clanwar News!
    Clanwar News!
    Last post: Maverico
    Board: DE - Anfragen
    25.05.2013 - 22:46
    25.05.2013 - 19:01 - 1 Replies
    » Error 1146
    Error 1146
    Last post: Argu
    Board: EN - Technical support
    25.05.2013 - 19:01
    25.05.2013 - 17:51 - 0 Replies
    » Gewinnspiel
    Gewinnspiel
    Last post: Dynamic-Webmedia
    Board: DE - Aus aller Welt
    25.05.2013 - 17:51
    25.05.2013 - 12:35 - 1 Replies
    » Need coder for a design!
    Need coder for a design!
    Last post: wantedJK-
    Board: EN - General
    25.05.2013 - 12:35
    25.05.2013 - 03:18 - 0 Replies
    » ScooterFreakz.com - Motor...
    ScooterFreakz.com - Motorroller Community
    Last post: Tuner77
    Board: DE - Showroom
    25.05.2013 - 03:18
    25.05.2013 - 00:46 - 8 Replies
    » Ändern der Größe php
    Ändern der Größe php
    Last post: andy5116
    Board: DE - Allgemeiner Support
    25.05.2013 - 00:46
    24.05.2013 - 23:39 - 33 Replies
    » [B]Userrank Addon
    [B]Userrank Addon
    Last post: Swordfish3000
    Board: DE - Erweiterungen
    24.05.2013 - 23:39
    24.05.2013 - 15:12 - 19 Replies
    » forum anzeige erweitern
    forum anzeige erweitern
    Last post: Swordfish3000
    Board: DE - Allgemeiner Support
    24.05.2013 - 15:12
    24.05.2013 - 12:03 - 1 Replies
    » Verkaufe prof. Clandesign
    Verkaufe prof. Clandesign
    Last post: Vith3r
    Board: DE - Biete
    24.05.2013 - 12:03
    24.05.2013 - 12:02 - 6 Replies
    » [S] Team/Clan Logos (Upda...
    [S] Team/Clan Logos (Update: 2 new Logos)
    Last post: a--w
    Board: EN - Offers
    24.05.2013 - 12:02
    24.05.2013 - 02:41 - 17 Replies
    » High Quality Website
    High Quality Website
    Last post: Dansjostedt
    Board: EN - Offers
    24.05.2013 - 02:41
    24.05.2013 - 02:24 - 5 Replies
    » [SELL] Gaming Website
    [SELL] Gaming Website
    Last post: hornyst
    Board: EN - Offers
    24.05.2013 - 02:24
    23.05.2013 - 22:37 - 2 Replies
    » Bilder Breite im Forum an...
    Bilder Breite im Forum anpassen
    Last post: nappel.ger
    Board: DE - Vorschläge
    23.05.2013 - 22:37
    23.05.2013 - 15:35 - 6 Replies
    » I cannot upload template ...
    I cannot upload template to my cms .
    Last post: bazic
    Board: EN - General
    23.05.2013 - 15:35
    23.05.2013 - 14:50 - 3 Replies
    » Kalendar-Box
    Kalendar-Box
    Last post: kassor
    Board: DE - Anfragen
    23.05.2013 - 14:50
    23.05.2013 - 10:14 - 12 Replies
    » Mein Forum
    Mein Forum
    Last post: Lordy4007
    Board: DE - Fragen zur Seite
    23.05.2013 - 10:14
    22.05.2013 - 23:06 - 9 Replies
    » When the update?
    When the update?
    Last post: kola60
    Board: EN - General
    22.05.2013 - 23:06
    22.05.2013 - 22:21 - 2 Replies
    » Website For SALE! CODED
    Website For SALE! CODED
    Last post: Osamakillz
    Board: EN - General
    22.05.2013 - 22:21
    22.05.2013 - 21:43 - 3 Replies
    » Slider Links Bitte um Hil...
    Slider Links Bitte um Hilfe
    Last post: bazic
    Board: DE - Allgemein
    22.05.2013 - 21:43
    » Partners
    Bilderkiste.org Image Hosting
    k3rmit.org
    PascalMh.de


    » Blog
    28.03.2013 - derchris
    » Those damn spammers