Page 1 of 1

Increasing Dial level to more than 4

PostPosted: Fri Jun 26, 2009 10:58 am
by ykhan
I want to increase the dial level selection to more than 4 as the drop down for this field only gives options up to 4.0. I added an option of 10 in the admin.php file, but it did not show on the page when refreshed. How can I go about achieving this?

Thanks

PostPosted: Fri Jun 26, 2009 7:12 pm
by mflorell
SVN trunk has this as a system settings configurable variable.

Re: Increasing Dial level to more than 4

PostPosted: Sat Jun 27, 2009 12:49 pm
by gardo
You can search the forums and I'm pretty sure you'll find the solution to your query. The answer is out there. :D Another option is of course to use the SVN version as Matt has said.

ykhan wrote:I want to increase the dial level selection to more than 4 as the drop down for this field only gives options up to 4.0. I added an option of 10 in the admin.php file, but it did not show on the page when refreshed. How can I go about achieving this?

Thanks

PostPosted: Sun Jun 28, 2009 2:49 am
by williamconley
When you add it, be sure to include ".0". Look at the format of the other entries, and follow it.

PostPosted: Sun Jun 28, 2009 4:22 pm
by mflorell
the .0 should not be necessary actually, we didn't have any issues when we set it to 160 at least :)

PostPosted: Sun Jun 28, 2009 9:24 pm
by williamconley
I haven't edited that object for quite some time, but I do remember that from the last time I did. But I've been out of date before. LOL

But if that wasn't it ... it would be cool to find out what it WAS.

PostPosted: Sun Jul 05, 2009 10:16 pm
by ykhan
Unfortunately its a production system that I am unable to upgrade at this time. Any other code ammendments or a MySQL table that holds this information I can edit? Thanks.

PostPosted: Sun Jul 05, 2009 11:11 pm
by williamconley
did you try the ".0"? post your code for the drop down contents ... (of course you can use adapt and set your drop % to 100% ... and then you can just put in any number you want for max adapt and it will stay there)

PostPosted: Fri Jul 17, 2009 12:59 pm
by ykhan
of course you can use adapt and set your drop % to 100% ... and then you can just put in any number you want for max adapt and it will stay there


This workaround was successful.