vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Help Needed (https://vborg.vbsupport.ru/showthread.php?t=41654)

monica 07-29-2002 01:22 PM

Help Needed
 
It might be a stupid question but here it goes:
I want to put some information on the top right hand corner of the main page the way vbulletin has http://www.vbulletin.com/
(the mailing list information)
I dont have it in the default version that I downloaded and installed on my machine. How do I do that ?
Any input would really help.

Monica

mr e 07-29-2002 04:35 PM

Well you could just do something like this

Code:

<p align="right">INFO</p>
that will align the info to the right of the page

monica 07-29-2002 07:08 PM

Thanks, but I wanted to put it right next to the vbulleting logo (not above it and aligned right). The code in index.php kinda confusing for me as Im new to this field.

Thanks.

mr e 07-30-2002 03:29 AM

Well try this instead, just edit the Header template and do something like

Code:

<table width="100%" border="0">
  <tr>
    <td rowspan="3">vBulletin Logo</td>
    <td> </td>
  </tr>
  <tr>
    <td align="right">Other Info</td>
  </tr>
  <tr>
    <td> </td>
  </tr>
</table>

anything you want to do would probably be easier in the templates if it's just HTML editing.


All times are GMT. The time now is 05:46 PM.

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.01349 seconds
  • Memory Usage 1,711KB
  • 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
  • (4)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