-
I see the issue. It is because you don't have a "display_field" specified in MY_fuel_modules config for your module is my guess and it is by default picking the first non-id field from the …
-
Oh, I didn't realise the SQL updates were different. I switched branches on the blog submodule, and didn't run through those updates.
-
The fix: https://github.com/daylightstudio/FUEL-CMS/commit/3027b34d96ae4b6207bcf69fad544c55831d3499
-
There were some changes made to the dependent field in the develop branch. I'm not sure if any of the updates would fix your error but if you can, can you update to the develop branch (You can use GI…
-
The FUEL blog requires an author to have access to the admin area which means they need to be a FUEL user with the appropriate blog permissions. Then under the Blot Authors area, you associate that F…
-
-
You should be able to modify the link modal in fuellink to include a "mailto" dropdown option similar to the native CKEditor plugin.
-
Can you try merging in the develop branch. It has some fixes that may help with that.
-
Thanks for the report. I've posted a fix for this to the fuel_search_model:
-
Are you needing a field type similar to this plugin?
-
I noticed the Undefined offset error yesterday and posted a fix.
-
So the situation I was seeing was that I would change language, hit save, then hit the back button, and it would still select the language that I was just at. However, in doing an inspection on the e…
-
This appears to be a bug. I've implemented a fix in the develop branch which will have the next round of updates:
-
The Fuel_blog module has a get_next_post and get_prev_post which you may want to look at. The difference being that it is using a date to determine the next and previous and you probably aren't.
-
You could, for example, create a page in the backend with a location value of "contact" that has all the information you want to display the page. Then in your controller, you can call $thi…
-
I think I see the issue and it only seems to occur on the homepage. I've post a fix on the develop branch:
-
Hi again this issue is already resolved that was some cloudflare chache issue, but i am getting new problem in the first page only with www.mydomain.com is not redirecting to https:
-
You can do this in the fuel/application/config/redirects.php file. There is a "ssl" configuration there which will redirect all URIs listed to https. You can use regular expression to redir…
-
Hi i was reading about this topic but i couldn't make it could somebody tell me how can i do it?
-
I wanted to use Fuel CMS. So I decided to follow this : http://www.getfuelcms.com/blog/2010/12/09/learning-fuel-cms-part-1