how can I modify admin generated modules (acions and templates)? They are stored in cache but I need to modify them (templates!). Is it possible at all?
Greetings
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Sure is – just copy the template files from the cache to the relevant
module/templatesfolder in the backend for templates and then modify/extend.For actions, add the same named action to the
module/actions/actions.class.phpfile, and extend it as necessary, e.g.:apps/backend/modules/blah/actions/actions.class.php: