How to get current Category ID
I'm using nugget addon to embed some extra php code on a pages that relate to specific categories.
How do I determine what the current category id is, for a discussion list page and a comment list page?
How do I determine what the current category id is, for a discussion list page and a comment list page?
0
Comments
Something like:
if(object->categorid == '10'){
//echo additional content - in this case an embeded google calendar above the comment grid and/or the discussion grid
}
$this->Discussion->CategoryIDif you're in themes/discussions.php, it's at$this->Category->CategoryID