-
It's likely from this change in the code:
-
Thanks for that hint, I figured it out! clean() on line 1116 of the Fuel_search library was calling $cleaning_funcs from the search config file. Apparently zap_gremlins on line 85 of the search confi…
-
Thanks for your feedback. The Fuel cache is cleared. It's not a cached version.
-
Good to know. Wonder if this is something CI will fix too: This may help too:
-
My Firefox has started complaining about the sameSite attribute:
-
The Search module works by using CURL to scan the pages using the delimiters specified in the config and parsing the HTML of the page to extract the text to be searched. As @almostcompletely said, fo…
-
I don't know if this is a known issue or not, but I've had a lot of problems with jQuery (with a vanilla version of FUEL). Maybe I did something wrong that caused these issues?
-
So basically, when we setup a project, we have two remote sources, one to the project repo and another to the FUEL repo (https://github.com/daylightstudio/FUEL-CMS.git). When there are updates to FUE…
-
-
I'm not quite sure I'm following so bare with me. It sounds like you may be wanting a page in the CMS in which the "body" variable is essentially a dropdown list of your predefined views yo…
-
Obviously not connecting.
-
You can create a page in the CMS with a location ending with /:any if you want it to handle multiple pages and pass in the last URI segment as a variable. For example news/:any. Or you can also setup…
-
You can, but it will require a little bit of javascript code. Also, if the options values for the field are automatically being added by FUEL because of a relationship (e.g. foreign_key), you can pre…
-
There was a change to the CI Session Driver that has caused this issue (we run into it on different servers now and then too). If that value is not set, it will use the php.ini value session.save_pat…
-
The preview path set for the module is articles/{slug} and there is likely not a view file specified at views/articles/my-slug-value.php. There are a some additional ways to fix this (along with almo…
-
-
Hmm... I not seeing that issue in Firefox after submission. Have you had other people test it out:
-
This sounds like you'll want to create a simple module that keeps track of all your photo gallery data and allows you to upload images. I would check out the following URLs to help guide you in creat…
-
-
There is a 'default_col' and 'default_order' simple module parameter you can use: