Page 1 of 1

Qbar [SOLVED]

PostPosted: Thu Jan 17, 2008 2:03 am
Author: DjPorkchop
Your phpBB Version: 2.0.22
phpBB Type: Integramod 141
MODs: Yes
Your knowledge: Advanced Knowledge
Board URL: http://littleelmforums.com

PHP Version:
MySQL Version:


What was done before the problem appeared?
Moved site from one server to the next


What was done to try to solve the problem?
Nothing yet



De.scription and Message

Im working on a site for a chap that hangs out here and I relocated his website to my server and Everything is cool with the move except, I would like to make the fonts bigger on the Qbar menu. His site has a bunch of older users and the small lettering up top in the menu was big, but when I moved servers, the font went back to normal.

I have never tried to change that size before and am now lost. This is basically all i have left to do to his site and now Im stuck <img>

Re: Qbar

PostPosted: Thu Jan 17, 2008 2:47 am
Author: obiku
If you want a bigger size font, you better change the font in the css....

PostPosted: Thu Jan 17, 2008 2:55 am
Author: sanji
You can change that in the css file located in the template directory. If you use the normal Integra2 template, the file you need to find is:

/web/forum/templates/Integra2/Integra2.css

In that file, find the lines :

[code]  /* The register, login, search etc links at the top of the page */.mainmenu           {     color]

And change the 11px value to the size you want to have...

Hope this helps,

sanji

Re: Qbar

PostPosted: Thu Jan 17, 2008 9:11 am
Author: DjPorkchop
That should have ben the first place I went and checked. :D

Thx for the quick replies.

PostPosted: Thu Jan 17, 2008 8:10 pm
Author: spaniel
I have a related question (i always have a related question!)...

Is there a quicker way to change the order of the Board Navigation menu instead of using the Move Up / Move Down function in ACP?

Profilcp has a def_usermaps.php, is there a similar thing for Qbar?


Many thanks.

Re: Qbar [SOLVED]

PostPosted: Fri Jan 18, 2008 2:21 am
Author: obiku
in the includes directory there you can find the def_qbar.php. You can edit this file. But be careful you don't mess it up.

PostPosted: Fri Jan 18, 2008 2:58 am
Author: spaniel
Aww thanks obiku - u've just saved me about 10 hours of clicking <img>

Re: Qbar [SOLVED]

PostPosted: Fri Jan 18, 2008 5:26 am
Author: Helter
that is a cache file. If you edit it you have to set the chmod to 644, or the first time you change any qbar setting in the acp, your database will overwrite it with the old info

PostPosted: Fri Jan 18, 2008 4:57 pm
Author: spaniel
ok double check... first i set def_qbar.php to chmod 644, then download it, work on it, load it up, cross my heart and hope my forum doesn't die :)

PostPosted: Sun Jan 20, 2008 9:41 am
Author: spaniel
Well it worked a treat. Mysteriously, my def_qbar.php was already modded to 644 <img>