-
That error should be fixed in the current master branch:
-
-
-
Thanks for the report. I've posted a fix:
-
Wow, thanks. There are a lot of options. So, I've tried various combinations of what you entered above.
-
Ah... placeholder isn't an option in .93. 1.0 beta includes it though but also has it as a separate module that needs to be installed:
-
That's always been something that's bugged me too so I just made that change. The reason why it was like that is because the year, month, day values were never in the query results when generating th…
-
I believe that issue is fixed in the 1.0 beta. You could try upgrading to the 1.0 beta or simply try replacing the Menu class:
-
Nice... thanks for sharing. As an FYI, I just posted a fix earlier today to the blog module to fix the next_post and prev_post:
-
Sure. I just added that as well:
-
I just posted a change to the blog module for the separated out blog module that is compatible with 1.0. This allows the following URL structures:
-
Not yet. The e modifier is used in a few spots and those areas need to be updated to use the callback instead. We will have this before the 1.0 release but until then you'll have to either use 5.4 or…
-
I would like to try out the fieldset option in the CMS on a page where I have a large number of fields. At the top of the form I have a 'mode' radio button set to select the 'mode' of the form. Optio…
-
Download and setup my project.
-
Can i use another template system for the front end.
-
That sounds like you may have a routing issue. Do you have a route setup for fuel/ufcm/users? This could be done in the application/config/routes.php file. Or if you create an advanced module, you ca…
-
Is this using FUEL .93 or the FUEL 1.0 beta with the blog module installed (they are separated out in 1.0)?
-
I would use the on_after_post model method. This gets executed only on the edit page so you don't need to worry about redirecting if you were to use the save method outside of the context of the edit…
-
Hmm... I'm having trouble replicating the issue. What version of PHP are you running?
-
What kind of errors are you seeing?