Guest Posted January 11, 2005 Posted January 11, 2005 Hi, I installed a contribution. Included was some SQL in the readme which, supposedly, should add a new option under thad "admin", and configuration. Here is that code: --- INSERT INTO configuration (configuration_title, configuration_key, configuration_value, configuration_description, configuration_group_id, sort_order, date_added, use_function, set_function) VALUES('Category Tabs', 'CATEGORY_TABS', 'Tabs', 'Choose to have category tabs, the category box on the left, or both.', '1', '2', now(), '', "tep_cfg_select_option(array('Tabs', 'Box', 'Both'),"); --- But, as you may, guess the admin has not changed. Why is that do you think? I followed this person's instructions to the letter. It should be compatable with OCS 2.2m2. Any ideas? I appreciate all your help, thanks, -Alex
Guest Posted January 11, 2005 Posted January 11, 2005 perhaps letting us know which contribution and version might help. even if u insert into the sql database, you have other code which must be followed, ie the box, the languages, etc .. .
Guest Posted January 11, 2005 Posted January 11, 2005 Hi, Actually there are two contributions I tried to install, both invovling menu tabs. both had the same problem. The first one is called "menu tabs" by Tom O'Neill The second is just called tabs, and i"m not sure who it's by. IF you have any ideas on how to get it to work, I'd be most appreciative. thank you, -Alex
Recommended Posts
Archived
This topic is now archived and is closed to further replies.