Page 1 of 3 123 LastLast
Results 1 to 10 of 22

Links Manager II

This is a discussion on Links Manager II within the osCmax Projects Discussion forums, part of the osCmax v2.0 Forums category; A new project_project entry has been added: [drupal=328]Links Manager II[/drupal] Here is my conversion of the Links Manager II to ...

      
  1. #1
    osCMax Developer

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


    Default Links Manager II

    A new project_project entry has been added:

    [drupal=328]Links Manager II[/drupal]

    Here is my conversion of the Links Manager II to work with osCMax v2.0.3 (and probably all v2.0 stable releases) and v2.1x.<br> <br>
    It is a fully templated conversion that works with the osCMax BTS template system.<br> <br>
    The following were updated to make it osCMax compatible:<br>
    Changes:<br> <ul><li>Converted catalog pages to osCMax BTS format</li><li>Created new BTS template files for catalog content pages and javascript</li><li>Converted infobox to BTS templated format</li><li>Converted the links_setup.php script to work in osCMax</li><li>Updated installation instructions to be used with osCMax</li></ul><br> <br>
    Visit the above link to download the new release. Feel free to post your comments, questions, problems or thoughts regarding this project here.

    This thread will serve as the official discussion thread for this project.
    Michael Sasek
    osCMax Developer


    osCmax installation service - Have our professionals install osCmax on your server - same day service!
    osCmax 2.0 User Manual - the must have beginners guide to osCmax v2.0

    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
    Member
    Join Date
    Nov 2009
    Posts
    51
    Rep Power
    3


    Default Re: Links Manager II

    Your mod is great and the directions are very easy to follow. I am only having one problem. My Admin>Links Manager II is showing up.

    is there something I need to turn on.

    note I have renamed my Admin folder for security reasons so if that is the reason could you help?

  3. #3
    Member
    Join Date
    Nov 2009
    Posts
    51
    Rep Power
    3


    Default Re: Links Manager II

    Michael from the Admin "Boxes" Menu i added the link manager and the following catergories

    Admin "Boxes" Menu
    links.php
    links_check.php
    links_contact.php
    links_exchange.php
    links_featured.php
    links_status.php
    link_categories.php
    packaging.php
    ups_boxes_used.php

    but when I click on the Links Manager II in the menu is get the following broken link

    https://treasurecutters.com/myrename...cted_box=links

    can you help?

  4. #4
    osCMax Developer

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


    Default Re: Links Manager II

    You skipped step 9 of the installation instrcutions:

    ************************************************** *********************
    9: In catalog/admin/includes/filenames.php

    ADD anywhere before the last ?>:

    // Links Manager II v1.23 begin
    define('FILENAME_LINKS', 'links.php');
    define('FILENAME_LINK_CATEGORIES', 'link_categories.php');
    define('FILENAME_LINKS_CONTACT', 'links_contact.php');
    define('FILENAME_LINKS_CHECK', 'links_check.php');
    define('FILENAME_LINKS_EXCHANGE', 'links_exchange.php');
    define('FILENAME_LINKS_FEATURED', 'links_featured.php');
    define('FILENAME_LINKS_STATUS', 'links_status.php');
    // Links Manager II v1.23 end


    ************************************************** *********************
    Michael Sasek
    osCMax Developer


    osCmax installation service - Have our professionals install osCmax on your server - same day service!
    osCmax 2.0 User Manual - the must have beginners guide to osCmax v2.0

    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

  5. #5
    Member
    Join Date
    Nov 2009
    Posts
    51
    Rep Power
    3


    Default Re: Links Manager II

    I did do step 9
    <?php
    /*
    $Id: filenames.php 14 2006-07-28 17:42:07Z user $

    osCMax Power E-Commerce
    osCommerce Documentation by OSCdox :: osCommerce and osCMax documentation

    Copyright 2006 osCMax

    Released under the GNU General Public License
    */

    // define the filenames used in the project
    define('FILENAME_BACKUP', 'backup.php');
    define('FILENAME_BANNER_MANAGER', 'banner_manager.php');
    define('FILENAME_BANNER_STATISTICS', 'banner_statistics.php');
    // LINE ADDED: MOD - BATCH PRINT CENTER
    define('FILENAME_BATCH_PRINT', 'batch_print.php');
    define('FILENAME_CACHE', 'cache.php');
    define('FILENAME_CATALOG_ACCOUNT_HISTORY_INFO', 'account_history_info.php');
    define('FILENAME_CATEGORIES', 'categories.php');
    define('FILENAME_CONFIGURATION', 'configuration.php');
    define('FILENAME_COUNTRIES', 'countries.php');
    define('FILENAME_CURRENCIES', 'currencies.php');
    define('FILENAME_CUSTOMERS', 'customers.php');
    define('FILENAME_DEFAULT', 'index.php');
    define('FILENAME_DEFINE_LANGUAGE', 'define_language.php');
    define('FILENAME_FILE_MANAGER', 'file_manager.php');
    define('FILENAME_GEO_ZONES', 'geo_zones.php');
    define('FILENAME_LANGUAGES', 'languages.php');
    define('FILENAME_MAIL', 'mail.php');
    define('FILENAME_MANUFACTURERS', 'manufacturers.php');
    define('FILENAME_MODULES', 'modules.php');
    // LINE ADDED: MOD - attribute manager
    define('FILENAME_NEW_ATTRIBUTES', 'new_attributes.php');
    define('FILENAME_NEWSLETTERS', 'newsletters.php');
    define('FILENAME_ORDERS', 'orders.php');
    define('FILENAME_ORDERS_INVOICE', 'invoice.php');
    define('FILENAME_ORDERS_PACKINGSLIP', 'packingslip.php');
    define('FILENAME_ORDERS_STATUS', 'orders_status.php');
    define('FILENAME_PACKAGING', 'packaging.php');
    define('FILENAME_POPUP_IMAGE', 'popup_image.php');
    define('FILENAME_PRODUCTS_ATTRIBUTES', 'products_attributes.php');
    define('FILENAME_PRODUCTS_EXPECTED', 'products_expected.php');
    define('FILENAME_REVIEWS', 'reviews.php');
    define('FILENAME_SERVER_INFO', 'server_info.php');
    define('FILENAME_SHIPPING_MODULES', 'shipping_modules.php');
    define('FILENAME_SPECIALS', 'specials.php');
    define('FILENAME_STATS_CUSTOMERS', 'stats_customers.php');
    define('FILENAME_STATS_PRODUCTS_PURCHASED', 'stats_products_purchased.php');
    define('FILENAME_STATS_PRODUCTS_VIEWED', 'stats_products_viewed.php');
    define('FILENAME_TAX_CLASSES', 'tax_classes.php');
    define('FILENAME_TAX_RATES', 'tax_rates.php');
    define('FILENAME_WHOS_ONLINE', 'whos_online.php');
    define('FILENAME_ZONES', 'zones.php');

    // BOF: MOD - Create & Edit Order & customers
    define('FILENAME_CREATE_ACCOUNT', 'create_account.php');
    define('FILENAME_CREATE_ACCOUNT_PROCESS', 'create_account_process.php');
    define('FILENAME_CREATE_ACCOUNT_SUCCESS', 'create_account_success.php');
    define('FILENAME_CREATE_ORDER_PROCESS', 'create_order_process.php');
    define('FILENAME_CREATE_ORDER', 'create_order.php');
    define('FILENAME_ORDERS_EDIT', 'edit_orders.php');
    define('FILENAME_EDIT_ORDERS', 'edit_orders.php');
    define('FILENAME_ORDERS_EDIT_ADD_PRODUCT', 'edit_orders_add_product.php');
    define('FILENAME_ORDERS_EDIT_AJAX', 'edit_orders_ajax.php');
    // EOF: MOD - Create & Edit Order & customers

    // BOF: MOD - Admin w/access levels
    define('FILENAME_ADMIN_ACCOUNT', 'admin_account.php');
    define('FILENAME_ADMIN_FILES', 'admin_files.php');
    define('FILENAME_ADMIN_MEMBERS', 'admin_members.php');
    define('FILENAME_FORBIDDEN', 'forbidden.php');
    define('FILENAME_LOGIN', 'login.php');
    define('FILENAME_LOGOFF', 'logoff.php');
    define('FILENAME_PASSWORD_FORGOTTEN', 'password_forgotten.php');
    // EOF: MOD - Admin w/access levels

    // BOF: MOD - wysiwyg content & infobox pages
    define('FILENAME_DEFINE_MAINPAGE', 'define_mainpage.php');
    define('FILENAME_DEFINE_CONDITIONS', 'define_conditions.php');
    define('FILENAME_DEFINE_ABOUT_US','define_about_us .php');
    define('FILENAME_DEFINE_PRIVACY', 'define_privacy.php');
    define('FILENAME_DEFINE_SHIPPING', 'define_shipping.php');
    define('FILENAME_DEFINE_CONTACT_US','define_contac t_us.php');
    define('FILENAME_DEFINE_MAINPAGE_CONTENT', 'mainpage.php');
    define('FILENAME_DEFINE_CONDITIONS_CONTENT', 'conditions_content.php');
    define('FILENAME_DEFINE_ABOUT_US_CONTENT','about_u s_content.php');
    define('FILENAME_DEFINE_PRIVACY_CONTENT', 'privacy_content.php');
    define('FILENAME_DEFINE_SHIPPING_CONTENT', 'shipping_content.php');
    define('FILENAME_INFOBOX_CONFIGURATION', 'infobox_configuration.php');
    define('FILENAME_POPUP_INFOBOX_HELP', 'popup_infobox_help.php');
    // EOF: MOD - wysiwyg content pages

    // LINE ADDED - X-Sell
    define('FILENAME_XSELL_PRODUCTS', 'xsell.php'); // X-Sell

    // LINE ADDED - EasyPopulate
    define('FILENAME_EASYPOPULATE', 'easypopulate.php');

    // BOF: MOD - Articles
    define('FILENAME_ARTICLE_REVIEWS', 'article_reviews.php');
    define('FILENAME_ARTICLES', 'articles.php');
    define('FILENAME_ARTICLES_CONFIG', 'articles_config.php');
    define('FILENAME_ARTICLES_XSELL', 'articles_xsell.php');
    define('FILENAME_AUTHORS', 'authors.php');
    //EOF: MOD - Articles

    // LINE ADDED: MOD - Monthly Sales Reports
    define('FILENAME_STATS_MONTHLY_SALES', 'stats_monthly_sales.php');

    // LINE ADDED
    define('FILENAME_RECOVER_CART_SALES', 'recover_cart_sales.php');
    // LINE ADDED
    define('FILENAME_STATS_RECOVER_CART_SALES', 'stats_recover_cart_sales.php');
    // BOF: MOD - QT Pro
    define('FILENAME_STATS_LOW_STOCK_ATTRIB', 'stats_low_stock_attrib.php');
    define('FILENAME_STOCK', 'stock.php');
    // EOF: MOD - QT Pro

    // LINE ADDED: Special Price per Customer 4.0
    define('FILENAME_CUSTOMERS_GROUPS', 'customers_groups.php');

    // BOF: MOD - fedex
    define('FILENAME_TRACK_FEDEX', 'track_fedex.php');
    define('FILENAME_SHIP_FEDEX', 'ship_fedex.php');
    define('FILENAME_SHIPPING_MANIFEST', 'shipping_manifest.php');
    // EOF: MOD - fedex
    // Links Manager II v1.23 begin
    define('TABLE_LINK_CATEGORIES', 'link_categories');
    define('TABLE_LINK_CATEGORIES_DESCRIPTION', 'link_categories_description');
    define('TABLE_LINKS', 'links');
    define('TABLE_LINKS_DESCRIPTION', 'links_description');
    define('TABLE_LINKS_EXCHANGE', 'links_exchange');
    define('TABLE_LINKS_TO_LINK_CATEGORIES', 'links_to_link_categories');
    define('TABLE_LINKS_STATUS', 'links_status');
    define('TABLE_LINKS_CHECK', 'links_check');
    define('TABLE_LINKS_FEATURED', 'links_featured');
    // Links Manager II v1.23 end
    ?>

  6. #6
    Member
    Join Date
    Nov 2009
    Posts
    51
    Rep Power
    3


    Default Re: Links Manager II

    Michael thanks for the help. I figured out what I did. When I was cutting and pasting code I put the database code in the filenames code by accident.

    Thank you for pointing me to the right file and thanks for the great script

  7. #7
    Member
    Join Date
    Nov 2009
    Posts
    51
    Rep Power
    3


    Default Re: Links Manager II

    Okay-- everything seems to be fine with the install, but i cannot get links to show on the web pages itself. What am I missing. I activated the box in Info Admin but it wont display.

  8. #8
    Member ciscoeuk's Avatar
    Join Date
    Dec 2009
    Posts
    79
    Rep Power
    3


    Default Re: Links Manager II

    need to ask have you update links manager to the latest which is 1.25 with bug fixed

    if not i am about atemp to do the update

  9. #9
    Member ciscoeuk's Avatar
    Join Date
    Dec 2009
    Posts
    79
    Rep Power
    3


    Default Re: Links Manager II

    i have just updated the links 11 1.23 to 1.25, working great so far, will test a for a couple of days,eveything looks ok!

    where do i upload the new zip??
    Ciscoeuk AKA Richard Armstong, Status = Novice, but getting there!
    -----------------------------------
    updated LInks !! from 1.23 to 1.25, convert = event schedualer 1.12,
    -----------------------------------
    website under development = www.machineandtool.co.uk
    ------------------------------------

  10. #10
    Active Member
    Join Date
    Jun 2008
    Posts
    195
    Rep Power
    4


    Default Re: Links Manager II

    Quote Originally Posted by michael_s View Post
    A new project_project entry has been added:

    Links Manager II

    Visit the above link to download the new release. Feel free to post your comments, questions, problems or thoughts regarding this project here.
    This thread will serve as the official discussion thread for this project.
    Just asking a question here please...as this post is dated 11/01/2009 and the 2.0.4 file dats are > 2009-Nov-09

    Is this already in 2.0.4 please?

Page 1 of 3 123 LastLast

Similar Threads

  1. Links Manager II V 1.16
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 07-08-2007, 08:21 PM
  2. Links Manager For OSC v0.20
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 07-05-2007, 07:56 PM
  3. Links Manager II V 1.16
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 07-05-2007, 07:56 PM
  4. Links Manager For OSC v0.20
    By michael_s in forum New osCommerce Contributions
    Replies: 0
    Last Post: 02-28-2007, 09:51 PM

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
  •