Page 3 of 3 FirstFirst 123
Results 21 to 27 of 27
  1. #21
    Join Date
    Jun 2007
    Posts
    37
    Plugin Contributions
    0

    Default Re: New Template Creation Help

    What do the header.php and the index.php files in the english folder do?

  2. #22
    Join Date
    Apr 2006
    Location
    London, UK
    Posts
    10,569
    Plugin Contributions
    25

    Default Re: New Template Creation Help

    They define the text that appears in the header, and in the category listings (index) in the centre column.
    Kuroi Web Design and Development | Twitter

    (Questions answered in the forum only - so that any forum member can benefit - not by personal message)

  3. #23
    Join Date
    Jun 2007
    Posts
    37
    Plugin Contributions
    0

    customer issue Re: New Template Creation Help

    Fantastic.

    Thank you so much for your help!

    I', just in the middle of installing Zen on my other site to test the template im gonna build, and hopefully everything will be okay

    I'll keep you up to date, and thanks so much again!

  4. #24
    Join Date
    Jun 2007
    Posts
    37
    Plugin Contributions
    0

    help question Re: New Template Creation Help

    One more thing...

    Which is correct:

    includes/languages/english/sonick
    or
    includes/languages/sonick/english.php?

    You have mentioned both locations in your previous posts.

    Thanks!

  5. #25
    Join Date
    Jun 2003
    Posts
    33,721
    Plugin Contributions
    0

    Default Re: New Template Creation Help

    You will use both directories depending on which file you are modifying.

    The rule of thumb: The custom template directory to use is at the same level as the file you are modifying.

    So - if you are modifying languages/english/header.php, you will put your customized copy in languages/english/YOUR_TEMPLATE/
    Please do not PM for support issues: a private solution doesn't benefit the community.

    Be careful with unsolicited advice via email or PM - Make sure the person you are talking to is a reliable source.

  6. #26
    Join Date
    Jun 2007
    Posts
    37
    Plugin Contributions
    0

    Default Re: New Template Creation Help

    How would I frame the entire site in a table and centre everything?

    Thanks.

  7. #27
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: New Template Creation Help

    You wouldn't frame the entire site in a table... you would edit your /includes/templates/sonick/css/stylesheet.css to say something like

    #mainWrapper {
    width: 765px;
    margin: auto;
    }

    (Add the width and margin to the existing #mainWrapper declaration; don't make a new one unless there isn't one yet.)

    PS -
    "Which is correct:

    includes/languages/english/sonick
    or
    includes/languages/sonick/english.php?"

    The first is a directory you will put files in; the second is a file (english.php) which will override the default /includes/languages/english.php.
    Last edited by gjh42; 14 Aug 2007 at 01:51 AM.

 

 
Page 3 of 3 FirstFirst 123

Similar Threads

  1. Twitter Sidebox? (New module creation help)
    By curtc in forum Addon Sideboxes
    Replies: 6
    Last Post: 10 Jun 2011, 08:24 PM
  2. Custom Template Creation
    By thirdrock in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 22 Mar 2007, 06:37 AM
  3. Template creation Tutorials ? WHERE ?
    By tony_sar in forum Addon Templates
    Replies: 1
    Last Post: 12 Aug 2006, 05:17 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg