Friday, October 8, 2010

modx2 unable to right click Action

If you ever encounter problem right clicking on action box to create action for a namespace,
you may still do it manually by inserting a record in table "modx_actions"
  • create namespace in manager
  • insert record into modx_actions
    namespace=[namespace_name], parent: 0, controller: index, haslayout: 1
  • clear cache in manager
Tada, it will be there.

No comments: