Quote:
Originally Posted by anderow
Thanks haylaz, Im going to try that right now.
Also, does anyone else have this problem (Im not sure if its the template or not!)
if you see the image attached to this post, when I click the < or << arrows for if I want to go back a page in the posts, or back to the start of the thread respectively. it does nothing at all???
Does anyone else have this please?
Also, I dont think this is due to clean blue but in the attachments pop up (when adding images), on this forum there is about 5 'browse' boxes for adding multi pictures, but on my forum there is only one??? (Im running the latest VB)
|
It isnt style problem. Its just a setting which you can find under admincp>>vbulletin options>>Message Attachment Options section
Quote:
Originally Posted by anderow
Also, sorry to be a pain Haylaz!
How would I go about adding my own header image to the template?
I can only find 'headarka.gif' which is not the full page width. how should I replace it with my own forum header please?
|
Its not full image. Its background image. So that you can change only logo. If you want to put your own large headere image you must modify header codes.
Quote:
Originally Posted by JetHaCkR
yo, I was able to center the logo on firefox,
but it didnt center on internet explorer for some reason
|
open header template find ;
Code:
<td width="300"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img border="0" src="cb/cb/logo.gif" width="300" height="122" alt="$vboptions[bbtitle]" class="logo"/></a></td>
<td width="600"><div class="afterlogo">Banner Or Announcements Here</div></td>
change wiht below and modify it;
Code:
<td align="center"><a href="$vboptions[forumhome].php$session[sessionurl_q]"><img border="0" src="cb/cb/logo.gif" height="122" alt="$vboptions[bbtitle]" class="logo"/></a></td>