FAQ mod updated
Apr 17
I highly doubt someone bothers enough to go here looking for any mod updates, that means I need to edit its page on SMF.org modsite, nevertheless, it is my duty to inform that there is a new version of it so complainers can't get a reason to complain about. Not my fault they don't bother to search.
It is a completely re-coded version, with cleaner, better code, the old one was fugly. This one at least has some kind of organization, I still call 2 files on every request and I broke the MVC pattern several times but who cares.
It doesn't have that many new features, only the search feature, which is a simple LIKE %term% query and the permissions separation, now there is a unique permission for add,edit,delete,view and search.
It uses a model I've been using recently where the controller is nothing more than a set of lose functions and the model is a class, this class gets instantiated and passed to every function in the controller, a somehow bizarre implementation of Dependency Injection, not the best method but works OK for all my SMF needs.
Code is on github as always or heres a direct link for the lazy ones and for my beloved bots a perfect chance to eat up my Band Width: http://missallsunday.com/modsite/sa.single/mid.3/
No support/spoon-feed, at least not coming from me, bugs will be fixed if the users bothers enough to report them on github.
It is a completely re-coded version, with cleaner, better code, the old one was fugly. This one at least has some kind of organization, I still call 2 files on every request and I broke the MVC pattern several times but who cares.
It doesn't have that many new features, only the search feature, which is a simple LIKE %term% query and the permissions separation, now there is a unique permission for add,edit,delete,view and search.
It uses a model I've been using recently where the controller is nothing more than a set of lose functions and the model is a class, this class gets instantiated and passed to every function in the controller, a somehow bizarre implementation of Dependency Injection, not the best method but works OK for all my SMF needs.
Code is on github as always or heres a direct link for the lazy ones and for my beloved bots a perfect chance to eat up my Band Width: http://missallsunday.com/modsite/sa.single/mid.3/
No support/spoon-feed, at least not coming from me, bugs will be fixed if the users bothers enough to report them on github.

