saying the truth, your SHOUTBOX is the best I ever saw!
I tried some other shoutboxs but I removed them immediately.
Well, but I have big fear here. Your shoutbox need Mod "Extra Permissions"
- Code: Select all
$sql=array(
'ALTER TABLE ' . AUTH_ACCESS_TABLE . ' CHANGE `forum_id` `forum_id` SMALLINT(5) DEFAULT "0" NOT NULL',
'ALTER TABLE ' . FORUMS_TABLE . ' CHANGE `forum_id` `forum_id` SMALLINT(5) DEFAULT "0" NOT NULL',
'ALTER TABLE ' . FORUMS_TABLE . ' CHANGE `cat_id` `cat_id` MEDIUMINT(8) DEFAULT "0"',
'INSERT IGNORE INTO ' . FORUMS_TABLE . ' (forum_id ,cat_id, forum_name, forum_desc, forum_status )
VALUES ("'.PAGE_INDEX_PERMISSION.'", "0", "INDEX PAGE", "Index Page Control", 1 )',
'INSERT IGNORE INTO ' . FORUMS_TABLE . ' (forum_id, cat_id, forum_name, forum_desc, forum_status )
VALUES ("'.PAGE_VIEWMEMBERS.'","0", "MEMBERLIST", "Memberlist Control", 1 )'
);
I installed so much mods, wich work with these tables and fields
like forum_id, cat_id ....
I could ask you: is there the way I can change source code of your
SHOUTBOX in order NOT to install extra permission?
I know, mod EP is good for someones, but i dont need this mod
Thx you for great shoutbox.
PS: i almost installed EP mod, but I stopped it when see the code of changing structure of tables


