Page 3 of 3 FirstFirst 123
Results 21 to 27 of 27
  1. #21
    Join Date
    Jan 2004
    Posts
    58,288
    Blog Entries
    3
    Plugin Contributions
    106

    Default Re: Define page status - settings don't appear to be working?

    Quote Originally Posted by douglerner View Post
    So the text refers to the define page editor contents for that page? But why would you want a link that goes to a page which didn't display anything?

    doug
    You wouldn't ... so ... don't choose that option in that case.

    All the switch settings are configured similarly. In "some" cases they don't apply as equally.

    You only need to apply common sense ... if you don't want it to operate that way, don't set it that way.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donations always welcome: www.zen-cart.com/donate

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  2. #22
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    64,726
    Plugin Contributions
    6

    Default Re: Define page status - settings don't appear to be working?

    Scenario:
    I am re-writting the page ... I don't want you to see it ...

    I am a typical store owner and do not know how to edit code ...

    I need a switch or a configuration setting in the admin to turn off that text ...

    I am a typical store owner and do not know how to edit code ...

    I don't need all that stuff nor want all that stuff in the define page text editor ... I just want what I have in my language file define statement ...

    I need a switch or a configuration setting in the admin to turn off that text ...

    I am a typical store owner and do not know how to edit code ...

    I want to turn off the Link in the more_information sidebox and add the link in the footer with EZ-Pages ... but I want the Define text to show ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.1]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...

  3. #23
    Join Date
    Apr 2007
    Posts
    71
    Plugin Contributions
    0

    Default Re: Define page status - settings don't appear to be working?

    Quote Originally Posted by DrByte View Post
    You wouldn't ... so ... don't choose that option in that case.

    All the switch settings are configured similarly. In "some" cases they don't apply as equally.

    You only need to apply common sense ... if you don't want it to operate that way, don't set it that way.
    So the setting is just there "for completeness"? :)

    Getting back to my other question for a minute, how do I change the link text itself from "Page 2" to something else?

    In this tutorial section:

    http://tutorials.zen-cart.com/index.php?article=242

    it says I should change the definitions in the "page_2.php" file. But even after doing that the link text itself does not change....

    doug

  4. #24
    Join Date
    Apr 2007
    Posts
    71
    Plugin Contributions
    0

    Default Re: Define page status - settings don't appear to be working?

    Quote Originally Posted by Ajeh View Post
    Scenario:
    I am re-writting the page ... I don't want you to see it ...

    I am a typical store owner and do not know how to edit code ...

    I need a switch or a configuration setting in the admin to turn off that text ...

    I am a typical store owner and do not know how to edit code ...

    I don't need all that stuff nor want all that stuff in the define page text editor ... I just want what I have in my language file define statement ...

    I need a switch or a configuration setting in the admin to turn off that text ...

    I am a typical store owner and do not know how to edit code ...

    I want to turn off the Link in the more_information sidebox and add the link in the footer with EZ-Pages ... but I want the Define text to show ...
    I guess temporarily hiding makes sense. But it would make more sense to just hide the link itself and not confuse people with an empty page, I would think... Anyway, I get it now. Thanks!

    doug

  5. #25
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    64,726
    Plugin Contributions
    6

    Default Re: Define page status - settings don't appear to be working?

    And when there are 1000s of Zen Carts out there and 10% want this working one way and 25% want it working another way and 35% want it another way and ... and ... and ...

    You make a switch and let the store owner set it the way s/he wants to set it at any given moment of the day ...
    Linda McGrath
    If you have to think ... you haven't been zenned ...

    Did YOU buy the Zen Cart Team a cup of coffee and a donut today? Just click here to support the Zen Cart Team!!

    Are you using the latest? Perhaps you've a problem that's fixed in the latest version: [Upgrade today: v1.5.1]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...

  6. #26
    Join Date
    Jan 2004
    Posts
    58,288
    Blog Entries
    3
    Plugin Contributions
    106

    Default Re: Define page status - settings don't appear to be working?

    Quote Originally Posted by douglerner View Post
    Getting back to my other question for a minute, how do I change the link text itself from "Page 2" to something else?

    In this tutorial section:

    http://tutorials.zen-cart.com/index.php?article=242

    it says I should change the definitions in the "page_2.php" file. But even after doing that the link text itself does not change....

    doug
    The "link name" for the sidebox content is actually in the english.php file.
    The "page_2.php" file contains the heading and breadcrumb definitions, as those are read "only" when page_2 is loaded (cuz "page_2" will load page_2.php language file and tpl_page_2_default.php template file, etc etc ...) but since the sidebox links are on "all "pages, it needs to be defined globally ... hence you'll see it in the english.php file, which loads for all pages.
    .

    Zen Cart - putting the dream of business ownership within reach of anyone!
    Donations always welcome: www.zen-cart.com/donate

    Remember: Any code suggestions you see here are merely suggestions. You assume full responsibility for your use of any such suggestions, including any impact ANY alterations you make to your site may have on your PCI compliance.
    Furthermore, any advice you see here about PCI matters is merely an opinion, and should not be relied upon as "official". Official PCI information should be obtained from the PCI Security Council directly or from one of their authorized Assessors.

  7. #27
    Join Date
    Apr 2007
    Posts
    71
    Plugin Contributions
    0

    Default Re: Define page status - settings don't appear to be working?

    Quote Originally Posted by DrByte View Post
    The "link name" for the sidebox content is actually in the english.php file.
    The "page_2.php" file contains the heading and breadcrumb definitions, as those are read "only" when page_2 is loaded (cuz "page_2" will load page_2.php language file and tpl_page_2_default.php template file, etc etc ...) but since the sidebox links are on "all "pages, it needs to be defined globally ... hence you'll see it in the english.php file, which loads for all pages.
    Thanks. That worked.

    The settings sure are scattered here and there, aren't they!

    doug

 

 
Page 3 of 3 FirstFirst 123

Similar Threads

  1. Replies: 17
    Last Post: 26 Jul 2006, 06:20 PM
  2. Define Page Editor : Double line space between Paragraphs
    By lancebotha in forum Customization from the Admin
    Replies: 2
    Last Post: 22 Jun 2006, 03:32 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
  •