Page 133 of 199 FirstFirst ... 3383123131132133134135143183 ... LastLast
Results 1,321 to 1,330 of 1988
  1. #1321
    Join Date
    Feb 2009
    Posts
    157
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 Support Thread

    Still no go,

    I eliminated the error I was getting when I ran the SQL, but...

    No links box on the store front yet.

  2. #1322
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Link Manager 3.0 Support Thread

    Quote Originally Posted by dmm2020 View Post
    Still no go,

    I eliminated the error I was getting when I ran the SQL, but...

    No links box on the store front yet.
    Have You:

    Created and activated any links categories?
    admin -> extras -> links categories

    turned on the links sidebox?
    admin -> tools -> layout boxes controller

    By default there should be one link already installed with the mod.
    Did you run the install_links_manager.sql
    Last edited by clydejones; 13 Mar 2009 at 01:50 AM.

  3. #1323
    Join Date
    Feb 2009
    Posts
    157
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 Support Thread

    Yest to all 3. Went through all the threads for clues still no go.

    I am also having trouble with the "template override system". It is NOT very user friendly and confusing until you gain a lot fo experience with it.

    I named my override directory a word like "mytemplate". Just exactly how does ZenCart recognize that name?

  4. #1324
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Link Manager 3.0 Support Thread

    Quote Originally Posted by dmm2020 View Post
    Yest to all 3. Went through all the threads for clues still no go.

    I am also having trouble with the "template override system". It is NOT very user friendly and confusing until you gain a lot fo experience with it.

    I named my override directory a word like "mytemplate". Just exactly how does ZenCart recognize that name?
    mytemplate is fine for your override directory.

    You'll need to go to admin -> tools -> template select

    select the edit button and then choose mytemplate from the dropdown menu and then click the update button.

    Now go to admin -> tools -> layout boxes controller
    scroll to the bottom of the page and click the reset button.

  5. #1325
    Join Date
    Feb 2009
    Posts
    157
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 Support Thread

    Still no go

    Only entry there is the Classic Comtemporary Green

  6. #1326
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Link Manager 3.0 Support Thread

    Quote Originally Posted by dmm2020 View Post
    Still no go

    Only entry there is the Classic Comtemporary Green

    Sounds like you need to create a "template_info.php" file. and place it in includes/templates/mytemplate/template_info.php

    You can copy and paste this example:

    PHP Code:
    <?php
    /**
     * Template Information File
     *
     * @package templateSystem
     * @copyright Copyright 2003-2006 Zen Cart Development Team
     * @copyright Portions Copyright 2003 osCommerce
     * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0
     * @version $Id: template_info.php 4226 2006-08-24 02:23:25Z drbyte $
     */
    $template_name 'My Template';
    $template_version 'Version 1.0';
    $template_author 'Doug Mewis';
    $template_description 'This template set is designed to be easily modified using only the style sheet to change colors, fonts, and the store logo.';
    $template_screenshot '';
    //EOF

  7. #1327
    Join Date
    Feb 2009
    Posts
    157
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 Support Thread

    Still no go.

    I do not have the whole override system set up correctly. Something is missing. I get so friggin frustrated with the override sysem that I give up and edit the core files directly. It just is not user friendly enough and no documentation that explains it in detail enough for new people to understand it.

    I do visual basic, delphi, and C++ programming and I do not understand the logic of the override system at all yet.

    When I do what you suggested, I get nothing but a blank screen when I follow your suggestion to edit the template_info.php file and then reset everything. The reset button also turns sideboxes back on that I had turned off.

  8. #1328
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Link Manager 3.0 Support Thread

    Quote Originally Posted by dmm2020 View Post
    Still no go.

    I do not have the whole override system set up correctly. Something is missing. I get so friggin frustrated with the override sysem that I give up and edit the core files directly. It just is not user friendly enough and no documentation that explains it in detail enough for new people to understand it.

    I do visual basic, delphi, and C++ programming and I do not understand the logic of the override system at all yet.

    When I do what you suggested, I get nothing but a blank screen when I follow your suggestion to edit the template_info.php file and then reset everything. The reset button also turns sideboxes back on that I had turned off.
    I don't know if this will help, but here is a quick overview of how the override system should be set up.


    includes/languages/english/mytemplate
    includes/languages/english/extra_definitions/mytemplate
    includes/languages/english/html_includes/mytemplate
    includes/modules/mytemplate
    includes/modules/sideboxes/mytemplate
    includes/templates/mytemplate

    Any files that you edit should then be saved into your custom directory.

    Within the includes/templates/mytemplate you should have the following directories

    includes/templates/mytemplate/template_info.php
    includes/templates/mytemplate/common
    includes/templates/mytemplate/css
    includes/templates/mytemplate/images
    includes/templates/mytemplate/templates

    You can copy the changes you made in the includes/templates/classic into the appropriate directories in your custom directory

  9. #1329
    Join Date
    Feb 2009
    Posts
    157
    Plugin Contributions
    0

    Default Re: Link Manager 3.0 Support Thread

    Quote Originally Posted by clydejones View Post
    I don't know if this will help, but here is a quick overview of how the override system should be set up.


    includes/languages/english/mytemplate
    includes/languages/english/extra_definitions/mytemplate
    includes/languages/english/html_includes/mytemplate
    includes/modules/mytemplate
    includes/modules/sideboxes/mytemplate
    includes/templates/mytemplate

    Any files that you edit should then be saved into your custom directory.

    Within the includes/templates/mytemplate you should have the following directories

    includes/templates/mytemplate/template_info.php
    includes/templates/mytemplate/common
    includes/templates/mytemplate/css
    includes/templates/mytemplate/images
    includes/templates/mytemplate/templates

    You can copy the changes you made in the includes/templates/classic into the appropriate directories in your custom directory
    I got all that. BUT...

    again, when I set the template to "custom" which is really what my template directory is named, the whole system crashes and the store front is nothing but blank space.

    In addition, when I try to activate the links box at higher sort order than anything these, the links box plus what ever has a higher value in the sort order does not show. If I set the sort order to zero, nothing shows up. If I do that in the left column, the whole page is empty.

    It's almost as if I need to start from the beginning with a clean installation of Zen-Cart, but that is an enourmous amount of work and would cause loss of all modifications I made so far.

  10. #1330
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Link Manager 3.0 Support Thread

    Quote Originally Posted by dmm2020 View Post
    I got all that. BUT...

    again, when I set the template to "custom" which is really what my template directory is named, the whole system crashes and the store front is nothing but blank space.

    In addition, when I try to activate the links box at higher sort order than anything these, the links box plus what ever has a higher value in the sort order does not show. If I set the sort order to zero, nothing shows up. If I do that in the left column, the whole page is empty.

    It's almost as if I need to start from the beginning with a clean installation of Zen-Cart, but that is an enourmous amount of work and would cause loss of all modifications I made so far.
    We're getting really off topic now. If you'd like additional help with setting up your custom directory send me a PM

 

 

Similar Threads

  1. Testimonial Manager Support Thread
    By clydejones in forum All Other Contributions/Addons
    Replies: 1500
    Last Post: 4 Feb 2021, 04:12 PM
  2. v154 News Box Manager v2.0.0 [Support Thread]
    By lat9 in forum All Other Contributions/Addons
    Replies: 84
    Last Post: 19 Jan 2021, 04:17 PM
  3. Download File Manager Support Thread
    By balihr in forum All Other Contributions/Addons
    Replies: 24
    Last Post: 17 Aug 2017, 10:32 PM
  4. Poll Manager Support Thread
    By boudewijn in forum Addon Sideboxes
    Replies: 148
    Last Post: 27 Jan 2016, 09:53 AM
  5. Empty Cart Manager [support thread]
    By Steven300 in forum All Other Contributions/Addons
    Replies: 49
    Last Post: 26 May 2010, 10:26 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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR