Uutiset:

Join the Facebook Fan Page.

Main Menu
Advertisement:

Haun tulos hakusanalle: Default smf Button Font

Tuloksien järjestys
#221
Temas y Diseño (Themes) / Publicidad en la cabecera
lokakuu 01, 2006, 04:49:32 AP tekijältä blimo86
......  menu sub template should display all the relevant buttons the user<br /> wants and or needs.<br /><br />  ............ , $options, $txt;<br /><br /> /* Use images from default theme when using templates from the default theme? ............ <br /> if this is 'always', images from the default theme will be used.<br /> if this is 'defaults',  ............  from the default theme will only be used with default templates.< ............  is 'never' or isn't set at all, images from the default theme will not be used. */<br /> $settings[' ............  What document type definition is being used? (for font size and other issues.)<br /> 'xhtml' for an  ............ .<br /> This should probably be the version of SMF it was created for. */<br /> $settings[' ............ ['use_tabs'] = true;<br /><br /> /* Use plain buttons - as oppossed to text buttons? */<br /> $ ............ ['use_buttons'] = true;<br /><br /> /* Show sticky and lock  ............ ="PHP, MySQL, bulletin, board, free, open, source, smf, simple, machines, forum" /><br /> <script  ............ " type="text/javascript" src="', $settings['default_theme_url'], '/script.js?rc2p"></script><br /> < ............ ="text/javascript"><!-- // --><![CDATA[<br /> var smf_theme_url = "', $settings['theme_url'], '";<br />  ............  var smf_images_url = "', $settings['images_url'], '";<br / ............ > var smf_scripturl = "', $scripturl, '";<br /> // ]]></ ............ ="stylesheet" type="text/css" href="', $settings['default_theme_url'], '/print.css?rc2" media="print" />';< ............ /* Internet Explorer 4/5 and Opera 6 just don't do font sizes properly. (they are big...)<br /> Thus, in  ............  Explorer 4, 5, and Opera 6 this will show fonts one size smaller than usual.<br /> Note that  ............ ="stylesheet" type="text/css" href="', $settings['default_theme_url'], '/fonts-compat.css" />';<br /><br />  ............ (mode ? 1 : 0);';<br /> else<br /> echo '<br /> smf_setThemeOption("collapse_header", mode ? 1 : 0,  ............ <br /> document.getElementById("upshrink").src = smf_images_url + (mode ? "/upshrink2.gif" : "/ ............  ? 1 : 0);';<br /> else<br /> echo '<br /> smf_setThemeOption("collapse_header_ic", mode ? 1 : 0, ............ /> document.getElementById("upshrink_ic").src = smf_images_url + (mode ? "/expand.gif" : "/collapse. ............ ']))<br /> echo '<br /> <span style="font-family: Verdana, sans-serif; font-size: 140%; ">', ............ <br /> <img src="', $settings['images_url'], '/smflogo.gif" style="margin: 2px;" alt="" /><br /> < ............ ="titlebg2" height="32"><br /> <span style="font-size: 130%;"> ', $txt['hello_member_ndt'], ' <b>', ............ '], '</span>';<br /><br /> // this is the upshrink button for the user info section<br /> echo '<br /> < ............ " type="text/javascript" src="', $settings['default_theme_url'], '/sha1.js"></script><br /><br />  ............ "><br /> <option value="60">', $txt['smf53'], '</option><br /> <option value=" ............ ">', $txt['smf47'], '</option><br /> <option value=" ............ ">', $txt['smf48'], '</option><br /> <option value=" ............ ">', $txt['smf49'], '</option><br /> <option value="-1"  ............ ="selected">', $txt['smf50'], '</option><br /> </select><br />  ............ /><br /> <span class="middletext">', $txt['smf52'], '</span><br /> <input type="hidden"  ............ /javascript"><!-- // --><![CDATA[<br /> function smfFooterHighlight(element, value)<br /> {<br />  ............ .src = smf_images_url + "/" + (value ? "h_" : "") + element. ............ ="20" style="margin: 5px 16px;" onmouseover="smfFooterHighlight(this, true);" onmouseout=" ............ ="20" style="margin: 5px 16px;" onmouseover="smfFooterHighlight(this, true);" onmouseout=" ............ ="20" style="margin: 5px 16px;" onmouseover="smfFooterHighlight(this, true);" onmouseout=" ............ ="20" style="margin: 5px 16px;" onmouseover="smfFooterHighlight(this, true);" onmouseout=" ............ /> echo '<br /> <span class="smalltext">', $txt['smf301'], $context['load_time'], $txt['smf302'], $ ............ ['load_queries'], $txt['smf302b'], '</span>';<br /><br /> // This is an  ............ > echo '<br /> window.addEventListener("load", smf_codeFix, false);<br /><br /> function  ............  = window.onload;<br /> window.onload = smf_codeFix;<br /><br /> function smf_codeFix()<br / ............ ;<br /><br /> echo '<div class="nav" style="font-size: smaller; margin-bottom: 2ex; margin-top:  ............  , '">&nbsp;</td>';<br /><br /> // Show the [home] button.<br /> echo ($current_action=='home' || $context[' ............ >&nbsp;</td>' : '';<br /><br /> // Show the [help] button.<br /> echo ($current_action == 'help' || $ ............ </td>' : '';<br /><br /> // How about the [search] button?<br /> if ($context['allow_search'])<br /> echo ( ............ ;</td>' : '';<br /><br /> // the [member] list button<br /> if ($context['allow_memberlist'])<br />  ............  /><br /> // If the user is a guest, show [login] button.<br /> if ($context['user']['is_guest'])<br />  ............ /> // If the user is a guest, also show [register] button.<br /> if ($context['user']['is_guest'])<br />  ............ >';<br /><br />}<br /><br />// Generate a strip of buttons.<br />function template_button_strip($ ............ , $custom_td = '')<br />{<br /> global $settings, $buttons, $context, $txt, $scripturl;<br /><br /> //  ............  the buttons...<br /> foreach ($button_strip as $key => $ ............ $context[$value['test']]))<br /> {<br /> unset($button_strip[$key]);<br /> continue;<br /> }<br />  ............  (!isset($buttons[$key]) || $force_reset)<br /> $buttons[$key] =  ............ '>' . $txt[$value['text']] . '</a>';<br /><br /> $button_strip[$key] = $buttons[$key];<br /> }<br /><br />  ............  (empty($button_strip))<br /> return '<td>&nbsp;</td>';<br /><br  ............ ', 'tab_back">', implode(' &nbsp;|&nbsp; ', $button_strip) , '</td><br /> <td class="', $direction == ......
#222
Graphics and Templates / Theme Creator errors
elokuu 05, 2006, 11:39:41 IP tekijältä Cawagula
...... SMF Version: SMF 1.1 RC2 Ok, well I'm making a new  ............  { border: solid 1px #FFFFFF; }   #menutitle { font-weight: bold; }   td.htopnav_a {  background- ............ -width:1px;  border-style:solid;  color:#263857;  font-size:10px;  padding:3px; }   #header {   ............ -width:1px;  border-style:solid;  color:#FFFFFF;  font-size:10px;  padding:3px; }  #feature_top {   ............ -width:1px;  border-style:solid;  color:#1262A1;  font-size:11px; }  .feature_bg1 a:link, .feature_bg1 a: ............ ;  padding:5px;  height:55px;  padding-top:13px;  font-size:10px; }  .feature_bg3 {  margin-left:2px;   ............ :#333333;  padding:5px;  padding-top:5px;  font-family:Arial, Helvetica, sans-serif;  font-size: ............ -y;  padding-left:25px;  padding-right:25px;  font-weight:bold;  color:#FFFFFF; }  td.content_title { ............ ;  height:34px;  padding:5px;  color:#FFFFFF;  font-family:Verdana, Arial, Helvetica, sans-serif;   ............ );  background-repeat:no-repeat;  color:#FFFFFF;  font-family:Arial, Helvetica, sans-serif;  font-size: ............ ;  font-weight:bold;  padding-left:15px;  padding-top:2px; ............ );  background-repeat:no-repeat;  height:72px;  font-size:10px;  padding-top:32px;  padding-left:110px; ............  links - for the link tree. */ .nav {  font-size: 10px; } .nav:link, .nav:visited {  color: # ............  cells. */ table {  empty-cells: show; }  /* By default (td, body..) use Tahoma in black. */ body, td, th  ............ {  color: #ffffff;  font-size: 11px;  font-family: Verdana, sans-serif; }   ............  normal so they align well. */ input, textarea, button {  background-color: #0080C0;  font-size:  ............ ;  color: #ffffff;  font-family: tahoma, sans-serif; }  /* All input  ............  that are checkboxes or radio buttons. */ input.check {  background-color: #0080C0; }   ............  it makes them look even better 8). */ select {  font-size: 8pt;  font-weight: normal;  color: #ffffff;  ............  font-family: tahoma, sans-serif;  background-color: # ............ : 1px solid #3784BC;  margin: 1px;  padding: 1px;  font-size: x-small;  line-height: 1.4em; }  /* A code  ............  {  color: #EEEEEE;  background-color: #619ECA;  font-family: "courier new", "times new roman",  ............ ;  font-size: x-small;  line-height: 1.3em;  /* Put a  ............  {  color: #ffffff;  text-decoration: none;  font-style: normal;  font-weight: bold;  font-size: x- ............ . */ .highlight {  background-color: #FFCC00;  font-weight: bold;  color: black; }  /* Alternating  ............  a:link, .titlebg a:visited {  color: #ffffff;  font-weight: bold;  background-color: #1262A1; } . ............  {  color: #ffffff; }  .catbg, .catbg2, .catbg3 {  font-weight: bold;  background-color: #1262A1;  color:  ............ ;  background-color: #1262A1;  padding: 0px; }  /* Default font sizes: small (8pt), normal (10pt), and large  ............ (14pt). */ .smalltext {  font-size: 10px;  font-family: tahoma, sans-serif; } . ............  {  font-size: 11px; } .largetext {  font-size: 14px; }  /* ............  height: 90px;  text-align: left;  font-family: Verdana, Arial, sans-serif;  font............ : 24px;  color: white;  font-weight: 550; }  /* The header part of the forum. * ............ : 0px;  border-bottom-width: 1px;  font-size: 10px; }  /* The menu */  #navmenu {   ............ ;  border: 1px outset #7CBBF0;  font-family: Arial, sans-serif;  font-weight:  ............ ;  color: #ffffff;  font-size: 11px; } #navmenu a:hover {   ............ ;  text-decoration: none; }  /* Other buttons */  .btns {  margin: 0;  padding:  ............ ;  border: 1px outset #7CBBF0;  font-family: Arial, sans-serif;  font-weight:  ............ ;  color: #ffffff;  font-size: 11px;  text-transform: uppercase; } . ............ ;  text-decoration: none; }  /* Message Mod Buttons */  .msgmod {  margin: 20px 0px 20px 0px;  ............ ;  border: 1px outset #7CBBF0;  font-family: Verdana, sans-serif;  font-weight:  ............ ;  color: #ffffff;  font-size: 8px;  text-transform: uppercase; } . ............ ;  border: #1262A1 1px solid;  font-weight: bold;  color: #ffffff;   ......
#223
Arşiv / Şurayi kaldırmak istiyorum ...
kesäkuu 10, 2006, 09:37:25 AP tekijältä Alpay
......  menu sub template should display all the relevant buttons the user<br /> wants and or needs.<br /><br />  ............ , $options, $txt;<br /><br /> /* Use images from default theme when using templates from the default theme? ............ <br /> if this is 'always', images from the default theme will be used.<br /> if this is 'defaults',  ............  from the default theme will only be used with default templates.< ............  is 'never' or isn't set at all, images from the default theme will not be used. */<br /> $settings[' ............  What document type definition is being used? (for font size and other issues.)<br /> 'xhtml' for an  ............ .<br /> This should probably be the version of SMF it was created for. */<br /> $settings[' ............ ['use_tabs'] = true;<br /><br /> /* Use plain buttons - as oppossed to text buttons? */<br /> $ ............ ['use_buttons'] = true;<br /><br /> /* Show sticky and lock  ............ ="PHP, MySQL, bulletin, board, free, open, source, smf, simple, machines, forum" /><br /> <script  ............ " type="text/javascript" src="', $settings['default_theme_url'], '/script.js?rc2p"></script><br /> < ............ ="text/javascript"><!-- // --><![CDATA[<br /> var smf_theme_url = "', $settings['theme_url'], '";<br />  ............  var smf_images_url = "', $settings['images_url'], '";<br / ............ > var smf_scripturl = "', $scripturl, '";<br /> // ]]></ ............ ="stylesheet" type="text/css" href="', $settings['default_theme_url'], '/print.css?rc2" media="print" />';< ............ /* Internet Explorer 4/5 and Opera 6 just don't do font sizes properly. (they are big...)<br /> Thus, in  ............  Explorer 4, 5, and Opera 6 this will show fonts one size smaller than usual.<br /> Note that  ............ ="stylesheet" type="text/css" href="', $settings['default_theme_url'], '/fonts-compat.css" />';<br /><br />  ............  echo '<br /> smf_setThemeOption("collapse_leftbar", mode ? 1 : 0,  ............  document.getElementById("upshrinkLeftbar").src = smf_images_url + (mode ? "/upshrink2.gif" : "/ ............  echo '<br /> smf_setThemeOption("collapse_rightbar", mode ? 1 : 0,  ............  document.getElementById("upshrinkRightbar").src = smf_images_url + (mode ? "/upshrink2.gif" : "/ ............ (mode ? 1 : 0);';<br /> else<br /> echo '<br /> smf_setThemeOption("collapse_header", mode ? 1 : 0,  ............ <br /> document.getElementById("upshrink").src = smf_images_url + (mode ? "/upshrink2.gif" : "/ ............  ? 1 : 0);';<br /> else<br /> echo '<br /> smf_setThemeOption("collapse_header_ic", mode ? 1 : 0, ............ /> document.getElementById("upshrink_ic").src = smf_images_url + (mode ? "/expand.gif" : "/collapse. ............ ']))<br /> echo '<br /> <span style="font-family: Verdana, sans-serif; font-size: 140%; ">', ............ <br /> <img src="', $settings['images_url'], '/smflogo.gif" style="margin: 2px;" alt="" /><br /> < ............ ="titlebg2" height="32"><br /> <span style="font-size: 130%;"> ', $txt['hello_member_ndt'], ' <b>', ............ '], '</span>';<br /><br /> // this is the upshrink button for the user info section<br /> echo '<br /> < ............ " type="text/javascript" src="', $settings['default_theme_url'], '/sha1.js"></script><br /><br />  ............ "><br /> <option value="60">', $txt['smf53'], '</option><br /> <option value=" ............ ">', $txt['smf47'], '</option><br /> <option value=" ............ ">', $txt['smf48'], '</option><br /> <option value=" ............ ">', $txt['smf49'], '</option><br /> <option value="-1"  ............ ="selected">', $txt['smf50'], '</option><br /> </select><br />  ............ /><br /> <span class="middletext">', $txt['smf52'], '</span><br /> <input type="hidden"  ............ /javascript"><!-- // --><![CDATA[<br /> function smfFooterHighlight(element, value)<br /> {<br />  ............ .src = smf_images_url + "/" + (value ? "h_" : "") + element. ............ ="20" style="margin: 5px 16px;" onmouseover="smfFooterHighlight(this, true);" onmouseout=" ............ ="20" style="margin: 5px 16px;" onmouseover="smfFooterHighlight(this, true);" onmouseout=" ............ ="20" style="margin: 5px 16px;" onmouseover="smfFooterHighlight(this, true);" onmouseout=" ............ ="20" style="margin: 5px 16px;" onmouseover="smfFooterHighlight(this, true);" onmouseout=" ............ /> echo '<br /> <span class="smalltext">', $txt['smf301'], $context['load_time'], $txt['smf302'], $ ............ ['load_queries'], $txt['smf302b'], '</span>';<br /><br /> // This is an  ............ > echo '<br /> window.addEventListener("load", smf_codeFix, false);<br /><br /> function  ............  = window.onload;<br /> window.onload = smf_codeFix;<br /><br /> function smf_codeFix()<br / ............ ;<br /><br /> echo '<div class="nav" style="font-size: smaller; margin-bottom: 2ex; margin-top:  ............  , '">&nbsp;</td>';<br /><br /> // Show the [home] button.<br /> echo ($current_action=='home' || $context[' ............ ']!='boardindex')<br /> // Show the [forum] button.<br /> echo ($current_action=='forum' || $context[ ............ ">&nbsp;</td>' : '';<br /> // Show the [help] button.<br /> echo ($current_action == 'help' || $ ............ </td>' : '';<br /><br /> // How about the [search] button?<br /> if ($context['allow_search'])<br /> echo ( ............ ;</td>' : '';<br /><br /> // the [member] list button<br /> if ($context['allow_memberlist'])<br />  ............  /><br /> // If the user is a guest, show [login] button.<br /> if ($context['user']['is_guest'])<br />  ............ /> // If the user is a guest, also show [register] button.<br /> if ($context['user']['is_guest'])<br />  ............ >';<br /><br />}<br /><br />// Generate a strip of buttons.<br />function template_button_strip($ ............ , $custom_td = '')<br />{<br /> global $settings, $buttons, $context, $txt, $scripturl;<br /><br /> //  ............  the buttons...<br /> foreach ($button_strip as $key => $ ............ $context[$value['test']]))<br /> {<br /> unset($button_strip[$key]);<br /> continue;<br /> }<br />  ............  (!isset($buttons[$key]) || $force_reset)<br /> $buttons[$key] =  ............ '>' . $txt[$value['text']] . '</a>';<br /><br /> $button_strip[$key] = $buttons[$key];<br /> }<br /><br />  ............  (empty($button_strip))<br /> return '<td>&nbsp;</td>';<br /><br  ............ ', 'tab_back">', implode(' &nbsp;|&nbsp; ', $button_strip) , '</td><br /> <td class="', $direction == ......
#224
Arşiv / Temada Giriş Kısmını Kaldırmak
tammikuu 11, 2006, 07:19:40 AP tekijältä Punisher01
......  menu sub template should display all the relevant buttons the user<br /><br /> wants and or needs.<br />< ............ , $txt;<br /><br /><br /><br /> /* Use images from default theme when using templates from the default theme? ............ <br /><br /> if this is 'always', images from the default theme will be used.<br /><br /> if this is ' ............ ', images from the default theme will only be used with default templates.< ............  is 'never' or isn't set at all, images from the default theme will not be used. */<br /><br /> $settings[' ............  What document type definition is being used? (for font size and other issues.)<br /><br /> 'xhtml' for  ............ ="PHP, MySQL, bulletin, board, free, open, source, smf, simple, machines, forum" /><br /><br /> <script  ............ " type="text/javascript" src="', $settings['default_theme_url'], '/script.js"></script><br /><br /> < ............ " type="text/javascript"><!--<br /><br /> var smf_theme_url = "', $settings['theme_url'], '";<br />< ............  /> var smf_images_url = "', $settings['images_url'], '";<br / ............ /* Internet Explorer 4/5 and Opera 6 just don't do font sizes properly. (they are big...)<br /><br />  ............  Explorer 4, 5, and Opera 6 this will show fonts one size smaller than usual.<br /><br /> Note  ............ ="stylesheet" type="text/css" href="', $settings['default_theme_url'], '/fonts-compat.css" />';<br /><br />< ............ <br /> document.getElementById("upshrink").src = smf_images_url + (mode ? "/upshrink2.gif" : "/ ............ "><br /><br /> <option value="60">', $txt['smf53'], '</option><br /><br /> <option value= ............ "1440">', $txt['smf47'], '</option><br /><br /> <option value= ............ "10080">', $txt['smf48'], '</option><br /><br /> <option value= ............ "302400">', $txt['smf49'], '</option><br /><br /> <option value= ............ "-1" selected="selected">', $txt['smf50'], '</option><br /><br /> </select><br /> ............  $txt[34], '" /><br /><br /><br /> ', $txt['smf52'], '<br /><br /> </form>';<br /><br /> }< ............ "', $scripturl, '?action=search;advanced">', $txt['smf298'], '</a><br /><br /> <input type="hidden"  ............ /><br /> echo '<br /><br /> <span style="font-family: Georgia, sans-serif; font-size: xx-large;" ............  '<br /><br /> <span class="smalltext">', $txt['smf301'], $context['load_time'], $txt['smf302'], $ ............ ['load_queries'], $txt['smf302b'], '</span>';<br /><br /><br /><br /> echo '< ............  '<br /><br /> window.addEventListener("load", smf_codeFix, false);<br /><br /><br /><br />  ............  smf_codeFix()<br /><br /> {<br /><br /> var  ............  = window.onload;<br /><br /> window.onload = smf_codeFix;<br /><br /><br /><br /> function  ............ > // Folder style or inline?  Inline has a smaller font.<br /><br /> echo '<span class="nav"', $settings[' ............ '] ? ' style="font-size: smaller;"' : '', '>';<br /><br /><br /><br / ............ /><br /><br /><br /> // Show the [home] and [help] buttons.<br /><br /> echo '<br /><br /> <a href="', $ ............ , '">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/'  ............ =help" target="_blank">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/'  ............ <br /><br /><br /><br /> // How about the [search] button?<br /><br /> if ($context['allow_search'])<br />< ............ , '?action=search">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/'  ............ , '?action=admin">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/'  ............ , '?action=profile">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/'  ............ , '?action=calendar">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/'  ............  the user is a guest, show [login] and [register] buttons.<br /><br /> if ($context['user']['is_guest'])< ............ , '?action=login">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/'  ............ , '?action=register">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/'  ............ ['session_id'], '">', ($settings['use_image_buttons'] ? '<img src="' . $settings['images_url'] . '/'  ......
#225
Mambo Bridge Support / mambo css style issue
toukokuu 02, 2005, 04:43:16 AP tekijältä trusk
......  color : #CCCCCC; }  td, tr, p, div {  font-family : Verdana, Arial, Helvetica, sans- ............ ;  font-size : 10px;  color : #ccc; }   ............  { color: #FF9900; font-family: Trebuchet MS, Verdana, Arial, Helvetica,  ............ -serif; font-size: 16px; font-weight: bold; } h5 { color: # ............ ; font-family: Trebuchet MS, Verdana, Arial, Helvetica,  ............ -serif; font-size: 14px; font-weight: bold; } h6 { color: # ............ ; font-family: Trebuchet MS, Verdana, Arial, Helvetica,  ............ -serif; font-size: 12px; font-weight: bold; }  li {  list- ............  : #808080; }  /* ######################## BUTTON BAR ######################## ok */ ul#mainlevel- ............  : left;  width : 100%;  font-family : arial, helvetica, sans-serif; }  ul# ............  ###################### */ a:link, a:visited {  font-size : 10px  font-family : Verdana,  ............ , sans-serif;  color : #5D74A3;  font-weight : bold;  text-decoration : none; }   ............ :visited {  color : #808080;  font-weight : normal; }  a.mainlevel:hover {   ............ :visited {  color : #999999;  font-weight : bold; }  a.category:hover {  color  ............  : 1px solid #000; }  table.moduletable th {  font : bold 11px Verdana, Arial, Helvetica, ............ ##### FORMULAR SETTINGS ###################### */ .buttonfont : bold 10px Verdana, Arial,  ............  : 1px solid #000000; }  .inputbox {  font : 10px Verdana, Arial, Helvetica,  ............  : none; }  .contentheading, .componentheading {  font : bold 11px Verdana, Arial, Helvetica, ............  sans-serif;  font-variant : small-caps;  color : # ............  : 1px solid #000000; }  .contentdescription {  font-family : Trebuchet MS, Verdana, Arial,  ............ , sans-serif;  font-size : 11px;  color : #CCCCCC;  ............ ; }  .category {  color : #999999;  font-family : Trebuchet MS, Verdana, Arial,  ............ , sans-serif;  font-size : 11px;  font-weight : bold;   ............  : 20;  color : #FFFFFF;  font-weight : bold; }  /* ######################  ............  FONT SETTINGS ###################### */ .small {   ............ ;  text-decoration : none; }  .smalldark {  font : 9px Verdana, Arial, Helvetica, sans- ............ ;  color : #6F9949; }  .createdate {  font-family : Verdana, Arial, Helvetica, sans- ............ ;  font-size : 9px;  color : #666666;   ............  text-decoration : none;  font-weight : normal; }  /* ###################### ............  ######################### */ .content_rating {  font-family : Verdana, Arial, Helvetica, sans- ............ ;  font-weight : normal;  color : # ............ ;  font-size : 9px; }  .content_vote {   ............  : #2E3440;  font-family : Verdana, Arial, Helvetica, sans- ............ ;  font-weight : normal;  color : # ............ ;  font-size : 9px; }  .content_vote.button {   ............  : Verdana, Arial, Helvetica, sans-serif;  font-style : normal;  width : 60px;   ............  font-weight : bold;  font-size : 10px;   ............ ;  border : 1px solid #999999; }   smf css: Koodi [Valitse] Laajenna /* Normal, standard  ............  too. */ table {  empty-cells: show; }  /* By default (td, body..) use Tahoma in black. */ td {  color:  ............ #FFFBFF;  font-size: 9pt;  font-family: Verdana, arial, serif; }  ............  {  margin: 0px;  padding: 0px;  color: #FFFBFF;  font-size: 9pt;  font-family: Verdana, arial, serif;   ............  normal so they align well. */ input, textarea, button {  font-size: 8pt;  color: #FFFBFF;  font-family:  ............ /* All input elements that are checkboxes or radio buttons. */ input.check { }  /* Selects are a bit  ............  it makes them look even better 8). */ select {  font-size: 8pt;  font-weight: normal;  color: #FFFBFF;  ............  font-family: Verdana, arial, serif;  background-color:  ............ : 1px solid #000000;  margin: 1px;  padding: 1px;  font-size: 8pt; }  /* A code block - maybe even PHP ;). ............ ;  border: 1px solid #000000;  padding: 1px;  font-family: Verdana, arial, serif;  font-size: 8pt;   ............  {  color: #212121;  text-decoration: none;  font-style: normal;  font-weight: bold;  font-size:  ............  uses this a lot. */ .meaction {  color: #5D74A3;  font-weight: bold; }  /* The main post box - this  ............ . */ .highlight {  background-color: #0000FF;  font-weight: bold;  color: #FFFBFF; }  /* Alternating  ............  a:link, .titlebg a:visited {  color: #FFFBFF;  font-style: normal;  background-color: #293442; } . ............  other areas in the forum. */ .catbg, .catbg2 {  font-weight: bold;  background-color: #212121;/* ............ ;  background-color: #CCCCCC;  padding: 2px; }  /* Default font sizes: small (8pt), normal (10pt), and large  ............ (14pt). */ .smalltext {  font-size: 8pt;  font-family: Verdana, arial, serif; }  ............ .normaltext {  font-size: 9pt; } .largetext {  font-size: 10pt; }  /*  ............ -color: #333333; /* arkaplan */ } .headertext {  font-size: 10pt; } .logo {  width: 280px;  height:  ......
#226
Graphics and Templates / KELO-IT & ADSENSE
tammikuu 24, 2011, 06:40:07 IP tekijältä Manux
......  menu sub template should display all the relevant buttons the user<br /> wants and or needs.<br /><br />  ............ , $options, $txt;<br /><br /> /* Use images from default theme when using templates from the default theme? ............ <br /> if this is 'always', images from the default theme will be used.<br /> if this is 'defaults',  ............  from the default theme will only be used with default templates.< ............  is 'never' or isn't set at all, images from the default theme will not be used. */<br /> $settings[' ............  What document type definition is being used? (for font size and other issues.)<br /> 'xhtml' for an  ............ .<br /> This should probably be the version of SMF it was created for. */<br /> $settings[' ............ ['use_tabs'] = false;<br /><br /> /* Use plain buttons - as oppossed to text buttons? */<br /> $ ............ ['use_buttons'] = false;<br /> $settings['use_image_buttons'] = ............ ="PHP, MySQL, bulletin, board, free, open, source, smf, simple, machines, forum" /><br /> <script  ............ " type="text/javascript" src="', $settings['default_theme_url'], '/script.js?fin11"></script><br /> < ............ ="text/javascript"><!-- // --><![CDATA[<br /> var smf_theme_url = "', $settings['theme_url'], '";<br />  ............  var smf_images_url = "', $settings['images_url'], '";<br / ............ > var smf_scripturl = "', $scripturl, '";<br /> var  ............ '] ? 'true' : 'false', ';<br /> var smf_charset = "', $context['character_set'], '";<br /> ............ ="stylesheet" type="text/css" href="', $settings['default_theme_url'], '/print.css?fin11" media="print" />< ............ /* Internet Explorer 4/5 and Opera 6 just don't do font sizes properly. (they are big...)<br /> Thus, in  ............  Explorer 4, 5, and Opera 6 this will show fonts one size smaller than usual.<br /> Note that  ............ ="stylesheet" type="text/css" href="', $settings['default_theme_url'], '/fonts-compat.css" />';<br /><br />  ............ (mode ? 1 : 0);';<br /> else<br /> echo '<br /> smf_setThemeOption("collapse_header", mode ? 1 : 0,  ............ <br /> document.getElementById("upshrink").src = smf_images_url + (mode ? "/upshrink2.gif" : "/ ............  ? 1 : 0);';<br /> else<br /> echo '<br /> smf_setThemeOption("collapse_header_ic", mode ? 1 : 0, ............ /> document.getElementById("upshrink_ic").src = smf_images_url + (mode ? "/expand.gif" : "/collapse. ............ " type="text/javascript" src="', $settings['default_theme_url'], '/sha1.js"></script><br /> < ............ > echo '<br /> <p class="smalltext">', $txt['smf301'], $context['load_time'], $txt['smf302'], $ ............ ['load_queries'], $txt['smf302b'], '</p>';<br /> }<br /> <br /> // The  ............ <a href="http://padexx.de/" target="_blank" title="SMF Themes &amp; webdesign solutions">padexx</a></ ............ <br />echo '<br /> <ul>';<br /> <br /> // Show the default [home] button.<br /> echo ($current_action=='home' ............ '] , '</a></li>';<br /><br /> // the [member] list button<br /> if ($context['allow_memberlist'])<br />  ............  /><br /> // If the user is a guest, show [login] button.<br /> if ($context['user']['is_guest'])<br />  ............ /> // If the user is a guest, also show [register] button.<br /> if ($context['user']['is_guest'])<br />  ............  section.<br />}<br /><br />// Generate a strip of buttons.<br />function template_button_strip($ ............ , $custom_td = '')<br />{<br /> global $settings, $buttons, $context, $txt, $scripturl;<br /><br />  ............  ($button_strip as $key => $value)<br /> {<br /> if ( ............ [$value['test']]))<br /> {<br /> unset($button_strip[$key]);<br /> continue;<br /> }<br />  ............  elseif (!isset($buttons[$key]) || $force_reset)<br /> $buttons[$key] = ............ >' . $txt[$value['text']] . '</a>';<br /><br /> $button_strip[$key] = $buttons[$key];<br /> }<br /><br /> ............  if (empty($button_strip))<br /> return '<td>&nbsp;</td>';<br />< ............  /> echo '<br /> <td class="buttons">', implode('</td><td class="buttons">', $ ............  showcase()<br />{<br /> global $settings, $buttons, $context, $txt, $scripturl;<br /> // personal  ............ " type="text/javascript" src="', $settings['default_theme_url'], '/sha1.js"></script><br /> <form  ............ "><br /> <option value="60">', $txt['smf53'], '</option><br /> <option value="1440">', $ ............ ['smf47'], '</option><br /> <option value="10080">',  ............ $txt['smf48'], '</option><br /> <option value="43200">',  ............ $txt['smf49'], '</option><br /> <option value="-1"  ............ ="selected">', $txt['smf50'], '</option><br /> </select><br /> <input  ............ ="hash_passwrd" value="" /><br /> </form>', $txt['smf52'], '<br /><br />';<br /> }<br /><br /> echo ' < ............ "', $scripturl, '?action=search;advanced">', $txt['smf298'], '</a></b><br /> <input type="hidden"  ............ ']['total_posts'], '</b> ', $txt[95], ' ', $txt['smf88'], ' <b>', $context['common_stats'][' ......
#227
SMF 1.1.x Support / Parse error :(
joulukuu 30, 2010, 09:59:59 AP tekijältä GSJ
......  inserting code into the index.template in the default theme. Although none of the themes really work  ............  Error! There was a problem loading the /Themes/default/index.template.php template or language file.  ............  may want to try to refresh this page or use the default theme. syntax error, unexpected T_ELSE  Any  ............  menu sub template should display all the relevant buttons the user<br /> wants and or needs.<br /><br />  ............ , $options, $txt;<br /><br /> /* Use images from default theme when using templates from the default theme? ............ <br /> if this is 'always', images from the default theme will be used.<br /> if this is 'defaults',  ............  from the default theme will only be used with default templates.< ............  is 'never' or isn't set at all, images from the default theme will not be used. */<br /> $settings[' ............  What document type definition is being used? (for font size and other issues.)<br /> 'xhtml' for an  ............ .<br /> This should probably be the version of SMF it was created for. */<br /> $settings[' ............ ['use_tabs'] = true;<br /><br /> /* Use plain buttons - as oppossed to text buttons? */<br /> $ ............ ['use_buttons'] = true;<br /><br /> /* Show sticky and lock  ............ ="PHP, MySQL, bulletin, board, free, open, source, smf, simple, machines, forum" /><br /> <script  ............ " type="text/javascript" src="', $settings['default_theme_url'], '/script.js?fin11"></script><br /> < ............ ="text/javascript"><!-- // --><![CDATA[<br /> var smf_theme_url = "', $settings['theme_url'], '";<br />  ............  var smf_images_url = "', $settings['images_url'], '";<br / ............ > var smf_scripturl = "', $scripturl, '";<br /> var  ............ '] ? 'true' : 'false', ';<br /> var smf_charset = "', $context['character_set'], '";<br /> ............ ="stylesheet" type="text/css" href="', $settings['default_theme_url'], '/print.css?fin11" media="print" />'; ............ /* Internet Explorer 4/5 and Opera 6 just don't do font sizes properly. (they are big...)<br /> Thus, in  ............  Explorer 4, 5, and Opera 6 this will show fonts one size smaller than usual.<br /> Note that  ............ ="stylesheet" type="text/css" href="', $settings['default_theme_url'], '/fonts-compat.css" />';<br /><br />  ............ (mode ? 1 : 0);';<br /> else<br /> echo '<br /> smf_setThemeOption("collapse_header", mode ? 1 : 0,  ............ <br /> document.getElementById("upshrink").src = smf_images_url + (mode ? "/upshrink2.gif" : "/ ............  ? 1 : 0);';<br /> else<br /> echo '<br /> smf_setThemeOption("collapse_header_ic", mode ? 1 : 0, ............ /> document.getElementById("upshrink_ic").src = smf_images_url + (mode ? "/expand.gif" : "/collapse. ............ ']))<br /> echo '<br /> <span style="font-family: Verdana, sans-serif; font-size: 140%; ">', ............ <br /> <img src="', $settings['images_url'], '/smflogo.gif" style="margin: 2px;" alt="" /><br /> < ............ ="titlebg2" height="32"><br /> <span style="font-size: 130%;"> ', $txt['hello_member_ndt'], ' <b>', ............ '], '</span>';<br /><br /> // this is the upshrink button for the user info section<br /> echo '<br /> < ............ " type="text/javascript" src="', $settings['default_theme_url'], '/sha1.js"></script><br /><br />  ............ "><br /> <option value="60">', $txt['smf53'], '</option><br /> <option value=" ............ ">', $txt['smf47'], '</option><br /> <option value=" ............ ">', $txt['smf48'], '</option><br /> <option value=" ............ ">', $txt['smf49'], '</option><br /> <option value="-1"  ............ ="selected">', $txt['smf50'], '</option><br /> </select><br />  ............ /><br /> <span class="middletext">', $txt['smf52'], '</span><br /> <input type="hidden"  ............ ="padding: 1ex 0px 2ex 0px;">';<br /><br /> //SMF Gallery Recent Images on Index<br /> //Load the  ............  if the gallery url has been set if not use the default<br /> if(empty($modSettings['gallery_url']))<br  ............ ';<br /> }<br /> echo '</table>';<br /> //End SMF Gallery Recent Images on Index<br /><br />  ............ /javascript"><!-- // --><![CDATA[<br /> function smfFooterHighlight(element, value)<br /> {<br />  ............ .src = smf_images_url + "/" + (value ? "h_" : "") + element. ............ ="20" style="margin: 5px 16px;" onmouseover="smfFooterHighlight(this, true);" onmouseout=" ............ ="20" style="margin: 5px 16px;" onmouseover="smfFooterHighlight(this, true);" onmouseout=" ............ ="20" style="margin: 5px 16px;" onmouseover="smfFooterHighlight(this, true);" onmouseout=" ............ ="20" style="margin: 5px 16px;" onmouseover="smfFooterHighlight(this, true);" onmouseout=" ............ /> echo '<br /> <span class="smalltext">', $txt['smf301'], $context['load_time'], $txt['smf302'], $ ............ ['load_queries'], $txt['smf302b'], '</span>';<br /> // This is an interesting  ............ > echo '<br /> window.addEventListener("load", smf_codeFix, false);<br /><br /> function  ............ > echo '<br /> window.addEventListener("load", smf_codeFix, false);<br /> function smf_codeFix()< ............  = window.onload;<br /> window.onload = smf_codeFix;<br /><br /> function smf_codeFix()<br / ............ ;<br /><br /> echo '<div class="nav" style="font-size: smaller; margin-bottom: 2ex; margin-top:  ............  , '">&nbsp;</td>';<br /><br /> // Show the [home] button.<br /> echo ($current_action=='home' || $context[' ............ >&nbsp;</td>' : '';<br /><br /> // Show the [help] button.<br /> echo ($current_action == 'help' || $ ............ </td>' : '';<br /><br /> // How about the [search] button?<br /> if ($context['allow_search'])<br /> echo ( ............ ;</td>' : '';<br /><br /> // the [member] list button<br /> if ($context['allow_memberlist'])<br />  ............  $last . '">&nbsp;</td>' : '';<br /><br /> // the [SMF Gallery] button<br /> if ($context[' ............  href="', $scripturl, '?action=gallery">' , $txt['smfgallery_menu'] , '</a><br /> </td>' , $ ............  /><br /> // If the user is a guest, show [login] button.<br /> if ($context['user']['is_guest'])<br />  ............ /> // If the user is a guest, also show [register] button.<br /> if ($context['user']['is_guest'])<br />  ............ >';<br /><br />}<br /><br />// Generate a strip of buttons.<br />function template_button_strip($ ............ , $custom_td = '')<br />{<br /> global $settings, $buttons, $context, $txt, $scripturl;<br /><br /> //  ............  the buttons...<br /> foreach ($button_strip as $key => $ ............ $context[$value['test']]))<br /> {<br /> unset($button_strip[$key]);<br /> continue;<br /> }<br />  ............  (!isset($buttons[$key]) || $force_reset)<br /> $buttons[$key] =  ............ '>' . $txt[$value['text']] . '</a>';<br /><br /> $button_strip[$key] = $buttons[$key];<br /> }<br /><br />  ............  (empty($button_strip))<br /> return '<td>&nbsp;</td>';<br /><br  ............ ', 'tab_back">', implode(' &nbsp;|&nbsp; ', $button_strip) , '</td><br /> <td class="', $direction == ......
#228
FAQ i Vodiči (Tutorials) / Slide menu
syyskuu 25, 2010, 03:18:12 IP tekijältä Dzonny
...... ://www.smf-hr.com/forum//index.php?topic=412.0  1. Otvorite  ............ ;  }  .mainmenuslide li a {  color: #666666;  font: bold 14px arial;  top: 7px;   z-index: 2;    ............ } .mainmenuslide li a:hover {  color: #ffffff;  font: bold 14px arial;  top: 7px;   z-index: 2;    ............   .mainmenuslide li a.active{  color: #ffffff;  font: bold 14px arial;  top: 7px;   z-index: 2;    ............   Koodi [Valitse] Laajenna // Show the [home] button. i naci ce te cijeli kod  Koodi [Valitse]  ............ .    echo '     <ul>';   // Show the [home] button.  echo '<li><a' , $current_action=='home' ? '  ............  , $txt[103] , '</a></li>';   // Show the [help] button.  echo '<li><a' , $current_action=='help' ? '  ............ [119] , '</a></li>';   // How about the [search] button?  if ($context['allow_search'])  echo '<li><a' ............ '] , '</a></li>';   // the [member] list button  if ($context['allow_memberlist'])  echo '<li> ............ /li>';   // If the user is a guest, show [login] button.  if ($context['user']['is_guest'])  echo '< ............  // If the user is a guest, also show [register] button.  if ($context['user']['is_guest'])  echo '< ............ ="mainmenuslide">';  Napomena: obavezno maknuti default meu teme   Ukoliko imate problema pitajte u ovu  ......
......  menu sub template should display all the relevant buttons the user  wants and or needs.   For more  ............  $settings, $options, $txt;   /* Use images from default theme when using templates from the default theme? ............   if this is 'always', images from the default theme will be used.  if this is 'defaults',  ............  from the default theme will only be used with default templates.   ............  is 'never' or isn't set at all, images from the default theme will not be used. */  $settings[' ............  What document type definition is being used? (for font size and other issues.)  'xhtml' for an  ............  for.  This should probably be the version of SMF it was created for. */  $settings[' ............   $settings['use_tabs'] = true;   /* Use plain buttons - as opposed to text buttons? */  $settings[' ............ ="stylesheet" type="text/css" href="', $settings['default_theme_url'], '/css/print.css?rc3" media="print" /> ............  <script type="text/javascript" src="', $settings['default_theme_url'], '/scripts/script.js?rc3"></script>   ............ ="text/javascript"><!-- // --><![CDATA[  var smf_theme_url = "', $settings['theme_url'], '";   ............  smf_default_theme_url = "', $settings[' ............ '], '";  var smf_images_url = "', $settings['images_url'], '";   ............  var smf_scripturl = "', $scripturl, '";  var  ............ '] ? 'true' : 'false', ';  var smf_charset = "', $context['character_set'], '";', $ ............ '] . '"))  window.open(smf_prepareScriptUrl(smf_scripturl) + "action=pm");   ............ ="catbg">  <img class="floatright" id="smflogo" src="', $settings['images_url'], '/smflogo. ............  <script type="text/javascript" src="', $settings['default_theme_url'], '/scripts/sha1.js"></script>   ............  type="submit" value="', $txt['login'], '" class="button_submit" /><br />  ', $txt[' ............ "', $txt['search'], '" style="width: 11ex;" class="button_submit" />  <input type="hidden" name=" ............  sId: \'upshrink\',  srcExpanded: smf_images_url + \'/upshrink.gif\',   ............ ']), ',  srcCollapsed: smf_images_url + \'/upshrink2.gif\',   ............ ">', theme_copyright(), '</li>  <li><a id="button_xhtml" href="http://validator.w3.org/check/ ............ ]) || $context['user']['is_logged']) ? '<li><a id="button_rss" href="' . $scripturl . '?action=.xml;type= ............ /a></li>' : '', '  <li class="last"><a id="button_wap2" href="', $scripturl , '?wap2" class=" ............ ($context['linktree']) || (!empty($context['dont_default_linktree']) && !$force_show))  return;    ............ ="reset clearfix">';   foreach ($context['menu_buttons'] as $act => $button)  {  $classes =  ............ ();  if (!empty($button['active_button']))  $classes[] = 'active'; ............   if (!empty($button['is_last']))  $classes[] = 'last';  / ............  if ($context['browser']['is_ie6'] && !empty($button['active_button']) && !empty($button['is_last']))   ............ (' ', $classes);   echo '  <li id="button_', $act, '"', !empty($classes) ? ' class="' . $ ............  . '"' : '', '>  <a title="', !empty($button['alttitle']) ? $button['alttitle'] : $button[' ............ '], '" href="', $button['href'], '"', isset($button['target']) ? ' target= ............ "' . $button['target'] . '"' : '', '>  <span>', ( ............ $button['active_button'] ? '<em>' : ''), $button['title'], ............  ($button['active_button'] ? '</em>' : ''), '</span>   ............ '  </ul>  </div>'; } // Generate a strip of buttons. function template_button_strip($button_strip, $ ............  order.  if ($context['right_to_left'])  $button_strip = array_reverse($button_strip, true);   // ............  Create the buttons...  $buttons = array();  foreach ($ ............ ']) || !empty($context[$value['test']]))  $buttons[] = '  <li' . (isset($value['active']) ............ "' : '') . '><a' . (isset($value['id']) ? ' id="button_strip_' . $value['id'] . '"' : '') . ' class=" ............ [$value['text']]) . '</span></a></li>';   // No buttons? No button strip either.  if (empty($buttons))  ............  class="last">', '<li class="active last">');   $buttons[count($buttons) - 1] = str_replace($list_item, $ ............ , $buttons[count($buttons) - 1]);   echo '  <div  ............ ="buttonlist', $direction != 'top' ? '_bottom' : '', '"', ( ............ ($buttons) ? ' style="display: none;"' : ''), (!empty($ ............ ="reset clearfix">',  implode('', $buttons), '  </ul>  </div>'; }  ?> ......
#230
Español (Spanish) / Scrollbar de color en smf
kesäkuu 07, 2010, 11:01:22 AP tekijältä Daniel324
......  tengo un theme que no es el default eh puesto un codigo para insertar el scrollbar  ............ ;  margin-bottom: 10px;  color: #212B32;  font-weight: normal; } span.pathway img  {  margin:  ............  cells. */ table {  empty-cells: show; } /* By default (td, body..) use verdana in black. */ body, td,  ............ , tr  {  color: #e1e1e1;  font-size: 12px;  font-family: verdana, sans-serif;   ............  normal so they align well. */ input, textarea, button {  color: #000;  font-family: verdana, sans- ............  border: 1px solid #000;  padding: 2px; } input, button {  font-size: 90%; } textarea {  font-size:  ............ %;  color: #fff;  font-family: verdana, sans-serif;  background: # ............ /* All input elements that are checkboxes or radio buttons. */ input.check { } /* Selects are a bit smaller, ............  it makes them look even better 8). */ select {  font-size: 90%;  font-weight: normal;  color: # ............ ;  font-family: verdana, sans-serif;  background: # ............ : #454545;  margin: 1px;  padding: 1px;  font-size: x-small;  font-style: italic;  line- ............  color: #000000;  background-color: #757575;  font-family: "courier new", "times new roman",  ............ ;  font-size: x-small;  line-height: 1.3em;  /* Put a  ............ ;  padding: 5px;  text-decoration: none;  font-style: normal;  font-weight: bold;  font-size: ............  */ .highlight {  background-color: yellow;  font-weight: bold;  color: black; } /* Alternating  ............  the forum. */ .windowbg {  color: #E1E1E1;  font: 11px;  font-family: tahoma;  background: # ............  #1a1a1a;  } .windowbg2 {  color: #888888;  font: 11px;  font-family: tahoma;  background: # ............  1px #1a1a1a; } .windowbg3 {  color: #E1E1E1;  font: 11px;  font-family: tahoma;  background: # ............  th, tr.titlebg2 td {  color: #ffffd2;  font-style: normal;  background: #454545 url( ............ , .titlebg a:link, .titlebg a:visited {  font-weight: bold;  color: #999999;  font-style:  ............ ;  font-size: 12px; } .titlebg a:hover {  color: # ............ , .titlebg2 a:visited {  color: #ffffd2;  font-style: normal;  text-decoration: underline; } . ............ -x; } .catbg, .catbg2 { } .catbg, .catbg2 {  font-weight: bold;  font-size: 12px; } .catbg3, tr. ............  td, .catbg3 a:link, .catbg3 a:visited {  font-size: 95%;  color: #fff;  text-decoration:  ............  25px;  line-height: 25px;  color: #999999;  font-weight: bold;  background: #fff url(./images/ ............  padding: 0px;  border: solid 1px #000;  } /* Default font sizes: small (8pt), normal (10pt), and large  ............ (14pt). */ .smalltext {  font-size: x-small;  font-family: verdana, sans- ............ ; } .middletext {  font-size: 90%; } .normaltext {  font-size: small; }  ............ .largetext {  font-size: large; } /* Posts and personal messages  ............  color: #999999;   text-decoration: none;   font-size: 9px;   font-family: tahoma, sans-serif;   ............  color: #757575;   text-decoration: none;   font-weight: bold;  }    .maintab_active_back a:link, . ............  color: #757575;   text-decoration: none;   font-weight: bold;  }    .maintab_back a:hover, . ............ ;  padding-left:10px;  padding-top:10px;  font-size: 14px;  color: #6A0101;  font-family:  ............  MS;   Font-weight: bold; } #wrapper {  width: 900px;   ............ ;  padding-left:10px;  padding-top:10px;  font-size: 14px;  color: #6A0101;  font-family:  ............  MS;   Font-weight: bold; }  #header {  position: relative; ............ : 25px 25px 0 0;  text-align: right;  font-size: 11px;  color: #e1e1e1;  font-family:  ............  {  float: right;  padding-top: 5px;   font-family: Tahoma, Arial, Helvetica, sans-serif;   ............ -size: 11px;  clear: both; }  #toolbar {  font-size: 1.0em;  height: 43px;  background: # ............   } #nav li {  } #nav li a {  color: #e1e1e1;  font-family: Trebuchet MS, verdana, sans-serif;   ............ -size: 12px;   font-weight: bold;  text-align: center;  } #nav a: ............ {  text-decoration: none;  cursor: pointer;  font-weight: normal;  text-align: center;  height:  ............ : 20px;  padding-left: 10px; } #footerarea {  font-family: Tahoma;  font-size: 10px;  color: # ............ ;  font-style: italik;  float: left; } #footerarea  ............ :link {  font-family: Tahoma;  font-size: 10px;  color: # ............ ;  text-decoration: none;  font-style: italik; } #footerarea a:visited {  font............ : Tahoma;  font-size: 10px;  color: #666666;  text-decoration: ............  none;  font-style: italik; } #footerarea a:hover {  font............ : Tahoma;  font-size: 10px;  color: red;  text-decoration:  ............ ;  font-style: italik; } #footerarea a:active {  font............ : Tahoma;  font-size: 10px;  color: #666666;  text-decoration: ............  none;  font-style: italik; } /* The AJAX notifier */ # ............ ;  color: white;  text-align: center;  font-weight: bold;  font-size: 18pt;  padding:  ............  29px;  line-height: 29px;  color: #FFFFFF;  font-weight: bold;  background: #6E0101 url('images/ ............  #333333;  } .titlebg3 {  color: #454545;  font-style: normal;  background: #000;  padding- ............ : 10px;  line-height: 10px;  font-size: 11px; } Donde inserto el codigo para el  ......
......  menu sub template should display all the relevant buttons the user<br /> wants and or needs.<br /><br />  ............ , $options, $txt;<br /><br /> /* Use images from default theme when using templates from the default theme? ............ <br /> if this is 'always', images from the default theme will be used.<br /> if this is 'defaults',  ............  from the default theme will only be used with default templates.< ............  is 'never' or isn't set at all, images from the default theme will not be used. */<br /> $settings[' ............  What document type definition is being used? (for font size and other issues.)<br /> 'xhtml' for an  ............ .<br /> This should probably be the version of SMF it was created for. */<br /> $settings[' ............ ['use_tabs'] = true;<br /><br /> /* Use plain buttons - as oppossed to text buttons? */<br /> $ ............ ['use_buttons'] = true;<br /><br /> /* Show sticky and lock  ............ ="PHP, MySQL, bulletin, board, free, open, source, smf, simple, machines, forum" /><br /> <script  ............ " type="text/javascript" src="', $settings['default_theme_url'], '/script.js?fin11"></script><br /> < ............ ="text/javascript"><!-- // --><![CDATA[<br /> var smf_theme_url = "', $settings['theme_url'], '";<br />  ............  var smf_images_url = "', $settings['images_url'], '";<br / ............ > var smf_scripturl = "', $scripturl, '";<br /> var  ............ '] ? 'true' : 'false', ';<br /> var smf_charset = "', $context['character_set'], '";<br /> ............ ="stylesheet" type="text/css" href="', $settings['default_theme_url'], '/print.css?fin11" media="print" />'; ............ /* Internet Explorer 4/5 and Opera 6 just don't do font sizes properly. (they are big...)<br /> Thus, in  ............  Explorer 4, 5, and Opera 6 this will show fonts one size smaller than usual.<br /> Note that  ............ ="stylesheet" type="text/css" href="', $settings['default_theme_url'], '/fonts-compat.css" />';<br /><br />  ............ (mode ? 1 : 0);';<br /> else<br /> echo '<br /> smf_setThemeOption("collapse_header", mode ? 1 : 0,  ............ <br /> document.getElementById("upshrink").src = smf_images_url + (mode ? "/upshrink2.gif" : "/ ............  ? 1 : 0);';<br /> else<br /> echo '<br /> smf_setThemeOption("collapse_header_ic", mode ? 1 : 0, ............ /> document.getElementById("upshrink_ic").src = smf_images_url + (mode ? "/expand.gif" : "/collapse. ............  '<br /><br /> <span class="smalltext">', $txt['smf301'], $context['load_time'], $txt['smf302'], $ ............ ['load_queries'], $txt['smf302b'], '</span>';<br /><br /> // This is an  ............ > echo '<br /> window.addEventListener("load", smf_codeFix, false);<br /><br /> function  ............ > echo '<br /> window.addEventListener("load", smf_codeFix, false);<br /> function smf_codeFix()< ............  = window.onload;<br /> window.onload = smf_codeFix;<br /><br /> function smf_codeFix()<br / ............  '<br /> <ul>';<br /><br />// Show the [home] button.<br /> echo '<li', $current_action == 'home' ? '  ............ , $txt[103] , '</a></li>';<br />// Show the [help] button.<br /> echo '<li', $current_action == 'help' ? '  ............ ] , '</a></li>';<br />// How about the [search] button?<br />if ($context['allow_search'])<br /> echo '< ............ '] , '</a></li>';<br />// The [member] list button.<br />if ($context['allow_memberlist'])<br />  ............  />// If the user is a guest, also show [register] button.<br />if ($context['user']['is_guest'])<br />  ............ >';<br />// If the user is a guest, show [login] button.<br />if ($context['user']['is_guest'])<br />  ............ >';<br /><br />}<br /><br />// Generate a strip of buttons.<br />function template_button_strip($ ............ , $custom_td = '')<br />{<br /> global $settings, $buttons, $context, $txt, $scripturl;<br /><br /> //  ............  the buttons...<br /> foreach ($button_strip as $key => $ ............ $context[$value['test']]))<br /> {<br /> unset($button_strip[$key]);<br /> continue;<br /> }<br />  ............  (!isset($buttons[$key]) || $force_reset)<br /> $buttons[$key] =  ............ '>' . $txt[$value['text']] . '</a>';<br /><br /> $button_strip[$key] = $buttons[$key];<br /> }<br /><br />  ............  (empty($button_strip))<br /> return '<td> </td>';<br /><br />  ............ 'main' : 'mirror', 'tab_back">', implode(' | ', $button_strip) , '</td><br /> <td class="', $direction == ......
#232
Français (French) / Changer l'adresse du portail
tammikuu 10, 2010, 01:26:35 IP tekijältä Vant@ge
......  à toutes et à tous,  J'utilise un forum SMF en version 1.1.11 J'ai installé Simple Portal sur  ............ .php Koodi [Valitse] Laajenna  // Show the default [Forum] button.  echo ($current_action=='forum'  ............ =forum"><span style="color: #333399;"><span style="font-size: 14pt;"><strong>Forum</strong></span></span>< ............ /a></li>';    // Show the default [Portail] button.  echo ($current_action==' ......
......  de ayuda aqui dejo mi index.template.php , tengo SMF 1.1.10 y theme "Sev".   Koodi [Valitse] Laajenna < ............  menu sub template should display all the relevant buttons the user<br /><br /> wants and or needs.<br />< ............ , $txt;<br /><br /><br /><br /> /* Use images from default theme when using templates from the default theme? ............ <br /><br /> if this is 'always', images from the default theme will be used.<br /><br /> if this is ' ............ ', images from the default theme will only be used with default templates.< ............  is 'never' or isn't set at all, images from the default theme will not be used. */<br /><br /> $settings[' ............  What document type definition is being used? (for font size and other issues.)<br /><br /> 'xhtml' for  ............  /><br /> This should probably be the version of SMF it was created for. */<br /><br /> $settings[' ............ '] = true;<br /><br /><br /><br /> /* Use plain buttons - as oppossed to text buttons? */<br /><br /> $ ............ ['use_buttons'] = true;<br /><br /><br /><br /> /* Show sticky  ............ ="PHP, MySQL, bulletin, board, free, open, source, smf, simple, machines, forum" /><br /><br /> <script  ............ " type="text/javascript" src="', $settings['default_theme_url'], '/script.js?fin11"></script><br />< ............ /javascript"><!-- // --><![CDATA[<br /><br /> var smf_theme_url = "', $settings['theme_url'], '";<br />< ............  /> var smf_images_url = "', $settings['images_url'], '";<br / ............ ><br /> var smf_scripturl = "', $scripturl, '";<br /><br /> var  ............ '] ? 'true' : 'false', ';<br /><br /> var smf_charset = "', $context['character_set'], '";<br /> ............ ="stylesheet" type="text/css" href="', $settings['default_theme_url'], '/print.css?fin11" media="print" />'; ............ /* Internet Explorer 4/5 and Opera 6 just don't do font sizes properly. (they are big...)<br /><br />  ............  Explorer 4, 5, and Opera 6 this will show fonts one size smaller than usual.<br /><br /> Note  ............ ="stylesheet" type="text/css" href="', $settings['default_theme_url'], '/fonts-compat.css" />';<br /><br />< ............  /><br /> else<br /><br /> echo '<br /><br /> smf_setThemeOption("collapse_header", mode ? 1 : 0,  ............ <br /> document.getElementById("upshrink").src = smf_images_url + (mode ? "/upshrink2.gif" : "/ ............  /><br /> else<br /><br /> echo '<br /><br /> smf_setThemeOption("collapse_header_ic", mode ? 1 : 0, ............ /> document.getElementById("upshrink_ic").src = smf_images_url + (mode ? "/expand.gif" : "/collapse. ............ " type="text/javascript" src="', $settings['default_theme_url'], '/sha1.js"></script><br /><br /> < ............  '<br /><br /> <span class="smalltext">', $txt['smf301'], $context['load_time'], $txt['smf302'], $ ............ ['load_queries'], $txt['smf302b'], '</span>';<br /><br /><br /><br /> // This  ............  '<br /><br /> window.addEventListener("load", smf_codeFix, false);<br /><br /><br /><br />  ............  smf_codeFix()<br /><br /> {<br /><br /> var  ............  '<br /><br /> window.addEventListener("load", smf_codeFix, false);<br /><br /> function  ............  = window.onload;<br /><br /> window.onload = smf_codeFix;<br /><br /><br /><br /> function  ............ /><br /><br /><br /> echo '<div class="nav" style="font-size: smaller; margin-bottom: 2ex; margin-top:  ............ >';<br /><br /> <br /><br /> // Show the [home] button.<br /><br /> echo '<li><a' , $current_action==' ............ >';<br /><br /><br /><br /> // Show the [help] button.<br /><br /> echo '<li><a' , $current_action==' ............  /><br /><br /><br /> // How about the [search] button?<br /><br /> if ($context['allow_search'])<br /> ............ >';<br /><br /><br /><br /> // the [member] list button<br /><br /> if ($context['allow_memberlist'])< ............ /><br /> // If the user is a guest, show [login] button.<br /><br /> if ($context['user']['is_guest'])< ............  // If the user is a guest, also show [register] button.<br /><br /> if ($context['user']['is_guest'])< ............  />}<br /><br /><br /><br />// Generate a strip of buttons.<br /><br />function template_button_strip($ ............  = '')<br /><br />{<br /><br /> global $settings, $buttons, $context, $txt, $scripturl;<br /><br /><br />< ............  /> // Create the buttons...<br /><br /> foreach ($button_strip as $key =>  ............ ['test']]))<br /><br /> {<br /><br /> unset($button_strip[$key]);<br /><br /> continue;<br /><br />  ............  }<br /><br /> elseif (!isset($buttons[$key]) || $force_reset)<br /><br /> $buttons[$ ............ ['text']] . '</a>';<br /><br /><br /><br /> $button_strip[$key] = $buttons[$key];<br /><br /> }<br />< ............  /><br /><br /> if (empty($button_strip))<br /><br /> return '<td>&nbsp;</td>';<br  ............ ', 'tab_back">', implode(' &nbsp;|&nbsp; ', $button_strip) , '</td><br /><br /> <td class="', $ ......
......  site. Please help.   HOW DO I CREATE AND EDIT SMF FOR A RESIZING CENTERED CUSTOM LOGO?  I have a  ............  phpbb forum, I am attempting to migrate to SMF, with TinyPortal as a front end.  With phpBB,  ............  lesser resolution the banner resizes.  On the new SMF board [nofollow], I have the logo centered, but  ............  doesn't interfere with other calls for catbg?   SMF ver. 1.1.8 TP ver. 1.06  Here is my index. ............ : 1.1; index<br /><br />/*<br /> Camo Theme for SMF<br /> By: simply sibyl based on the default  ............  for SMF<br /> http://www.smfhacks.com<br /><br /> Built  ............  support for SMF Gallery, SMF Store, SMF Articles, SMF Links,<br /> ............  menu sub template should display all the relevant buttons the user<br /> wants and or needs.<br /><br />  ............ , $options, $txt;<br /><br /> /* Use images from default theme when using templates from the default theme? ............ <br /> if this is 'always', images from the default theme will be used.<br /> if this is 'defaults',  ............  from the default theme will only be used with default templates.< ............  is 'never' or isn't set at all, images from the default theme will not be used. */<br /> $settings[' ............  What document type definition is being used? (for font size and other issues.)<br /> 'xhtml' for an  ............ .<br /> This should probably be the version of SMF it was created for. */<br /> $settings[' ............ ['use_tabs'] = true;<br /><br /> /* Use plain buttons - as oppossed to text buttons? */<br /> $ ............ ['use_buttons'] = true;<br /><br /> /* Show sticky and lock  ............ " type="text/javascript" src="', $settings['default_theme_url'], '/script.js?fin11"></script><br /> < ............ ="text/javascript"><!-- // --><![CDATA[<br /> var smf_theme_url = "', $settings['theme_url'], '";<br />  ............  var smf_images_url = "', $settings['images_url'], '";<br / ............ > var smf_scripturl = "', $scripturl, '";<br /> var  ............ '] ? 'true' : 'false', ';<br /> var smf_charset = "', $context['character_set'], '";<br /> ............ ="stylesheet" type="text/css" href="', $settings['default_theme_url'], '/print.css?fin11" media="print" />'; ............ /* Internet Explorer 4/5 and Opera 6 just don't do font sizes properly. (they are big...)<br /> Thus, in  ............  Explorer 4, 5, and Opera 6 this will show fonts one size smaller than usual.<br /> Note that  ............ ="stylesheet" type="text/css" href="', $settings['default_theme_url'], '/fonts-compat.css" />';<br /><br />  ............ (mode ? 1 : 0);';<br /> else<br /> echo '<br /> smf_setThemeOption("collapse_header", mode ? 1 : 0,  ............ <br /> document.getElementById("upshrink").src = smf_images_url + (mode ? "/upshrink2.gif" : "/ ............  ? 1 : 0);';<br /> else<br /> echo '<br /> smf_setThemeOption("collapse_header_ic", mode ? 1 : 0, ............ /> document.getElementById("upshrink_ic").src = smf_images_url + (mode ? "/expand.gif" : "/collapse. ............ ']))<br /> echo '<br /> <span style="font-family: Verdana, sans-serif; font-size: 140%; ">', ............ ="titlebg2" height="32"><br /> <span style="font-size: 130%;"> ', $txt['hello_member_ndt'], ' <b>', ............ '], '</span>';<br /><br /> // this is the upshrink button for the user info section<br /> echo '<br /> < ............ " type="text/javascript" src="', $settings['default_theme_url'], '/sha1.js"></script><br /><br />  ............ "><br /> <option value="60">', $txt['smf53'], '</option><br /> <option value=" ............ ">', $txt['smf47'], '</option><br /> <option value=" ............ ">', $txt['smf48'], '</option><br /> <option value=" ............ ">', $txt['smf49'], '</option><br /> <option value="-1"  ............ ="selected">', $txt['smf50'], '</option><br /> </select><br />  ............ /><br /> <span class="middletext">', $txt['smf52'], '</span><br /> <input type="hidden"  ............ <br /> Design By <a href="http://madamemmastent.smfforfree.com" target="_blank">simply sibyl</a> And < ............  href="http://www.smfforfree.com" target="_blank">Free Forum Hosting</a> ............ /> echo '<br /> <span class="smalltext">', $txt['smf301'], $context['load_time'], $txt['smf302'], $ ............ ['load_queries'], $txt['smf302b'], '</span>';<br /><br /> // This is an  ............ > echo '<br /> window.addEventListener("load", smf_codeFix, false);<br /><br /> function  ............ > echo '<br /> window.addEventListener("load", smf_codeFix, false);<br /> function smf_codeFix()< ............  = window.onload;<br /> window.onload = smf_codeFix;<br /><br /> function smf_codeFix()<br / ............ ;<br /><br /> echo '<div class="nav" style="font-size: smaller; margin-bottom: 2ex; margin-top:  ............  , '">&nbsp;</td>';<br /><br /> // Show the [home] button.<br /> echo ($current_action=='home' || $context[' ............ >&nbsp;</td>' : '';<br /><br /> // Show the [help] button.<br /> echo ($current_action == 'help' || $ ............ </td>' : '';<br /><br /> // How about the [search] button?<br /> if ($context['allow_search'])<br /> echo ( ............  . '">&nbsp;</td>' : '';<br /><br /><br /> // the [SMF Store] button<br /> if (isset($txt['smfstore_menu' ............ ]))<br /> {<br /> if ($context['allow_smfstore_view'])<br /> echo ($current_action == ' ............  <a href="', $scripturl, '?action=store">' , $txt['smfstore_menu'] , '</a><br /> </td>' , $ ............ ;</td>' : '';<br /> }<br /><br /><br /> // the [SMF Gallery] button<br /> if (isset($txt[' ............ ']))<br /> {<br /> if ($context['allow_smfgallery_view'])<br /> echo ($current_action == ' ............  href="', $scripturl, '?action=gallery">' , $txt['smfgallery_menu'] , '</a><br /> </td>' , $ ............ </td>' : '';<br /> }<br /><br /> // the [Articles] button<br /> if (isset($txt['smfarticles_menu']))<br /> { ............ <br /> if ($context['allow_view_smfarticles'])<br /> echo ($current_action == ' ............  href="', $scripturl, '?action=articles">' , $txt['smfarticles_menu'] , '</a><br /> </td>' , $ ............ ;</td>' : '';<br /> }<br /><br /> // the [tags] button<br /> if (isset($txt['smftags_menu']))<br /> {<br  ............  <a href="', $scripturl, '?action=tags">' , $txt['smftags_menu'] , '</a><br /> </td>' , $ ............ ;</td>' : '';<br /> }<br /><br /> // the [links] button<br /> if (isset($txt['smflinks_menu']))<br /> {< ............  /> if ($context['allow_view_smflinks'])<br /> echo ($current_action == 'links' | ............  <a href="', $scripturl, '?action=links">' , $txt['smflinks_menu'] , '</a><br /> </td>' , $ ............  '';<br /> }<br /><br /><br /> // the [staff list] button<br /> if (isset($txt['smfstaff_stafflist']))<br /> ............  <a href="', $scripturl, '?action=staff">' , $txt['smfstaff_stafflist'] , '</a><br /> </td>' , $ ............ ;</td>' : '';<br /> }<br /><br /> // the [contact] button<br /> if (isset($txt['smfcontact_contact']))<br /> ............  href="', $scripturl, '?action=contact">' , $txt['smfcontact_contact'] , '</a><br /> </td>' , $ ............ ;</td>' : '';<br /><br /> // the [member] list button<br /> if ($context['allow_memberlist'])<br />  ............  /><br /> // If the user is a guest, show [login] button.<br /> if ($context['user']['is_guest'])<br />  ............ /> // If the user is a guest, also show [register] button.<br /> if ($context['user']['is_guest'])<br />  ............ >';<br /><br />}<br /><br />// Generate a strip of buttons.<br />function template_button_strip($ ............ , $custom_td = '')<br />{<br /> global $settings, $buttons, $context, $txt, $scripturl;<br /><br /> //  ............  the buttons...<br /> foreach ($button_strip as $key => $ ............ $context[$value['test']]))<br /> {<br /> unset($button_strip[$key]);<br /> continue;<br /> }<br />  ............  (!isset($buttons[$key]) || $force_reset)<br /> $buttons[$key] =  ............ '>' . $txt[$value['text']] . '</a>';<br /><br /> $button_strip[$key] = $buttons[$key];<br /> }<br /><br />  ............  (empty($button_strip))<br /> return '<td>&nbsp;</td>';<br /><br  ............ ', 'tab_back">', implode(' &nbsp;|&nbsp; ', $button_strip) , '</td><br /> <td class="', $direction == ......
#235
Graphics and Templates / Small Graphic issue
syyskuu 22, 2008, 07:45:21 AP tekijältä cmedic
......  many hours trying to remove the space between the buttons (without success)When you login the graphics  ............  menu sub template should display all the relevant buttons the user<br /> wants and or needs.<br /><br />  ............ , $options, $txt;<br /><br /> /* Use images from default theme when using templates from the default theme? ............ <br /> if this is 'always', images from the default theme will be used.<br /> if this is 'defaults',  ............  from the default theme will only be used with default templates.< ............  is 'never' or isn't set at all, images from the default theme will not be used. */<br /> $settings[' ............  What document type definition is being used? (for font size and other issues.)<br /> 'xhtml' for an  ............ .<br /> This should probably be the version of SMF it was created for. */<br /> $settings[' ............ ['use_tabs'] = true;<br /><br /> /* Use plain buttons - as oppossed to text buttons? */<br /> $ ............ ['use_buttons'] = true;<br /><br /> /* Show sticky and lock  ............ " type="text/javascript" src="', $settings['default_theme_url'], '/script.js?fin11"></script><br /> < ............ ="text/javascript"><!-- // --><![CDATA[<br /> var smf_theme_url = "', $settings['theme_url'], '";<br />  ............  var smf_images_url = "', $settings['images_url'], '";<br / ............ > var smf_scripturl = "', $scripturl, '";<br /> var  ............ '] ? 'true' : 'false', ';<br /> var smf_charset = "', $context['character_set'], '";<br /> ............ ="stylesheet" type="text/css" href="', $settings['default_theme_url'], '/print.css?fin11" media="print" />'; ............ /* Internet Explorer 4/5 and Opera 6 just don't do font sizes properly. (they are big...)<br /> Thus, in  ............  Explorer 4, 5, and Opera 6 this will show fonts one size smaller than usual.<br /> Note that  ............ ="stylesheet" type="text/css" href="', $settings['default_theme_url'], '/fonts-compat.css" />';<br /><br />  ............ (mode ? 1 : 0);';<br /> else<br /> echo '<br /> smf_setThemeOption("collapse_header", mode ? 1 : 0,  ............ <br /> document.getElementById("upshrink").src = smf_images_url + (mode ? "/upshrink2.gif" : "/ ............  ? 1 : 0);';<br /> else<br /> echo '<br /> smf_setThemeOption("collapse_header_ic", mode ? 1 : 0, ............ /> document.getElementById("upshrink_ic").src = smf_images_url + (mode ? "/expand.gif" : "/collapse. ............ ']))<br /> echo '<br /> <span style="font-family: Verdana, sans-serif; font-size: 140%; ">', ............ ><br /> echo '<br /> </td>';<br /> /* Remove SMF logo<br /> <td align="right" class="catbg"><br  ............ /> <img src="', $settings['images_url'], '/smflogo.gif" style="margin: 2px;" alt="" /><br /> < ............ ="titlebg2" height="32"><br /> <span style="font-size: 100%;"> ', $txt['hello_member_ndt'], ' <b>', ............ '], '</span>';<br /><br /> // this is the upshrink button for the user info section<br /> echo '<br /> < ............ " type="text/javascript" src="', $settings['default_theme_url'], '/sha1.js"></script><br /><br />  ............ "><br /> <option value="60">', $txt['smf53'], '</option><br /> <option value=" ............ ">', $txt['smf47'], '</option><br /> <option value=" ............ ">', $txt['smf48'], '</option><br /> <option value=" ............ ">', $txt['smf49'], '</option><br /> <option value="-1"  ............ ="selected">', $txt['smf50'], '</option><br /> </select><br />  ............ /><br /> <span class="middletext">', $txt['smf52'], '</span><br /> <input type="hidden"  ............ /javascript"><!-- // --><![CDATA[<br /> function smfFooterHighlight(element, value)<br /> {<br />  ............ .src = smf_images_url + "/" + (value ? "h_" : "") + element. ............ ="20" style="margin: 5px 16px;" onmouseover="smfFooterHighlight(this, true);" onmouseout=" ............ ="20" style="margin: 5px 16px;" onmouseover="smfFooterHighlight(this, true);" onmouseout=" ............ " style="display: inline; visibility: visible; font-family: Verdana, Arial, sans-serif;"> | <a href="' ............ " style="display: inline; visibility: visible; font-family: Verdana, Arial, sans-serif;"> | <a href=" ............ ="20" style="margin: 5px 16px;" onmouseover="smfFooterHighlight(this, true);" onmouseout=" ............ ="20" style="margin: 5px 16px;" onmouseover="smfFooterHighlight(this, true);" onmouseout=" ............  '<br /> <br /> <span class="smalltext">', $txt['smf301'], $context['load_time'], $txt['smf302'], $ ............ ['load_queries'], $txt['smf302b'], '</span>';<br /><br /> if (isset($context[' ............ > echo '<br /> window.addEventListener("load", smf_codeFix, false);<br /><br /> function  ............ > echo '<br /> window.addEventListener("load", smf_codeFix, false);<br /> function smf_codeFix()< ............  = window.onload;<br /> window.onload = smf_codeFix;<br /><br /> function smf_codeFix()<br / ............ ;<br /><br /> echo '<div class="nav" style="font-size: smaller; margin-bottom: 2ex; margin-top:  ............  , '">&nbsp;</td>';<br /><br /> // Show the [home] button.<br /> echo ($current_action=='home' || $context[' ............  . '">&nbsp;</td>' : '';<br /> // Show the [Chat] button.<br /> echo ($current_action=='Chat' || $context[' ............ ;</td>' : '';<br /> <br />// Show the [Gallery] button.<br /><br /> echo ($current_action=='Gallery' || $ ............ ;</td>' : '';<br /><br /><br /> // Show the [help] button.<br /> echo ($current_action == 'help' || $ ............ </td>' : '';<br /><br /> // How about the [search] button?<br /> if ($context['allow_search'])<br /> echo ( ............ ;</td>' : '';<br /><br /> // the [member] list button<br /> if ($context['allow_memberlist'])<br />  ............ . '">&nbsp;</td>' : '';<br /><br /> // the [links] button<br /> if ($context['allow_view_smflinks'])<br />  ............  <a href="', $scripturl, '?action=links">' , $txt['smflinks_menu'] , '</a><td><img src="http://www. ............  /><br /> // If the user is a guest, show [login] button.<br /> if ($context['user']['is_guest'])<br />  ............ /> // If the user is a guest, also show [register] button.<br /> if ($context['user']['is_guest'])<br />  ............ >';<br /><br />}<br /><br />// Generate a strip of buttons.<br />function template_button_strip($ ............ , $custom_td = '')<br />{<br /> global $settings, $buttons, $context, $txt, $scripturl;<br /><br /> //  ............  the buttons...<br /> foreach ($button_strip as $key => $ ............ $context[$value['test']]))<br /> {<br /> unset($button_strip[$key]);<br /> continue;<br /> }<br />  ............  (!isset($buttons[$key]) || $force_reset)<br /> $buttons[$key] =  ............ '>' . $txt[$value['text']] . '</a>';<br /><br /> $button_strip[$key] = $buttons[$key];<br /> }<br /><br />  ............  (empty($button_strip))<br /> return '<td>&nbsp;</td>';<br /><br  ............ ', 'tab_back">', implode(' &nbsp;|&nbsp; ', $button_strip) , '</td><br /> <td class="', $direction == ............  cells. */ table {  empty-cells: show; }  /* By default (td, body..) use verdana in white. */ body, td,  ............  , tr {  color: #eeeeee;  font-size: 14px;  font-family: tahoma, sans-serif; }  ............  normal so they align well. */ input, textarea, button {    color: #000000;  font-family: tahoma,  ............ -serif; } input, button {  font-size: 90%; }  textarea {  font-size:  ............ %;  color: #000000;  font-family: tahoma, sans-serif; }  /* All input  ............  that are checkboxes or radio buttons. */ input.check { }  /* Selects are a bit  ............  it makes them look even better . */ select {  font-size: 90%;  font-weight: normal;  color: # ............ ;  font-family: tahoma, sans-serif; }  /* Standard  ............  #000000;  margin: 1px;  padding: 1px;  font-size:small;  line-height: 1.4em; }  /* A code  ............  color: #000000;  background-color: #dddddd;  font-family: "courier new", "times new roman",  ............ ;  font-size: x-small;  line-height: 1.3em;  /* Put a  ............  {  color: #777777;  text-decoration: none;  font-style: normal;  font-weight: bold;  font-size: ............ . */ .highlight {  background-color: yellow;  font-weight: bold;  color: black; }  /* Alternating  ............ .titlebg2 th, tr.titlebg2 td {  color:white;  font-style: normal;  background: url(images/top-1. ............ .titlebg, .titlebg a:link, .titlebg a:visited {  font-weight: bold;  color: white;  font-style:  ............  a:link, .titlebg2 a:visited {  color: white;  font-style: normal;  text-decoration: underline; }  . ............ -bottom: solid 1px #000000; } .catbg, .catbg2 {  font-weight: bold; } .catbg3, tr.catbg3 td, .catbg3 a: ............ , .catbg3 a:visited {  font-size: 95%;  color: white;  text-decoration:  ............  #333333;  background-color: #000000; }  /* Default font sizes: small (8pt), normal (10pt), and large  ............ (14pt). */ .smalltext {  font-size: 12px;  font-family: tahoma, sans-serif; }  ............ .middletext {  font-size: 90%; } .normaltext {  font-size: small; }  ............ .largetext {  font-size: large; }   /* Posts and personal messages  ............  {  color: #e60a19;  text-decoration:none;  font-size: 15px;  vertical-align: top;  padding:  ............  6px 6px 10px;  font-family: tahoma, sans-serif; }  .maintab_first {   ......
#236
SMF 1.1.x Support / Template parse error
elokuu 15, 2008, 07:57:21 AP tekijältä TheDisturbedOne
......  menu sub template should display all the relevant buttons the user<br />wants and or needs.<br /><br />For  ............ , $options, $txt;<br /><br />/* Use images from default theme when using templates from the default theme? ............ <br />if this is 'always', images from the default theme will be used.<br />if this is 'defaults',  ............  from the default theme will only be used with default templates.< ............  is 'never' or isn't set at all, images from the default theme will not be used. */<br />$settings[' ............  What document type definition is being used? (for font size and other issues.)<br />'xhtml' for an XHTML  ............  for.<br />This should probably be the version of SMF it was created for. */<br />$settings[' ............ ['use_tabs'] = true;<br /><br />/* Use plain buttons - as oppossed to text buttons? */<br />$settings[ ............ 'use_buttons'] = true;<br /><br />/* Show sticky and lock  ............ " type="text/javascript" src="', $settings['default_theme_url'], '/script.js?fin11"></script><br />< ............ ="text/javascript"><!-- // --><![CDATA[<br />var smf_theme_url = "', $settings['theme_url'], '";<br /> ............  smf_images_url = "', $settings['images_url'], '";<br / ............ >var smf_scripturl = "', $scripturl, '";<br />var  ............ '] ? 'true' : 'false', ';<br />var smf_charset = "', $context['character_set'], '";<br /> ............ ="stylesheet" type="text/css" href="', $settings['default_theme_url'], '/print.css?fin11" media="print" />'; ............ /* Internet Explorer 4/5 and Opera 6 just don't do font sizes properly. (they are big...)<br />Thus, in  ............  Explorer 4, 5, and Opera 6 this will show fonts one size smaller than usual.<br />Note that this  ............ ="stylesheet" type="text/css" href="', $settings['default_theme_url'], '/fonts-compat.css" />';<br /><br />/ ............ =" + (mode ? 1 : 0);';<br />else<br />echo '<br />smf_setThemeOption("collapse_header_ic", mode ? 1 : 0, ............ <br />document.getElementById("upshrink_ic").src = smf_images_url + (mode ? "/expand.gif" : "/collapse. ............ " type="text/javascript" src="', $settings['default_theme_url'], '/sha1.js"></script><br /><form  ............  /><td><input type="text" class="bginput" style="font-size: 11px" name="user" size="10" value="', $txt[ ............ ><td><input type="password" class="bginput" style="font-size: 11px" name="passwrd" size="10" /></td><br /> ............ <td><input type="submit" class="button" value="', $txt[34], '" /></td><br /></tr><br /></ ............ ">kreativfantasy.com</a>&nbsp;|&nbsp;Ported to SMF by <a href="http://Www.genclup.net/" target=" ............ ['show_load_time'])<br />echo '<br />', $txt['smf301'], $context['load_time'], $txt['smf302'], $ ............ ['load_queries'], $txt['smf302b'];<br />echo '<br /></div><br/><br /><div  ............ )<br />echo '<br />window.addEventListener("load", smf_codeFix, false);<br /><br />function smf_codeFix() ............ )<br />echo '<br />window.addEventListener("load", smf_codeFix, false);<br />function smf_codeFix()<br /> ............  = window.onload;<br />window.onload = smf_codeFix;<br /><br />function smf_codeFix()<br />{< ............  />// Folder style or inline? Inline has a smaller font.<br />echo '<div class="navbar" style="font-size: ............ , $scripturl, $txt;<br /><br />// Show the [home] button.<br />echo '<br /><td class="meny_nav"><a href="', ............ [103] , '</a></td>';<br /><br />// Show the [help] button.<br />echo '<br /><td class="meny_nav"><a href="', ............  '</a></td>';<br /><br />// How about the [search] button?<br />if ($context['allow_search'])<br />echo '< ............ '] , '</a></td>';<br /><br />// the [member] list button<br />if ($context['allow_memberlist'])<br />echo ' ............  /><br />// If the user is a guest, show [login] button.<br />if ($context['user']['is_guest'])<br />echo  ............  />// If the user is a guest, also show [register] button.<br />if ($context['user']['is_guest'])<br />echo  ............ >';<br /><br />}<br /><br />// Generate a strip of buttons.<br />function template_button_strip($ ............ , $custom_td = '')<br />{<br />global $settings, $buttons, $context, $txt, $scripturl;<br /><br />//  ............  the buttons...<br />foreach ($button_strip as $key => $value) ............ ($context[$value['test']]))<br />{<br />unset($button_strip[$key]);<br />continue;<br />}<br />elseif (! ............ ($buttons[$key]) || $force_reset)<br />$buttons[$key] = '< ............ . '>' . $txt[$value['text']] . '</a>';<br /><br />$button_strip[$key] = $buttons[$key];<br />}<br /><br /> ............  (empty($button_strip))<br />return '<td>&nbsp;</td>';<br /><br /> ............ ', 'tab_back">', implode(' &nbsp;|&nbsp; ', $button_strip) , '</td><br /><td class="', $direction == ' ......
#237
SMF Coding Discussion / Issue with Silver Theme
elokuu 11, 2008, 02:49:01 IP tekijältä DocPixel
......  see screen shot.)  It works correctly on the default theme, so it must be something in the Silver  ............  code is causing the problem? Argh.  TIA.   SMF: 1.1.5 TP: 1.05   Koodi [Valitse] Laajenna <?php< ............  menu sub template should display all the relevant buttons the user<br /> wants and or needs.<br /><br />  ............ , $options, $txt;<br /><br /> /* Use images from default theme when using templates from the default theme? ............ <br /> if this is 'always', images from the default theme will be used.<br /> if this is 'defaults',  ............  from the default theme will only be used with default templates.< ............  is 'never' or isn't set at all, images from the default theme will not be used. */<br /> $settings[' ............  What document type definition is being used? (for font size and other issues.)<br /> 'xhtml' for an  ............ .<br /> This should probably be the version of SMF it was created for. */<br /> $settings[' ............ ['use_tabs'] = true;<br /><br /> /* Use plain buttons - as oppossed to text buttons? */<br /> $ ............ ['use_buttons'] = true;<br /><br /> /* Show sticky and lock  ............ ="PHP, MySQL, bulletin, board, free, open, source, smf, simple, machines, forum" /><br /> <script  ............ " type="text/javascript" src="', $settings['default_theme_url'], '/script.js?rc3"></script><br /> < ............ ="text/javascript"><!-- // --><![CDATA[<br /> var smf_theme_url = "', $settings['theme_url'], '";<br />  ............  var smf_images_url = "', $settings['images_url'], '";<br / ............ > var smf_scripturl = "', $scripturl, '";<br /> // ]]></ ............ ="stylesheet" type="text/css" href="', $settings['default_theme_url'], '/print.css?rc3" media="print" />';< ............ /* Internet Explorer 4/5 and Opera 6 just don't do font sizes properly. (they are big...)<br /> Thus, in  ............  Explorer 4, 5, and Opera 6 this will show fonts one size smaller than usual.<br /> Note that  ............ ="stylesheet" type="text/css" href="', $settings['default_theme_url'], '/fonts-compat.css" />';<br /><br />  ............ (mode ? 1 : 0);';<br /> else<br /> echo '<br /> smf_setThemeOption("collapse_header", mode ? 1 : 0,  ............ <br /> document.getElementById("upshrink").src = smf_images_url + (mode ? "/upshrink2.gif" : "/ ............  ? 1 : 0);';<br /> else<br /> echo '<br /> smf_setThemeOption("collapse_header_ic", mode ? 1 : 0, ............ /> document.getElementById("upshrink_ic").src = smf_images_url + (mode ? "/expand.gif" : "/collapse. ............ ']))<br /> echo '<br /> <span style="font-family: Verdana, sans-serif; font-size: 140%; ">', ............ ="titlebg2" height="32"><br /> <span style="font-size: 130%;"> ', $txt['hello_member_ndt'], ' <b>', ............ '], '</span>';<br /><br /> // this is the upshrink button for the user info section<br /> echo '<br /> < ............ " type="text/javascript" src="', $settings['default_theme_url'], '/sha1.js"></script><br /><br />  ............ "><br /> <option value="60">', $txt['smf53'], '</option><br /> <option value=" ............ ">', $txt['smf47'], '</option><br /> <option value=" ............ ">', $txt['smf48'], '</option><br /> <option value=" ............ ">', $txt['smf49'], '</option><br /> <option value="-1"  ............ ="selected">', $txt['smf50'], '</option><br /> </select><br />  ............ /><br /> <span class="middletext">', $txt['smf52'], '</span><br /> <input type="hidden"  ............ /javascript"><!-- // --><![CDATA[<br /> function smfFooterHighlight(element, value)<br /> {<br />  ............ .src = smf_images_url + "/" + (value ? "h_" : "") + element. ............ ="20" style="margin: 5px 16px;" onmouseover="smfFooterHighlight(this, true);" onmouseout=" ............ ="20" style="margin: 5px 16px;" onmouseover="smfFooterHighlight(this, true);" onmouseout=" ............ ="20" style="margin: 5px 16px;" onmouseover="smfFooterHighlight(this, true);" onmouseout=" ............ ="20" style="margin: 5px 16px;" onmouseover="smfFooterHighlight(this, true);" onmouseout=" ............ /> echo '<br /> <span class="smalltext">', $txt['smf301'], $context['load_time'], $txt['smf302'], $ ............ ['load_queries'], $txt['smf302b'], '</span>';<br /><br /> // This is an  ............ > echo '<br /> window.addEventListener("load", smf_codeFix, false);<br /><br /> function  ............  = window.onload;<br /> window.onload = smf_codeFix;<br /><br /> function smf_codeFix()<br / ............ ;<br /><br /> echo '<div class="nav" style="font-size: smaller; margin-bottom: 2ex; margin-top:  ............  , '">&nbsp;</td>';<br /><br /> // Show the [home] button.<br /> echo ($current_action=='home' || $context[' ............ ' : '';<br /><br /><br /><br /> // Show the [help] button.<br /> echo ($current_action == 'help' || $ ............ '';<br /><br /> <br /><br /> // Show the [gallery] button.<br /> echo ($current_action == 'gallery' || $ ............ ="', $scripturl, '?action=gallery">' , <br />$txt['smfgallery_menu'] , '</a><br /> </td>' , $ ............ ;<br /><br /><br /><br />// How about the [search] button?<br /> if ($context['allow_search'])<br /> echo ( ............ ;</td>' : '';<br /><br /> // the [member] list button<br /> if ($context['allow_memberlist'])<br />  ............  /><br /> // If the user is a guest, show [login] button.<br /> if ($context['user']['is_guest'])<br />  ............ /> // If the user is a guest, also show [register] button.<br /> if ($context['user']['is_guest'])<br />  ............ >';<br /><br />}<br /><br />// Generate a strip of buttons.<br />function template_button_strip($ ............ , $custom_td = '')<br />{<br /> global $settings, $buttons, $context, $txt, $scripturl;<br /><br /> //  ............  the buttons...<br /> foreach ($button_strip as $key => $ ............ $context[$value['test']]))<br /> {<br /> unset($button_strip[$key]);<br /> continue;<br /> }<br />  ............  (!isset($buttons[$key]) || $force_reset)<br /> $buttons[$key] =  ............ '>' . $txt[$value['text']] . '</a>';<br /><br /> $button_strip[$key] = $buttons[$key];<br /> }<br /><br />  ............  (empty($button_strip))<br /> return '<td>&nbsp;</td>';<br /><br  ............ ', 'tab_back">', implode(' &nbsp;|&nbsp; ', $button_strip) , '</td><br /> <td class="', $direction == ......
#238
SMF 1.1.x Support / CSS Help
heinäkuu 07, 2008, 07:37:52 IP tekijältä marvinb101
......  css and changing forum colors. I am also new to SMF and would like to tweak around with the colours  ............  for other newbies who would want to retain the default theme but with a diff colour and style  i have  ............  cells. */ table {  empty-cells: show; }  /* By default (td, body..) use verdana in black. */ body, td,  ............  , tr {  color: #000000;  font-size: small;  font-family: verdana, sans-serif; }  ............  normal so they align well. */ input, textarea, button {  color: #000000;  font-family: verdana, sans- ............ ; } input, button {  font-size: 90%; }  textarea {  font-size: 100%; ............   color: #000000;  font-family: verdana, sans-serif; }  /* All input  ............  that are checkboxes or radio buttons. */ input.check { }  /* Selects are a bit  ............  it makes them look even better 8). */ select {  font-size: 90%;  font-weight: normal;  color: #000000;  ............  font-family: verdana, sans-serif; }  /* Standard  ............ : 1px solid #000000;  margin: 1px;  padding: 1px;  font-size: x-small;  line-height: 1.4em; }  /* A code  ............  {  color: #000000;  background-color: #dddddd;  font-family: "courier new", "times new roman",  ............ ;  font-size: x-small;  line-height: 1.3em;  /* Put a  ............  {  color: #000000;  text-decoration: none;  font-style: normal;  font-weight: bold;  font-size: x- ............ . */ .highlight {  background-color: yellow;  font-weight: bold;  color: black; }  /* Alternating  ............ , tr.titlebg2 th, tr.titlebg2 td {  color: black;  font-style: normal;  background: url(images/titlebg. ............ } .titlebg, .titlebg a:link, .titlebg a:visited {  font-weight: bold;  color: black;  font-style: normal;  ............  a:link, .titlebg2 a:visited {  color: black;  font-style: normal;  text-decoration: underline; }  . ............ -bottom: solid 1px #375576; } .catbg, .catbg2 {  font-weight: bold; } .catbg3, tr.catbg3 td, .catbg3 a: ............ , .catbg3 a:visited {  font-size: 95%;  color: white;  text-decoration: none;  ............  solid #696969;  background-color: #FFFFFF; }  /* Default font sizes: small (8pt), normal (10pt), and large  ............ (14pt). */ .smalltext {  font-size: x-small;  font-family: verdana, sans-serif;  ............ } .middletext {  font-size: 90%; } .normaltext {  font-size: small; } . ............  {  font-size: large; }   /* Posts and personal messages  ............  {  color: white;  text-decoration: none;  font-size: 9px;  vertical-align: top;  padding: 2px  ............  6px 6px;  font-family: tahoma, sans-serif; }  .maintab_first {   ............  {  color: white;  text-decoration: none;  font-size: 9px;  vertical-align: bottom;  padding: 6px  ............  2px 6px;  font-family: tahoma, sans-serif; }  .mirrortab_first {  ............ : #32CD32;  color: white;  text-align: center;  font-weight: bold;  font-size: 18pt;  padding: 3px;   ......
#239
Archief / Cellen Sticky Topics krijgen kleur van border
kesäkuu 21, 2008, 07:13:37 IP tekijältä Diddle
......    Forumversie: Powered by SMF 1.1.2 | SMF © 2006-2007, Simple Machines LLC  Ik  ............  #6D9439;  text-decoration: none; } a.nav:hover {  font-weight: bold;  color: #D078FF;  text-decoration:  ............  cells. */ table {  empty-cells: show; }  /* By default (td, body..) use Verdana in black. */ body, td {   ............ : #404040;  font-size: small;  font-family: verdana, arial,  ............  normal so they align well. */ input, textarea, button {  font-size: 10pt;  color: #993399;  background- ............ : #EBFEBC;  font-family: verdana, arial, helvetica, serif; }  /*  ............  input elements that are checkboxes or radio buttons. */ input.check { }  /* Selects are a bit  ............  it makes them look even better 8). */ select {  font-size: 10pt;  font-weight: normal;  color: #DB0D36; ............   background-color: #CEE69C;  font-family: verdana, arial, helvetica, serif; }  /*  ............ : 1px solid #000000;  margin: 1px;  padding: 1px;  font-size: x-small; }  /* A code block - maybe even  ............ ;  border: 1px solid #000000;  padding: 1px;  font-family: "courier new", helvetica, "times new  ............ ", serif;  font-size: x-small;  width: 99%;  margin: 1px auto 1px  ............  {  color: #993399;  text-decoration: none;  font-style: normal;  font-weight: bold;  font-size: x- ............  ;). */ .highlight {  background-color: yellow;  font-weight: bold;  color: black; }  /* Alternating  ............  a:link, .titlebg a:visited {  color: white;  font-style: normal;  background-color: #A577D2; } . ............ -color: #D078FF; }  .catbg, .catbg2, .catbg3 {  font-weight: normal;  background-color: #CEE69C;   ............ ;  background-color: #6D9439;  padding: 0px; }  /* Default font sizes: small (8pt), normal (10pt), and large  ............ (14pt). */ .verysmalltext {  font-size: xx-small;  font-family: verdana, Tahoma,  ............ , helvetica, serif; } .smalltext {  font-size: x-small;  font-family: verdana, Tahoma,  ............ , helvetica, serif; } .normaltext {  font-size: small; } .largetext {  font-size: large; }   ............ : #32CD32;  color: white;  text-align: center;  font-weight: bold;  font-size: 18pt;  padding: 3px;   ......
#240
Graphics and Templates / Help changing the active menu page appearance
toukokuu 06, 2008, 07:34:20 IP tekijältä McGhee
...... {  text-decoration: none;  cursor: pointer;  font-weight: bold;  }  #nav li.on li.on a {  text- ............  cells. */ table {  empty-cells: show; }  /* By default (td, body..) use verdana in black. */ body, td,  ............  , tr {  line-height: 140%;  font-family: Verdana, Tahoma, Arial, Trebuchet MS,  ............ , Times New Roman, Serif;  color: #000000;  font-size: 11px; }  /* The main body of the entire  ............  normal so they align well. */ input, textarea, button {  color: #000;  font-family: verdana, sans- ............ ; }  input, buttonfont-size: 110%; }  textarea {  font-size:  ............ %;  color: #000;  font-family: verdana, sans-serif; }  /* All input  ............  that are checkboxes or radio buttons. */ input.check { }  /* Selects are a bit  ............  it makes them look even better 8). */ select {  font-size: 110%;  font-weight: normal;  color: # ............ ;  font-family: verdana, sans-serif; }  /* Standard  ............  #cfcfcf;  margin: 4px;  padding: 4px;  font-size: small;  line-height: 1.4em; }  /* A code  ............ : #3a3a3a;  background-color: #fbede6;  /*font-family: "courier new", "times new roman",  ............ ;*/  font-size: x-small;  line-height: 1.3em;  /* Put a  ............  {  color: #000;  text-decoration: none;  font-style: normal;  font-weight: bold;  font-size: ............ . */ .highlight {  background-color: yellow;  font-weight: bold;  color: black; }  /* Alternating  ............ .titlebg2 th, tr.titlebg2 td {  color: #fff;  font-style: normal;  background: #054798 url(images/ ............ .titlebg, .titlebg a:link, .titlebg a:visited {  font-weight: bold;  color: #fff;  font-style:  ............  a:link, .titlebg2 a:visited {  color: #fff;  font-style: normal;  text-decoration: none;; }  . ............ , .titlebg2 {  font-size: 8pt;  font-family: verdana, sans-serif;  } ............  1px #375576;  background-repeat: repeat-x;  font-size: 8pt;  font-family: verdana, sans-serif; }  ............  .catbg, .catbg2 {  font-weight: bold; }  .catbg3, tr.catbg3 td, .catbg3 a: ............ , .catbg3 a:visited {  font-size: 95%;  color: white;  text-decoration:  ............   border: 1px solid #eee;  padding: 0px; }  /* Default font sizes: small (8pt), normal (10pt), and large  ............ (14pt). */ .smalltext {  font-size: x-small;  font-family: verdana, sans- ............ : 18px;  text-indent: 10px; }  .normaltext {  font-size: small; }  .largetext {  font-size: large;  ............  {  color: white;  text-decoration: none;  font-size: 1.0em;  vertical-align: top;  padding:  ............ ;  font-family: Verdana, sans-serif; }  .maintab_first {   ............  {  color: white;  text-decoration: none;  font-size: 1.0;  vertical-align: bottom;  padding:  ............ ;  font-family: Verdana, sans-serif; }  .mirrortab_first { ............ : none; }  #linktree {  padding: 1ex;  font-size: x-small; }  #linktree a {  text- ............ {  text-decoration: none;  cursor: pointer;  font-weight: bold;  }  #nav li.on li.on a {  text- ............ -repeat;  cursor: pointer; }  #welcome {  font-size: 1.0em;  color: #fff;  font-family:  ............  {  padding: 5px;  text-align: center;  font-size: x-small; }  #footer {  padding: 8px 40px  ............  40px;  font-size: x-small;  color: #ccc;  background: # ............  menu sub template should display all the relevant buttons the user<br /><br /><br /> wants and or needs.< ............ ><br /><br /><br /><br /><br /> /* Use images from default theme when using templates from the default theme? ............ <br /><br /> if this is 'always', images from the default theme will be used.<br /><br /><br /> if this is  ............ 'defaults', images from the default theme will only be  ............  with default templates.<br /><br /><br /> if this is 'never'  ............  isn't set at all, images from the default theme will not be used. */<br /><br /><br /> $ ............ ['use_default_images'] = 'never';<br /><br /><br /><br /><br />< ............  What document type definition is being used? (for font size and other issues.)<br /><br /><br /> 'xhtml' ............  /><br /> This should probably be the version of SMF it was created for. */<br /><br /><br /> $ ............ ;<br /><br /><br /><br /><br /><br /> /* Use plain buttons - as oppossed to text buttons? */<br /><br /><br  ............ /> $settings['use_buttons'] = true;<br /><br /><br /><br /><br /><br /> /*  ............ ="PHP, MySQL, bulletin, board, free, open, source, smf, simple, machines, forum" /><br /><br /><br /> < ............ " type="text/javascript" src="', $settings['default_theme_url'], '/script.js?rc2p"></script><br /><br  ............ "><!-- // --><![CDATA[<br /><br /><br /> var smf_theme_url = "', $settings['theme_url'], '";<br />< ............  /><br /> var smf_images_url = "', $settings['images_url'], '";<br / ............ ><br /><br /> var smf_scripturl = "', $scripturl, '";<br /><br /><br />  ............ ="stylesheet" type="text/css" href="', $settings['default_theme_url'], '/print.css?rc2" media="print" />';< ............ /* Internet Explorer 4/5 and Opera 6 just don't do font sizes properly. (they are big...)<br /><br /><br / ............  Explorer 4, 5, and Opera 6 this will show fonts one size smaller than usual.<br /><br /><br />  ............ ="stylesheet" type="text/css" href="', $settings['default_theme_url'], '/fonts-compat.css" />';<br /><br />< ............ <br /><br /><br /> echo '<br /><br /><br /> smf_setThemeOption("collapse_header", mode ? 1 : 0,  ............ <br /> document.getElementById("upshrink").src = smf_images_url + (mode ? "/upshrink2.gif" : "/ ............ <br /><br /><br /> echo '<br /><br /><br /> smf_setThemeOption("collapse_header_ic", mode ? 1 : 0, ............ /> document.getElementById("upshrink_ic").src = smf_images_url + (mode ? "/expand.gif" : "/collapse. ............ '])<br /><br /><br /> echo '<br />'. $txt['smf301'], $context['load_time'], $txt['smf302'], $ ............ ['load_queries'], $txt['smf302b'];<br /><br /><br /><br /><br /><br /> echo '< ............ /><br /><br /><br /> echo '<div class="nav" style="font-size: smaller; margin-bottom: 2ex; margin-top:  ............ <br /><br /> <br /><br /><br /> // Show the [home] button.<br /><br /><br /> echo '<li><a href="', $ ............  /><br /> <br /><br /><br /> // Show the [help] button.<br /><br /><br /> echo '<li><a href="', $ ............ <br /><br /><br /><br /> // How about the [search] button?<br /><br /><br /> if ($context['allow_search'])< ............  /><br /><br /><br /><br /> // the [member] list button<br /><br /><br /> if ($context['allow_memberlist'] ............  /><br /> // If the user is a guest, show [login] button.<br /><br /><br /> if ($context['user']['is_guest' ............ /> // If the user is a guest, also show [register] button.<br /><br /><br /> if ($context['user']['is_guest' ............  /><br /><br /><br /><br />// Generate a strip of buttons.<br /><br /><br />function template_button_strip( ............ $button_strip, $direction = 'top', $force_reset = false, $ ............ <br /><br />{<br /><br /><br /> global $settings, $buttons, $context, $txt, $scripturl;<br /><br /><br />< ............  /><br /><br /> // Create the buttons...<br /><br /><br /> foreach ($button_strip as $ ............ ))<br /><br /><br /> {<br /><br /><br /> unset($button_strip[$key]);<br /><br /><br /> continue;<br />< ............  /><br /> }<br /><br /><br /> elseif (!isset($buttons[$key]) || $force_reset)<br /><br /><br /> $ ............ ]] . '</a>';<br /><br /><br /><br /><br /><br /> $button_strip[$key] = $buttons[$key];<br /><br /><br /> }< ............  /><br /><br /><br /><br /><br /> if (empty($button_strip))<br /><br /><br /> return '<td>&nbsp;</td> ............ ', 'tab_back">', implode(' &nbsp;|&nbsp; ', $button_strip) , '</td><br /><br /><br /> <td class="', $ ......
Advertisement: