This post is to inform GFX Crew how GFXTrap.com is structured. This is to benefit future skin designers. If you'd like to design our next GFXTrap.com layout please use the following necessary information. Please retain the filename because the search engine will keep the filename as it appears in our website and its cache. Keeping the same filename will ensure search engine's cache not to lead to a dead link.

For this post, you will see in this format:
Group Subject
  • Title - this is as a reference, you may change to fit your design
    HTML
    Correct URL link to be used
      Filename
      CODE
      page instruction to show proper page information



Style CSS File
      gfxtrap.css
      please use this exact filename and include these two items at the end of the style file
      CODE
      h1 {
          border-bottom: 1px solid #ffffff;
          font-size: 1.3em;
          font-weight: bold;
          color: #ff9933;
      }
      h2 {
          border-bottom: 1px solid #ffffff;
          font-size: 1.2em;
          font-weight: bold;
          color: #3366ff;
          text-align: right;
      }
      Colors and font size can be modifed later. This is to point out that h1 and h2 are needed for category title usage.
Home page
  • Home
    HTML
    http://www.gfxtrap.com
      index.php must include
      CODE
      <?PHP
      $number=3;
      $template="SinglePage";
      $category=2;
      include("/home/gfxtrap/public_html/gfxupdates/show_news.php");
      ?>
      please limit to 3 Current News to show on the index page
Group menu: Links to Trap17 forum this is not in particular order
  • Sig Show Off
    HTML
    http://www.trap17.com/forums/showoff-f203.html
  • Collaberation
    HTML
    http://www.trap17.com/forums/current-projects-f217.html
  • Gift Sigs
    HTML
    http://www.trap17.com/forums/gifts-f204.html
  • Sig Battles
    HTML
    http://www.trap17.com/forums/battles-f199.html
  • SOTW
    HTML
    http://www.gfxtrap.com/sotwcurrent.php
      sotwcurrent.php must include in the body
      CODE
      <?PHP
      $number=3;
      $template="SinglePage";
      $category=3;
      include("/home/gfxtrap/public_html/gfxupdates/show_news.php");
      ?>
  • SOTW Winners
    HTML
    http://www.gfxtrap.com/sotwpast.php
      sotwpast.php must include in the body
      CODE
      <?PHP
      $number=4;
      $template="SOTW";
      $category=8;
      include("/home/gfxtrap/public_html/gfxupdates/show_news.php");
      ?>
  • Tournaments
    HTML
    http://www.trap17.com/forums/tournaments-f211.html
  • Tournament Winners
    HTML
    http://www.trap17.com/forums/gfxtrap-com-official-tournament-winners-t31398.html
  • Sig Request
    HTML
    http://www.trap17.com/forums/request-free-sig-banner-f219.html
  • Banner Request
    HTML
    http://www.trap17.com/forums/request-free-sig-banner-f219.html
  • Logo Request
    HTML
    http://www.trap17.com/forums/request-free-sig-banner-f219.html
  • GFX Tutorials
    HTML
    http://www.trap17.com/forums/tutorials-f205.html
  • Web Tutorials
    HTML
    http://www.trap17.com/forums/tutorials-f169.html
  • Resources
    HTML
    http://www.trap17.com/forums/resources-f209.html
  • Renders
    HTML
    http://www.trap17.com/forums/resources-f209.html
  • Templates
    HTML
    http://www.trap17.com/forums/resources-f209.html
  • RSS Feeds
    HTML
    http://www.gfxtrap.com/rss.php
      rss.php is currently running external aide--until further notice, include
      CODE
      <?php
      include ("http://app.feeddigest.com/digest3/1PQOJ04A6Z.html");
      ?>
Staff
  • Staff Page
    HTML
    http://www.gfxtrap.com/staff.php
      staff.php must include
      CODE
      <?PHP
      $number=1;
      $template="SinglePage";
      $category=5;
      include("/home/gfxtrap/public_html/gfxupdates/show_news.php");
      ?>

      staffbios.php
      this is not a direct link but this page is needed to make Staff Page links to work properly. Make another identical page to staff.php but include
      CODE
      <?PHP
      $number=1;
      $template="Bios";
      $category=4;
      include("/home/gfxtrap/public_html/gfxupdates/show_news.php");
      ?>
About Us
  • About Us
    HTML
    http://www.gfxtrap.com/aboutus.php
      aboutus.php must include
      CODE
      <?PHP
      $number=1;
      $template="SinglePage";
      $category=6;
      include("/home/gfxtrap/public_html/gfxupdates/show_news.php");
      ?>
Contact
  • Contact
    HTML
    http://www.gfxtrap.com/contact.php
      contact.php must include
      CODE
      <?PHP
      $number=1;
      $template="SinglePage";
      $category=9;
      include("/home/gfxtrap/public_html/gfxupdates/show_news.php");
      ?>
Group menu: Affiliates not in any particular order
  • Affiliate Rules
    HTML
    http://www.gfxtrap.com/affiliaterules.php
      affiliaterules.php must include
      CODE
      <?PHP
      $number=1;
      $template="SinglePage";
      $category=10;
      include("/home/gfxtrap/public_html/gfxupdates/show_news.php");
      ?>
  • Submit Affiliate
    HTML
    http://www.gfxtrap.com/submit.php
      submit.php
      CODE
      this is an independent page therefore, all you need to do is use the above URL
  • View Affiliates
    HTML
    http://www.gfxtrap.com/affiliates.php
      affiliates.php must include
      CODE
      <?PHP
      $number=1;
      $template="SinglePage";
      $category=7;
      include("/home/gfxtrap/public_html/gfxupdates/show_news.php");
      ?>
  • GFXTrap Topsites List
    HTML
    http://www.gfxtrap.com/topsite/
More to come... keep this closed

 

 

 


Reply