View Single Post
  #225  
Old 08-14-2004, 03:08 PM
Lostnode Lostnode is offline
 
Join Date: Nov 2003
Posts: 73
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok, fixed my previous errors, had to do with the fact I was on a pivate lan trying to access a NetBio name (http://linserv) when I typed in the IP and acessed it that way, no more errors, however I have one problem with my tempolate, and I cannot figure out where it went wrong? Seeing how I did a direct copy and paste. Attached is an image of the offending page abd right below is the temopplate code...

cuurent_weather_one
Code:
</td>
 </tr>
 <tr>
  <td height='20' class='shead'>$tpl[location_header]$tpl[location]</td>
 </tr>
 <tr>
  <td height='6'></td>
 </tr>
  <td class='ninfo'>
   <table border='0' cellpadding='0' cellspacing='0' width='100%'>
    <tr>
     <td width='32%' height='20' class='ihead'>$tpl[rsun_text]</td>
     <td height='20' width='2%'></td>
     <td width='32%' height='20' class='ihead'>$tpl[time_text]</td>
     <td height='20' width='2%'></td>
     <td width='32%' height='20' class='ihead'>$tpl[ssun_text]</td>
    </tr>
    <tr>
     <td colspan='5' height='6'></td>
    </tr>
    <tr>
     <td width='32%' height='20' class='pinfo'>
      <table width='100%'>
       <tr>
        <td width='30%' class='pinfo'><img src='$tpl[rsun_icon]' title='$tpl[rsun_text]' alt='' /></td>
        <td width='70%' class='pinfo'>$tpl[sun_rise]</td>
       </tr>
      </table>
     </td>
     <td height='20' width='2%'></td>
     <td width='32%' height='20' class='pinfo'>$tpl[local_time]</td>
     <td height='20' width='2%'></td>
     <td width='32%' height='20' class='pinfo'>
      <table width='100%'>
       <tr>
        <td width='30%' class='pinfo'><img src='$tpl[ssun_icon]' title='$tpl[ssun_text]' alt='' /></td>
        <td width='70%' class='pinfo'>$tpl[sun_set]</td>
       </tr>
      </table>
     </td>
    </tr>
   </table>
  </td>
 </tr>
 <tr>
  <td height='6'></td>
 </tr>
 <tr>
  <td class='ninfo'>
   <table border='0' cellpadding='0' cellspacing='0' width='100%'>
    <tr>
     <td width='34%' class='atc'>
      <table border='0' cellpadding='0' cellspacing='0' width='98%'>
       <tr>
        <td height='20' class='ihead'>$tpl[cuurent_header]</td>
       </tr>
       <tr>
        <td height='16'></td>
       </tr>
       <tr>
        <td height='20' class='pinfo'>$tpl[current_text]</td>
       </tr>
       <tr>
        <td height=20 class='pinfo'><img src='$tpl[current_icon]' title='$tpl[current_text]' alt='' /></td>
       </tr>
       <tr>
        <td height='20' class='pinfo'><b>$tpl[current_temp]</b></td>
       </tr>
      </table>
     </td>
     <td width='66%'>
      <table border='0' cellpadding='0' cellspacing='0' width='98%'>
       <tr>
        <td height='20' class='pinfo'>$tpl[current_time]</td>
       </tr>
       <tr>
        <td height='4'></td>
       </tr>
       <tr>
        <td>
         <table border='0' cellpadding='0' cellspacing='0' width='98%'>
          <tr>
           <td height='20' width='47%' class='ihead'>$tpl[humd_header]</td>
           <td height='20' width='3%'></td>
           <td height='20' width='50%' class='pinfo'>$tpl[current_humd]</td>
          </tr>
         </table>
        </td>
       </tr>
       <tr>
        <td height='4'></td>
       </tr>
       <tr>
        <td>
         <table border='0' cellpadding='0' cellspacing='0' width='98%'>
          <tr>
           <td height='20' width='47%' class='ihead'>$tpl[vis_header]</td>
           <td height='20' width='3%'></td>
           <td height='20' width='50%' class='pinfo'>$tpl[current_vis]</td>
          </tr>
         </table>
        </td>
       </tr>
       <tr>
        <td height='4'></td>
       </tr>
       <tr>
        <td>
         <table border='0' cellpadding='0' cellspacing='0' width='98%'>
          <tr>
           <td height='20' width='47%' class='ihead'>$tpl[ultra_header]</td>
           <td height='20' width='3%'></td>
           <td height='20' width='50%' class='pinfo'>$tpl[current_ultra]</td>
          </tr>
         </table>
        </td>
       </tr>
       <tr>
        <td height='4'></td>
       </tr>
       <tr>
        <td>
         <table border='0' cellpadding='0' cellspacing='0' width='98%'>
          <tr>
           <td height='20' width='47%' class='ihead'>$tpl[baro_header]</td>
           <td height='20' width='3%'></td>
           <td height='20' width='50%' class='pinfo'>$tpl[current_baro] <span><img border='0' src='$tpl[icon_baro]' alt='' /></span></td>
          </tr>
         </table>
        </td>
       </tr>
       <tr>
        <td height='4'></td>
       </tr>
       <tr>
        <td>
         <table border='0' cellpadding='0' cellspacing='0' width='98%'>
          <tr>
           <td height='20' width='47%' class='ihead'>$tpl[direct_header] ($tpl[direct_type])</td>
           <td height='20' width='3%'></td>
           <td height='20' width='50%' class='pinfo'>$tpl[current_direct]</td>
          </tr>
         </table>
        </td>
       </tr>
      </table>
     </td>
    </tr>
   </table>
BTW, the image is of the 5 day forcast, even the 1 day forcast is messed up.....
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01229 seconds
  • Memory Usage 1,800KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • showpost_complete