https://www.indiainfocom.com
https://www.ifbagro.in
https://www.tilindia.in
http://www.gainwellindia.com
and another and currently handling variability issues mostly relented to FuelCMS Remote Code Execution
hi i want a common place where i don't have to add the JavaScript file each time . as i have to use this csrf tocken update throughout the admin panel including pages actually where ever modal i frame uploading / update is taking place .
instead…
i have the similar issue . with same and all older versions .
lest elaborate the issue :
my config.php in application config
$config['csrf_protection'] = TRUE;
$config['csrf_token_name'] = 's_csrf_tocken';
$config['csrf_cookie_name'] = 's_c…
this massage not exactly got thrown by by validation method .
i have tried to set the error massage in this lines
$this->CI->_error_array[$field] = $status[0];
$this->CI->_error_array[$field] = $status[0];
$this->_error_array[$field…
i have removed the module parameter those it is still not working ...
instead on my Jobs_model
"on_before_delete" function is working
public function on_before_delete($values)
{
print_r($values);
//die();
return FAL…
but it is showing the ids instead of the name value for example
Job 1
City 5583
instead of
job name and
city name
which i have related in $foreign_keys as
public $foreign_keys = array('job_id'=>array('jobs'=>'jobs_model','where' =>…
hi
actually every thing was current as per the requirement . but what i have done wrong was the name of the module .
after removing "_page" from the name it is working fine ...
it was not working because the name of the class got through get_cl…
now after making a little alteration removing unset($values['data']) ;
it is also hitting on_before_post their i have altered the data :
public function on_before_post($values = array())
{
$data=array();
foreach(…
i have used that but still the same except while i am in home page
echo $nav_arr = fuel_nav(array('depth'=>1
,'render_type' => 'basic'
, 'group_id' => 1
, 'active_clas…
it good and vast . documentation need to be improved . as other sours of help is quit not their .
it needs to improve the 'table_actions' section as
'module_name/index/{id} having minimal effect
hi finally the issue get resolved by removing
if(isset($record['speaker_id']))
{
$record['speaker_id']=(is_array($record['speaker_id']))?implode(',', $record['speaker_id']):$record['speaker_id'];
}
from save
and $values['speaker_id']= explode(','…
as per that i have changed it to
public $has_many =array('speaker_id' => array('model' => array( 'events'=>'speakers_model'), 'where' => array('is_disabled' => 0)));
but the condition have not changed :
it doing the add save funct…
hi is their a way to add a parameter to create button while i have added a n action
$this->data_table->add_action('Itinerarys', 'package_itinerarys/index/{id}');
to list with only itinerary belongs to packages but while creating new itiner…
i have also posted the question with screen short with more details in stackoverflow
http://stackoverflow.com/questions/35620169/fuel-cms-module-file-location-issue-while-using-foreign-keys-or-belongs-to
please check with
it is already their my table structure is like this
CREATE TABLE `package_type` (
`id` int(11) NOT NULL,
`name` varchar(255) NOT NULL,
`image` varchar(255) NOT NULL,
`sample_image` varchar(255) NOT NULL,
`box` enum('orange','blue','pink') …