So far in 1.6 we're going to have the following views available to us
from the get-go:
- Archived Articles
- Single Article
- List All Categories
- List Articles in a Category
- Single Category
- Featured Articles
- Default Form
- List Featured Articles
I was hoping that we might be able to have an additional view for
com_content for displaying the subcategories of a chosen category in a
directory-like fashion (akin to what we can get via Mosets Tree:
http://demo.mosets.com/tree/).
The use case here would be that a category, named "Faculty", would be
created...then a category for each department would be created within
this category so we'd have:
Faculty
-> Applied Science
-> Business
-> English
-> Science
-> Math
-> Engineering
-> etc.
Then within each of the department categories I could create a
category for each Instructor which they would then be able to add
pages into (and create subcategories for...which brings up the
additional question of whether the ACL will limit users to only
creating subcategories relative to the categories they've been given
access to?).
The reason this would really, really be handy when you think about it
is that it would be a pain really to create menu items and manage them
for each and every instructor (which I could do as well just for URL
purposes, it just wouldn't be convenient I think navigationally to
have this large menu structure displayed within the menu
module)...it'd just make it so much easier if I could create a faculty
Joomla installation, assign this Directory view to the Frontpage, and
then have it display everything right up front. To me it'd probably
make the navigation part a lot easier for students (as well as staff).
When I was playing with 1.6 before the Joomla Dev Conference on the
5th I had wanted to play with some of the existing views but noticed
that a lot of them aren't exactly ready for prime-time yet (I had also
wanted to start working on my ArtCats module conversion for 1.6 so I
was taking a look at the queries as well and some of the mod_content_*
code so that can begin...way back in Las Vegas it had been mentioned
by others that an *auto-populating* module for content would be
nice...which is what ArtCats does...depending on the category you're
on it will display the articles in that category...it was later
extended a bit to support subcategories and their articles as well in
a 1.5 kludgy fashion, but now with 1.6 I can do it 1.6-style
proper ;-).
So I guess I'm asking a few things here:
1. Is help still needed on getting com_content done (or has it been
limbo because of the ACL?)
2. Could I help create this directory view (if it's decided it would
be a good idea to include?)
I hope a few others think this would be a good idea (because I'm
definitely going to need it here at the college...and it might also be
useful in another case I'm thinking about...putting a public domain
book about the First Thirty Years here in the Valley online on a
website :-).
-Omar
--
You received this message because you are subscribed to the Google Groups "Joomla! CMS Development" group.
To post to this group, send an email to joomla-...@googlegroups.com.
To unsubscribe from this group, send email to joomla-dev-cm...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/joomla-dev-cms?hl=en-GB.
Regards,
Andrew Eddie
http://www.theartofjoomla.com - the art of becoming a Joomla developer
2009/12/17 Mark Dexter <dexter...@gmail.com>:
> Then within each of the department categories I could create a
> category for each Instructor which they would then be able to add
> pages into (and create subcategories for...which brings up the
> additional question of whether the ACL will limit users to only
> creating subcategories relative to the categories they've been given
> access to?).
With the facility of using plugins which listen to the onPrepareForm
event, you would be able to change the type and display of the
"Parent" field when editing a category. So your users would only see
"their" category subtree. You could also modify the "rules" field
(creating a new field type inherited from JFormFieldRules) to handle a
new right for a category item "able to create subdir". The form
validation system could then verify that they are authorized to save
their categories.
PS: I'm currently working on an extended version of com_categories
which allow more feature for personalized thecategory edit form
(http://joomlacode.org/svn/joomla/development/branches/chdemko)
> For additional parameters, it might be nice if multiple columns could be supported for the listing
Please take a look at the source.
You can choose so much columns as you like.
You only need to style the layout per CSS. I hope that is what you mean.
http://test3.run-digital.com/index.php?option=com_content&view=category&layout=blog&id=11&Itemid=64
[Unknown]
--