-
Posts
6,764 -
Joined
-
Days Won
38
Community Answers
-
Daniel F's post in Trouble getting CMS record was marked as the answer
Don't forget that Records "doesn't exist", it's just a virtual class used to create the real implementation aka Records1, Records2 ( the Database ID is attached to the classname), this means you need to use the proper record class name. Instead of \IPS\cms\Records it's going to be \IPS\cms\Records1 ( replace 1 with your database id )
-
Daniel F's post in Purge translation strings in core_sys_lang_words? was marked as the answer
I can confirm any_time(which I have fixed for 4.5), but nothing else from your list was duplicate for me.
-
Daniel F's post in Best way to run a script on new signup? was marked as the answer
I would suggest to use the MemberSync extension which will be called literally always when a member is created/edited/deleted