PDA


View Full Version : Subscriptions


Lionel
09-11-2007, 06:53 PM
I am not sure if this is already an option. Does the blog owner automatically receives an email when an entry/comment has been posted to his blog?

Brian
09-12-2007, 12:31 PM
They would if they were subscribed to the entry or the category. Otherwise, there are not any default options to automatically subscribe you or anything like that.

Lionel
09-13-2007, 08:31 AM
ok... and how to make that checkbox already checked when submitting an entry?
ok never mind:-) I got it under the signature

else if ($vbulletin->userinfo['userid'] AND trim($vbulletin->userinfo['signature']))
{
$checked['signature'] = 'checked="checked"';
$checked['subscribe'] = 'checked="checked"';
}

Lionel
09-13-2007, 09:13 AM
hummmm I undid my change.