Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.
Help keep Vanilla free:if (in_array($Context->SelfUrl, array('comments.php','index.php','account.php','categories.php')))
$Head->AddScript('js/prototype.js');
$Head->AddScript('js/scriptaculous.js');
$Head->AddScript('extensions/Notify/functions.js');should beif (in_array($Context->SelfUrl, array('comments.php','index.php','account.php','categories.php'))) {
$Head->AddScript('js/prototype.js');
$Head->AddScript('js/scriptaculous.js');
$Head->AddScript('extensions/Notify/functions.js');
}
if ($Context->Session->UserID > 0)
mysql_query("UPDATE ".$Context->Configuration['DATABASE_TABLE_PREFIX']."User SET Notified = 0 WHERE UserID = '".$Context->Session->UserID."'");
Posted: Friday, 28 December 2007 at 9:37AM
Posted: Sunday, 13 January 2008 at 8:32AM
Is it just me, or do {user}, {title} and {comment} not equal anything in email_notify.txt?
Also, {topic_url} refers to an "ugly" permalink, rather than the "pretty" mod_rewrite permalinks I have set up. Any ideas?
If I can get all the code worked out, I may be able to continue some development on this.
$Head->AddScript('js/prototype.js');
$Head->AddScript('js/scriptaculous.js');//$Head->AddScript('js/prototype.js');
//$Head->AddScript('js/scriptaculous.js');