Doc: it should keep your settings.
CMX:
Quote:
Yeah, I hate the template updates too, vB.com should start adding variables into the templates to modify.. like $aftercalendar, $afterquicknav, etc.. And it would be MUCH easier to update the templates without hacking them.
|
I'm not sure if this is an "optimal" way of handling things but... some of the template additions can be added to its own template and called into the postbit by variable with a plugin hooked to 'postbit_display_complete'.
PHP Code:
eval('$estorestuff = "' . fetch_template('postbit_estore_xyz') . '";');