Themes

Moderator: Community Moderator

Themes

Postby tsuckow » Mon Jan 22, 2007 8:51 pm

So if you want to work on a theme for the forums of your own, post here.

Say what you want the name to be and the copyright.

I'll set it up, PM you the login info. And post here how to "Preview" your style.

You'll be transfering files using FTP

Little tutorial about FileZilla an FTP Client:
http://www.velnetsupport.co.uk/parrots/FTP/Filezilla/

The setup here will differ, but hopefully you can figure it out. Else, Ask.

PS: I've been working on one of my own... index.php?style=4 (Not very far though.)
Image
tsuckow
Site Admin
Site Admin
 
Posts: 192
Joined: Mon Dec 18, 2006 11:46 pm
Location: Earth

Re: Themes

Postby Captain Thark » Mon Jan 22, 2007 9:56 pm

How would one go about making a new style? Is any coding required? If so, how hard is it to code a style?
This sword calls me it's master, but I feel more like it's slave.
User avatar
Captain Thark
Moderator
Moderator
 
Posts: 593
Joined: Wed Dec 20, 2006 2:36 pm
Location: Who Knoes Where

Re: Themes

Postby Robopanda333 » Mon Jan 22, 2007 10:44 pm

ya... i want to make one... i already have login so i just need write permitions to that folder...
A copy of the current theme would be a great launcing point
Chidori wrote:Don't worry, Everything is gonna Happy ♥

Image
User avatar
Robopanda333
Site Admin
Site Admin
 
Posts: 467
Joined: Mon Dec 18, 2006 11:59 pm
Location: in my parents Basement

Re: Themes

Postby tsuckow » Mon Jan 22, 2007 11:07 pm

Coding is involved. (HTML & CSS) + Image Editing

And RoboPanda, this will be a new login name. But to know what to call it I need a name for the style.

And a copy of current theme is standard.

Sample Code:
Code: Select all
/*  phpBB 3.0 Style Sheet
    --------------------------------------------------------------
   Style name:      subSilver
   Based on style:   subSilver (the default phpBB 2 style)
   Original author:   subBlue ( http://www.subBlue.com/ )
   Modified by:      psoTFX and the phpBB team ( http://www.phpbb.com )
   
   This is an alternative style for phpBB3 for those wishing to stay with
   the familiar subSilver style of phpBB version 2.x
   
   Copyright 2006 phpBB Group ( http://www.phpbb.com/ )
    --------------------------------------------------------------
*/



/* Layout
 ------------ */
* {
   /* Reset browsers default margin, padding and font sizes */
   margin: 0;
   padding: 0;
}

html {
   font-size: 100%;
}

body {
   /* Text-Sizing with ems: http://www.clagnut.com/blog/348/ */
   font-family: "Lucida Grande", Verdana, Helvetica, Arial, sans-serif;
   color: #323D4F;
   background-color: #FFFFFF;
   font-size: 62.5%; /* This sets the default font size to be equivalent to 10px */
   margin: 0;
}

#wrapheader {
   min-height: 120px;
   height: auto !important;
   height: 120px;
   background-image: url('./images/background.gif');
   background-repeat: repeat-x;
   padding: 0 25px 15px 25px;
}

#wrapcentre {
   margin: 25px;
}

#wrapfooter {
   text-align: center;
   clear: both;
}

#wrapnav {
   width: 100%;
   margin: 0px;
   background-color: #ECECEC;
   border-width: 1px;
   border-style: solid;
   border-color: #A9B8C2;
}

#logodesc {
   
}

#menubar {
   
}

#datebar {
   margin-top: 10px;
}


Code: Select all
<!-- INCLUDE overall_header.html -->

<!-- IF U_MCP -->
   <div id="pageheader">
      <p class="linkmcp">[ <a href="{U_MCP}">{L_MCP}</a> ]</p>
   </div>

   <br clear="all" /><br />
<!-- ENDIF -->

<!-- INCLUDE forumlist_body.html -->

<span class="gensmall"><a href="{U_DELETE_COOKIES}">{L_DELETE_COOKIES}</a> | <a href="{U_TEAM}">{L_THE_TEAM}</a></span><br />

<br clear="all" />

<!-- INCLUDE breadcrumbs.html -->

<!-- IF S_DISPLAY_ONLINE_LIST -->
   <br clear="all" />

   <table class="tablebg" width="100%" cellspacing="1">
   <tr>
      <td class="cat" colspan="2"><h4><a href="{U_VIEWONLINE}">{L_WHO_IS_ONLINE}</a></h4></td>
   </tr>
   <tr>
   <!-- IF LEGEND -->
      <td class="row1" rowspan="2" align="center" valign="middle"><img src="{T_THEME_PATH}/images/whosonline.gif" alt="{L_WHO_IS_ONLINE}" /></td>
   <!-- ELSE -->
      <td class="row1" align="center" valign="middle"><img src="{T_THEME_PATH}/images/whosonline.gif" alt="{L_WHO_IS_ONLINE}" /></td>
   <!-- ENDIF -->
      <td class="row1" width="100%"><span class="genmed">{TOTAL_USERS_ONLINE}<br />{RECORD_USERS}<br /><br />{LOGGED_IN_USER_LIST}<br /><br />{L_ONLINE_EXPLAIN}</span></td>
   </tr>
   <!-- IF LEGEND -->
Image
tsuckow
Site Admin
Site Admin
 
Posts: 192
Joined: Mon Dec 18, 2006 11:46 pm
Location: Earth

Re: Themes

Postby tsuckow » Tue Jan 23, 2007 2:13 pm

The Panda Style:
index.php?style=5
Image
tsuckow
Site Admin
Site Admin
 
Posts: 192
Joined: Mon Dec 18, 2006 11:46 pm
Location: Earth

Re: Themes

Postby Captain Thark » Tue Jan 23, 2007 4:28 pm

I'm not seeing the panda theme in the preferances section.
This sword calls me it's master, but I feel more like it's slave.
User avatar
Captain Thark
Moderator
Moderator
 
Posts: 593
Joined: Wed Dec 20, 2006 2:36 pm
Location: Who Knoes Where

Re: Themes

Postby tsuckow » Tue Jan 23, 2007 4:44 pm

thats because its inactive, because he hasn't done anything yet. The link above is a way to see what hes done.
Image
tsuckow
Site Admin
Site Admin
 
Posts: 192
Joined: Mon Dec 18, 2006 11:46 pm
Location: Earth

Re: Themes

Postby Robopanda333 » Tue Jan 23, 2007 5:02 pm

i havn't done anything on the net yet... i am doing it mostly locally then i will upload most of the images simotaniusly and start playing with the actuall css...
Chidori wrote:Don't worry, Everything is gonna Happy ♥

Image
User avatar
Robopanda333
Site Admin
Site Admin
 
Posts: 467
Joined: Mon Dec 18, 2006 11:59 pm
Location: in my parents Basement

Re: Themes

Postby Captain Thark » Tue Jan 23, 2007 5:35 pm

That link dosn't seem to work for me either...
This sword calls me it's master, but I feel more like it's slave.
User avatar
Captain Thark
Moderator
Moderator
 
Posts: 593
Joined: Wed Dec 20, 2006 2:36 pm
Location: Who Knoes Where

Re: Themes

Postby tsuckow » Tue Jan 23, 2007 7:34 pm

What, it gives a forum that looks exactly the same?
Image
tsuckow
Site Admin
Site Admin
 
Posts: 192
Joined: Mon Dec 18, 2006 11:46 pm
Location: Earth

Next

Return to Forum News

Who is online

Users browsing this forum: No registered users and 1 guest