Yes, they seem to. At this rate, we won't have gold released this year LOL.
Here is a patch for a visitor messages permission problem; when you pick to have enable visitor messages by default for new members, it doesn't work, follow my instructions below to fix this:
- Open includes/class_dm_user.php
- In line 1254 find 'showimages' => 'image'
- Replace this with:
Code:
'showimages' => 'image',
'vm_enable' => 'vm_enable',
'vm_contactonly' => 'vm_contactonly',
- Save file
- Upload it and replace the exists
Problem fixed, well at least it should be
Regards Jason