Well you are in luck. I just finished up a module that does just that and could use someone else to test it out. I've just sent you an email with a zip for you.
The jquery.markitup.set file has the configuration settings for markitup. You would need to either change that file or include your own file (e.g. perhaps use the $config['fuel_javascript'] parameter in MY_fuel to overwrite the value found in the ma…
The reason those lines are there are for when no "group" filtering parameter, the options list will have all the ungrouped pages outside of an "optgroup" tag. Perhaps another solution would be to wrap "if (!empty($group)){" check around the lines yo…
There is a default height and width set for the markitup textarea field which will override the cols and width. Instead, use the "style" attribute:
'style' => 'width: 800px; height: 800px'
The future of CI is indeed up in the air which is unfortunate since I think it's a great fit for a lightweight framework to create websites just as it is. The fact that it's on a well-documented MVC framework you can use alongside the CMS, in my min…
As you probably know, $this refers to the current object. In your case, you are not in an object but a config file. For $this->load->database() to work, you need to be in the controller file in which the database object get's attached to. In a…
There is a "group" parameter you can set for layout blocks, and then in your layout, when you specify the block field, you pass the "group" parameter and the name of the group that you want to include. Layouts can belong to more then one group if yo…
That sounds like the "preview_path" parameter for your module. If you set that, a "View" button will appear. The "preview_path" should be the URI path to the page and include placeholders for form values like:
... 'preview_path' => 'news/{slug}' …
I've pushed an update to the develop branch where you can set the "preview" => FALSE. In addition, you can fix the rendering by specifying a different view file also using the "preview" parameter. The following example would look for a file in th…
There currently isn't an option just to get a URL from the pages table. However, there is a filter parameter you can use that should be a regular expression value to filter the links.
http://docs.getfuelcms.com/general/forms#url
Regarding reformatt…
Possibly. You may need to look for things nearby that don't normally get converted like say for example the repeatableSelector property string value of '.repeatable_container' and then search.
There is also a "sorting" parameter you can use on a "multi" field type that will allow you to select and then sort that selection:
http://docs.getfuelcms.com/general/forms
I think I misunderstood which dropdown you were talking about. What you are seeing it sounds like is the version dropdowns. If the module parameter of "archivable" is set to TRUE (which it is by default), then it will create an archived version afte…
If you are making change to the jquery.repeatable.js file they won't be seen unless you do one of two things:
1. Go to the fuel/modules/fuel/config/fuel.php file and uncomment all the js files currently commented out in the $config['fuel_javascript…
That's a bug that I just pushed a fix for in the develop branch:
https://github.com/daylightstudio/FUEL-CMS/commit/c315747b4383807424207bee89af7301485e9af6