Not sure why, but I thought I had to have the action page defined the way I did... turns out, I can call it
itdept.create.solutions instead of action.itdept.solutions.create and it works like I was looking for. Thanks! No wine or spirits on this end though. On Fri, Nov 13, 2009 at 8:31 PM, DrunkenMonk <[email protected]> wrote: > I am probably not understanding the question, but it seems you are > going to the page > > actions.itdept.solutions.create > > instead of > > {p}&action=itdept.solutions.create > > (eg index.php?p=itdept&action=itdept.solutuins.create) > > where the style will be based on the root page, while the content will > be based on the action page. > What am I missing? > > I'm totally drunk and about to hit the sheets, so I look forward to > finding out, tomorrow, the simple things I missed that make my > solution not work. > > On Nov 13, 7:29 pm, Kevin <[email protected]> wrote: > > Response to the multiple sections part.... > > > > Example section... called itdept > > > > The entire section in it it's own hierarchy... itdept: > > > > So there is: > > > > code.itdept.style (controls the style) > > itdept.top (Special top section) > > itdept.side (Special side menu section) > > > > And some pages... > > > > itdept > > itdept.notices > > itdept.solutions > > > > Everything works fine. All the pages within the itdept use > > code.itdept.style etc... just fine. > > > > However, on the itdept.solutions page is a link to create new solutions > > which points to: > > > > actions.itdept.solutions.create > > > > This is a special page that allows the user to fill in a form to generate > a > > new solutions page. > > > > When you are on that page, you are no longer in the itdept hierarchy, but > > rather the default site hierarchy and as a result are no longer using the > > itdept.style > > > > I can't seem to find a way for when you are on that page, you still have > the > > same style that all of the itdept pages have. I don't know how to > duplicate > > what that page does and keep it in the itdept group of pages. > > -- > > You received this message because you are subscribed to the Google Groups > "BoltWire" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<boltwire%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/boltwire?hl=. > > > -- You received this message because you are subscribed to the Google Groups "BoltWire" 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/boltwire?hl=.
