Thread: adding new page

Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2006
    Posts
    9
    Plugin Contributions
    0

    Default adding new page

    i read posts regarding how to create additional page under More Information box. Follow up the instructions. But when I click on the new link it displays the main page content instead of content of the page I created.
    index.php?main_page=translation
    and there is a file translation.php in includes/extra_datafiles with all defines;
    define('FILENAME_DEFINE_TRANSLATION', 'define_translation');
    define('FILENAME_TRANSLATION', 'translation');
    define('BOX_INFORMATION_TRANSLATION', 'Document Translation');

    and includes/modules/sideboxes/classic/more_information.php
    contains

    $more_information[] = '<a href="' . zen_href_link(FILENAME_TRANSLATION) . '">' . BOX_INFORMATION_TRANSLATION . '</a>';


    and there is includes /languages/english/html_includes/classic/define_translation.php file that contains hmtl I'd like to display.

    What am I doing wrong?
    Thank you,
    Inna

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: adding new page

    Scrap the more information alterations you have made first. Create this new page & links with ezpages. It will take care of the things that you are having problems with without the alteration of the core code.

 

 

Similar Threads

  1. adding new page
    By jagguy in forum General Questions
    Replies: 8
    Last Post: 25 Feb 2007, 10:26 AM
  2. Adding new forms to register new user page
    By NeoBlack in forum General Questions
    Replies: 0
    Last Post: 2 Oct 2006, 04:49 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