-Menu Bar button change?-


-Menu Bar button change?-

Postby hollywood » Tue Jun 30, 2009 3:52 pm

I added the gallery menu bar to my forum but when you click on the gallery it doesnt show red like the other buttons. I have a edited red gallery button uploaded but Im not sure how to get it to show up. Here is my forum (http://www.steelheadstalkers.com/forum)

Thanks for the help.

Chad

hollywood
 
Posts: 5
Joined: Mon Jan 19, 2009 12:24 pm
Blog: View Blog (0)

Re: -Menu Bar button change?-

Postby Helter » Tue Jun 30, 2009 8:57 pm

to get the button to stay red while in the gallery, (nickvergessen's "phpBB Gallery")
for any other gallery, open all gallery html files and add the following code after the include overall_header.html switch.
If there is no overall_header switch in the file, then the code does not go in that file.


OPEN
mimic_se/templates/gallery_album_body.html
mimic_se/templates/gallery_index_body.html
mimic_se/templates/gallery_modcp_body.html
mimic_se/templates/gallery_move_body.html
mimic_se/templates/gallery_page_body.html
mimic_se/templates/gallery_posting_body.html

FIND

Code: Select all
  1. <!-- INCLUDE overall_header.html -->


AFTER, ADD

Code: Select all
  1. <style>
  2. li.menu-gallery span,
  3. li.menu-gallery span a {
  4.     background: url("{T_IMAGESET_LANG_PATH}/nav_at_gallery.gif") 0 0 no-repeat;
  5.     }
  6. li.menu-forum span,
  7. li.menu-forum span a {
  8.     background: url("{T_IMAGESET_LANG_PATH}/nav_forum.gif") 0 0 no-repeat;
  9.     }
  10. /* Rollover state */
  11. .menubar li span {
  12.     height: 30px;
  13.     margin: 0;
  14.     background-position: 0 -32px;
  15.     display: block;
  16.     }
  17.  
  18. /* Rolloff state */
  19. .menubar li span a, #menubar li span a:link {
  20.     display: block;
  21.     height: 30px;
  22.     background-position: 0 0px;
  23.     }
  24. </style>

do this for all 6 listed gallery template files.
Upload the attached image to mimic_se/imageset/en
nav_at_gallery.gif
nav_at_gallery.gif (2.41 KiB) Viewed 2971 times

Attachments
nav_at_gallery.zip
(2.54 KiB) Downloaded 232 times
User avatar
Helter
Site Admin
 
Posts: 548
Joined: Tue Jul 19, 2005 1:29 pm
Location: Seattle Wa
Blog: View Blog (0)
Real Name: John Wagner



Post a reply



Return to MiMic

Who is online

Users browsing this forum: No registered users and 2 guests

cron