Thread: new user help

Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2007
    Posts
    8
    Plugin Contributions
    0

    Default new user help

    Have spent all week loading, learning and applying my findings. But now have a problem i just can't work around. I'd be really grateful for some shared expertise. Thanks.

    Can't see ANYTHING at all in main body of website (in any page).
    error says:
    Parse error: syntax error, unexpected T_STRING in /includes/modules/sideboxes/more_information.php on line 25


    Coding is:-
    Code:
      more_information sidebox - displays list of links to additional pages on the site.  Must separately build those pages' content. * * @package templateSystem * @copyright Copyright 2003-2006 Zen Cart Development Team * @copyright Portions Copyright 2003 osCommerce * @license http://www.zen-cart.com/license/2_0.txt GNU Public License V2.0 * @version $Id: more_information.php 3464 2006-04-19 00:07:26Z ajeh $ */// test if box should display  unset($more_information);// test if links should display  if (DEFINE_PAGE_2_STATUS <= 1) {    $more_information[] = '<a href="' . zen_href_link(FILENAME_PAGE_2) . '">' . BOX_INFORMATION_PAGE_2 . '</a>';  }  if (DEFINE_PAGE_3_STATUS <= 1) {    $more_information[] = '<a href="' . zen_href_link(FILENAME_PAGE_3) . '">' . BOX_INFORMATION_PAGE_3 . '</a>';  }  if (DEFINE_PAGE_4_STATUS <= 1) {    $more_information[] = '<a href="' . zen_href_link(FILENAME_PAGE_4) . '">' . BOX_INFORMATION_PAGE_4 . '</a>';  }// insert additional links below to add to the more_information box// Example://    $more_information[] = '<a href="' . zen_href_link(FILENAME_DEFAULT) . '">' . 'TESTING' . '</a>';// only show if links are active  if (sizeof($more_information) > 0) {    require($template->get_template_dir('tpl_more_information.php',DIR_WS_TEMPLATE, $current_page_base,'sideboxes'). '/tpl_more_information.php');    $title =  BOX_HEADING_MORE_INFORMATION;    $title_link = false;    require($template->get_template_dir($column_box_default, DIR_WS_TEMPLATE, $current_page_base,'common') . '/' . $column_box_default);  }?>
    Last edited by Kim; 19 Oct 2007 at 06:12 PM.

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

    Default Re: new user help

    Zen-Venom Get Bitten

 

 

Similar Threads

  1. Help! New user can't clear statistics
    By Frazzled1 in forum Customization from the Admin
    Replies: 2
    Last Post: 30 Jun 2008, 08:37 PM
  2. New User Needs Help
    By WRUKIM in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 2 Jul 2007, 07:55 PM
  3. Help Please - New Install - New User
    By M2nns in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 18 Mar 2007, 05:07 AM
  4. New User, basic help needed!
    By wattsy in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 14 Jul 2006, 08:42 PM
  5. New User Need Help
    By alias101 in forum General Questions
    Replies: 10
    Last Post: 7 Jun 2006, 04:00 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