Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.
Help keep Vanilla free:require_once(dirname(__FILE__) . '/PageListFixed.php');

RewriteRule ^account/([0-9]+)/([0-9]+)$ account.php?u=$1&page=$2 [QSA,L]
RewriteRule ^account/([0-9]+)/([0-9]+)/$ account.php?u=$1&page=$2 [QSA,L]
Parse error: parse error, unexpected T_OBJECT_OPERATOR in /public_html/extensions/UserWall/default.php on line 259header("Location: ". str_replace("&", "&", $Url ));
$PreferencesForm->AddPreference('UserWall', 'Pref_TurnOnUserWall_Text', 'TurnOnUserWall', 0);
$PreferencesForm->AddPreference('UserWall', 'Pref_TurnOnUserWall_Text', 'TurnOnUserWall', 1);
vanoobHowever as i am not sure exactly how the last active time of a user is actually determined i can at this time not figure out how to implement the notification system properly. Another thing i can't figure out at this stage is how to be able to allow html or bbcode text formatting to occur. If anybody has any ideas please inform me :)