Hi
You are correct - adding more users will populate the dropdown list
with more options. If you are looking to customise it further, you
will need to get your hands dirty with some PHP. All of the modules
can be found in /admin/modules/
Open up /admin/modules/contact.php
at line 96 you have your query for getting the user list:
$rs = safe_rows_start("*", "pixie_users", "1 order by privs desc");
you could modify this to only show certain users:
$rs = safe_rows_start("*", "pixie_users", "WHERE username = 'fred' or
username ='bob' order by privs desc");
Scott
On Oct 16, 6:38 pm, Simeon <
soundcreations...@gmail.com> wrote:
> Well I am on a roll today ;<)
>
> How can I add or change the options in the Contact page to possibly
> send the contact messages to different departments.
http://www.lorecords.com/news/?s=contact