Template erstellen

Dieses Thema im Forum "Webentwicklung" wurde erstellt von 3hr3, 25. Februar 2006 .

Schlagworte:
Status des Themas:
Es sind keine weiteren Antworten möglich.
  1. 25. Februar 2006
    sers

    ich will ein neues Layout für meinen Clan machen und hab mir au nen neuen Clanscript geholt. Ich hatte davor CMPro und da gibt ged ganeinfach aber bei Webspell hab ich keine ahnung wie des gehen soll. Jetz willt ich halt ma fragen ob jemand von euch ein gutes tut weis ^^

    mfg 3hr3
     
  2. 25. Februar 2006
    Kenne kein Tutorial aber hier sind die einzelnen Module. Du machst deine Seite, fügst diese Module in die Naviboxen (oder sonst wo) und uppst diese index.php ins webspell verzeichnis.

    Über <html>
    PHP:
    <? php
    include( "_mysql.php" );
    include(
    "_settings.php" );
    include(
    "_functions.php" );
    ?>
    Im Seitentitel schreibste nichts, da fügste das ein:
    PHP:
    <? echo  PAGETITLE ?>
    Über </head>:
    PHP:
    < link href = "_stylesheet.css"  rel = "stylesheet"  type = "text/css" >
    <
    script src = "js/bbcode.js"  language = "jscript"  type = "text/javascript" ></ script >
    Die Navigation (kannste auch selbst machen):
    PHP:
    <? include( "navigation.php" );  ?>
    Login:
    PHP:
    <? include( "login.php" );  ?>
    Umfrage:
    PHP:
    <? include( "poll.php" );  ?>
    Statistiken/Counter:
    PHP:
    <? include( "counter.php" );  ?>
    Partner/Affiliates:
    PHP:
    <? include( "partners.php" );  ?>
    Latzte News (glaubsch war es):
    PHP:
    <? include( "sc_headlines.php" );  ?>
    Letzte Wars-Results:
    PHP:
    <? include( "sc_results.php" );  ?>
    Letzte Artikel:
    PHP:
    <? include( "sc_articles.php" );  ?>
    Content:
    PHP:
    <?
    $site  $_GET [` site `] .  ".php" ;

    if(
    file_exists ( $site )) {
    include(
    $site );
    } else {
    include(`
    news.php `);
    }
    if((
    $_GET [` site `]))
    ?>
    Suche:
    PHP:
    <? include( "quicksearch.php" );  ?>
    Shoutbox:
    PHP:
    <? include( "shoutbox.php" );  ?>
    Zufallsbild:
    PHP:
    <? include( "sc_randompic.php" );  ?>
    Nächste Events:
    PHP:
    <? include( "sc_upcoming.php" );  ?>
    Topnews:
    PHP:
    <? include( "sc_topnews.php" );  ?>
    Top Downloads:
    PHP:
    <? include( "sc_files.php" );  ?>
    Top Demos:
    PHP:
    <? include( "sc_demos.php" );  ?>
     
  3. 25. Februar 2006
    ahh ok als geht des wie beim CMPro thx

    mfg 3hr3
     
  4. Video Script

    Videos zum Themenbereich

    * gefundene Videos auf YouTube, anhand der Überschrift.