Page 1 of 1

A Couple of Questions on Provista

PostPosted: Sun May 02, 2010 3:23 am
by mcsee
Hi Helter,
I've just done the code changes to my Provista style to 3.0.7 PL1 and upon re-install I've come up with a couple of 'tiny' problems I wonder if you can help me with. The main one is that I'd like to close the gap which has appeared at the top of the style (see photo) and ask if you can give me an idea where to do this.

My second question is with the order the top buttons are displayed, can these be rearranged just by altering code order?

Image

Regards

m

Re: A Couple of Questions on Provista

PostPosted: Sun May 02, 2010 11:34 pm
by mcsee
I applied the change below which seems to have solved the gap problem.

html, body {
background-image: url(./images/bg.jpg);
background-position: top center;
background-repeat: no-repeat;
background-color:#D3E2E9;
height: 100%;
margin-top: -40px;
}

Still open for suggestions on top button placing.

Thank You

Re: A Couple of Questions on Provista

PostPosted: Mon May 03, 2010 7:53 am
by Helter
the gap at the top should have always been there, but it is not necessary and I don,t think removing it will cause trouble elsewhere.

you can change the order of the buttons by moving the <li> code in the overall header. Remember to refresh your cache in acp/styles/

Re: A Couple of Questions on Provista

PostPosted: Mon May 03, 2010 1:22 pm
by mcsee
Thanks Helter. Hopefully it will be like new for a while longer. Any new styles on the horizon?

Re: A Couple of Questions on Provista

PostPosted: Wed May 05, 2010 8:55 pm
by mcsee
I need to do a Fix with a problem showing in 3.0.7, that being Smilies, as shown here http://tracker.phpbb.com/browse/PHPBB3-8929 .

In Prosilver it would be found in includes/functions_posting.php, but I'm at a loss to locate the code in Provista.

Any help is always appreciated.

Re: A Couple of Questions on Provista

PostPosted: Wed May 05, 2010 9:48 pm
by Helter
the fix you posted does not affect the templates. You should not have an includes folder in any of your styles. The only includes folder you should have is in your forums root.

Re: A Couple of Questions on Provista

PostPosted: Thu May 06, 2010 11:58 pm
by mcsee
Hi Helter,
Yes, only one includes folder. Interesting to note that altering Line 91 as the Code change to correct the SQL error, throws a Syntax Error on the next line (Line 92). This effects the 'View More Smilies' section, so will have a rethink on correcting it.

Thanks for your help.