It's actually part of my header block so it displays on each page.
But it's a shame to disable caching on each page since the content of those pages is very cachable.
I'm gonna look into the ajax solution then.
Thanks!
Thanks a lot!
Somehow the second time I initialize fuel_page I always get the following error along with a 404 page.
Undefined index: location Filename: libraries/Fuel_page.php Line Number: 149 Undefined index: layout Filename: libraries/Fuel_pag…
Ok, I've changed the (group_id, location, parent_id) unique index to normal index.
It's seems to work well at first sight, I'll play a bit with it in dev...
Haven't looked for performance loss but since the number of items shouldn't reach more than…
My problem is that my client does not really make a difference between mysite.com/test and mysite.com/Test but Google in fact consider it as 2 different urls, this creates duplicate content.
I thought of the canonical link as a solution but I would …
I'd like to do that but using only the admin and the fuel_nav() function...
Basically this kind of already works: you can create a menu item and specify an empty location. This is handled well by the fuel_nav() function as it will generates only a …
Strangely it works now, probably a cache issue...
Anyway, I was referring to the Navigation Group dropdown (in the top right corner) of the /fuel/navigation page.
Quickly another question: is there a way to get the location of the current page (no…
This issue comes from a jquery plugin that, for some reason, sends a GET request to to page once it's loaded causing it to generate another captcha and (I guess) another antispam value.
Sorry for the trouble.
I cleaned the captcha folder to check that file are being written correctly.
It seems that every time the comment form is displayed 2 captchas are created, the first being displayed and the second one being the good one.
However even when I enter th…
Thanks.
You also need to reset the 'nav' array, otherwise you module will still be at the end of the array. So MY_fuel.php goes like that:
$config['nav'] = array();
$config['nav']['site'] = array(...)
$config['nav']['MY_ADVANCED_MODULE'] = array(…
Hello, new to fuel, great thing so far!
This also happened to me. Check that your 'assets/image' folder exists.
More:
I isolated image files related to the layout in a separated folder, this cause Fuel to delete the image folder from the disk when…