Forum OpenACS Q&A: Front page

Collapse
Posted by Luis Garcia on
I would like to change the look and feel of my web site. I saw that there are several files in the /var/lib/aolserver/servicename/www folder. Is there any set of instructions or something I can read on how to change those? I got a little confused because I see blank-master, default-master, and site-master pages so which one is it?
Thanks!
Collapse
2: Re: Front page (response to 1)
Posted by Orzenil Silva Junior on
Hi Luis,

try to get around with acs-templating docs mainly "How the Templating System Works" here https://openacs.org/doc/acs-templating/guide/

about working with master and included templates look for "reusable presentation components" in this page doc.

maybe you could checkout openacs-org code from cvs ( cvs -z3 -d:pserver:mailto:anonymous@cvs.openacs.org/cvsroot co -r openacs-org openacs-4 ) and see how it builds frontpage with edit-this-page applications. Look into tcl/openacsorg-init.tcl , www/templates/ and www/templates/widgets to found some ways to change your website.

Collapse
4: Re: Front page (response to 1)
Posted by Luis Garcia on
OK, that seems to be good enough. Now, if I want to add pictures and stuff much like Lars has in http://www.pinds.com/blog/ what do I do? Use my creativity? :)
Thanks!
Collapse
5: Re: Front page (response to 1)
Posted by xx xx on
https://openacs.org/forums/message-view?message_id=252158
or search for "random photo":
https://openacs.org/forums/message-view?message_id=117920
or hard code it in HTML and especially use creativity.
Collapse
6: Re: Front page (response to 1)
Posted by Luis Garcia on
Thanks! It is looking nice now. Let me ask something else; I like the navigation bar, I just don't like its color, where do I change that?
Thanks!
Collapse
7: Re: Front page (response to 1)
Posted by xx xx on
You probably need to edit the .css file at yourserver/packages/acs-subsite/www/resources/site-master.css

see: http://cvs.openacs.org/cvs/openacs-4/packages/acs-subsite/www/resources/site-master.css?view=markup