More Hooks

Wish to see a specific feature/change in future releases? Feel free to post it here, and if it gets enough "likes", we'd definitely include it in future releases!
Post Reply
gmusgrave
Posts: 25
Joined: 2013-08-15 17:27
Location: Mexico

More Hooks

Post by gmusgrave » 2013-08-16 13:13

I would like to see two more header and footer hooks: for the Home Page and the Sign-In page.

I'd also like to see an empty .css file in the hooks directory that gets included last in the chain of stylesheets. This would allow simple CSS modifications without the fear of them being clobbered.

I know the php files have places to insert customisations, but the hooks folder is a better solution. Any main php files that are modified are overwritten when the app is re-generated (especially after an upgrade of the software).

The hooks feature is the best place for customisations, and, ideally, all "insert custom xxx here" references in the main php files would be replaced by calls to a function in a hook file.

Thanks for listening,
Garry Musgrave

Post Reply