Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 Design and Graphics Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 12-27-2006, 07:32 AM
chkdgate's Avatar
chkdgate chkdgate is offline
 
Join Date: Jun 2006
Location: US
Posts: 264
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Header help

I downloaded my new style from another site but I was wondering if anyone with some basic code knowledge can help me make a small and easy edit in my header template.

Here's my header code:

PHP Code:
<!-- designed by hanafi@enthropia.com/napy8gen@yahoo.co.uk for forumtemplates.com -->
<
a name="top"></a>
 <!--
change your layout width here-->
<
table width="87%" border="0" align="center" cellpadding="0" cellspacing="0" class="wrapper">
  <
tr>
    <
td class="headerwrap"><table width="100%" border="0" cellspacing="0" cellpadding="0">
      <
tr>
        <
td class="headerL">&nbsp;</td>
        <
td valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
          <
tr>
            <
td class="navwrap"><table width="100%" border="0" cellspacing="0" cellpadding="0">
                <
tr>
                  <
td class="navL">&nbsp;</td>
                  <
td valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">
                      <
tr>
                        <
td class="navLtop">&nbsp;</td>
                      </
tr>
                      <
tr>
                      </
tr>
                      </
table></td>
                  <
td class="navR">&nbsp;</td>
                </
tr>
            </
table></td>
          </
tr>
          <
tr>
            <
td valign="middle" class="logoarea"><table width="100%" border="0" cellspacing="0" cellpadding="0">
              <
tr>
                <
td class="MainLogoWrap"><table width="100%" border="0" cellpadding="0" cellspacing="0" class="logowrap">
                    <
tr>
                      <
td class="logoL">&nbsp;</td>
                      <!--
change your logo text here-->
                      <
td><div align="center" id="forumname"><a href="$vboptions[forumhome].php$session[sessionurl_q]">mywebsite.net</a></div></td>
                      <
td class="logoR">&nbsp;</td>
                    </
tr>
                </
table></td>
                <
td><table width="99%" border="0" align="right" cellpadding="0" cellspacing="0" class="logowrap">
                    <
tr>
                      <
td class="logoL">&nbsp;</td>
                      <!--
change your forum description text here-->
                      <
td><div align="right" id="forumdesc">"yada yada yada"</div></td>
                      <
td class="logoR">&nbsp;</td>
                    </
tr>
                </
table></td>
              </
tr>
            </
table></td>
          </
tr>
        </
table></td>
        <
td class="headerR">&nbsp;</td>
      </
tr>
    </
table></td>
  </
tr>
  <
tr>
    <
td class="belowheaderwrap"><table width="100%" border="0" cellspacing="0" cellpadding="0">
      <
tr>
        <
td class="belowheaderL">&nbsp;</td>
        <
td>&nbsp;</td>
        <
td class="belowheaderR">&nbsp;</td>
      </
tr>
    </
table></td>
  </
tr>
  <
tr>
    <
td valign="top" class="contentbg">
<!-- /
end header part -->

<!-- 
content table -->
$spacer_open
$leftcolumn_advertisement

$_phpinclude_output
$welcomeheaders 
All I want to do is to remove the inside of this block so I can place my logo.
Attached Images
File Type: jpg header.jpg (117.4 KB, 0 views)
Reply With Quote
  #2  
Old 12-27-2006, 09:26 PM
chkdgate's Avatar
chkdgate chkdgate is offline
 
Join Date: Jun 2006
Location: US
Posts: 264
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Anyone?
Reply With Quote
  #3  
Old 12-27-2006, 10:27 PM
MrPHD's Avatar
MrPHD MrPHD is offline
 
Join Date: Feb 2006
Location: Portugal
Posts: 385
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hello you can see here www.phdvbulletin.com and choose coolex style and see if you want that, if so go to HEADER template and find:
PHP Code:
<!--change your logo text here-->
                      <
td><div align="center" id="forumname"><a href="$vboptions[forumhome].php$session[sessionurl_q]"
After put:
PHP Code:
<img src="http://www.yoursite.com/yourimage.gif" border=0 width=219 height=45
where you have the name of forum.
Note you can change the size of image. Regards
Reply With Quote
  #4  
Old 12-28-2006, 12:51 AM
chkdgate's Avatar
chkdgate chkdgate is offline
 
Join Date: Jun 2006
Location: US
Posts: 264
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Without insulting any designer by low balling them or getting ripped off by paying too high, what is a decent price to offer someone to design a logo and skin from scratch? It's gotten to the point where I can't rely on anyone if you don't show them any compensation.

I'm seriously looking for a designer who is creative, have experience and is willing to share ideas to help my site achieve the look that I want. If anyone on here can meet those criterias please let me know.

Thanks
Reply With Quote
  #5  
Old 12-28-2006, 06:46 PM
MrPHD's Avatar
MrPHD MrPHD is offline
 
Join Date: Feb 2006
Location: Portugal
Posts: 385
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by chkdgate View Post
Without insulting any designer by low balling them or getting ripped off by paying too high, what is a decent price to offer someone to design a logo and skin from scratch? It's gotten to the point where I can't rely on anyone if you don't show them any compensation.

I'm seriously looking for a designer who is creative, have experience and is willing to share ideas to help my site achieve the look that I want. If anyone on here can meet those criterias please let me know.

Thanks
Don?t understand?????
bump
Reply With Quote
  #6  
Old 12-28-2006, 07:01 PM
G0F0RBR0KE G0F0RBR0KE is offline
 
Join Date: Mar 2005
Posts: 987
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey there, link me to your website so i can get the whole code and try it out..i'll be glad to help you out
Reply With Quote
  #7  
Old 12-28-2006, 07:02 PM
chkdgate's Avatar
chkdgate chkdgate is offline
 
Join Date: Jun 2006
Location: US
Posts: 264
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MrPHD View Post
Don?t understand?????
bump
No, I'm just trying to find out how much I should offer potential designers.
Reply With Quote
  #8  
Old 12-29-2006, 08:07 PM
chkdgate's Avatar
chkdgate chkdgate is offline
 
Join Date: Jun 2006
Location: US
Posts: 264
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

^^No problem. Same goes here. If you find out a "fair going price" let me know as well.
Reply With Quote
Reply


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 10: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.04301 seconds
  • Memory Usage 2,299KB
  • 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
  • (3)bbcode_php
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (8)post_thanks_box
  • (8)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (8)post_thanks_postbit_info
  • (8)postbit
  • (1)postbit_attachment
  • (8)postbit_onlinestatus
  • (8)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_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete