You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have an supplement for the User Guide about "Advanced modules" because it is misleading:
=============================
SUBJECT
==> The User Guide says here: (http://docs.getfuelcms.com/modules/advanced)
"7. Last but not least, in order to see your module you must add the folder name of your module to the $config['modules_allowed'] array in your fuel/application/config/MY_fuel.php file."
==> The comment in MY_fuel.php says:
// specifies which modules are allowed to be used in the fuel admin
$config['modules_allowed'] = ...
=============================
PROBLEM:
Even if I do not specify my module in MY_fuel.php, I can access my controllers and views ( so I think as an beginner i configured my module correct, BUT the constants in {module_name}_constants.php are not available in my views.
The text was updated successfully, but these errors were encountered:
I have an supplement for the User Guide about "Advanced modules" because it is misleading:
=============================
SUBJECT
==> The User Guide says here: (http://docs.getfuelcms.com/modules/advanced)
"7. Last but not least, in order to see your module you must add the folder name of your module to the $config['modules_allowed'] array in your fuel/application/config/MY_fuel.php file."
==> The comment in MY_fuel.php says:
// specifies which modules are allowed to be used in the fuel admin
$config['modules_allowed'] = ...
=============================
PROBLEM:
Even if I do not specify my module in MY_fuel.php, I can access my controllers and views ( so I think as an beginner i configured my module correct, BUT the constants in {module_name}_constants.php are not available in my views.
The text was updated successfully, but these errors were encountered: