Quote by: Laugh1. When admin is logged-in, the specific topic that is used most by admin, should be placed first of the drop-down list.
How is that to be decided?
In my situation, every active admin frequently uses only one topic, topic A, for posting articles. It doesn't change, it is always topic A. But select options for topics are more than 500 hundreds, so every time they have to search to select topic A from the hundreds of list. What I want to do is to place the topic A at the top of the list. So I want some advice to do that.
I think I could do that with dirty hack like picking up topic A from $_TOPIC and array shifting it. But I want to know easier way, if possible.
2 . When other members are logged-in, only the topic of the logged-in member should be listed.
It should only list topics they have access to. I have a feeling this includes both read and edit access.[/p]
I just want to know if you have some way to list options for topics the member have access to.
Thanks.