Quote:
Originally Posted by nievesidenshop
|
Ah, I see!
You have quite some more stuff in your NavBar!
So all we would have to do is to implement all your additional links into the header/navbar of this style.
Well, that can be done

Is all of that put into your "navbar" template?
Quote:
Originally Posted by Mastar
How can I get my logo banner centered in the header?
|
In your AdminCP go to Style-Manager -> Edit-Templates (of this style)
Double click on the "header" template and look for this part:
Code:
<table border="0" width="100%" cellpadding="0" cellspacing="0">
<tr align="left" valign="top">
<td>
<a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a>
Change the value that's marked in bold to read like this one:
Code:
<table border="0" width="100%" cellpadding="0" cellspacing="0">
<tr align="center" valign="top">
<td>
<a href="$vboptions[forumhome].php$session[sessionurl_q]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a>
That should center your logoimage in the header.
Don't forget
not to put any whitespace in the image as that might affect centering to be a bit off
Quote:
Originally Posted by bitg
Wierd. I installed this style (and btw, thank you, it is awesome) but my columns don't line up. Look at your own site at the "Last Post" column. It does not line up with the other "last post" columns. the same thing is happening to me.
BTW, mine is a parent style so it is not pulling anything from any other style.
|
Yes, that's right.
It's because every category is now a table of its own.
But the link
PtP posted explains pretty good how to set them to a fixed width to make them align to each other again.
If you have trouble with this drop me a PM and I'll send you a modified template :up: