how to Customized so that the gallery fit my style?

scb2k

Joined: 2009-08-08
Posts: 1
Posted: Sat, 2009-08-08 23:01

Hey guys I was wondering what needs to be changed to that my gallery can look exactly like my site??

http://tinyurl.com/lrtq9d

Please help! Thank you in advanced!

 
nivekiam
nivekiam's picture

Joined: 2002-12-10
Posts: 16504
Posted: Sun, 2009-08-09 06:45

Start by copying the default theme to a new folder. Copy /themes/default to something like /themes/MyTheme. Then you can edit /themes/MyTheme/theme.info and change the description and name for your theme.

Then really dig in and start editing the pages under /themes/MyTheme/views

You should be able to get it to look how ever you want by editing the HTML and CSS. The css file would be located at /theme/MyTheme/css/

____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here

 
sanjokidd

Joined: 2005-09-12
Posts: 3
Posted: Tue, 2009-08-11 21:48

how can I add Javascript to the header? if you add it to the gallery/themes/mytheme/views/header.html.php the code comes under the </head> braket..

Thank you in advanced!

 
nivekiam
nivekiam's picture

Joined: 2002-12-10
Posts: 16504
Posted: Tue, 2009-08-11 22:04

Try page.html.php, I believe header.html.php is actually the header for the page (the top part of the visible page) not the "header" of the html source code.
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here

 
sanjokidd

Joined: 2005-09-12
Posts: 3
Posted: Wed, 2009-08-12 18:43

that worked!! Awesome!