Page 1 of 2 12 LastLast
Results 1 to 10 of 14
  1. #1
    Join Date
    Dec 2009
    Posts
    234
    Plugin Contributions
    0

    Default Easy way to add more pages?

    Hi, I have a custom template thats heavily modified.

    I can handle all the HTML and css editing myself, so Id like to look at a 'barebones' method of adding extra custom static pages.

    Basically, I want to code the links to these extra pages into my template, but I need to know whats required to call this page into the index.php

    For example; index.php?main_page=another_new_page

    Can anyone help? Im just wanting to know whats files need to be created at a minimum

    I dont need the page to be editable in the; admin/define pages for example, or to show up in sidebox menus, or 'information' etc.

    Thanks,

    Scott.

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,024
    Plugin Contributions
    3

    Default Re: Easy way to add more pages

    Wouldn't the EZ pages be the best (and easiest) way to do this?

    You can create an EZ page and then copy its URL right from the browser address box.

  3. #3
    Join Date
    Dec 2009
    Posts
    234
    Plugin Contributions
    0

    Default Re: Easy way to add more pages

    Hi Steve, possibly, to be honest i havent used the ez pages at all.

    But it sounds like the way to go!

    I promise to read up on them.

    (thank you)

  4. #4
    Join Date
    Dec 2009
    Posts
    234
    Plugin Contributions
    0

    Default Re: Easy way to add more pages

    I must be missing something obvious, but I cant seem to add content to my EZ page.

    I create a new EZ page and it has;

    HTML Content:

    Internal Link URL:

    External Link URL:



    I thought I would put my custom content in the 'HTML Content' area and name my page something like; index.php?main_page=test

    But I get an error message saying;

    Error: you have defined multiple settings when only one may be defined per Link ...
    Only define either: HTML Content -or- Internal Link URL -or- External Link URL

    Im not seeing where I can add the wording for the newly created EZ page.

    Thanks,

    Scott.

  5. #5
    Join Date
    Jan 2010
    Posts
    41
    Plugin Contributions
    0

    Default Re: Easy way to add more pages

    Quote Originally Posted by Scott_C View Post
    I must be missing something obvious, but I cant seem to add content to my EZ page.

    I create a new EZ page and it has;

    HTML Content:

    Internal Link URL:

    External Link URL:



    I thought I would put my custom content in the 'HTML Content' area and name my page something like; index.php?main_page=test

    But I get an error message saying;

    Error: you have defined multiple settings when only one may be defined per Link ...
    Only define either: HTML Content -or- Internal Link URL -or- External Link URL

    Im not seeing where I can add the wording for the newly created EZ page.

    Thanks,

    Scott.
    Heres what you need to do to use EZ pages:
    In the admin go to Tools->EZ pages
    Click on "New file"
    1.Type in any name in the Name field
    2.Add your content to the HTML area
    3.In the Chapter field type any number you want your EZ page to be.
    4.In the Order field, again, any number.

    Leave the rest fields empty and checkboxes by their default.

    Now... to access your page use this link as an example:
    Code:
    http://your_site/index.php?main_page=page&id=15&chapter=1
    where .... id=15.....(this is your page`s id you can find it right after you created your page in EZ pages section on the left side of the screen) (page`s ID gets assigned automatically)
    ....chapter=1.....this the chapter of your page.(see also in the in EZ pages section)

    Its done)
    Last edited by MegamanX; 20 Jan 2010 at 03:00 AM.

  6. #6
    Join Date
    Nov 2007
    Location
    Melbourne, Australia
    Posts
    541
    Plugin Contributions
    0

    Default Re: Easy way to add more pages

    You cannot name you page and create html content. That is what your error message is telling you.

    remove the link and it works. And enable the EZpage in the footer or header and you will see the name of the link. You cannot give you own name.

  7. #7
    Join Date
    Dec 2009
    Posts
    234
    Plugin Contributions
    0

    Default Re: Easy way to add more pages?

    Thanks Guys, that makes sense.

    I thought I got to define my custom content and a url of my choosing, but I can by what you're telling me thats not the case.

    Cheers,

    Scott.

  8. #8
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Easy way to add more pages

    You do define your custom content, and the name you want the page links to be identified by.
    What you do not do is define the URL - that must be index.php?main_page=page&id=##

    And the TOC/chapter is optional, only to be used if you want two or more ez-pages to be tied together. If you want separate pages that just link from the sidebox or header/footer menus, just add a sort order and activate the one(s) you want.

  9. #9
    Join Date
    Dec 2009
    Posts
    234
    Plugin Contributions
    0

    Default Re: Easy way to add more pages

    Quote Originally Posted by gjh42 View Post
    And the TOC/chapter is optional, only to be used if you want two or more ez-pages to be tied together. If you want separate pages that just link from the sidebox or header/footer menus, just add a sort order and activate the one(s) you want.
    Thanks Glenn, I figured that. Im actually just adding a few more static pages and ran out of define_pages.

    Cheers,

    Scott.

  10. #10
    Join Date
    Jan 2010
    Posts
    10
    Plugin Contributions
    0

    Default Re: Easy way to add more pages?

    Ok guys, I'm trying to created a custom page.
    I go to Tools>EZ-Pages>New File.
    Page title is given as stores
    open new window:no
    page is ssl:no
    header:no, blank
    sidebox:no, blank
    footer:yes, order 10
    chapter:blank
    toc:no, blank

    I've inserted some content.
    I've specified internal link url: index.php?main_page=stores
    I click insert and BAM, no problems. Page is created b/c i see it under "EZ-Pages select a page" section.....Right?

    I open my browser go to http://mytestdomainname.com/store/in...in_page=stores and nada.
    "Page not found", right in my face.......
    "A custom 404 error page with site map sample text...".....

    What am i doing wrong?
    I've tried to go to Tools>define pages but I don't see the stores page there. I'm not sure If I'm suppose to though.

    I went back to ez-pages, i edited my stores page, i click update just to see if it's going to create it, but then it displays:
    "Error: you have defined multiple settings when only one may be defined per Link ...
    Only define either: HTML Content -or- Internal Link URL -or- External Link URL"
    When I erase the Internal Link URL:index.php?main_page=stores
    then click update, the error msg goes away, but then the URL to my stores page does not exist....

    What the heck?

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. v139h is there an easy way to import or add lots of products?
    By dave_ in forum All Other Contributions/Addons
    Replies: 2
    Last Post: 12 Feb 2012, 11:33 AM
  2. easy way to add a sidebox with links to different pages
    By cyb3rp1mp in forum Addon Sideboxes
    Replies: 1
    Last Post: 15 Dec 2008, 06:18 AM
  3. Easy way to add images to a new product listing
    By VintageCarol in forum General Questions
    Replies: 1
    Last Post: 21 Apr 2008, 05:56 AM
  4. Here's an easy way to get Flash running in your define pages
    By iciblues in forum Customization from the Admin
    Replies: 1
    Last Post: 11 Jul 2007, 02:44 AM
  5. easy way to add an email form?
    By awoman in forum Basic Configuration
    Replies: 1
    Last Post: 11 Aug 2006, 10: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
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR