vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   vbulletin.org - esqe headers (https://vborg.vbsupport.ru/showthread.php?t=61099)

Dolamite 02-02-2004 09:59 PM

vbulletin.org - esqe headers
 
Hi, I am designing a new vB with 3.0 & have always loved the vbulletin.org site. I was wanting to add those cool cool headers to my site as well (such as this image) https://vborg.vbsupport.ru/images/da...at_vbhacks.gif

i don;t suppose there is a hack for this....

i plan to install vbindex as well....

any help appreciated

Xenon 02-02-2004 11:08 PM

nope, ther is no hack.

those img's have been created manually and the newspage is written jsut for vb.org :)

Dolamite 02-03-2004 01:15 AM

i guess i figured that.....

well looks good (as always)....maybe you could give me some tips on where to start editing? if not thats cool... i'm sure your busy

D

vbmechanic 02-03-2004 01:12 PM

Step 1 - install a homepage portal like vBAdvanced.. free hack here at .org.

Step 2 - Design your header in Photoshop or other image editing software.

Step 3 - Edit templates.. you'll most likely only be concerned with the 'header' template for now, but maybe navbar and footer as well.


The header template is quite simple this time around. You'll want to build a 100% width table that encloses the whole forum, and put it at the bottom of 'header' like this:

Code:

<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="100%">
<img your header goes here />

Then in the footer table, you need to close your table:

Code:

</td></tr></table>

That is the basic idea... good luck.

Dolamite 02-06-2004 02:58 AM

hehe well i managed to add a 2nd header to the top of my forums :P

gives me a place to start i guess thx
even though i'm clueness as i was before heh ;)


All times are GMT. The time now is 12:02 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.01007 seconds
  • Memory Usage 1,717KB
  • 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
  • (5)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