I wonder if that functions should have 
twinny function for person.
something like mgd_list_person_topic.
If I want to manage persons adn their topics 
then I have make many querries.
If I want to have one person per one topic, 
it could be good to create topic (option)
for this person while creating person, 
not only making existing topic be a person topic.
Next if I want to get person topic, I do not have any 
easy and fast access like:
"select * from topic where creator="myperson" and up="topic_parent";
mgd_list_person_topic($user_id, $topic_id);

All i may to do is 
list topics , get topic one by one (or maybe not if list functions
returns this field) , and then check for every topic id creator is 
my person.

Do I think right, or maybe I misunderstood manual?

Piotras

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to