Sam Shanks

Results 7 comments of Sam Shanks

Works now Thank you

One more thing the UK site ebuyer uses add-to-basket instead of add-to-cart so it thinks its out of stock is it possible to add it so it checks for that...

@frazz1234 did chips change fix the error?

One problem I just thought about will be groups that were created before this and don't have the "createdBy" defined, I could make it so any groups that don't have...

Tested with no createBy date, everything still works however no one can remove people (may add it so everyone can remove in the future). Also just added leaving groups

Just need to do some last testing but this should be finished, @Mojito-Fivem would you prefer I do a separate PR for adding members to groups or keep it here

Added system messages [Preview](https://i.gyazo.com/d6d5615747923afe7b5ec819c934a1b8.mp4) The following SQL is now needed (added to the original message) ```sql ALTER TABLE npwd_messages ADD COLUMN `is_system` tinyint(4) NOT NULL DEFAULT 0; ALTER TABLE npwd_messages...