Miva has rolled Tool Belt and Tool Kit into the main product but are these embedded in amber meaning development is frozen? I don't consider myself a programmer. My programming days lie mostly in BASIC somewhere in the 80's and some hobbyist Visual Basic 20+ years ago. I'm called on to do little things now and then and Tool Kit and Tool Belt have been life savers. We can't really contract a programmer for every little tweak or fix and Tool Belt/Tool Kit puts these small projects within reach. I'd love to see a few functions added now and then.
Announcement
Collapse
No announcement yet.
Tool Belt Expansion
Collapse
X
-
Years ago we looked at building toolkit/toolbelt type functions directly in Miva. What we ended up doing instead is adding mvt:do (https://docs.miva.com/template-language/mvtdo) into the template language. This gives you access to every underlying function which exists in the core software.
Here are a few examples of using just the template layer to re-create a lot of the toolbelt/toolkit functions:
https://docs.miva.com/code-samples
- 1 like
Comment