Would it be possible to hook this product to a certain phrase the way ie. this product does?
https://vborg.vbsupport.ru/showthread.php?t=185636
PHP Code:
if ($vbulletin->options['latest_auto'])
{
// adds location to forumhome template
$vbulletin->templatecache['FORUMHOME'] = str_replace(
$latest_location,
$latest_location.'$platest',
$vbulletin->templatecache['FORUMHOME']
);
}
preferably at both FORUMHOME and group.php