Hi,
I have created a page "aktuelles/presse" and a corresponding controller under application/controllers/aktuelles/presse.php" with a method index().
class Presse extends CI_Controller { public function index() { $this-&g…
Hey,
I think I will use the layout object, because I have a kind of very custom page design.
But here I have another question... The Fuel_layout class does not have a method to set the class name for the layout... In the array I have a parameter cla…
hmm anyway I have a question :-)
I used the _module.php as copy template for a module layout. Just wanted to try the layout without doing any adjustments but by using the layout for a new page and then calling the page I get an error:
Severity: Not…
Hi,
my problem is that in the input parameter $values of on_before_save the new value is not available, only the old value. So I do not know if the image has changed at this moment.
Hmmm and already the next question...
perhaps just did not find it in the docs...
I have an enum/select and I want to define a default value... but when I edit the entry the default should be overwritten with the database value.
I did not achieve …
I have now added some fieldsets to my module... but how can I set the form elements in relation to the fieldset? Now all my elements are at the top of the page and at the bottom there is the tabstrip with the fieldsets...
ah cool. Now I know what this button does :-)
Sometimes I should just try the things...
ok then you can "close" this feature request as it is already implemented !!! :-D
Step by step I get more and more comfortable with your CMS. It makes many th…
that is the name of the foreign key attribute in the database.
Using this in the code results in the value 1 (the id of the entry in the database) beeing returned. I expected to retrieve the corresponding object.
Hi,
another question :-)
I have used the table_headers attribute to manipulate the list view. Now the edit and delete buttons are missing and the row isn't selectable any more. How can I get this buttons back?
KR
Habib
Hi,
I have another question according to the representatives.
I have a db field published. Here the CMS correctly translates the enum values yes and no to the german values ja and nein. In the same table I have an enum field show_beruf. Here the sys…
Hi,
I have a short question according to this issue. Is there also a way to change the displayed names of the table headers like in the create view of the module?
Ok, I will try this soon, but I have another question...
for selecting the dynamic menue items I should also use the pre_process function I think. correct? So I can keep the layout files clean of php code.
Is there a way to get the current page_id in the pre_process method?
$this->fuel_page->id;
isnt'working
Hmpf... got it ;-)
$CI->fuel_page->id...
sorry for that...
Hi,
I have chosen another way to select the stage for the content page...
I have build a custom pages_model my_pages_model and overwritten the form_fields method to add the parameter to the header fields.
public function form_fields($values = arra…