I tried:
'type' => 'currency', 'currency' => '£'
and, thinking that 0 would disable the separator
'type' => 'currency', 'currency' => '£', 'separator' =>0
Then separator 10, trying to move the separator out of the ra…
I have added this one to the layout file,:
$branch_block = new fuel_block_layout('branch'); $branch_block->set_label('Branch block test'); $branch_block->add_field('title', array()); $branch_block->add_field('content', array('type' =>'…
We're using the latest version of Fuel, but haven't pulled for a few months.
the layout looks like this :
$man_landing_layout = new Fuel_layout('manufacturer_landing'); $man_landing_layout->set_description('This layout is for the New cars.');…
We've sorted this out now, with a custom type.
But, when the select type rendered it wasn't showing any options. The first would appear when you clicked on the label, then you have to click on the control again to view the list.
this continues to be an issue.
when using a select form type and adding before_html and after_html to the type, the form field doesn't render the options until you click on the label.
here's the array:
array (
'department' =>
array (
'…
Cheers, that's sorted it. I hadn't spotted the 'select' type. it solves the other issues we'd run into as well, such as not place holder and having to click the label to activate the enum options.
Thanks
I could do with a bit of guidance on this issue.
We have an issue styling forms with enum fields as the select is in the label tag. And if we correct the html then the select options don't appear till the label has been clicked which is no good fo…
Hi Dave,
This is still an issue. I've pulled the latest code from the develop branch and there are still case sensitive issue with class names and file name.
Regards
when I comment out the calls to fuel_nav, i get these errors:
A PHP Error was encountered
Severity: Notice
Message: Undefined property: Search::$fuel_modules
Filename: libraries/Fuel_advanced_module.php
Line Number: 1161
Backtrace:
File: /Use…
I think i've fixed this by changing line 534 in the custom_fields.js as follows
var regex = new RegExp('\\{' + id + '\\}', 'g');
I've also noticed that my 1.4 branch is behind, doh
Sorry Dave, that might be useful information.
I'm trying to upload a small .jpg.
It's getting the right file type in the upload class, the detail of the upload file are correct:
array (
0 => 750,
1 => 500,
2 => 2,
3 => 'width=…