PaulTurner-awin / stikked

Automatically exported from code.google.com/p/stikked
GNU General Public License v3.0
0 stars 0 forks source link

change selected="selected" for Keep Forever #40

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I managed to make checked="checked" for Private to make the checkbox selected 
by default for Private by adding 'checked' => 'checked' into the $set array of 
Private.

But tried to locate where does it have selected="selected" for the first array 
entry "0" => "Keep Forever" but wasn't able to find it.

i tried to play with this from the system/application/controllers/main.php
                                        $user_data = array(
                                                        'name' => '',
                                                        'lang' => 'php',
                                                        'expire' => '0',
                                                        'acopy' => '0',
                                                        'snipurl' => '0',
                                                        'private' => '0',
                                                        'remember' => '0'
but still didn't take any effect (even if i update php to python doesn't take 
effect)

sorry of the issue is divided into two issues but finding one would resolve the 
other :)

Thanks

Original issue reported on code.google.com by bas...@gmail.com on 13 Mar 2013 at 3:48