Donald Gilbert
unread,Sep 4, 2012, 10:27:40 AM9/4/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to joomla-...@googlegroups.com
I don't like that the plugin requires changes the class names in core in order to override them. As soon as you do that, you prevent the end user from upgrading whatever component/joomla core/module whatever that they have overridden, and lock them in. The purpose of overrides is to allow a user to override, while still being able to upgrade, but since your implementation requires changes to core files in order to extend, it's kind of a broken implementation, don't you think?