x00
MVPx00 MVP
Reactions
-
Re: Salvaging a broken thread
this is interesting. DO you know SQL? You could get the DiscussionID of one and then query the comments, to see if they are indeed missing. e.g. Select * FROM GDN_Comment where DiscussionID=267; if i… (View Post)1 -
Re: what is the event fired on sign-out and sign-in with cookie
At the end of the day it is better just to check the session. What if the session just expires and the is no sign out? (View Post)1 -
Re: what is the event fired on sign-out and sign-in with cookie
There is no sign out as such, the session is just nulled. You might wan to look at my One Session plugin and also the other connects plugins. I presume you are doing some sort of SSO You have EntryCo… (View Post)1 -
Re: Has Mark left Vanilla?
But it is not his work that is the point. Last time I checked Vanilla is inc/ltd. not plc. He is entitled to disappear if he wants to. It is public knowledge that he is now in California. The rest is… (View Post)1 -
Re: Plugin events
That event is not attached to UserModel but EntryController, if in doubt grep. public function EntryController_RegistrationSuccessful_Handler($Sender) {} (View Post)1
