20
Hehehe! i know how to user multimenu ;_)
No it's not what i'm looking for.
The link for "my ads" use to show ads of each member.
It's can look like this for me
http://localhost/modules/catads/adsuserlist.php?uid=1For next member is look ike this
http://localhost/modules/catads/adsuserlist.php?uid=2 and go on....
The problem is that i want to make the link " my ads" in a Multimenu call member Menu.
*************************** the code for the original link ( it's get the UID) ***********
global $xoopsUser;
echo '<a href ="{X_SITEURL}modules/catads/adsuserlist.php?uid='.$xoopsUser->getVar('uid').'">my ads</a>';