/quit
Q1) What should be a must(essential features)
Q2) How do i keep track of sites using my modules
) Should i release under GPL (is it must as XOOPS is) or can i charge little for a beta version ? am not sure about it.
Benchmark our themes? Why not start where the trouble is... With the module devs. You devs are so insistent that we stay out of from under the hood, yet its ok for you to come out and run your keys down the side of our fresh paint job.
function OpenTable() { This is where I'm going to put my html code
For the images/style of the top and the left side of my wrapper
}
function CloseTable() { This is where I'm going to put my html code
For the images/style of the bottom and the right side of my wrapper
}
Now when a module dev is making his new module, he templates it thusly:
OpenTable(); <---that will wrap the top and left part of my wrapper appropriately
This is where the module developer is going to template his content
Using .row1, .row2, .even, .odd, td, tr, hr, div, span, etc etc etc...
Because my theme will have those defined in the style.css as they are CORE classes
And will not negatively affect the way my theme works with the module.
CloseTable(); <---that will wrap the bottom and right part of my wrapper appropriately
So you suggest to make from XOOPS another Joomla? What is the point to have two similar CMS systems? If you want Joomla - it is there, go use it!
I think my XOOPS experimentation has finished. Just proving too difficult / too long-winded to make it look good, to make basic layout changes.