Brad Morse

Results 14 comments of Brad Morse

I re-enabled it after successfully importing users. I tried to delete the users and it gave me the same error, I did a vardump on line 98: var_dump($data); Below is...

INSERT INTO `craft_fields` (`id`, `groupId`, `name`, `handle`, `context`, `instructions`, `translatable`, `type`, `settings`, `dateCreated`, `dateUpdated`, `uid`) VALUES (49, 2, 'Groups', 'groups', 'global', '', 0, 'Categories', '{\"source\":\"group:2\",\"limit\":\"\",\"selectionLabel\":\"Choose Groups\"}', '2016-02-25 22:21:13', '2016-02-25 22:21:13',...

The category field type does not contain anything in the $data that is passed to the parse function in your auditlog service. It needs its own case to process the...

Use the onSaveComment event to notify admins of new comments. See here: https://github.com/engram-design/Comments/wiki/13.-Events-Reference

Add to your readme a couple simple api calls.

Hopefully this isn't a dick move but I've had success with this one and it has examples to get you up and running, hopefully the author of this package will...

When I looked at it again, its for 2.x and 3.x

Can you show this in mobile?

It is consistent with how Craft displays entries in the mobile view. However, in the mobile view, you are able to click the entry to view more information on the...