This has been asked a couple times... but I haven't seen any answers yet.
How can you show the category-list in the sidebar on every page?
At this moment, some pages show the list, others don't.
I'm talking about this function:
$this->nav('cat', 1);
Which is situated in function sidepanel() ...
Pages that do not show the category list:
-
Users
-
Tags
-
ask a question
-
Unanswered
-
Questions » Hot!
-
Questions » Most votes
-
Questions » Most answers
-
Questions » Most views
-
My Account
-
My Updates
Pages that do show the list:
-
Edit a question
-
All activity
-
Questions » Recent
So what's the logic behind this, and how can you show the list permanently?
Seems like a bug to me in this version, as in 1.4 the list did show-up everywhere.