added profile "inline" menus as a way of extending the user profile display
This commit is contained in:
@@ -571,3 +571,8 @@ INSERT INTO menuitems (menuid, sequence, itemtype, text, linktype, link) VALUES
|
||||
(1, 1, 'TEXT', 'About Venice', 'FRAME', 'about-venice.html');
|
||||
UPDATE menuitems SET enable = 0 WHERE menuid = 1 AND sequence = 0;
|
||||
|
||||
# Create the user profile menu.
|
||||
INSERT INTO menus (menuid, menu_nsid, menu_name, title, subtitle)
|
||||
VALUES (2, 11, 'user.profile.menu', '', NULL);
|
||||
INSERT INTO menuitems (menuid, sequence, itemtype, text, linktype, link) VALUES
|
||||
(2, 0, 'TEXT', 'Profile', 'SERVLET', 'profile.js.vs?tgt=${target}');
|
||||
|
||||
Reference in New Issue
Block a user