Go Back   vb.org Archive > Community Central > Community Reviews
  #1  
Old 12-03-2004, 06:47 PM
patriotcow patriotcow is offline
 
Join Date: Nov 2004
Posts: 86
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default My New style

Please review my first forum skin :squareeyed:

www.webdesign-talk.com

Thanks
Stephen
Reply With Quote
  #2  
Old 12-03-2004, 06:56 PM
Blindchild02's Avatar
Blindchild02 Blindchild02 is offline
 
Join Date: Apr 2002
Location: USA
Posts: 741
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

pretty good overall, but i think the tabs should touch the bar below it. it seems to have a space there
Reply With Quote
  #3  
Old 12-03-2004, 07:01 PM
patriotcow patriotcow is offline
 
Join Date: Nov 2004
Posts: 86
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yea It shouln't have that gap but I can't get rid of it
Reply With Quote
  #4  
Old 12-03-2004, 07:20 PM
Blindchild02's Avatar
Blindchild02 Blindchild02 is offline
 
Join Date: Apr 2002
Location: USA
Posts: 741
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ok. try this

Replace this:
Code:
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr bgcolor="F1F3F0"> 
    <td width="0%"><img src="./images/header/sun.gif" width="250" height="80"></td>
    <td width="8%">&nbsp;</td>
    <td width="8%" bgcolor="F1F3F0">&nbsp;</td>
    <td width="8%">&nbsp;</td>
    <td width="8%">&nbsp;</td>
    <td width="8%">&nbsp;</td>
    <td width="8%">&nbsp;</td>
    <td width="8%" height="30">&nbsp;</td>
  </tr>
  <tr bgcolor="F1F3F0"> 
    <td><font color="F1F3F0"><img src="./images/header/sun1.gif" width="250" height="40"></font></td>
    <td><font color="F1F3F0"><a href="./index.php"><img src="./images/header/butthome.jpg" width="99" height="30" border="0"></a></font></td>
    <td><font color="F1F3F0"><a href="./usercp.php?"><img src="./images/header/usercp.jpg" width="99" height="30" border="0"></a></font></td>
    <td><font color="F1F3F0"><a href="./register.php"><img src="./images/header/register.jpg" width="99" height="30" border="0"></a></font></td>
    <td><font color="F1F3F0"><a href="./memberlist.php?"><img src="./images/header/members.jpg" width="99" height="30" border="0"></a></font></td>
    <td><font color="F1F3F0"><a href="./ushop.php"><img src="./images/header/shop.jpg" width="99" height="30" border="0"></a></font></td>
    <td><font color="F1F3F0"><a href="./calendar.php"><img src="./images/header/calender.jpg" width="99" height="30" border="0"></a></font></td>
    <td><font color="F1F3F0"><a href="./search.php?"><img src="./images/header/search.jpg" width="99" height="30" border="0"></a></font></td>
  </tr>
  <tr> 
    <td background="./images/header/linetop.gif">&nbsp;</td>
    <td background="./images/header/linetop.gif">&nbsp;</td>
    <td background="./images/header/linetop.gif">&nbsp;</td>
    <td background="./images/header/linetop.gif">&nbsp;</td>
    <td background="./images/header/linetop.gif">&nbsp;</td>
    <td background="./images/header/linetop.gif">&nbsp;</td>
    <td background="./images/header/linetop.gif">&nbsp;</td>
<td height="100%" background="./images/header/linetop.gif">&nbsp;</td>
  </tr>
</table>

With this:
Code:
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr bgcolor="F1F3F0"> 
    <td width="0%"><img src="./images/header/sun.gif" width="250" height="80"></td>
    <td width="8%">&nbsp;</td>
    <td width="8%" bgcolor="F1F3F0">&nbsp;</td>
    <td width="8%">&nbsp;</td>
    <td width="8%">&nbsp;</td>
    <td width="8%">&nbsp;</td>
    <td width="8%">&nbsp;</td>
    <td width="8%" height="30">&nbsp;</td>
  </tr>
  <tr bgcolor="F1F3F0"> 
    <td><font color="F1F3F0"><img src="./images/header/sun1.gif" width="250" height="40"></font></td>
    <td valign="bottom"><font color="F1F3F0"><a href="./index.php"><img src="./images/header/butthome.jpg" width="99" height="30" border="0"></a></font></td>
    <td valign="bottom"><font color="F1F3F0"><a href="./usercp.php?"><img src="./images/header/usercp.jpg" width="99" height="30" border="0"></a></font></td>
    <td valign="bottom"><font color="F1F3F0"><a href="./register.php"><img src="./images/header/register.jpg" width="99" height="30" border="0"></a></font></td>
    <td valign="bottom"><font color="F1F3F0"><a href="./memberlist.php?"><img src="./images/header/members.jpg" width="99" height="30" border="0"></a></font></td>
    <td valign="bottom"><font color="F1F3F0"><a href="./ushop.php"><img src="./images/header/shop.jpg" width="99" height="30" border="0"></a></font></td>
    <td valign="bottom"><font color="F1F3F0"><a href="./calendar.php"><img src="./images/header/calender.jpg" width="99" height="30" border="0"></a></font></td>
    <td valign="bottom"><font color="F1F3F0"><a href="./search.php?"><img src="./images/header/search.jpg" width="99" height="30" border="0"></a></font></td>
  </tr>
  <tr> 
    <td background="./images/header/linetop.gif">&nbsp;</td>
    <td background="./images/header/linetop.gif">&nbsp;</td>
    <td background="./images/header/linetop.gif">&nbsp;</td>
    <td background="./images/header/linetop.gif">&nbsp;</td>
    <td background="./images/header/linetop.gif">&nbsp;</td>
    <td background="./images/header/linetop.gif">&nbsp;</td>
    <td background="./images/header/linetop.gif">&nbsp;</td>
<td height="100%" background="./images/header/linetop.gif">&nbsp;</td>
  </tr>
</table>
Reply With Quote
  #5  
Old 12-03-2004, 07:27 PM
patriotcow patriotcow is offline
 
Join Date: Nov 2004
Posts: 86
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

THanks alot, That worked just great.

THANKS!!! :squareeyed:
Reply With Quote
  #6  
Old 12-03-2004, 09:19 PM
Blindchild02's Avatar
Blindchild02 Blindchild02 is offline
 
Join Date: Apr 2002
Location: USA
Posts: 741
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

no problem
Reply With Quote
  #7  
Old 12-03-2004, 10:43 PM
Tony G's Avatar
Tony G Tony G is offline
 
Join Date: Nov 2001
Location: Melbourne, Australia
Posts: 8,357
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice style. My suggestion is to get rid of the default vBulletin buttons since they don't match your style.
Reply With Quote
  #8  
Old 12-04-2004, 11:04 AM
patriotcow patriotcow is offline
 
Join Date: Nov 2004
Posts: 86
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Changed default buttons, Thanks for the comments :nervous:
Reply With Quote
  #9  
Old 12-04-2004, 04:40 PM
patriotcow patriotcow is offline
 
Join Date: Nov 2004
Posts: 86
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thought I would get into the festive season and do this to my header instead of the big bright sun. http://webdesign-talk.com/images/header/sun.gif
Reply With Quote
  #10  
Old 12-04-2004, 04:47 PM
patriotcow patriotcow is offline
 
Join Date: Nov 2004
Posts: 86
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Added it for download at www.vbulletintemplates.com 1 person downloaded it so far. Also some one has used it on scriptstalk.com
Hmm skinning is exciting when people actually want to use your skin lol. Might do some more.
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 07:39 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.06424 seconds
  • Memory Usage 2,247KB
  • Queries Executed 11 (?)
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
  • (2)bbcode_code
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (10)post_thanks_box
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)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
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete