1
hallo there, i'm trying to make a xoopstree for a part of a module i'm developing. What i wanna accomplish is to select some users from the XOOPS db and show them in a drop down list. The catch is that i have also another db which some of the users are stored as friends (for example).
The question:
How can i create the drop down list for the XOOPS users db (with xoopstree) ommiting the users that are already added in the other db??
The code for creating the xoopstree is the following:
Quote:
$mytree = new XoopsTree($xoopsDB->prefix("users"),"uid","name");
Is there a way to exclude the results that have a uid= "to the uid of the user from the 2nd db"?
Thanks