osCmax v2.5 User Manual
Page 1 of 2 12 LastLast
Results 1 to 10 of 12

trying to add a link under catalog in the admin

This is a discussion on trying to add a link under catalog in the admin within the osCMax v1.7 General Mods Discussion forums, part of the osCmax v1.7 Forums category; hey guys I want to add my own "mod" and link it up under the catalog heading in the admin. ...

      
  1. #1
    New Member
    Join Date
    Jan 2005
    Posts
    21
    Rep Power
    0


    Default trying to add a link under catalog in the admin

    hey guys

    I want to add my own "mod" and link it up under the catalog heading in the admin.

    i edited catalog.php and added

    Code:
    tep_admin_files_boxes(FILENAME_MARKUP, MARKUP)
    
    [quote]
    
    and created a markup.php file however the link is not showing up.
    
    Any ideas?
    
    thanks[/quote]

  2. #2
    New Member
    Join Date
    Jan 2005
    Posts
    21
    Rep Power
    0


    Default RE: trying to add a link under catalog in the admin

    ok i changed it to

    Code:
     tep_admin_files_boxes(FILENAME_MARKUP, BOX_CATALOG_MARKUP)
    i also added the file markup.php into the admin_files table, associated to 3 (catalog) and it still isn't showing up

  3. #3
    Active Member red_fraggle's Avatar
    Join Date
    Feb 2004
    Location
    wilmington, NC
    Posts
    343
    Rep Power
    9


    Default RE: trying to add a link under catalog in the admin

    which verison of OS Commerce are you using?

  4. #4
    New Member
    Join Date
    Jan 2005
    Posts
    21
    Rep Power
    0


    Default RE: trying to add a link under catalog in the admin

    what ever the version is that i downloaded from this site

  5. #5
    Active Member red_fraggle's Avatar
    Join Date
    Feb 2004
    Location
    wilmington, NC
    Posts
    343
    Rep Power
    9


    Default RE: trying to add a link under catalog in the admin

    You using max 1.5 or max 1.7 ?

  6. #6
    New Member
    Join Date
    Jan 2005
    Posts
    21
    Rep Power
    0


    Default

    1.7

  7. #7
    Active Member red_fraggle's Avatar
    Join Date
    Feb 2004
    Location
    wilmington, NC
    Posts
    343
    Rep Power
    9


    Default RE: trying to add a link under catalog in the admin

    open admin/includes/filenames.php and look for this code

    Code:
    //end PayPal_Shopping_Cart_IPN
    add directly after it this code

    Code:
    //Added by Thinkweb for custom module link in admin
    define('FILENAME_MARKUP', 'markup.php');

  8. #8
    New Member
    Join Date
    Jan 2005
    Posts
    21
    Rep Power
    0


    Default RE: trying to add a link under catalog in the admin

    ok sweet, now it shows up however the name is wrong.

    it says BOX_CATALOG_MARKUP

    is there somewhere i am missing adding the name?

    thanks!

  9. #9
    New Member
    Join Date
    Jan 2005
    Posts
    21
    Rep Power
    0


    Default RE: trying to add a link under catalog in the admin

    nevermind i edited /catalog/admin/includes/languages/english.php and defined BOX_CATALOG_MARKUP there.

    thanks again for the help

  10. #10
    New Member
    Join Date
    Jan 2005
    Posts
    21
    Rep Power
    0


    Default RE: trying to add a link under catalog in the admin

    ok i guess the next step, is how do i get the heading and all that and any needed osc code to make that page work. is there a modding tutorial somewhere?

    thanks

Page 1 of 2 12 LastLast

Similar Threads

  1. catalog/admin doesn't open correctly
    By Kamenotejin in forum osCmax v2 Installation issues
    Replies: 5
    Last Post: 08-04-2006, 08:47 AM
  2. printable catalog link and image removal problem...
    By tam283 in forum osCmax v1.7 Discussion
    Replies: 1
    Last Post: 03-28-2005, 02:44 PM
  3. "Top" Link Located top left corner of catalog.
    By bgharder in forum osCommerce 2.2 Modification Help
    Replies: 1
    Last Post: 01-30-2005, 04:35 AM
  4. Need to change the link for the Top » Catalog menu item.
    By Trinity in forum osCMax v1.7 Installation
    Replies: 4
    Last Post: 09-21-2004, 05:41 PM
  5. Admin cfg - page link setting?
    By Anonymous in forum osCommerce 2.2 Installation Help
    Replies: 2
    Last Post: 11-13-2002, 10:16 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
  •