Ignore:
Timestamp:
Dec 4, 2013, 9:50:16 PM (10 years ago)
Author:
chronos
Message:
  • Modified: Search page generalized as dynamic configurable list. Other modules can register their search ability.
  • Modified: If sarch is invoked on some module then filter is added to table. Filter have to be disabled to view all items again.
  • Added: Shoutbox can be searched.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/AoWoW/AoWoW.php

    r548 r626  
    2323        'Icon' => '',
    2424    ));
     25    if(array_key_exists('Search', $this->System->ModuleManager->Modules))
     26      $this->System->ModuleManager->Modules['Search']->RegisterSearch('aowow',
     27      T('AoWoW'), array(), '', $this->System->Link('/aowow/?search='));
    2528  }
    2629}
Note: See TracChangeset for help on using the changeset viewer.