Hi,

Welcome to FarCry!

Although this is specifically using FarCry 3, have a look at Webskin
Template Authoring on the WIKI [1].

Also, if you haven't done so already I would suggest a full read of the
Developer Training Course doco [2]

I guess the FarCry's webskins can be though of as the pagelet, views or
viewlet concept from other web frameworks.

Specifically, the FarCry logo is referenced in the HTML of the Mollio
(default) skin found in <project_home>/webskin/includes/dmFooter.cfm.

I find the best way to see how the webskin code is organised is to start
with the specified webskin in the type's folder and follow the cfmodule
trail. The other changes you mention are CSS changes.

i.e. the HTML webskin called 'a.1 column' is found in
<project_home>/webskin/dmHTML/displayPageTypeA.cfm (look for the
'@@displayname' near the top of a webskin to see what label is displayed
in the admin area). This template contains a number of cfmodules that
you can follow. It is possible for a type's webskin to be a wholly
self-contained template - the includes etc are just a nice way to
organise common code.

As a starting point, it's a good idea to play around with the Mollio
skin. Once you have a bit of a handle for how the framework operates you
can follow the instructions in [1] to show how you can take your
(already created) full HTML site and partition the code using FarCry's
webskins concept.

[1] http://docs.farcrycms.org/display/FCDEV30/Webskin+Template+Authoring
[2] http://docs.farcrycms.org/display/FCDEV40/Developer+Training+Course

Cheers

David


-----Original Message-----
From: [email protected] [mailto:[EMAIL PROTECTED]
On Behalf Of fdgsogc91
Sent: Tuesday, 1 April 2008 12:15 AM
To: [email protected]
Subject: [farcry-dev] Edit images in header



I am brand new to FarCry.  What a great application.

I am a simple CF developer. I am looking for some detailed information
on how to customize FarCry.  Specifically I trying to understand how to
change the look and feel.  I have read on this page
http://docs.farcrycms.org/display/FCDEV40/Webskins about webskins.  But
I don't understand how to customize it.

I started this investigation by trying to figure out the following:
1. How to apply a background image to the header?  
2. How to change the FarCry logo on the right etc.?
3. How to change the colour scheme of the page tabs?

Can someone give me a hand here?


--
View this message in context:
http://www.nabble.com/Edit-images-in-header-tp16376613s621p16376613.html
Sent from the FarCry - Dev mailing list archive at Nabble.com.




--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"farcry-dev" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/farcry-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to