Page 3 of 5 FirstFirst 12345 LastLast
Results 21 to 30 of 42
  1. #21
    Join Date
    Jan 2008
    Posts
    1
    Plugin Contributions
    0

    Default Re: Making Page_5 work

    Quote Originally Posted by Veronika7747 View Post
    Why don't you use define_page_generator from downloads? It worked really good for me!
    http://www.zen-cart.com/index.php?ma...roducts_id=804

    Veronika
    A Windows application is pretty useless to people running Zen cart on Linux. There's also the fact that a lot of users only have FTP and DB access, so they can't run a Windows application against the production system even if the server is running Windows.

    A stand alone Windows application is pretty useless for many of the people running Zen Cart, no matter how much they need the functionality.

    Now, Step-by-step directions on HOW to do what this little .NET widget is doing WOULD be of use. Anyone have a link to such directions?

  2. #22
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Making Page_5 work

    This mod is supposed to be run on your own pc then upload to your server. I understand that some users (I would not say many) are using linux, but they can try a Win simulation software like Wine.

    Anyhow, the above program proved to be very useful for me, it may be not for you, but then again there is no program that proved to be useful for everyone.
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

  3. #23
    Join Date
    Mar 2004
    Posts
    96
    Plugin Contributions
    0

    Default Re: Making Page_5 work

    THIS MOD (DefinePageGenerator) is EXCELLENT!!!!!!!!!!!

    Vista has .NET already pre-installed, so it took literally seconds for me to generate a new page! I had to do a file comparision with the remote server to make sure I know which pages to upload, but this took seconds.

    This mod is a HUGE time saver.

  4. #24
    Join Date
    Oct 2007
    Posts
    157
    Plugin Contributions
    0

    Default Re: Making Page_5 work

    I started using Gayelston's instructions for adding more pages to the "more information". But in the middle of it all, I read the rest of the posts to this thread, and thought more about the "about us" module that I had already installed. I looked at the instructions for it again, and "got" what they meant by how to use the package for other pages.

    So I undid what I had done while following Gayelston's info, followed the instructions for the about us module, uploaded, and it worked GREAT!

  5. #25
    Join Date
    Oct 2007
    Posts
    157
    Plugin Contributions
    0

    Default Re: Making Page_5 work

    Quote Originally Posted by fakesharksfinsoup View Post
    Hi Gayelston,

    1)Go to Admin-->Tools-->Install SQL patches

    2)copy and paste the following SQL quote(change the 5 to whatever page number you want) :
    insert into configuration (configuration_title, configuration_key,
    configuration_value, configuration_description,
    configuration_group_id,
    sort_order, last_modified, date_added, use_function, set_function)
    values
    ('Define Page 5', 'DEFINE_PAGE_5_STATUS', '1', 'Enable the Defined
    Page 5
    Link/Text?<br />0= Link ON, Define Text OFF<br />1= Link ON, Define
    Text
    ON<br />2= Link OFF, Define Text ON<br />3= Link OFF, Define Text
    OFF',
    '25', '83', now(), now(), NULL, 'zen_cfg_select_option(array(\'0\',
    \'1\',
    \'2\', \'3\'),');
    After posting that I added pages following the instructions for "about us", I realized I was having the same problem as Gayelston--the pages weren't showing up in the configuration/define page status. So I tried the sql patch above and it worked! Oddly enough the pages aren't listed in order, but that's not a big deal. Thanks fakesharksfinsoup! There is no way in hell I would have known how to do this.

  6. #26
    Join Date
    Jul 2006
    Location
    Louisiana
    Posts
    144
    Plugin Contributions
    0

    Default Re: Making Page_5 work

    Quote Originally Posted by gayelston View Post
    That's what I did, by cloning a Page 2in ALL the various places
    The new page shows everywhere EXCEPT the Config Define Page Status.
    When I select the page from the sidebox, I can see the title on the main page, but none of the text that I entered using the Tools Define Page Editor.
    I even have it on the sitemap.
    Just need to know how to make the last bit work.
    Regards
    ######
    http://www.artyfactsforcrafts.com
    BUMP

    Did you get the last part done? I'm about to undertake the same change to my store. I'm adding page_5.php

    Can I get everything I need from this thread?

  7. #27
    Join Date
    Oct 2007
    Posts
    157
    Plugin Contributions
    0

    Default Re: Making Page_5 work

    Quote Originally Posted by Forum5 View Post
    BUMP

    Did you get the last part done? I'm about to undertake the same change to my store. I'm adding page_5.php

    Can I get everything I need from this thread?
    Forum 5--I just did all of this (and posted about it). I think the easiest way to go is using the "about us" module, then follow fakesharksfinsoup's info on using the sql patch so that the pages will show up in the configuration/define page status.

  8. #28
    Join Date
    Dec 2007
    Posts
    19
    Plugin Contributions
    0

    help question Re: Making Page_5 work

    I've read through this thread and am still stumped about what I missed in the edits.

    I THOUGHT I edited all the necessary files, but looks like I've missed something.

    I've got my new page_5 link to appear in the more info box (I've called it Links), the page_5 correct headings appear (LInks at the Heading and Nav titles), the page_5 option appears in my Define Pages drop down box editor, and I've uploaded define_page_5.php, but the contents of define_page_5.php don't appear on this page. Even if I edit page_5 in the DEFINE pages editor, the new contents don't appear on this page

    http://shinyadornments.com/shopping/...in_page=page_5

    Can someone tell me what I forgot to edit?

    Kristy

  9. #29
    Join Date
    Sep 2003
    Location
    Ohio
    Posts
    69,402
    Plugin Contributions
    6

    Default Re: Making Page_5 work

    In your tpl_ file there is probably a reference to:
    DEFINE_PAGE_5_STATUS

    where do you have this defined to turn it on?
    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!]
    Officially PayPal-Certified! Just click here

    Try our Zen Cart Recommended Services - Hosting, Payment and more ...
    Signup for our Announcements Forums to stay up to date on important changes and updates!

  10. #30
    Join Date
    Dec 2007
    Posts
    19
    Plugin Contributions
    0

    Default Re: Making Page_5 work

    Do you mean these lines in tpl_page_5_default.php ?

    <?php if (DEFINE_PAGE_5_STATUS >= 1 and DEFINE_PAGE_5_STATUS <= 2) { ?>
    <div id="pageFiveMainContent" class="content">

 

 
Page 3 of 5 FirstFirst 12345 LastLast

Similar Threads

  1. Making header/logo work in percent
    By Lady Loza in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 16 Oct 2011, 11:06 PM
  2. Help Making Cart Work
    By brcampers in forum Basic Configuration
    Replies: 3
    Last Post: 22 Jan 2011, 08:08 PM
  3. Making module manager work
    By fairway in forum All Other Contributions/Addons
    Replies: 1
    Last Post: 26 Feb 2009, 03:36 AM
  4. Adding page, making it work.
    By trudesign in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 15 Apr 2008, 08:24 PM
  5. Making custom folders work - how?
    By vivaraquel in forum Templates, Stylesheets, Page Layout
    Replies: 6
    Last Post: 15 Nov 2006, 05:46 AM

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