View Full Version : 30 Add Item Value limit in dropdown menu
katdadi
05-05-2007, 03:48 AM
I'm trying to add States in a dropdown menu listing but it only allows 30. Is there a way around this?
Sergey Ten
05-05-2007, 04:17 AM
Hello katdadi,
If you want add more options for dropdown menu you have to do the following:
[ Open your admin/manage-fields.php ]
[ Find code ]
<script type="text/javascript">
var values_total = 1;
var max_values = 32;
</script>
[ And replace with ]
<script type="text/javascript">
var values_total = 1;
var max_values = 50;
</script>
[ Save change ]
vBulletin® v3.7.0, Copyright ©2000-2008, Jelsoft Enterprises Ltd.