1
Hi,
I want to to hide the SelectMatchOption in User Profile Search. I mean the drop-down-list
which contains "Starts with", "Ends with", and "Contains".
I checked some of the files of User Profile Module, it seems I need to modify the function XoopsFormSelectMatchOption() to hide the drop-down-list.
The @param int $size Number of rows. "1" makes a drop-down-list, I tried 0, but I still get a drop-down-list.
I just wanna know which Number can hide the option.
Thanks.