Yes, I tried all 4 "Finding the View" from the tutorial, but no effect.
This is my views/articles.php. URL without a slug only works with an exit(); at the end.
<?php $slug = uri_segment(2); if ($slug) : $article = fuel_model('articl…
Setting this up in _variables/articles.php does not change anything.
/articles/{slug} shows me the view/articles.php
but
/articles shows me my view/_layouts/home.php which is my default view
It's displaying the wrong view, not redirecting.
Hi,
I've done everything to stop CKEditor remove the iframes. The iframe tags are in the post to the /fuel/pages/edit controller. I cannot figure out why the tags are still removed.
Is there a way to disable purifier and sanitzer completely? J…
Thanks for your reply,
I don't think it's the purifier. I've already disabled it completely and the iframe is still deleted.
This is my purifier.php
$config['settings'] = array( 'default' => array( 'HTML.Doctype' => 'X…
Thanks for your feedback. The Fuel cache is cleared. It's not a cached version.
In the image below you can see that it's correct in the database. But the page just renders it wrong.
https://ibb.co/sJmTD96
Thanks,
The fuel_relationsships tables have the same indexes on both databases.
I'm using version 1.4
Which file is storing the user permissions? Maybe I can start debugging there.
When I click a user and try to add a permission by clicking a checkbox, the checkbox is unchecked again after saving.
If I go to Permissions and add a user to the right box. After saving the user is in the left box again.
Hi,
Thanks for the help. I tried that, but it didn't work out.
Now I just have change this line of code in jquery.validate.js
return this.optional( element ) || /^[a-zA-Z0-9.!#$%&'*+\/=?^_`{|}~-]+@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?…
That's exactly what is happening. I've downloaded this new version of jquery.validate but that doesn't solve the issue.
How can I implement a custom method of email validation in the above form?
According the CI Upload class the upload image is: image/jpeg
and the allowed_types are: array(7) { [0]=> string(3) "jpg" [1]=> string(4) "jpeg" [2]=> string(3) "jpe" [3]=> string(3) "gif" [4]=> string(3) "png" [5]=> string(3) "zip…
I'm just trying to upload a regular .jpg
I've pasted the snippet above in both MY_fuel.php and fuel/config/fuel.php.
Still the same. How can I debug the CI Upload class.
Thanks again,
I did copy the search.php and update the config values. But there is no data being output from the indexing proces. The fuel_search table was till empty.
I'm sorry but I stopped using the search module and build my own search functio…
Thanks,
Adding "TRUE" did the trick. The fuel_search_tmp table is created.
But the results on the page http://nieuwegein.interattractive.nl/search?q=test are still empty.
After using the temp table, where is the indexed dat stored? because the tmp…