Go Back   vb.org Archive > Community Central > Community Reviews
  #1  
Old 12-02-2002, 03:42 PM
Crazy Pete Crazy Pete is offline
 
Join Date: Nov 2002
Posts: 155
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default What should I do with my header?

Hey guys, I'm pretty new to vB but have been doing HTML work for quite some time. Basically I just need some ideas for what to do with my header, as right now it just looks rather...ehh... So, I have 12 buttons that I am using right now, and I'd like to keep them all unless things could be combined or linked to in other ways.

Check out http://www.expectedmiracles.com/forums and let me know what you think I should do with the header please. Center the logo with the buttons all below it in one big line? Put them below it where it is now in the left? I just need some ideas, thanks!
Reply With Quote
  #2  
Old 12-05-2002, 02:36 PM
Crazy Pete Crazy Pete is offline
 
Join Date: Nov 2002
Posts: 155
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No one has any other ideas? I did end up doing the whole centering thing, but...I'd like other ideas/opinions as well.
Reply With Quote
  #3  
Old 12-05-2002, 02:40 PM
Xenon's Avatar
Xenon Xenon is offline
 
Join Date: Oct 2001
Location: Bavaria
Posts: 12,878
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

well depends on you, i like the standart in it, at least partially, so i'd put the logo to the left, dan on the right side the 12 buttons in a 4x3 block
Reply With Quote
  #4  
Old 12-05-2002, 04:10 PM
Talisman's Avatar
Talisman Talisman is offline
 
Join Date: Aug 2002
Location: USA/West Coast
Posts: 371
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Not much help from me, I'm afraid. But I agree with Xenon's suggestion to move the image back over to the left. The stronger coloring on that side makes it look like it's supposed to be on the edge. If you want to keep it centered, maybe you could lighten or feather out the left edge of it.

The smaller version compared to the image on your home page looks better. Seems to fit well with the forum.

If you don't want a straight line of buttons, you could group them like Xenon said .... or maybe arrange them in some other pattern. Have a screenshot of an option below..... as it was just easier to paste that together than figure out how to describe it.

Have fun.
Attached Images
File Type: jpg emheader.jpg (155.9 KB, 0 views)
Reply With Quote
  #5  
Old 12-05-2002, 04:16 PM
Crazy Pete Crazy Pete is offline
 
Join Date: Nov 2002
Posts: 155
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I like that, Talisman. Can you do me a favor though and paste the code for that part of the header template? Of course when I changed to what I have now, I forgot to save the original.


Edit -- Nevermind, I forgot about that "View original" link. Looks really nice, thanks!
Reply With Quote
  #6  
Old 12-05-2002, 04:34 PM
Crazy Pete Crazy Pete is offline
 
Join Date: Nov 2002
Posts: 155
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Actually, I tried what you did and I got it working, except that there's kind of a gap between all the images...here's what I have for my header...

Code:
<!-- logo and buttons -->
<center>
<table border="0" width="{tablewidth}" cellpadding="0" cellspacing="0">
<tr>
  <td valign="top" align="left" bgolor="#C4CBD3"><a href="index.php?s=$session[sessionhash]"><img src="{titleimage}" border="0" alt="$bbtitle"></a></td>
  <td valign="bottom" align="right" nowrap bgcolor="#C4CBD3">
   <!-- toplinks -->
<center>
   <a href="usercp.php?s=$session[sessionhash]"><img src="{imagesfolder}/top_profile.gif" alt="Here you can view your subscribed threads, work with private messages and edit your profile and preferences" border="0"></a>
   <a href="register.php?s=$session[sessionhash]&action=signup"><img src="{imagesfolder}/top_register.gif" alt="Registration is free!" border="0"></a><br>
   <a href="calendar.php?s=$session[sessionhash]"><img src="{imagesfolder}/top_calendar.gif" alt="Calendar" border="0"></a>
   <a href="journal.php?s=$session[sessionhash]"><img src="{imagesfolder}/top_journal.gif" alt="Journals" border="0"></a>
   <a href="vbstats.php?s=$session[sessionhash]"><img src="{imagesfolder}/top_stats.gif" alt="Stats" border="0"></a>
   <a href="chat.php"><img src="{imagesfolder}/top_live-chat.gif" alt="Live Chat" border="0"></a><br>
   <a href="refer.php?s="><img src="{imagesfolder}/top_referrals.gif" alt="Refer Friends" border="0"></a>
   <a href="http://www.expectedmiracles.com/donate.html"><img src="{imagesfolder}/top_donate.gif" alt="Donate" border="0"></a>
   <a href="memberlist.php?s=$session[sessionhash]"><img src="{imagesfolder}/top_members.gif" alt="Find other members" border="0"></a>
   <a href="misc.php?s=$session[sessionhash]&action=faq"><img src="{imagesfolder}/top_faq.gif" alt="Frequently Asked Questions" border="0"></a><br>
   <a href="search.php?s=$session[sessionhash]"><img src="{imagesfolder}/top_search.gif" alt="Search" border="0"></a>
   <a href="index.php?s=$session[sessionhash]"><img src="{imagesfolder}/top_home.gif" alt="Home" border="0"></a>
   <!-- <a href="member.php?s=$session[sessionhash]&action=logout"><img src="{imagesfolder}/top_logout.gif" alt="Logout" border="0"></a>  -->
</center>
   <!-- /toplinks -->
  </td>
</tr>
</table>
<!-- /logo and buttons -->

<!-- content table -->
<table bgcolor="{pagebgcolor}" width="{tablewidth}" cellpadding="10" cellspacing="0" border="0">
<tr>
  <td>
  $nptext
Reply With Quote
  #7  
Old 12-05-2002, 04:51 PM
Talisman's Avatar
Talisman Talisman is offline
 
Join Date: Aug 2002
Location: USA/West Coast
Posts: 371
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sorry, Pete. I couldn't code my way out of a paper sack...... yet.

That's why I hang out here so much -- getting ideas for stuff I wouldn't think of on my own. And solving problems I didn't know I had.

Had another idea as I was pasting together the image though. Having seen your site, the buttons reminded me of different chord finger positions someone might press on a guitar. Thought it might be nice to include very subtle lines or criss-crossing to suggest strings that run underneath the buttons.

Couldn't figure any way to show that..... but it might add a nice touch to continue your theme.

Cheers!
Reply With Quote
Reply

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


All times are GMT. The time now is 02:42 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.03696 seconds
  • Memory Usage 2,239KB
  • Queries Executed 12 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (1)bbcode_code
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (7)post_thanks_box
  • (7)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (7)post_thanks_postbit_info
  • (7)postbit
  • (1)postbit_attachment
  • (7)postbit_onlinestatus
  • (7)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • postbit_attachment
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete