Hi all,
Have been re-reading houstonlively post about a new module o do it one myself (called parties) but no luck .
My dumb questions are:
- To create a new module based on the original groups, isn't is just a matter of duplicating and change every 'groups' to 'parties' (including changing the one matching case)
-And then adjust the install.sql also?
I've done that, and once done it gives error:
Installation of: Parties Failed
-- Changing database:
-- -- There are errors in the following MySQL queries:
-- -- Error:
-- -- There are errors in the following MySQL queries:
-- -- Error:
INSERT INTO `sys_privacy_actions` (`module_uri`, `name`, `title`, `default_party`) VALUES('parties', 'view_group', '_bx_parties_privacy_view_group', '3'),('parties', 'view_fans', '_bx_parties_privacy_view_fans', '3'),('parties', 'comment', '_bx_parties_privacy_comment', 'f'),('parties', 'rate', '_bx_parties_privacy_rate', 'f'),('parties', 'post_in_forum', '_bx_parties_privacy_post_in_forum', 'f'),('parties', 'join', '_bx_parties_privacy_join', '3'),('parties', 'upload_photos', '_bx_parties_privacy_upload_photos', 'a'),('parties', 'upload_videos', '_bx_parties_privacy_upload_videos', 'a'),('parties', 'upload_sounds', '_bx_parties_privacy_upload_sounds', 'a'),('parties', 'upload_files', '_bx_parties_privacy_upload_files', 'a');
Can someone please enlighten me?
Thanks