PDA

View Full Version : Programatically use a different postbit legacy template


Tyndie
04-15-2013, 08:00 AM
Hi,

I was wondering if it is possible to use a plugin to tell vb to use a custom postbit legacy template, rather than the default one, by using the hook postbit_start, or some similar method please?

kh99
04-15-2013, 09:35 AM
You could use hook location postbit_display_complete and set $this->templatename to the template you want to use.

Tyndie
04-15-2013, 09:43 AM
ok thanks