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

Reply
 
Thread Tools Display Modes
  #1  
Old 06-14-2011, 07:11 PM
sivaganeshk sivaganeshk is offline
 
Join Date: Oct 2010
Posts: 250
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Message for Guest - Inspired by WindowsCommunityForum

I came across a professional forum design http://www.windowscommunityforum.com/forum.php

I wanted to know how to add the stylish message "Welcome to WCF..."

Reply With Quote
  #2  
Old 06-14-2011, 08:22 PM
LifesGreatestGift's Avatar
LifesGreatestGift LifesGreatestGift is offline
 
Join Date: Jul 2009
Location: Louisville, KY USA
Posts: 885
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Use Firefox, and Firebug. Look at the CSS/HTML

It's my forum
Reply With Quote
  #3  
Old 06-14-2011, 09:12 PM
nitra1000's Avatar
nitra1000 nitra1000 is offline
 
Join Date: Dec 2009
Location: uk
Posts: 312
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Use the notice manager in admincp, and as Windows said HTML/CSS
Reply With Quote
  #4  
Old 06-14-2011, 10:49 PM
LifesGreatestGift's Avatar
LifesGreatestGift LifesGreatestGift is offline
 
Join Date: Jul 2009
Location: Louisville, KY USA
Posts: 885
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Or, if you make your guest message in a custom div, just use template conditionals to show it only to guests and place it at the bottom of header/navbar or inside FORUMHOME depending on how you want it to display.
Reply With Quote
  #5  
Old 06-15-2011, 03:26 AM
sivaganeshk sivaganeshk is offline
 
Join Date: Oct 2010
Posts: 250
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

got the css/code .
Code:
#more-info {
  background-attachment:scroll;
  background-clip:initial;
  background-color:#061117;
  background-image:url(http://www.windowscommunityforum.com/images/wcf/guest-background.jpg);
  background-origin:initial;
  background-position:50% 0;
  background-repeat:repeat repeat;
  border-bottom-left-radius:5px 5px;
  border-bottom-right-radius:5px 5px;
  border-top-left-radius:5px 5px;
  border-top-right-radius:5px 5px;
  box-shadow:#555555 1px 2px 7px;
  display:block;
  margin-bottom:20px;
  margin-left:auto;
  margin-right:auto;
  margin-top:0;
  text-align:left;
  width:1006px;
}
#more-info h3 {
  color:#F5F5F5;
  font-family:Georgia, 'Times New Roman', Times, serif;
  font-size:35px;
  font-weight:400;
  margin-bottom:8px;
  margin-left:0;
  margin-right:0;
  margin-top:12px;
  text-shadow:#000000 1px 1px 1px;
}
#more-info p {
  color:#F6F6F6;
  margin-bottom:12px;
  margin-left:14px;
  margin-right:0;
  margin-top:14px;
  text-shadow:#000000 1px 1px 1px;
}
.guest-left {
  float:left;
  padding-bottom:12px;
  padding-left:10px;
  padding-right:0;
  padding-top:12px;
  width:80%;
}
#more-info form {
  float:right;
  margin-bottom:0;
  margin-left:0;
  margin-right:0;
  margin-top:30px;
  width:40%;
}
#more-info input {
  background-attachment:scroll;
  background-clip:initial;
  background-color:#CCCCCC;
  background-image:none;
  background-origin:initial;
  background-position:0 0;
  background-repeat:repeat repeat;
  border-bottom-color:#E8E8E8;
  border-bottom-left-radius:6px 6px;
  border-bottom-right-radius:6px 6px;
  border-bottom-style:solid;
  border-bottom-width:1px;
  border-left-color:#B7B7B7;
  border-left-style:solid;
  border-left-width:1px;
  border-right-color:#E8E8E8;
  border-right-style:solid;
  border-right-width:1px;
  border-top-color:#B7B7B7;
  border-top-left-radius:6px 6px;
  border-top-right-radius:6px 6px;
  border-top-style:solid;
  border-top-width:1px;
  color:#414141;
  padding-bottom:8px;
  padding-left:8px;
  padding-right:8px;
  padding-top:8px;
  text-align:left;
  width:235px;
}
#more-info input:focus {
  background-attachment:scroll;
  background-clip:initial;
  background-color:#FFFFFF;
  background-image:none;
  background-origin:initial;
  background-position:0 0;
  background-repeat:repeat repeat;
}
#more-info .button {
  float:right;
  height:20px;
  margin-bottom:0;
  margin-left:0;
  margin-right:15px;
  margin-top:0;
  padding-bottom:2px;
  padding-left:17px;
  padding-right:17px;
  padding-top:11px;
}
input#email-address {
  font-family:Georgia, 'Times New Roman', Times, serif;
  font-style:italic;
  margin-bottom:10px;
}
#more-info img {
  float:left;
  height:48px;
  margin-bottom:0;
  margin-left:12px;
  margin-right:12px;
  margin-top:11px;
  width:48px;
}
button.guestregister {
  background-attachment:scroll;
  background-clip:initial;
  background-color:#4162A8;
  background-image:none;
  background-origin:initial;
  background-position:0 0;
  background-repeat:repeat repeat;
  border-bottom-color:#151E33;
  border-bottom-left-radius:4px 4px;
  border-bottom-right-radius:4px 4px;
  border-bottom-style:solid;
  border-bottom-width:1px;
  border-left-color:#1F2D4D;
  border-left-style:solid;
  border-left-width:1px;
  border-right-color:#1F2D4D;
  border-right-style:solid;
  border-right-width:1px;
  border-top-color:#38538C;
  border-top-left-radius:4px 4px;
  border-top-right-radius:4px 4px;
  border-top-style:solid;
  border-top-width:1px;
  box-shadow:#5C8BEE 0 1px 10px 1px inset, #1D2C4D 0 1px 0px, #1F3053 0 6px 0px, #111111 0 8px 4px 1px;
  color:#FFFFFF;
  font-family:'helvetica neue', helvetica, arial, sans-serif;
  font-size:20px;
  font-weight:bold;
  left:20px;
  line-height:1;
  margin-bottom:10px;
  padding-bottom:12px;
  padding-left:0;
  padding-right:0;
  padding-top:10px;
  position:relative;
  text-align:center;
  text-shadow:#1E2D4D 0 -1px 1px;
  top:50px;
  width:150px;
}
button.guestregister:hover {
  box-shadow:#87ADFF 0 0 20px 1px inset, #1D2C4D 0 1px 0px, #1F3053 0 6px 0px, #111111 0 8px 4px 1px;
  cursor:pointer;
}
button.guestregister:active {
  box-shadow:#5C8BEE 0 1px 10px 1px inset, #1D2C4D 0 1px 0px, #1F3053 0 2px 0px, #111111 0 4px 3px 0;
  margin-top:4px;
}
Simply add this code to additional.css huh?
I am nt a CSS savy
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 03:07 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.04870 seconds
  • Memory Usage 2,219KB
  • Queries Executed 13 (?)
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
  • (5)post_thanks_box
  • (5)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (5)post_thanks_postbit_info
  • (5)postbit
  • (5)postbit_onlinestatus
  • (5)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_postinfo_query
  • fetch_postinfo
  • 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