vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Member Archives (https://vborg.vbsupport.ru/forumdisplay.php?f=202)
-   -   Help Please (https://vborg.vbsupport.ru/showthread.php?t=34206)

johnr 01-17-2002 03:43 PM

Hi everybody,

I just came by for a bit of vBulletin style advice. What I want to do is put the buttons (user cp, claendar, forum home etc) UNDERNEATH my title image.

TIA :)

Rose 01-17-2002 06:37 PM

Not totally sure, but it sounds like you need to add a <br> tag to your header template between the header banner and the top links. :)

johnr 01-17-2002 07:28 PM

Dosen't seem to work :(

Scrub 01-17-2002 08:25 PM

In the header template:

Replace:
Code:

<!-- logo and buttons -->
<center>
<table border="0" width="{*tablewidth*}" cellpadding="0" cellspacing="0">
<tr>
  <td valign="top" align="left" background="{*imagesfolder*}/menu_background.gif"><a href="index.php?s=$session[sessionhash]"><img src="{*titleimage*}" border="0" alt="$bbtitle"></a></td>
  <td valign="bottom" align="right" nowrap background="{*imagesfolder*}/menu_background.gif">
  <!-- toplinks -->


With:
Code:

<!-- logo and buttons -->
<center>
<table border="0" width="{*tablewidth*}" cellpadding="0" cellspacing="0">
<tr><a href="index.php?s=$session[sessionhash]"><img src="{*titleimage*}" border="0" alt="$bbtitle"></a></td></tr>
<br>
  <!-- toplinks -->

Delete the *'s. :). This is what the first few lines in my header look like, and it works for me. :D.

johnr 01-17-2002 08:46 PM

That worked :D

Thanks Bill!

I just needed to do that cause you had to scroll sideways the see all the buttons in 800x600 which wasn't too good ;)

johnr 01-18-2002 02:52 PM

OK, I did it but the "Home" button is not on the row with all the other buttons which is wasting space

My board is at http://62.31.3.74 :)

TIA
John

Scrub 01-18-2002 03:26 PM

1 Attachment(s)
Instead of doing the above, just download this file. LMAO. :p

johnr 01-18-2002 03:27 PM

:D

Rose 01-18-2002 04:57 PM

Here you go, JohnR!!


http://www.simpsonsboard.com/images/...eakestlink.gif


I don't know if you have it already or not, but I saw your board, remembered I had this smilie, and thought I'd offer it to you. I didn't make it, nor do I remember where I got it from. :s


All times are GMT. The time now is 09:55 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01222 seconds
  • Memory Usage 1,724KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete