Install SQL with a template? - Joomla! Forum - community, help and support
i have test article use regularly sites demonstrates common html tags teach customers manage own sites. right now, creating article , menu item displaying set of steps when install new site. first attempt @ including sql document install article along art template failed. can template install sql during installation in same manner component or module does, or process ignored templates?
that functionality doesn't exist template. see function install in libraries/joomla/installer/adapters/component.php , template.php
the line below missing:
the line below missing:
code: select all
$result = $this->parent->parsesqlfiles($this->manifest->install->sql);
Comments
Post a Comment