Menu

Drop the department banner.

Anonymous
2002-12-24
2002-12-25
  • Anonymous

    Anonymous - 2002-12-24

    Is it possibal to drop the department banner and instead showing all the item in the selected item group ?

    Merry Chrismas from Poland 

     
    • Andreas Kansok

      Andreas Kansok - 2002-12-25

      That's not easy, but you can replace in main.php the part which shows the banner with:
      $itgr_res = db_query("SELECT itemgr.ID FROM itemgr WHERE abtID=$abt")
      while ($itgr_row = db_fetch_row($itgr_res))
      {
        $item_res = ...
        # insert item view part here
      }

      This grabs all itemgroups from databse which are in selected department and then selects all items of each itemgroup (can be a lot!).

      Greetings

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.