Hey there, I have tried your solution and it worked perfectly, but now when I go to edit the field, I get the custom field as string in td, although I have tried to recreate it by checking if $values is not empty and filling the values for the custo…
Okay I don't understand how but you got it working by simply creating a folder in images named news, so how did that worked and I have a very similar module or an exact copy of it but when I am doing the same thing for that module named project, its…
Thanks for replying, I have already posted the action url being made in the comments of a non-working example. And here's the one which is working
http://SERVER_NAME/fuel/assets/inline_create/615731685a32567a?asset_folder=images%2F&subfolder=&a…
Where is this being called? This is not about showing the date format on frontend? I meant how can I say where publish_date <= d/m/Y when the query is generated to fetch results from database?
Okay the issue was I had previously changed the date_format in MY_config to d/m/Y which caused the datepicker to pick wrong date in module and so the query was correct but due to wrong date it was not returning results, so how can I change the date …
I have tried calling the same method in a controller and it also produces empty array, thought if something was wrong with params I was calling so I checked the db but the where clause is also fine, also tried with load model in controller but it al…
Created a folder named media and changed to that folder now it works fine, but now when I am trying to get models in a page, empty array is being returned.
{$videos = fuel_model(videos, array(find=all, where=array(published=yes)))} {foreach $vide…
Well, yes but I am using the forms module and thus creating form from there and using it in page, could I still manipulate the fields without controller? For now I have used jquery to remove date class and the validation works now.
Hmm... so if I wanted to upload video what folder should I choose? One more thing is I named my column as video_image because fuel automatically creates the file input for image.
Tried your suggestion, this is the url being made, but I don't know if that is allowed.
http://SERVER_URL/fuel/assets/inline_create/615731685a32567a4c32356c64334d3d?asset_folder=images%2Fnews&subfolder=&userfile_file_name=&overwrite=1&a…
I am getting a validation error upon entering the dates in aformentioned formats. I had posted the question on stackoverflow and it seems that because I am using Forms module to create date fields, the class date is causing the issue. So how can I r…
Would that have any effect on template parsing? Because I can't put the code for pages in files, I need it to be in cms pages or blocks as I want the client to be able to change it without going into files
okay can you tell me how jquery.validator works by default for fuel because I have a form with date fields and I can't validate them as the jquery seems to be checking for two formats at once, by default it checks for mm/dd/yyyy format and I have en…
Well I am running 1.4.3 and that is latest last time I checked? Quoting an example
Shortened to only relative part, basically its a table
See the {if} block and {foreach} one
This
Okay but I want to apply classes to that field of bootstrap. Is there any way to define that and the css property you are telling me to add is after I receive the $fields array from form_fields method?