Just started with XOOPS and so far things are running smoothly.
I can install modules and themes and beginning to figure out how I can modify them to my liking.
Ofcourse I want to create my own theme and I have a few questions about this before I proceed with this.
1. Site layout.
Have read
Anatomy of the Default Theme I understand that this is the default layout of xoops. But ofcourse this can be modified.
So is it possible to move these blocks around?
So a layout would be.
-------------------
|Header |
-------------------
|Block_left |
-------------------
|block |block |
|right |center |
| | |
| | |
-------------------
|footer |
-------------------
Block_left would contain all the menu's for example.
Will XOOPS protest if I leave a block out?
For example I don't want to use blockright at all. And I just make a layout like this.
-------------------
|Header |
-------------------
|Block_left |
-------------------
|Block_center |
| |
| |
-------------------
|footer |
-------------------
If I don't configure any modules to show in the missing block, this should work?
2. Themes and templates.
I have cloned the default theme, according to
these instructions, so I can modify the theme to my liking.
I also installed a module, which was cloned also.
When I now change the template file of that module in xoops. Where are these changes saved?
Is it in /modules/modulename/some_template.html
or somewhere else?
I checked in my themes/my_theme folder but couldn't find it there.
Thanks in advance for your reaction.
Willem