vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Requests/Questions (Unpaid) (https://vborg.vbsupport.ru/forumdisplay.php?f=112)
-   -   Forumhome - Logo and Border (https://vborg.vbsupport.ru/showthread.php?t=88989)

Cmdr LaForge 04-20-2004 06:05 PM

Forumhome - Logo and Border
 
Hey...

Currently I have been working rather hard and diligently at souping up our forums. Since we're redesigning everything I wanted the forums to match the website.

The problem I run into is I want the logo to sit right on top of the navbar like thing. And I searched a little but didn't find any help on it. It's not really a modification request just some template help maybe.

The same goes for the border. I'd like to do something like this forum style or the vB.org. Not the same thing... but the concept of having everything within a border. Which again would be templates.

Anyone could point me in the right direction. I'd appreciate it.

Tradjick 04-20-2004 07:49 PM

As for the header you could try to insert this somewhere on your "header template"

PHP Code:

<table width "100%">  <td align "right" <img src "your logo.gif"></td>  </table

As for the border issue I really don?t know.

Zachery 04-20-2004 07:50 PM

I think iHCF released a mod for forum borders, If you give me the code i thiunk i can manage to get it right ontop :)

Cmdr LaForge 04-21-2004 12:45 AM

You need the header code?


Here is the header Code... it's the default unaltered version... as my toying with it did none too much.


PHP Code:

<!-- 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 &ampNAVBAR
  
  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 


iHCF? I guess I don't know what that is or who or even where. I'll do a search though.

Cmdr LaForge 04-21-2004 08:11 AM

I managed to get the Logo to snug to the navbar and such. A ltitle thing I didn't notice at first ;)


But the iHCF border didn't work for my vB Gold... or at least I didn't have the wits to figure it out.

Zachery 04-21-2004 03:20 PM

at the very top of your header template put

<table style="background: #hex; border: 1px solid #HEX;" border="0" width="PIX/%" cellpadding="0" cellspacing="0" align="center" ><tr><td>

Then add

</td>
</tr>
</table> to the bottom of your footer template.

Cmdr LaForge 04-21-2004 03:50 PM

1 Attachment(s)
The same thing I got when using iHCFs. It doesn't work right or something. Here to show you what I mean.

Zachery 04-21-2004 04:00 PM

You did change the HEX values to somthing new right?

Can you post your header template? as it looks abit differnt.

Cmdr LaForge 04-21-2004 05:03 PM

Hmm... after looking over the header template there was one thing I must've accidently deleted from the line of code... it's working now.

Thanks

Zachery 04-21-2004 05:43 PM

Glad to help :) have fun!


All times are GMT. The time now is 07:14 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.01150 seconds
  • Memory Usage 1,741KB
  • 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_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete