1. I'm would like to modify the matrix theme (colors, span, borders, hover actions, etc.). Which .css file do I need to change and where can I find it?
2. How do I remove the "album actions" and "item action" menus?
The files you want to change are located in the themes folder.
access the folder of the theme you are using. you will find the images being used and the necessary files that control the theme.
for future reference you can then add a folder to themes and insert your code into the theme folder thus creating your own theme that will then be accessible from your config screens.
arnoadam
Joined: 2004-09-29
Posts: 32
Posted: Fri, 2005-03-11 15:08
thnx, I'm starting to understand how this works now. One thing I still can't find is where to disable the "Album actions" and "item actions" menu's. Can someone point me in the right direction?
mindless
Joined: 2004-01-04
Posts: 8601
Posted: Fri, 2005-03-11 16:07
use local templates.. templates/sidebar.tpl, layouts/matrix/templates/albumBody.tpl
Charlie
Joined: 2003-05-09
Posts: 106
Posted: Tue, 2005-03-15 14:34
I too am confused about some of this. (I don't mean to hijack someone else's thread.)
I see the images in the /themes/matrix/images folder.
I am wanting to modify some things in the Matirx template as well - similar to the html_wrap directory in Gallery 1.
I am wanting to add a banner ad, etc.
Where should I be looking for that. I am confused (again).
Charlie
mindless
Joined: 2004-01-04
Posts: 8601
Posted: Tue, 2005-03-15 15:52
try making local templates.. layouts/matrix/templates albumBody.tpl, singleBody.tpl
add some html in your local versions of these files and see where it shows up in the app..
Charlie
Joined: 2003-05-09
Posts: 106
Posted: Wed, 2005-03-16 11:03
Very confusing stuff...
For example, the main image at the top is called galleryLogo_sm.gif
I cannot find the HTML that calls for this image in any of those files?
Where do I start?
mindless
Joined: 2004-01-04
Posts: 8601
Posted: Wed, 2005-03-16 15:29
templates/global.tpl
DuNdReT
Joined: 2005-03-14
Posts: 3
Posted: Wed, 2005-03-23 11:14
I wonder where in witch file is the top menu on the right is? I need to edit that
mindless
Joined: 2004-01-04
Posts: 8601
Posted: Wed, 2005-03-23 18:29
layouts/matrix/templates/pathbar.tpl
but the links are dynamically generated from active modules, so you may or may not find what you're looking for in there.
Posts: 271
The files you want to change are located in the themes folder.
access the folder of the theme you are using. you will find the images being used and the necessary files that control the theme.
for future reference you can then add a folder to themes and insert your code into the theme folder thus creating your own theme that will then be accessible from your config screens.
Posts: 32
thnx, I'm starting to understand how this works now. One thing I still can't find is where to disable the "Album actions" and "item actions" menu's. Can someone point me in the right direction?
Posts: 8601
use local templates.. templates/sidebar.tpl, layouts/matrix/templates/albumBody.tpl
Posts: 106
I too am confused about some of this. (I don't mean to hijack someone else's thread.)
I see the images in the /themes/matrix/images folder.
I am wanting to modify some things in the Matirx template as well - similar to the html_wrap directory in Gallery 1.
I am wanting to add a banner ad, etc.
Where should I be looking for that. I am confused (again).
Charlie
Posts: 8601
try making local templates.. layouts/matrix/templates albumBody.tpl, singleBody.tpl
add some html in your local versions of these files and see where it shows up in the app..
Posts: 106
Very confusing stuff...
For example, the main image at the top is called galleryLogo_sm.gif
I cannot find the HTML that calls for this image in any of those files?
Where do I start?
Posts: 8601
templates/global.tpl
Posts: 3
I wonder where in witch file is the top menu on the right is? I need to edit that
Posts: 8601
layouts/matrix/templates/pathbar.tpl
but the links are dynamically generated from active modules, so you may or may not find what you're looking for in there.