PHP Code:
INSERT INTO `catalogue_items` (`tid`, `catalogue_name`, `catalogue_description`, `catalogue_cost`, `typeid`, `length`, `width`, `top`, `name_cct`, `colour`, `catalogue_id_page`, `door`, `tradeable`, `recycleable`, `catalogue_id_index`) VALUES
(10, 'NAME', 'DESC', 5, 1, 1, 1, 0.00, 'ads_idol_tele', '0,0,0', 2, 0, 1, 1, 10),
(11, 'NAME', 'DESC', 5, 1, 1, 1, 0.00, 'ads_idol_mic', '0,0,0', 2, 0, 1, 1, 11),
(12, 'NAME', 'DESC', 5, 1, 1, 1, 0.00, 'ads_idol_trax', '0,0,0', 2, 0, 1, 1, 12);
PHP Code:
INSERT INTO `catalogue_pages` (`indexid`, `minrank`, `indexname`, `displayname`, `style_layout`, `img_header`, `img_side`, `label_description`, `label_misc`, `label_moredetails`, `opt_bodyreplace`) VALUES
(2, 1, 'idols2', 'Idols 2', 'ctlg_layout2', 'catalog_limited_headline1', 'catalog_limited_teaser1,', 'American Idols - Sulake Design - release by HabMoon @ Ragezone', NULL, 'Click on a item for more details.', NULL);
Make sure you fill in right tid at the places (10,11,12) }}is it now
And fill in right catalogue id where you want them (2) }}is it now
//same for catalogue_page change 2 ;]