Menu items visually have two states Visible or Not Visible - the Hidden column. They are never "published".
If you create a page and no longer want it, but don't want to delete the page you would simply set the page to Unpublished; this in turn s…
Thanks, just wondering if there is a more support way of implementing this rather than a creating something from scratch. sitemap_xml.php leads me to suggest (with it's use of $page['frequency'] and $page['last-modified'] ) that it is support out-o…
What I am basically saying is should anyone visit local.fuel.co.uk/somewhere this address should never be shown in the address bar upon page load - instead local.fuel.co.uk/404_error should be shown.
If I add a meta refresh the page just reloads …
This is what it shows in my redirects.php file:
// The pages to redirect to regardless if it's found by FUEL.
// WARNING: Run on every request.
$config['aggressive_redirects'] = array();
// The pages to redirect to only AFTER no page is fo…
Apparently these are 'modules' even though they are native to Fuel, adding them to $config['modules_allowed'] allows them to work again.
Let's find out what else doesn't work.
Well that's one thing solved.
The next problem is that if I complete the form, but ignore the Recaptcha I can still submit the form! How do I tell Fuel/CodeIgniter that the Recaptcha is mandatory?
So Form Display is set to 'block'.. Block view is set to 'business-call-back' in the 'forms' module.
In the Actions tab I have an empty Form action field, lorem ipsum in 'After submit text' (which doesn't show anywhere), my email address in Email r…
This is in fact quite tricky to test because the Recaptcha displays 'ERROR for site owner: Invalid domain for site key.' Despite adding 'localhost' and 'dev' domains into the 'admin console' on the relevant settings page. So maybe its meant to act…
front page alone has 18 inline edits.
6 on another
18 on another
I have an A-Z glossary page that has a link per letter, will have to turn that off for sure.
I'll just have to be more selective.
One thing I have noticed now is when inline editing is enabled is the speed has drastically fallen with a lot of 'blocking' occurring and seemingly high cpu usage. The drop-down menu is especially difficult to use with this enabled. I will be enco…
Excellent, I can confirm it now works.
Just one thing now, if the modal contains a textarea the width isn't wide enough - I do however get a horizontal scrollbar. Hopefully something a little CSS will easily fix.
Fuel and Browser cache cleared, 3 files replaced, same error.
jquery.min.js:4 Uncaught TypeError: a.indexOf is not a function
at e.fn.init.r.fn.load (jquery.min.js:4)
at HTMLAnchorElement. (fuel_inline.min.js?c=:1781)
at HTMLAnchorEleme…
Getting there, Page Analysis is now working, however inline editing still not working, the below still appears.
jquery.min.js:4 Uncaught TypeError: a.indexOf is not a function
at e.fn.init.r.fn.load (jquery.min.js:4)
at HTMLAnchorElement. (…
Okay back to this one, I can see you have updated the branch to the latest jQuery, however not sure you tested in with the latest query as this alone does not fix the problem entirely - another error simply appears in the console. Interesting the …
Okay fixed now. Both Wget and Curl couldn't resolve to the local host.
After some extensive googling I found that if I added the below line to my vagrantfile (near line 60) and perform a reload the box could now resolve to any local hosts defined i…
I've looked at Pagevariables.php in fuel/modules/fuel/controllers/ at this function.
public function inline_edit($field = NULL, $page_id = NULL)
If I paste the below code within the true branch of ! is_numeric($field))... both the function argumen…