Seditio PM Blocker
Installation :
1 : Unpack and upload the "
pmblocker" plugin into the folder
root/plugins/pmblocker_se/
2 : Run the
pmblocker.sql in
phpMyAdmin
3 : Go into the administration panel, then tab "
Plugins", click the name of the new plugin, and at bottom of the plugin properties, select "
Install all".
4 : Place the tag
{PM_ROW_ICON_ACTION} in
pm.tpl ( Allows you to edit if the user can access PM system )
Place the tag
{PMB_BUTTON},{PMB_BCOUNT},{PMB_BDATE} in
user.details.tpl ( Allows users to view if the person is blocked from PM system or not. )
:
ysql]
CREATE TABLE `sed_pmblocker` (
`pmb_blockernick` varchar(35) NOT NULL default '',
`pmb_blockerid` int(11) NOT NULL default '0',
`pmb_blockednick` varchar(35) NOT NULL default '',
`pmb_blockedid` int(11) NOT NULL default '0',
`pmb_blockcount` int(11) NOT NULL default '0',
`pmb_blockdate` varchar(10) NOT NULL default ''
) ENGINE=MyISAM;