added community profile page
This commit is contained in:
@@ -1375,7 +1375,7 @@ INSERT INTO menuvars (menuid, var_name, default_val) VALUES
|
||||
INSERT INTO menuitems (menuid, sequence, itemtype, text, linktype, link) VALUES
|
||||
(5, 0, 'TEXT', 'Home Page', 'SERVLET', 'community/${alias}' ),
|
||||
(5, 60000, 'TEXT', 'Members', 'SERVLET', 'TODO' ),
|
||||
(5, 60100, 'TEXT', 'Profile', 'SERVLET', 'TODO' ),
|
||||
(5, 60100, 'TEXT', 'Profile', 'SERVLET', 'comm/profile.js.vs?cc=${cid}' ),
|
||||
(5, 60200, 'TEXT', 'Administration', 'SERVLET', 'comm/admin/main.js.vs?cc=${cid}'),
|
||||
(5, 60300, 'SEPARATOR', NULL, NULL, NULL ),
|
||||
(5, 60400, 'TEXT', 'Unjoin', 'SERVLET', 'TODO' );
|
||||
|
||||
Reference in New Issue
Block a user