Changeset 9238


Ignore:
Timestamp:
Feb 18, 2009, 9:52:10 AM (16 years ago)
Author:
Leonid Sokushev
Message:

Changed orders for shared media menu

Location:
trunk/modules/boonex
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/modules/boonex/shared_music/install/sql/install.sql

    r9227 r9238  
    111111 
    112112-- TopMenu 
    113 INSERT INTO `TopMenu` VALUES(NULL, 0, 'Music', '_Music', 'browseMedia.php?type=music|viewMusic.php', 5, 'non,memb', '', '', '', 1, 1, 1, 'top', 0, 'modules/boonex/shared_music/|bx_music.png', 1, ''); 
     113SELECT @iTopMenuLastOrder:=MAX(`Order`) FROM `TopMenu` WHERE `Parent`='0' AND `Active`='1' AND `Type`='top'; 
     114INSERT INTO `TopMenu` VALUES(NULL, 0, 'Music', '_Music', 'browseMedia.php?type=music|viewMusic.php', @iTopMenuLastOrder+1, 'non,memb', '', '', '', 1, 1, 1, 'top', 0, 'modules/boonex/shared_music/|bx_music.png', 1, ''); 
    114115SET @iKat := LAST_INSERT_ID(); 
    115116INSERT INTO `TopMenu` VALUES 
  • TabularUnified trunk/modules/boonex/shared_photo/install/sql/install.sql

    r9227 r9238  
    149149 
    150150-- TopMenu 
    151 INSERT INTO `TopMenu` VALUES(NULL, 0, 'Photos', '_Photos', 'browseMedia.php?type=photo|viewPhoto.php', 0, 'non,memb', '', '', '', 1, 1, 1, 'top', 0, 'modules/boonex/shared_photo/|bx_pictures.png', 1, ''); 
     151SELECT @iTopMenuLastOrder:=MAX(`Order`) FROM `TopMenu` WHERE `Parent`='0' AND `Active`='1' AND `Type`='top'; 
     152INSERT INTO `TopMenu` VALUES(NULL, 0, 'Photos', '_Photos', 'browseMedia.php?type=photo|viewPhoto.php', @iTopMenuLastOrder+1, 'non,memb', '', '', '', 1, 1, 1, 'top', 0, 'modules/boonex/shared_photo/|bx_pictures.png', 1, ''); 
    152153SET @iKat := LAST_INSERT_ID(); 
    153154INSERT INTO `TopMenu` VALUES 
     
    167168(NULL, @iKat, 'Upload Photos', '_bx_sh_photo_upload', 'modules/boonex/shared_photo/uploadPhoto.php', 13, 'memb', '', '', '', 1, 1, 1, 'custom', 0, 'modules/boonex/shared_photo/|bx_pictures.png', 1, ''), 
    168169(NULL, 4, 'Member Photos', '_bx_sh_photo_profile', 'modules/boonex/shared_photo/browsePhoto.php?userID={memberID}', 2, 'memb', '', '', '', 1, 1, 1, 'custom', 0, 'modules/boonex/shared_photo/|bx_pictures.png', 0, ''), 
    169 (NULL, 9, 'Profile Photos Gallery', '_Photos', 'modules/boonex/shared_photo/browsePhoto.php?userID={profileID}', 1, 'non,memb', '', '', '', 1, 1, 1, 'custom', 0, 'modules/boonex/shared_photo/|bx_pictures.png', 0, ''), 
     170(NULL, 9, 'Profile Photos Gallery', '_Photos', 'modules/boonex/shared_photo/browsePhoto.php?userID={profileID}', 1, 'non,memb', '', '', '', 1, 1, 1, 'custom', 1, 'modules/boonex/shared_photo/|bx_pictures.png', 0, ''), 
    170171(NULL, 90, 'Photos tags', '_bx_sh_photo_tags', 'tags.php?tags_mode=photo', 3, 'non,memb', '', '', '', 1, 1, 1, 'custom', 0, '', 0, ''), 
    171172(NULL, 6, 'Hot or Not', '_bx_sh_photo_hot', 'rate.php?type=sharedPhoto', 4, 'non,memb', '', '', '', 1, 1, 1, 'custom', 0, 'modules/boonex/shared_photo/|bx_people.png', 0, ''); 
  • TabularUnified trunk/modules/boonex/shared_video/install/sql/install.sql

    r9227 r9238  
    109109 
    110110-- TopMenu 
    111 INSERT INTO `TopMenu` VALUES(NULL, 0, 'Videos', '_Videos', 'browseMedia.php?type=video|viewVideo.php', 4, 'non,memb', '', '', '', 1, 1, 1, 'top', 0, 'modules/boonex/shared_video/|bx_videos.png', 1, ''); 
     111SELECT @iTopMenuLastOrder:=MAX(`Order`) FROM `TopMenu` WHERE `Parent`='0' AND `Active`='1' AND `Type`='top'; 
     112INSERT INTO `TopMenu` VALUES(NULL, 0, 'Videos', '_Videos', 'browseMedia.php?type=video|viewVideo.php', @iTopMenuLastOrder+1, 'non,memb', '', '', '', 1, 1, 1, 'top', 0, 'modules/boonex/shared_video/|bx_videos.png', 1, ''); 
    112113SET @iKat := LAST_INSERT_ID(); 
    113114INSERT INTO `TopMenu` VALUES 
Note: See TracChangeset for help on using the changeset viewer.
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.
Fork me on GitHub