-
2. $this->fuel->admin->render('_blocks/module_create_edit', $vars, '', MESSAGES_FOLDER);
-
2. How are you passing the $vars to the view?
-
Continuing with the form, I have a 2 new questions:
-
You can upgrade the folder fuel/modules/fuel/assets/js/editors/ckeditor/. You'll need to include the 2 additional plugin folders for fuelimage and fuellink:
-
[date_added] => 2016-09-25
-
If I enable filters in simple module which is located in advanced module, there will be notification:
-
https://github.com/daylightstudio/FUEL-CMS/commit/f80e4860209667f5e5d2c367365dea442fcbbe0c
-
-
There would be potentially 2 places that you would need to change. The first would be in the fuel/modules/fuel/libraries/Fuel_custom_fields.php file keyval method. This is what parses the returned dat
-
-
[{...,"from_price":"12,399.00",...
-
Ok... I think I got 1 and 2 with
-
2. all existing pages should be recognized no matter if the url is http:///page or http:///page/
-
https://www.dropbox.com/s/gla4de21rjakq15/formissue1.PNG?dl=0
-
I have 2 layouts in my CMS. The main layout for simple cms content pages and a module layout for more custom pages generated on base of simple modules in the cms.
-
Hmm.. I'm having trouble replicating your issue. Are you using the latest master branch version of FUEL (1.3.2) and the latest Forms advanced module?
-
If so, do the option1, option2 values have spaces, commas or pipes in them?
-
-
I was able to change the way that dates are displayed in forms. The main problem was that in the moment of saving to DB, the spanish format of the date was taken as invalid and not converted to DB for
-
where crossed, fuel_id 1 was linked to author_id 2, and viceversa fuel_id 2 associated to author_id 1.