Hi all,
I decided to switch things a little bit in my life, so moved to python
and choose a pylons as framework. So you could say I'm a starter here.
But I followed pylons book and without any problem built a CMS
according to the book and changed to my css and fucionalities. Now,
I've stucked with some interesting problems:
CMS as it self is not enough for me, so I've modifed menu/page classes
so it can support some logic not content pages only. Tehnically
speaking it is not CMS any more, but you can still add pages at your
on free will.
- So far I've some trouble expanding it, but it all went well. No I'm
stuck on third level menu handling.
Section - first level (I believe it was tabs)
Pages
-> Section
Pages
-> Section
Pages -> this set of pages just want show.
Each page inherits a first CMS "Page", so it can have all the menus/
auth built in.
What I'm trying to change pages in inner "frame" (css middle panel),
but it seems that is not so easy task as something called "changing
controls in the control container".
So this is my currently problem. I've created controller to handle an
object, this is a controller location. Let say the object is a car
admin/car + action (/list, /view)
so, I wanted to build category for car, so I've created another
controller (which of course is allowed by pylons itself)
admin/car/category + action (/list /view)
But, of course this is not working. So my real question is how to do
this? And is there a way to display third level menu which will still
work in page/CMS framework described in the pylons book.
Best regards,
Vedran
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pylons-discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---