Templating is really the first thing everyone does look at because nobody wants to have the same look. I have worked and still work with a cms that has a very userfriendly templating system.
You can design anything you want and just add codes to your template. For example they use flexcodes:
%menudata% is for calling the menu
%main_shape% calls for modules and content
%copyright% calls for footer copyright
Their template folder looks like this: CLICK IMAGE FOR LARGER VIEW
Shapes is the folder for specific designs within the main site. This can be modules templates if used with Dolphin. Also different blocks templates can be in the Shapes folder.
wsc_default is the folder for main index/pages template.
CLICK IMAGE FOR LARGER VIEW
As you can see, they use codes to call for system features:
%menudata% for the menu.
%glob_lang_drop% calls for a dropdown of different languages
%path% calls for a breadcrumb menu
%content.htm|plain|492% calls for index page content
%google_friend.htm|plain|551% calls for template shape with google friend code
The page template is the same as the index template but with a small difference in flexcodes: CLICK IMAGE FOR LARGER VIEW
This template will use 1 different flexcode because the page template is used for all pages for example for contact / about us / terms / privacy etc.
%start_ajax% calls for code needed for ajax function
%main_shape% will call for all content for any page.
I love this way of templating because i'm not a coder nor a designer but I could add my own design easy. No need to know much.
You can even make different designs for different pages. I can tell you. You would all love this system.
For anyone, I feel templating is the biggest issue if your not a coder nor designer.
I just hope Dolphin ever gets a system like this. Well that's my post for now.
Have a nice day.
The example looks very clunky to me.
If you have to learn all these template codes, why not simply learn html and css? probably the same amount of work and applies to all sites everywhere.
DM
http://csszengarden.com
It demonstrates the power and flexibility of CSS.
The same can be achieved with your dolphin site via the admin panel.
ADMIN > SETTINGS > CSS STYLES EDITOR.
DM
DeeEmm, I see what he is getting at here. Even with a clear knowledge of HTML and CSS, Dolphin is awkward and inflexible (unless I am missing quite a bit of information, which is always possible). I'd like to style different modules differently. Some to have a darker background, for example to make them stand out fromt he page, and so on.
This is not easily accomplished in Dolphin.
Not that I will not keep trying, see more
But I think that it is easy enough for most users to effect basic style changes with a few simple css changes (just look though general.css and you should be able to create a completely different looking site with minimal changes). Half the battle is knowing where to look.
IMHO this is where most webmasters should start. Learn the basics and then grow with your site, it's the best way see more