View Full Version : Trying to find..
Miss Behaviour
Tue 16th Jul '02, 12:08am
I'm trying to find where to center the navbar for the Calendar when you click to view an event. It's not in the normal "navbar" template cause I already edited that and it fixed most of the stuff on my board, this one doesn't seem to be effected by the "navbar" template. I have almost all of them centered properly except this one... I've attached an image.
calendar.php?action=getinfo&eventid=
Anyone point me in the right direction, so I can fix this?
Miss Behaviour
Tue 16th Jul '02, 12:34pm
Anyone?
Floris
Tue 16th Jul '02, 1:06pm
Well, in calendar_getday it tries to make an event if I understand it correctly, and that one says:
<td width="100%">$navbar</td>
Change that to
<td align="center" width="100%">$navbar</td> and hope that works. (doubt it though) but it is the only template that I see where calendar_daybits (daybits part) is in.
The template calendar_daybits is the one that shows the event per day, but it doesn't have a header, so I searched for daybits and only _getday had it in it. Assuming that is the one that generates the page.
Miss Behaviour
Tue 16th Jul '02, 1:57pm
It worked... thanks!
Powered by vBulletin™ Version 4.0.0 Beta 4 Copyright © 2009 vBulletin Solutions, Inc. All rights