VIP Catalogue?

Ch0wd3r

Member
Nov 5, 2011
92
0
I'm trying to add a catalogue but the catalogue don't show up for the VIP users.
Here is my SQL:
INSERT INTO `catalog_pages` (`id`, `parent_id`, `caption`, `icon_color`, `icon_image`, `visible`, `enabled`, `min_rank`, `club_only`, `order_num`, `page_layout`, `page_headline`, `page_teaser`, `page_special`, `page_text1`, `page_text2`, `page_text_details`, `page_text_teaser`, `vip_only`, `page_link_description`, `page_link_pagename`) VALUES
(106, -1, 'VIP Catalogue', 1, 1, '1', '1', 2, '0', 110, 'default_3x3', '', '', '', '', '', '', '', '1', '', '');
 

Users who are viewing this thread

Top