osCmax v2.5 User Manual
Results 1 to 2 of 2

Simple Winter Snowflake Mod with simple admin

This is a discussion on Simple Winter Snowflake Mod with simple admin within the New osCommerce Contributions forums, part of the osCommerce 2.2 Forums category; If the switch to turn on/off die not work checnge this: INSERT INTO `configuration_group` (`configuration_group_id`, `configuration_group_title`, `configuration_group_description`, `sort_order`, `visible`) VALUES ...

      
  1. #1
    osCMax Developer

    michael_s's Avatar
    Join Date
    Jul 2002
    Location
    Phoenix, AZ
    Posts
    19,907
    Rep Power
    568


    Post Simple Winter Snowflake Mod with simple admin

    If the switch to turn on/off die not work checnge this:
    INSERT INTO `configuration_group` (`configuration_group_id`, `configuration_group_title`, `configuration_group_description`, `sort_order`, `visible`) VALUES
    (8675558, 'Winter Snow Effect', 'Winter Snow Mod', 10022, 1);

    INSERT INTO `configuration` (`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES
    (1728, 'Enable Winter Snow Effect?', 'CH_SNOWMOD_CONFIRM', 'true', 'Enable / Disable - Winter Snow Effect Mod', 8675558, 1729, '2010-09-12 16:55:00', '2008-09-09 13:57:48', NULL, 'tep_cfg_select_option(array(''true'', ''false''), ');


    into this:

    INSERT INTO `configuration_group` (`configuration_group_id`, `configuration_group_title`, `configuration_group_description`, `sort_order`, `visible`) VALUES
    (8675558, 'Winter Snow Effect', 'Winter Snow Mod', 10022, 1);

    INSERT INTO `configuration` (`configuration_id`, `configuration_title`, `configuration_key`, `configuration_value`, `configuration_description`, `configuration_group_id`, `sort_order`, `last_modified`, `date_added`, `use_function`, `set_function`) VALUES
    (1728, 'Enable Winter Snow Effect?', 'CH_SNOWMOD_CONFIRM', 'true', 'Enable / Disable - Winter Snow Effect Mod', 8675558, 1, '2010-09-12 16:55:00', '2008-09-09 13:57:48', NULL, 'tep_cfg_select_option(array(''true'', ''false''), ');


    have fun
    in wintertime see how it works www.geschenkwelt24.de


    complete package.


    More...
    Michael Sasek
    osCMax Developer


    osCmax Installation Service
    - Have our professionals install osCmax on your server - same day service!
    osCmax 2.5 User Manual - the must have beginners guide to osCmax v2.5

    Stay Up To Date with everything osCMax:
    Free osCmax Newsletters - Security notices, New Releases, osCMax News
    osCmax on Twitter - Up to the minute info as it happens. Know it first.

    osCmax Documentation

  2. #2
    osCMax Testing Team
    Join Date
    Jun 2004
    Posts
    258
    Rep Power
    0


    Default Re: Simple Winter Snowflake Mod with simple admin

    EDIT** - nm, figured out what was wrong, love it!! weee!!
    Last edited by MrE03; 12-01-2010 at 02:35 AM.

Similar Threads

  1. Simple Winter Snowflake Mod with simple admin
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 11-22-2010, 03:53 PM
  2. Simple COD
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 07-17-2010, 03:54 PM
  3. Simple Admin Logout
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 02-27-2008, 05:30 PM
  4. Simple Admin Logout
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 02-27-2008, 04:12 PM
  5. Help! I know this is simple but.......
    By ChrisB in forum osCommerce 2.2 Modification Help
    Replies: 3
    Last Post: 11-26-2004, 09:30 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •