Page 42 of 211,234, showing 20 records out of 4,224,668 total, starting on record 821, ending on 840
# | Username | Text | |
---|---|---|---|
# | Aug 6th 2008, 19:41 | polerin | is it determined on a per user basis |
# | Aug 6th 2008, 19:41 | polerin | is it going to change often |
# | Aug 6th 2008, 19:41 | polerin | etc |
# | Aug 6th 2008, 19:41 | Ins|de | polerin, no, just for an action on a list of items, because i would like to implement calls for i outside the list, and i would like it returns to the same location, i thought it maybe has and implementation elsewhere inside the cake :) |
# | Aug 6th 2008, 19:42 | Ins|de | Hedz, that's another option |
# | Aug 6th 2008, 19:42 | polerin | Ins|de: you can check the referrer, but that's not a 100% answer |
# | Aug 6th 2008, 19:42 | Ins|de | i previously had problems with referrer |
# | Aug 6th 2008, 19:43 | Ins|de | so, sessions sound me better |
# | Aug 6th 2008, 19:48 | batcoder-7 | polerin: if you had to do it for a simple 5 main top level links and each one of those had about 5 2nd level links, no special things or anything, what way would you go about doing it ? |
# | Aug 6th 2008, 19:49 | Hedz | batcoder-7 js |
# | Aug 6th 2008, 19:49 | polerin | ACTION blinks |
# | Aug 6th 2008, 19:49 | polerin | Hedz: you still need to figure out what page he's on, and that's done from inside cake more easily |
# | Aug 6th 2008, 19:50 | polerin | batcoder-7: if that's all, then build an array of submenu's |
# | Aug 6th 2008, 19:50 | Hedz | ? |
# | Aug 6th 2008, 19:50 | Hedz | wrong person probably |
# | Aug 6th 2008, 19:51 | polerin | array('mainPage1'=>array('submenu item 1' => '/foo/bar/1', 'submenu item 2' => '/foo/bar/whatever')); |
# | Aug 6th 2008, 19:51 | polerin | then check $this->controller or $this->action |
# | Aug 6th 2008, 19:51 | polerin | or whatever is neccisary given your division of main menu items |
# | Aug 6th 2008, 19:52 | batcoder-7 | polerin: i need to highlight each link that the page is on as well, like change the class to current |
# | Aug 6th 2008, 19:53 | polerin | that's actually really easy |