Are the any practical (*and* achievable) productivity improvements
that can be looked at before it's signed off? What are the gnawing
annoyances in the management of modules from the backend? Are there
things you wish you could do (eg, batch change a heap of selected
modules to a different position; toggle module title setting from the
list view; etc)?
I've had one suggestion to include some way of filtering the module
list by a specific menu page and/or it's child menus. I can see that
being useful (not quite sure about how to do the child menus
'elegantly', but anyway).
I think the option to exclude modules on a page is in but I've not had
a good look at how this works yet.
Are there things that you simply don't use or that aren't terribly
useful (the Template filter in the module list for example)?
Thanks in advance for your input. As always no guarantees on anything
but if you are willing to help code it then this can be taken into
consideration :)
Regards,
Andrew Eddie
http://www.theartofjoomla.com - the art of becoming a Joomla developer
Good question... i miss one thing in joomla, actually in general: the possibility to inherit settings for submenus and subpages of a menu. If u have a Plugin or Module to assign, sometimes it would be necessary and very comfortable to have an option saying "inherit assign for all subpages"... Typo3 (otherwise not my favourite...) has this as a standard. I did something similar recently for a J1.5 Plugin, it's well possible and so convenient...
> Display Name: <h3>Latest News</h3>
No! HTML elements belong to the template only, not to the data.
Regards,
Niels
--
| http://www.kolleg.de · Das Portal der Kollegs in Deutschland |
| http://www.bsds.de · BSDS Braczek Software- und DatenSysteme |
| Webdesign · Webhosting · e-Commerce · Joomla! Content Management |
------------------------------------------------------------------
The <h3> should be in the chrome/template rather than the module core.
alan
No virus found in this incoming message.
Checked by AVG - www.avg.com
Version: 8.5.421 / Virus Database: 270.14.72/2511 - Release Date: 11/18/09 07:50:00
I have definitely read that com_content is NOT on the 1.6 map - I hear it J
However will there be any underlying structure/functioanilty that will allow extending of the content type (ie additional fields) manually through xml files?
Cheers alan
----- Original Message -----From: Phil SnellSent: Wednesday, November 18, 2009 9:35 AMSubject: Re: com_modules cleanupbut this should be done in chrome, no?
G. D. Speer wrote:You're right - but IMHO sometimes it's nice to be able to pass a user-selected h-level preference into the template without having several template permutations just to promote or demote the level of heading. (the template doesn't have to honor it, but those that are equipped to do so, can and I suggest core modules have this option exposed for users that are not comfortable with the mechanics of cloning core module templates and adding template selection parameters.) ----- Original Message ----- From: "Niels Braczek" <nbra...@bsds.de> To: <joomla-...@googlegroups.com> Sent: Wednesday, November 18, 2009 8:43 AM Subject: Re: com_modules cleanup G. D. Speer schrieb:Display Name: <h3>Latest News</h3>No! HTML elements belong to the template only, not to the data. Regards, Niels
Not saying this could fit into 1.6 (you've given me a big list
already, hehe) but would like to hear thoughts on that angle.
> Yes, within module chrome. Pardon me for making a too vague a reference to the specific portion of the template rendering process.
Isn't Beez doing so?
No, Alan was asking about extending com_content. Think Pete Jones put
you on the wrong track ;)
Regards,
Andrew Eddie
http://www.theartofjoomla.com - the art of becoming a Joomla developer
Done.
> - "assigned to all pages *except*..." option when doing menu
> assignments. (perhaps you have already added this?)
Already done but cleaned up with check box list.
Regards,
Andrew Eddie
http://www.theartofjoomla.com - the art of becoming a Joomla developer
Stephen, would you like to upgrade the patch to marry with the
refactored extension in the trunk? I'm more than happy to implement
it. You should be able to pinch the date handling in the model and
form xml fields from com_content.
Thanks in advance.
Hidden module_cache_type parameter that would have 3 available options:
a) 1 cache for all model (built in framework)
b) 1 cache for each page models (built in framework)
c) 3rd option that
would fire loading of cacheidhelper.php if module wants to specify it's own
cache model (e.g. new cache file for each content category, itemid etc.).
That way only with modules that need to do something special a little speed
price for loading helper would have to be paid.