• » 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


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

    register now
    login
    Author
    Message
    webSPELL newbie
    57 Posts
    20.08.2012, 20:16 email offline quote 

    /close
    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
    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
    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
    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
    57 Posts
    19.08.2012, 12:50 email offline quote 

    /push
    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
    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, 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
    Sort:     printview


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

    register now
    login
  • » Support

    » Topics
    18.05.2013 - 16:29 - 2 Replies
    » forum anzeige erweitern
    forum anzeige erweitern
    Last post: Swordfish3000
    Board: DE - Allgemeiner Support
    18.05.2013 - 16:29
    18.05.2013 - 14:40 - 35 Replies
    » Exklusiv Webseite zur Mie...
    Exklusiv Webseite zur Miete
    Last post: Maidzen
    Board: DE - Biete
    18.05.2013 - 14:40
    18.05.2013 - 14:00 - 0 Replies
    » [S] Tester für neuen Foru...
    [S] Tester für neuen ForumMod
    Last post: Argu
    Board: DE - Anfragen
    18.05.2013 - 14:00
    18.05.2013 - 12:21 - 1 Replies
    » Query failed
    Query failed
    Last post: LoRd
    Board: DE - Allgemeiner Support
    18.05.2013 - 12:21
    18.05.2013 - 09:36 - 3 Replies
    » benötige hilfe bei paar k...
    benötige hilfe bei paar kleinigkeiten
    Last post: immostar
    Board: DE - Technischer Support
    18.05.2013 - 09:36
    18.05.2013 - 03:33 - 4 Replies
    » [SELL] Gaming Website
    [SELL] Gaming Website
    Last post: hornyst
    Board: EN - Offers
    18.05.2013 - 03:33
    18.05.2013 - 00:32 - 6 Replies
    » Hide BBCODE Echo
    Hide BBCODE Echo
    Last post: dado2106
    Board: EN - Technical support
    18.05.2013 - 00:32
    17.05.2013 - 21:42 - 0 Replies
    » website help
    website help
    Last post: envy0024
    Board: EN - Technical support
    17.05.2013 - 21:42
    17.05.2013 - 21:03 - 1 Replies
    » Need Coder!
    Need Coder!
    Last post: iG.ShAdOw
    Board: EN - Requests
    17.05.2013 - 21:03
    17.05.2013 - 20:44 - 9 Replies
    » Query failed!
    Query failed!
    Last post: LoRd
    Board: DE - Allgemeiner Support
    17.05.2013 - 20:44
    17.05.2013 - 18:08 - 0 Replies
    » [4 SALE] Layouts (Gaming,...
    [4 SALE] Layouts (Gaming, Portfolio and more)
    Last post: Freestyler92
    Board: EN - Offers
    17.05.2013 - 18:08
    17.05.2013 - 18:06 - 0 Replies
    » Design Ausverkauf - alles...
    Design Ausverkauf - alles unter 70€
    Last post: Freestyler92
    Board: DE - Biete
    17.05.2013 - 18:06
    17.05.2013 - 10:56 - 6 Replies
    » [Biete] Template Designs
    [Biete] Template Designs
    Last post: Marceld
    Board: DE - Biete
    17.05.2013 - 10:56
    17.05.2013 - 10:41 - 7 Replies
    » register captcha
    register captcha
    Last post: nappel.ger
    Board: DE - Allgemeiner Support
    17.05.2013 - 10:41
    17.05.2013 - 09:56 - 3 Replies
    » Suche Designer GGL:Geld
    Suche Designer GGL:Geld
    Last post: Freestyler92
    Board: DE - Suche
    17.05.2013 - 09:56
    17.05.2013 - 00:13 - 0 Replies
    » News
    News
    Last post: dado2106
    Board: EN - Modifications
    17.05.2013 - 00:13
    16.05.2013 - 15:04 - 2 Replies
    » [V] mehrere Webspell Temp...
    [V] mehrere Webspell Templates und Designs
    Last post: Dynamic-Webmedia
    Board: DE - Biete
    16.05.2013 - 15:04
    16.05.2013 - 13:09 - 2 Replies
    » Content laden
    Content laden
    Last post: Helgon
    Board: DE - Anfragen
    16.05.2013 - 13:09
    16.05.2013 - 13:07 - 18 Replies
    » [B] Web, Print und Logode...
    [B] Web, Print und Logodesign
    Last post: Helgon
    Board: DE - Suche
    16.05.2013 - 13:07
    15.05.2013 - 22:50 - 2 Replies
    » Query failed: errorno=105...
    Query failed: errorno=1054
    Last post: Tw0Player
    Board: DE - Technischer Support
    15.05.2013 - 22:50
    » Partners
    Bilderkiste.org Image Hosting
    k3rmit.org
    PascalMh.de


    » Blog
    28.03.2013 - derchris
    » Those damn spammers