1

Topic: Please Make Antiscam Country drop down box select more than 1 Country!

Hi,
Vlad, could we make this possible please? To select all or more than 1 country from the antiscam list? I'm having difficulty making this change to the database.

I tried this mod myself, but I've got something missing. Open includes/templates/antiscam_countries.tpl and find the row:

<td class="gridValue1">
                <select class="inputCombo" name="country">

Add the word multiple, like this:

<td class="gridValue1">
                <select class="inputCombo" name="country" multiple>
Will allow multiple selections, but doesn't save multiple selections? Any help pls!

Thanks

Last edited by maxpower (2011-08-03 12:32:10)