vBadvanced Forums  
Go Back   vBadvanced Forums > vBadvanced Products > vBadvanced CMPS > vBa CMPS v1.x (Archive - Closed for Posting) > Troubleshooting / "How do I..." Questions

 
 
Thread Tools Display Modes
  #1  
Old 01-16-2005, 03:00 PM
SalTheWop SalTheWop is offline
Member
 
Join Date: Jan 2005
Posts: 76
Default Couple of questions

I would like the logo on my site to be centred ,and not off to the left ,preferably the same size as the main body of the forums.
I would also like a navigation module ,so that I can place links to the gallery/forum etc
  #2  
Old 01-17-2005, 12:28 AM
Jason McConnell's Avatar
Jason McConnell Jason McConnell is offline
Senior Member
 
Join Date: Jun 2004
Location: Syracuse, NY
Posts: 170
Default Re: Couple of questions

1. Concerning the logo on your site as it is right now, are you going to be changing the site's style to match the logo? Or is the image that's there now just something of a placeholder for the time being? You can go about changing the logo a couple different ways.

In order to have your logo span the same size as the main table of your forum, you'll need to have your logo inserted into a table and put into the header template of your site.

For example:
Code:
<table width="100%" border="0" bgcolor="#000000">
  <tr>
    <td width="500" bordercolor="#000000"><div align="left"><a href="http://www.hdfuk.net/forum/index.php?"><img src="http://www.hdfuk.net/forum/images/misc/header.gif" border="0"></a></div></td>
    <td>&nbsp;</td>
    <td>&nbsp;</td>
  </tr>
</table>
For this to work you'll need to clear the Header text box in the All Style Options section of your Styles Manager. It also has the benefit of resizing itself to the whole width of the browser, whether it's full screen or windowed. You could also use either of the &nbsp;'s to house an ad banner.

The second option for this is to simply have an image that spans the entire width of your forum, and hope your users don't mind having a horizontal scrollbar.

As for the navigation module, there are a few floating around in the Hacks and Add On's sections, just do a search
__________________
  #3  
Old 01-30-2005, 09:41 AM
SalTheWop SalTheWop is offline
Member
 
Join Date: Jan 2005
Posts: 76
Default Re: Couple of questions

Quote:
In order to have your logo span the same size as the main table of your forum, you'll need to have your logo inserted into a table and put into the header template of your site.

For example:
Code:

<table width="100%" border="0" bgcolor="#000000">
<tr>
<td width="500" bordercolor="#000000"><div align="left"><a href="http://www.hdfuk.net/forum/index.php?"><img src="http://www.hdfuk.net/forum/images/misc/header.gif" border="0"></a></div></td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
</table>

For this to work you'll need to clear the Header text box in the All Style Options section of your Styles Manager.
This is what I want. So what do I actually clear from the Header template?Everything?I tried that and it was just the same as before.

Or is there a certain section I need to change?
<!-- logo -->
<a name="top"></a>
<table border="0" width="$stylevar[outertablewidth]" cellpadding="0" cellspacing="0" align="center">
<tr>
<td align="$stylevar[left]"><a href="$vboptions[forumhome].php?$session[sessionurl]"><img src="$stylevar[titleimage]" border="0" alt="$vboptions[bbtitle]" /></a></td>
<td align="$stylevar[right]">
&nbsp;
<!--
NEW HEADER &amp; NAVBAR

Now that the nav buttons are in the
navbar template, you can stick whatever
you like into this space.

This makes it much easier for novice
admins to customize their header
template without affecting important
navigation elements.
-->
</td>
</tr>
</table>
<!-- /logo -->

<!-- content table -->
$spacer_open

$_phpinclude_output

Last edited by SalTheWop; 01-30-2005 at 09:44 AM.
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Couple of easy questions.. royals Troubleshooting / "How do I..." Questions 3 11-27-2004 10:58 AM
A couple of questions before installation JonC Troubleshooting / "How do I..." Questions 1 10-24-2004 06:10 PM
Got a couple of questions gatorlca Troubleshooting / "How do I..." Questions 5 07-14-2004 10:57 PM
A couple of questions please stuarttunstall Chit Chat 1 06-04-2004 07:11 AM


All times are GMT -4. The time now is 02:34 PM.

Forums Powered by vBulletin, Copyright ©2000-2009, Jelsoft Enterprises Ltd.
Please note that vBadvanced is in no way affiliated with Jelsoft Enterprises Ltd, nor will Jelsoft be able to provide any support for our products.