I have autocomplete on so that when a user starts typing in a name in the TO field, the AJAX/Javascript code searches for the name in jos_users.name and shows results below the TO field.
Where is the SQL Query that does this search??? I've spent a couple of hours searching for it and I cannot find it.
I need to change it so that it searches only for group-members (not Joomla groups, but my own types of groups).
The completeusername results (shown by the AJAX/Javascript) is too far down. It's below the font formatting icons and above the smiley icons. It's possible that this is due to the ja_purity template that came with Joomla 1.5.7.
Where in your code can I adjust the positioning of the completeusername results?
Also, on the Compose page, there is Userlist near the top right. Where is the SQL query for this list?