Results 1 to 4 of 4

Hybrid View

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

    Default Re: Move forum link to more info..

    As "about us" is something that you added you should find additional areas (more information) where you added it and this needs to be moved to "Information"

    In includes/modules/sideboxes/information.php you add the above and find
    Code:
    // Forum (phpBB) link:
      if ( (isset($phpBB->phpBB['db_installed_config']) && $phpBB->phpBB['db_installed_config']) && (isset($phpBB->phpBB['files_installed']) && $phpBB->phpBB['files_installed'])  && (PHPBB_LINKS_ENABLED=='true')) {
        $information[] = '<a href="' . zen_href_link($phpBB->phpBB['phpbb_url'] . FILENAME_BB_INDEX, '', 'NONSSL', false, '', true) . '" target="_blank">' . BOX_BBINDEX . '</a>';
    // or: $phpBB->phpBB['phpbb_url'] . FILENAME_BB_INDEX
    // or: str_replace(str_replace(DIR_WS_CATALOG, '', DIR_FS_CATALOG), '', DIR_WS_PHPBB)
      }
    And move this to includes/modules/sideboxes/more_information.php

    Don't forget to remove the about us from this file and move it to information.php

    Looked a bit closer and you do not seem to have used the "About Us" module available in the downloads area - so you only changed the title of page_4 - look at the directions for the module in the dowloads area/sideboxes
    Last edited by kobra; 25 Feb 2007 at 03:40 AM.
    Zen-Venom Get Bitten

 

 

Similar Threads

  1. More info link
    By Burty in forum General Questions
    Replies: 3
    Last Post: 31 May 2011, 09:54 PM
  2. Product listing - move price/more info link
    By RobM in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 24 May 2011, 06:46 PM
  3. Remove More info link
    By riscphree in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 16 Nov 2009, 02:05 AM
  4. more info link
    By camerondied in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 13 Jun 2006, 11:53 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