I have created a custom module, when i clicked that module from admin dashboard an error is displayed.
Fatal error: Call to a member function name() on a non-object in
\wamp\www\communityscripts\fuel\modules\fuel\controllers\module.php on line 53
Call Stack
# Time Memory Function Location
1 0.0007 283360 {main}( ) ..\index.php:0
2 0.0027 342992 require_once( 'D:\wamp\www\communityscripts\fuel\codeigniter\core\CodeIgniter.php' ) ..\index.php:270
3 0.0345 1964064 Module->__construct( ) ..\CodeIgniter.php:3
Help pls
Comments
http://docs.getfuelcms.com/modules/simple
http://docs.getfuelcms.com/modules/advanced
$config['modules']['my_module'] = array( // ... other config... 'item_actions' => array(), 'table_actions' => array(), 'rows_selectable' => FALSE, );
I created an advanced module for form. In the admin panel if the title of my form is long with 20 characters the UI gets collapsed and scroll bar is present at the bottom to scroll the details. where as in pages if the title is long half the text gets hidden. i need the functionality which is implemented in pages. can u pls help