Quote:
Originally Posted by Vitaly
Hm... why you did a separate dir for hooks & JS ? A bit strange coding style. There no performance benefits, and potential difficulties for maintenance. Why manual template edits?
I can polish it a bit, as did with attachments bug in 3.8 branch.
|
New structure for all releases under "dbtech", not intended for performance (however hooks through files are better for performance than eval'ing raw php). The structure is easier to work with for me, but that's a personal opinion.
As for the template edits, there's no "safe" way to apply edits in realtime on the templatecache because the new rendered states are different to vB3, so until I look at alternate routes it'll remain with edits.
Lastly, the attachment bug has been fixed in the vB 3.8 version. Appreciate the feedback