J1.5 talk

Difference between revisions of "Customising the Milky Way template"

From Joomla! Documentation

(New page: ==Suggested Additions== From the perspective of a person relatively new to CSS and templates, the first question I had was: # What can I do about changing this banner?)
 
m (Tutorial talk:Customising the Milkyway template moved to Talk:Customising the Milky Way template: Moved page to main namespace because the Tutorial namespace is deprecated. This page contains information from an earlier incarnation of the page by )
(9 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 +
==Modifying the Default Template==
 +
 +
There is already a very informative beginners guide linked at [http://docs.joomla.org/Beginners#Minor_Default_Template_Changes The main help page][[User:Adrianm|Adrianm]] 16:06, 1 June 2008 (EDT)
 +
 
==Suggested Additions==
 
==Suggested Additions==
 
From the perspective of a person relatively new to CSS and templates, the first question I had was:  
 
From the perspective of a person relatively new to CSS and templates, the first question I had was:  
# What can I do about changing this banner?
+
# What can I do about changing this banner? [[User:Corsulian|Corsulian]] 14:24, 1 June 2008 (EDT)
 +
 
 +
==Basic Additions==
 +
As this happens to be what I'm doing (hijacking the milkyway template for own devices), I'll attempt some updates here:
 +
===The Page Background===
 +
In the file, ''<root>/templates/rhuk_milkyway/css/white_bg.css'' there is some code:
 +
 
 +
#page_bg {
 +
background: #COLOR;
 +
 
 +
Change "COLOR" to whatever color you want the site background to be (the big window background that exists "around" your joomla site").  Here's a [http://www.computerhope.com/htmcolor.htm reference of some colors]. [[User:Corsulian|Corsulian]] 15:21, 1 June 2008 (EDT)
 +
 
 +
== Set up this page like ==
 +
It would be a good idea, to set up this tutorial page like the tutorial for the [http://docs.joomla.org/Tutorial:Customising_the_JA_Purity_template JA_Purity template]! That would make it more easy to understand. That page also presents more information about the template itself, which again makes it more easy to make changes. [[User:JanEnEm|JanEnEm]] 09:00, 29 November 2010 (UTC)
 +
 
 +
== Copyright Notices in Footer ==
 +
 
 +
Usually, I copy and paste the Copyright notice into the index.php file at the bottom of the main template site. This works and html, too. Just look up the Copyright notice, I mean search for it in the files and copy and paste it wherever you want it.

Revision as of 12:33, 14 January 2011

Modifying the Default Template[edit]

There is already a very informative beginners guide linked at The main help pageAdrianm 16:06, 1 June 2008 (EDT)

Suggested Additions[edit]

From the perspective of a person relatively new to CSS and templates, the first question I had was:

  1. What can I do about changing this banner? Corsulian 14:24, 1 June 2008 (EDT)

Basic Additions[edit]

As this happens to be what I'm doing (hijacking the milkyway template for own devices), I'll attempt some updates here:

The Page Background[edit]

In the file, <root>/templates/rhuk_milkyway/css/white_bg.css there is some code:

#page_bg {
background: #COLOR;

Change "COLOR" to whatever color you want the site background to be (the big window background that exists "around" your joomla site"). Here's a reference of some colors. Corsulian 15:21, 1 June 2008 (EDT)

Set up this page like[edit]

It would be a good idea, to set up this tutorial page like the tutorial for the JA_Purity template! That would make it more easy to understand. That page also presents more information about the template itself, which again makes it more easy to make changes. JanEnEm 09:00, 29 November 2010 (UTC)

Copyright Notices in Footer[edit]

Usually, I copy and paste the Copyright notice into the index.php file at the bottom of the main template site. This works and html, too. Just look up the Copyright notice, I mean search for it in the files and copy and paste it wherever you want it.