A Multimedia Exhibition

If you want to have an exhibition dedicated to multimedia, here’s how you can do it. In a previous post, I wrote how to show a video in an exhibition.

  1. Create a new exhibition, called “Multimedia”. (You can change the name later.)
  2. For each video in your exhibition, find a small picture that you can upload. It does not matter what the picture is! It is just a trick to create a new picture in the exhibition.
  3. Upload the fake picture. This will create a new picture. Now, follow the instructions on  how to show a video in an exhibition to connect the new picture to your multimedia video.
  4. Repeat for each picture in your exhibition.
  5. When you’re done, navigate to your new exhibition. You should see your videos, ready to play. Now, get the ID number of the exhibition. At the top of your browser page, where you see something like “http://mywebsite.com/gallery.php?ProjectID=29″, write down that last number. In this example, write down “29″.

Now, let’s say you want a menu item to link to multimedia. By this, I mean a link in the same menu that says, “New Exhibitions” or “About (my name)” or “Blog”. That menu is set in the “Gallery” tab, as an “Advanced Feature.”

  1. In your list of exhibitions, click on the
  2. Click on the Galleries tab.
  3. Click on “Show/Hide Advanced Features”.
  4. Be sure the checkbox “Use custom menu bar”, next to “Menu Bar (Top)”, is checked.
  5. In an unused, blank entry in “Menu Bar (Top)”, choose “custom 1″.
  6. In the “Menu Bar Custom Items” area, further down, write this code into field, “Custom Item 1″
    <a href="http://milosbicanski.com/gallery.php?ProjectID=XXX">Multimedia</a>
  7. Remember the ID number we wrote down, above? In place of “XXX” in the code, put that number. In this example, we chose “29″, so you would end up with:
    <a href="http://milosbicanski.com/gallery.php?ProjectID=29">Multimedia</a>
  8. Click the “Save and Close” button to save your changes.

Go to your front page, and you should see the new “Multimedia” menu entry.

Leave a Reply

You must be logged in to post a comment.