Alexander Levenetz wrote:

> I want to display the newest articles in my database. I do so with
> mgd_list_topic_articles_all, topic id is my very top one, which I need
> to do because I want to include everything from the subtopics. Works
> fine, the only problem is that there are at least 2 subtopics with
> their articles that I do not want to be displayed with this command as
> they contain non-public stuff. How can I prevent their content from
> being included in that above command? Or would I have to use a
> different, maybe more specific command? TIA,

You'll have to use mgd_is_in_topic_tree to test whether you want to
display them, or move the private articles to a topic branch outside
of the branch you want to search.

Emile

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

Reply via email to