(Any way of haveing like a nested question? Michael,
That is possible in future.
Not yet. We anticipated such situations but deliberately made profile questions simple first. We are yet to see if it's worth making profile questions more complex for everybody to enable things like these.
eg. heels, stockings, boots, corsetry, gloves, etc etc. My current list has over 50 so im probab;ly going to pay someone to get the mod done, but ive fiddled it myself and i ALMOST have it working.
In the admin i can now add up to 63 options and save them. my only issue so far is that the correct boxes arent being checked in the member section once i check any boxes that are options 32 and upwards.. i think its a variable SIGN issue. ive only been at it for an hour. i should come back in a bit and give you an update..
if i dont, feel free to PM me to remind me. :)
1)
ow_base_question_data -> intValue, and ow_base_question_value -> value are both defined as INT and should be set to BIGINT with a length of 16(may need more but 16 suits my purposes as im using 48 options)
2)
in ow_static/plugins/admin/js/questions.js there is the following code
for ( var i = 0; i < 32; i++ )
change both 32s to 48
3)
in ow_system_plugins/base/bol/question_service.php
Line 2449: for ( $i = 0; $i < 31; $i++)
Line 2510: for ( $i = 0; $i < 31; $i++)
change 31 to 47
I still cant get the question sorting order correct though so questions may be out of order but the sort order can be easily modified by playing with the table/column
ow_base_question_value -> sortOrder
i'd consider waiting for oxwall to fix it, but if you want to try this, then make sure you back up first!