Page 5 of 11 FirstFirst ... 34567 ... LastLast
Results 41 to 50 of 104
  1. #41
    Join Date
    Jun 2009
    Posts
    85
    Plugin Contributions
    0

    Default Re: Add Pages to More Information Sidebox

    I have the same problem.

  2. #42
    Join Date
    Jun 2009
    Posts
    85
    Plugin Contributions
    0

    Default Re: Add Pages to More Information Sidebox

    The pages 5,6,7 show up in the Define Page Status, but they don't show up in more information box. I activated these pages in Admin Panel...

  3. #43
    Join Date
    Mar 2007
    Location
    AZ
    Posts
    1,911
    Plugin Contributions
    2

    Default Re: Add Pages to More Information Sidebox

    SandraSD ~ a link to your site would help.

    Tina

  4. #44
    Join Date
    Jun 2009
    Posts
    85
    Plugin Contributions
    0

    Default Re: Add Pages to More Information Sidebox

    Thank you for your reply and a wonderful Mod.
    I found what my problem was, I missed one of the custom folders... It is working fine now..

  5. #45
    Join Date
    Jun 2009
    Posts
    85
    Plugin Contributions
    0

    red flag Re: Add Pages to More Information Sidebox

    Is the a way to change how the links 5, 6, 7 names look in my Side Box on the main template itself?
    I would like to rename them.
    I tried to change it in includes/languages/english.php where it says:

    // information box text in sideboxes/more_information.php - were TUTORIAL_
    define('BOX_HEADING_MORE_INFORMATION', 'More Information');
    define('BOX_INFORMATION_PAGE_5', 'YOUR TEXT');
    define('BOX_INFORMATION_PAGE_6', 'YOUR TEXT');
    define('BOX_INFORMATION_PAGE_7', 'YOUR TEXT');

    But it didn't do anything to my main page.

    Also where do I change my:
    <h1 id="pageFiveHeading">Page 5</h1>
    <h1 id="pageSixHeading">Page 6</h1>
    <h1 id="pageSevenHeading">Page 7</h1>
    on the pages 5, 6, 7??

    I am putting it all together on my local server, sorry can't provide URL...
    Thank you.

  6. #46
    Join Date
    Jun 2009
    Posts
    85
    Plugin Contributions
    0

    Default Re: Add Pages to More Information Sidebox

    Hi.

    I figured out how to change links 5,6,7 names in my Side Box.

    And I changed my default headlines for my new pages in:

    includes/languages/english/custom_folder/page_5.php
    includes/languages/english/custom_folder/page_6.php
    includes/languages/english/custom_folder/page_7.php

    But now my <h1 id="pageFiveHeading">MY TEXT</h1>
    does not look like
    my <h1 id="pageTwoHeading">MY TEXT</h1>

    Is the a way to change (coordinate with pages 2, 3, 4) CSS style for <h1> for pages 5, 6, 7?
    Or did it have to happen automatically after the Mod Installation and I messed up somewhere?

  7. #47
    Join Date
    Apr 2009
    Location
    London
    Posts
    124
    Plugin Contributions
    0

    Default Help please: Add Pages to More Information Sidebox

    Help please.

    I got a few problems. I have loaded all the file to the right places. Double checked.

    1. Pages added do not show up in the admin - defined page.
    2. Define page editor do have them pages added, and I can change it to whatever I want. But in the front only shown a page number follow by the word page and a back button.
    3. When I run the "install SQL Patch" in admin, Shown error message below:
    Failed: 3
    ERROR: Cannot insert configuration_key "" because it already exists
    ERROR: Cannot insert configuration_key "" because it already exists
    ERROR: Cannot insert configuration_key "" because it already exists
    Note: 3 statements ignored. See "upgrade_exceptions" table for additional details.


    Can somebody help please......... Many many thanks

  8. #48
    Join Date
    Mar 2007
    Location
    AZ
    Posts
    1,911
    Plugin Contributions
    2

    Default Re: Add Pages to More Information Sidebox

    What is the url of the site you installed this on?

  9. #49
    Join Date
    Mar 2007
    Location
    AZ
    Posts
    1,911
    Plugin Contributions
    2

    Default Re: Add Pages to More Information Sidebox

    gamenano - problem resolved. sql patch thur admin was incomplete. Inserted sql thru phpyadmin and pages are functioning as desired.

    Tina

  10. #50
    Join Date
    Jan 2009
    Location
    Vegas Baby!
    Posts
    332
    Plugin Contributions
    0

    Default Re: Add Pages to More Information Sidebox

    I've used this mod several times to add pages (with no problems after the 1st try :-)) but now I just tried add 2 more pages, page 9 & page 10. They show up in admin > configuration > define page status but not in define page editor. I uploaded the "define pages editor" with the pages added to it. Ran the following sql patch to add them

    Code:
    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 9', 'DEFINE_PAGE_9_STATUS', '1', 'Enable 
    the Defined Page 9 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', '85', 
    now(), now(), NULL, 'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\'),');
    
    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 10', 'DEFINE_PAGE_10_STATUS', '1', 'Enable 
    the Defined Page 10 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', '85', 
    now(), now(), NULL, 'zen_cfg_select_option(array(\'0\', \'1\', \'2\', \'3\'),');
    Wondering what I might have missed in the installation?
    Completed: BellaFavori.com
    In Progress: WeddingDivasLV.com
    Coming Soon: ???

 

 
Page 5 of 11 FirstFirst ... 34567 ... LastLast

Similar Threads

  1. Going Crazy-add pages to More Information Sidebox
    By leezymitchell in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 18 Nov 2010, 09:27 PM
  2. Add Pages to More Information Sidebox
    By rjgonzalez in forum Basic Configuration
    Replies: 1
    Last Post: 30 Sep 2009, 10:39 PM
  3. Replies: 1
    Last Post: 18 May 2009, 10:44 PM
  4. Add extra pages to 'More Information' Sidebox
    By bonheddwr in forum Basic Configuration
    Replies: 1
    Last Post: 28 Jul 2007, 05:59 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