Results 1 to 10 of 137

Hybrid View

  1. #1
    Join Date
    May 2008
    Posts
    27
    Plugin Contributions
    0

    Default Re: Define Pages Generator addon - Support

    Quote Originally Posted by banswidthjunkie View Post
    About
    Define Pages Generator isn't exactly a zencart module, you would probably call it a meta-module, it is a small Windows application that makes it really easy to make new "define pages."

    All you need to do is specify the name you want to give your page, the name of your current template and a directory to build the directory / file structure in and it does the rest. This directory structure can then be copied over to a zencart installation to make the define page accessible.


    Motivation
    Making a new define page seems to be a really fiddly task. However these pages are pretty useful, since unlike ezpages they don't get stored in the database, so they are easier to develop (ie you can use Dreamweaver). With a few simple tweeks, it is quite straight forward to give them a menu structure (ie pretend to nest one inside the other so the breadcrumb shows home:arent::child::....) and you can use php inside the pages which I don't think you can do with ezpages.


    Acknowledgements
    The code it generates is based on the "About Us" module, which seems to be the main resource for working out how to build a new define page.


    Download
    The Application can be downloaded from: http://www.zen-cart.com/index.php?ma...roducts_id=804


    Important
    NOTE: It only runs under Windows and although I am a Linux user there is little likelihood of me porting it over. You need to have the .NET 2.0 framework to run it, you can get this from http://www.microsoft.com/downloads/d...displaylang=en

    If you have a question about how to use the application, or you find a bug please let me know.
    I can't get my images to hold an "alt" tag weather i use the editor or just write in code. Why?
    I have tried this for my GeoTrust, Visa, etc logos.
    They don't hold the "alt tag if i put them into a banner, not do they hold the "alt tag when I use the editor.
    www.amotorcyclechicago.com

  2. #2
    Join Date
    Jun 2008
    Location
    Washington, DC
    Posts
    789
    Plugin Contributions
    7

    Default Re: Define Pages Generator addon - Support

    Add the title tag ie:

    alt="xyz" title="xyz"
    • 446F63746F722057686F •

  3. #3
    Join Date
    May 2008
    Posts
    27
    Plugin Contributions
    0

    Default Re: Define Pages Generator addon - Support

    Quote Originally Posted by skipwater View Post
    Add the title tag ie:

    alt="xyz" title="xyz"
    thanks, works great. next silly question. Can i use java script to make the new window popup in a browser size of my choice using this? Also, is this secure if i use it in my secure pages.
    last are any outside hyperlinks good to have on my secure pages.
    any help would be appreciated.
    <script type="text/javascript">
    function showPopup(url) {
    newwindow=window.open(url,'name','height=190,width=520,top=200,left=300,resizabl e');
    if (window.focus) {newwindow.focus()}
    }
    </script>


    Then you code your link like that:


    <a href='...' onClick='showPopup(this.href);return(false);'>Info</a>


    When javascript is disabled, the link still works the normal way.

 

 

Similar Threads

  1. Define Pages Generator on 1.39h ?
    By pizza392 in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 28 Mar 2011, 06:47 AM
  2. Define Define Pages / Information pages Manager needed
    By thunderesl in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 2 Jun 2010, 02:42 PM
  3. ePier Bulk File Generator Support Thread
    By numinix in forum All Other Contributions/Addons
    Replies: 14
    Last Post: 28 Jul 2009, 08:16 PM
  4. How do I change navbar titles in Pages made using define pages generator?
    By lifebot in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 3 Mar 2008, 06:13 PM
  5. index_default & define pages(4+ define pages on frontpage?)
    By mrmarcus66 in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 13 May 2006, 07:38 PM

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