move a button of usebar (new button of gallery mod)


move a button of usebar (new button of gallery mod)

Postby besnath » Wed Apr 23, 2008 12:01 pm

hi all,i've installed the phpBB3 gallery of nickvergessen and i have a bug with the provista templates. i've posted in the forum of the author's mod and i said:"you have to ask the style author"so i post here for my bug.
i want to move the eye of the gallery because it's not compatible with my theme.
i've already try to change in gallery_lytebox.css but nothing even in refresh the theme the eye don't moove.
Image
please tell me how to do.

besnath
 
Posts: 2
Joined: Wed Apr 23, 2008 11:53 am
Blog: View Blog (0)

Re: move a button of usebar (new button of gallery mod)

Postby Helter » Wed Apr 23, 2008 4:50 pm

OPEN styles/proVista/theme/proVista.css

Code: Select all
FIND

.linkbgbtm
  {

BEFORE, ADD

.linkbgtop #nav_right
  {
    position: relative;
    float: right;
    margin-top: -12px;
    padding-right: 38px;
  }

OPEN styles/proVista/template/overall_header.html

FIND

             <a id="menutr" href="#bottom"><img src="{T_THEME_PATH}/images/nav_top.gif" alt="Down" /></a>
         </div>
        </div>

BEFORE, ADD

               <span id="nav_right">
               <a href="{U_GALLERY_MOD}" title="{L_GALLERY_EXPLAIN}">{L_GALLERY}</a>
               </span>


to add additional links here, use this format

Code: Select all
                <span id="nav_right">
                <a href="{U_GALLERY_MOD}" title="{L_GALLERY_EXPLAIN}">{L_GALLERY}</a>&nbsp; &nbsp;
                <a href="{U_KB}" title="{L_KB}" accesskey="k">{L_KB}</a>&nbsp; &nbsp;
                </span>

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

Re: move a button of usebar (new button of gallery mod)

Postby besnath » Wed Apr 23, 2008 9:45 pm

thanks to quick reply

besnath
 
Posts: 2
Joined: Wed Apr 23, 2008 11:53 am
Blog: View Blog (0)

Re: move a button of usebar (new button of gallery mod)

Postby Helter » Wed Apr 23, 2008 10:46 pm

np :)

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 proVista

Who is online

Users browsing this forum: No registered users and 3 guests

cron