developing Theme dependant on some plugins - questions
Posted: Mon Oct 27, 2008 5:21 pm
I am working on my blog theme and I am in a process of trying to make my current blog theme available to all.
Important part of it is its custom startpage.
At the moment the content of startpage is changed by manually changing .tpl file (which is OK for me)
However, I would like to provide some better ways, for two reasons:
- I have 'featured' sections on my startpage when I post links to other sites. I would like to have a history of such pages and it would be easy to do so if I had database table which will hold all the data
- in order to make it easy to use, there should be some administration not requiring any html skills
So, it looks like the startpage would be dependable on statc pages plugin and also on my custom plugin for fetching featured items (is there something similar already in spartacus?)
The question is how do I do that without breaking the s9y structure of separation of themes and plugins?
What path do you suggest?
Important part of it is its custom startpage.
At the moment the content of startpage is changed by manually changing .tpl file (which is OK for me)
However, I would like to provide some better ways, for two reasons:
- I have 'featured' sections on my startpage when I post links to other sites. I would like to have a history of such pages and it would be easy to do so if I had database table which will hold all the data
- in order to make it easy to use, there should be some administration not requiring any html skills
So, it looks like the startpage would be dependable on statc pages plugin and also on my custom plugin for fetching featured items (is there something similar already in spartacus?)
The question is how do I do that without breaking the s9y structure of separation of themes and plugins?
What path do you suggest?