News:

Wondering if this will always be free?  See why free is better.

Main Menu

quick question

Started by vln004, June 27, 2005, 12:22:55 AM

Previous topic - Next topic

vln004

suppose i make the following changes to index.php in the main forum folder:

      '.xml' => array('News.php', 'ShowXmlFeed'),
      'forum' => array('BoardIndex.php', 'Forum'),
   );

   // Get the function and file to include - if it's not there, do the board index.
   if (!isset($_REQUEST['action']) || !isset($actionArray[$_REQUEST['action']]))
   {
      // Catch the action with the theme?
      if (!empty($settings['catch_action']))
      {
         require_once($sourcedir . '/Themes.php');
         return 'WrapAction';
      }

      // Fall through to main website.
      require_once($sourcedir . '/Index.php');
      return 'Index';

   }


would this break the board in anyway?

[Unknown]

Sorry for the late response.  This would work fine, although a few links would be broken.

-[Unknown]

Advertisement: