Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Private Messaging Extended


Detective
Member

@detective

Please add these two fields to your table bb_privatemessages:

'del_receiver' tinyint(4) NOT NULL default '0'
'del_sender' tinyint(4) NOT NULL default '0'

I forgot to put those two on the install function. Now it should work :)

Skip to toolbar