-
-
So according to this thread, HTMLpurifier does not support HTML5.
-
OK. I think I've got the little b***er.
-
Yes, using the whole develop branch and removing cache files. Empty tabs still being removed. Youtube still disappearing:
-
Oh yep... sorry... I see what you are saying now. Yeah, line 128 in Blog_posts_model unsets that field. You could extend that model and overwrite the form_fields method using the module_overwrites:
-
-
-
That page doesn't exist and so that would be correct in that the page would be removed. Also, if your search config (fuel/application/config/search.php) is using the sitemap.xml file, you may want to…
-
Now on re-indexing it gives me this.
-
https://developer.twitter.com/en/docs
-
-
Sounds like you are missing this file from that update:
-
I would look at the various hooks for the Form module (if that is what you are already using):
-
Wow this was quick! I am not sure how to implement it in my case. This 'my_user_field_id' represents field I have set in simple module mysql table. I am wondering if I want add multiple users to acce…
-
Thanks for some input, that might makes some things easier or keep some config in the right place. I'll check it out.
-
I decided to give Select2 v4 a try and it works alright. I updated the gist with some raw code how to approach it: https://gist.github.com/marcus-at-localhost/16262b75a9a82854fd82474de7d0eb47
-
Quick explanation why Select2 3.x in the current version of Fuel is not working with ajax:
-
It sounds like you may need something like a derived attribute?
-
I proposed a solution here: https://github.com/daylightstudio/FUEL-CMS/issues/569
-