Serendipity display variables
Posted: Wed Oct 19, 2005 7:51 am
I'm modifying the sidebar hider to recognize additional locations, such as the front page. Since I check for serendipity['GET']['category'], I actually get front page behavior on any non-category view. So I'd like to know how to determine whether I'm in an entry view, too. (And if I am in an entry, I'd like to know what categories have been assigned to it, but that's gonna take a database lookup.)
I've been searching posts, but what's really needed is a list of all the GET variables. If there are POST variables, a list of them could be useful, too. After all, I'll probably look into author views and such eventually.
I've been searching posts, but what's really needed is a list of all the GET variables. If there are POST variables, a list of them could be useful, too. After all, I'll probably look into author views and such eventually.