So I’ve downloaded the Live Link extension, but I must be an idiot because I can’t seem to get it to do anything. I’ve put the ext file in the extensions dir and the lang file in the languages dir. I’ve modified the ext file to include one of my weblogs for testing - here’s the php. The weblog id is #4 in the database:
function settings()
{
$settings = array();
// template group and names with the weblog_id appended to
// create separate options for each weblog
//
// Follow this pattern for each weblog, replacing the # with
// the id of the weblog:
//
// $settings['tmpl_group_#'] = 'template_group';
// $settings['tmpl_name_#'] = 'template_name';
$settings['tmpl_group_4'] = 'VR';
$settings['tmpl_name_4'] = 'profile';
return $settings;
}
So…. where is the ‘preview’ link supposed to show up when I go to edit an entry in this weblog? The normal preview form button does the default preview (which is not using a template). I can’t see any other preview link?
Thanks for the help.
EDIT: I’m on EE 1.4.2 and have disabled all my other extensions.
