rbompani
Forum Replies Created
-
no news for this problem?
I look at the array with print_r
if i select:
– all day, saved array is
( [0] => 0 [1] => 1 [2] => 2 [3] => 3 [4] => 4 [5] => 5 [6] => 6 )
Correct!– only Monday, saved array is 1
Correct!– only Sunday, saved array is
( [0] => 0 [1] => 0 )
Error! I expect “0” or ( [0] => 0 )– only Sunday and Monday, saved array is
( [0] => 0 [1] => 1 )
Correct!– only Sunday and Tuesday, saved array is
( [0] => 0 [1] => 0 [2] => 2 )
Error!– only Tuesday, saved array is
( [1] => 0 [2] => 2 )
Error!Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Custom fields when adding new userWith 2.3.15 problem is solved, but i think that it isn’t user friendly. If I don’t compile required fields i see a white page with “-field- is empty” and I can’t return to original page. Is it possible to use an alert box before submit?
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Custom fields when adding new userNew custom field appear when I update user, but when I click “button Save”, fields don’t save. Also if field is required i cannot see “allert message”
Forum: Plugins
In reply to: [Pods - Custom Content Types and Fields] Custom fields when adding new userHi Scott. I update Pods to 2.3.14 but I cannot see the new custom field when I add a NEW user. WordPress 3.6.1. without any other plugins installed