Hi Admin,
Yeah...it fixed. I replaced fuel.min and jquery.supercomboselect.js by using 1.4_dev version, then replace the line 231 in jquery.supercomboselect.js with:
var index = String(text).toLowerCase().indexOf(val);
It works now~~~thanks admin…
Hi Admin,
I tried your suggestion but doesn't success and I think I make you confused my question by my poor english.
I've captured my page FYI, the high-lighted area is the $has_many filter and I hope it can be filter the programme code.
https:/…
I've studied the docs and try but not success, can anyone give me a hits please?
The "Filter your search" under $has_many programme tags still doesn't work.
Here is my models original code:
<?php if (!defined('BASEPATH')) exit('No direct scri…
Hi Admin,
Just running the following to updating to develop branch?
// migrates to a specific version. Must be in a dev mode environment
php index.php fuel/migrate/version/2
Please advise.
Seems pages have some problem, only it haven't the "Login as : admin | logout"
https://www.dropbox.com/s/y7dnj9j78y8d9ah/ScreenHunter_166 Feb. 11 16.23.jpg?dl=0
I already download a new source and re-install it, still same.
A bit little like Pages module I think but not that complex.
Now I was created a News module follow the user guide and it support multi-language. But I find that all news record are standalone, means if I click news A in english, it works good but…
Hi, I just thinking my way is correct or not, please correct me if I'm wrong.
1/ I've created 2 database and 2 model.
2/ First, news_pages_model which will be store the news ID, description, slug, release date and publish status. These information …
O~~Sorry for my poor English.
My problem is I can only show up the news_pages_model input field in my CMS module (e.g. description, slug, release date etc). But another input field of news_pagevars_model cannot be show up (headline & value inp…
sorry for my fault, I fixed the problem.
My MY_fuel_config file have a file problem that's why I cannot config my date format. But now I re-create a new one then it work now.
@admin,
After I updated the code and click the "Tags", it show the error as below:
A Database Error Occurred Error Number: 1054 Unknown column 'fuel_tags.fuel_tags.language' in 'where clause' SELECT DISTINCT fuel_tags.language, fuel_tags.langu…
@admin
After change, I can go "Tags" and it show the "Language" selection. But when I click "Create", it show another error:
A Database Error Occurred Error Number: 1305 FUNCTION fuel_tags.CONCAT does not exist SELECT fuel_tags.id, fuel_tags.C…
@admin,
I've added a "language" field to fuel_tags by using:
ALTER TABLE `fuel_tags` ADD `languague` VARCHAR( 30 ) NOT NULL DEFAULT 'en' AFTER `precedence`
After that, I click "Tags" it show me:
A Database Error Occurred Error Number: 1052 C…
Seems that I should be use "Tags" for my "type" in model as it is multi.
I've changed to:
... public $foreign_keys = array( 'location_id' => array(FUEL_FOLDER => 'fuel_categories_model', 'where' => array('context' => 'LOCATION')), …
@admin
Here is my module (news_module) which under "\fuel\application\models"
<?php if (!defined('BASEPATH')) exit('No direct script access allowed'); require_once(FUEL_PATH.'models/base_module_model.php'); class News_model extends Base_modul…
@admin
Many thanks and it's what I am looking for.
But I fact another question, I get 404 error when I click slug linking or readmore even my coding is same as the tutorial.
I try to call the news_item but there's no data. Is my setting something…
Thanks! It work perfectly. Here is my code for reference.
1/ Added the following to the fuel/application/views/_variables/global.php file.
$vars['language'] = $CI->fuel->language->detect();
View file:
<?php $slug = uri_segment(2); if…
@admin - I solved the problem. I make one more class before "class="dropdown" so it cannot work.
I post my code here for someone who need.
Library Catalogue