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

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 04-10-2006, 02:58 AM
gunitman247 gunitman247 is offline
 
Join Date: Aug 2005
Location: Omaha
Posts: 78
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default On my forumhome

Im adding a new temp to my site. Ive run in to the problem where it takes a fixed temp to a stretched 1 how do i fix it?

PHP Code:
$stylevar[htmldoctype]
<
html dir="$stylevar[textdirection]lang="$stylevar[languagecode]">
<
head>
    <!-- 
no cache headers -->
    <
meta http-equiv="Pragma" content="no-cache" />
    <
meta http-equiv="Expires" content="-1" />
    <
meta http-equiv="Cache-Control" content="no-cache" />
    <!-- 
end no cache headers -->
    <
title><phrase 1="$vboptions[bbtitle]">$vbphrase[x_powered_by_vbulletin]</phrase></title>
    
$headinclude
</head>
<
body>
$header
$navbar
       
<if condition="$show['guest']">
    <!-- 
guest welcome message -->
       <
table class="tborder" cellpadding="$stylevar[cellpadding]cellspacing="$sty levar[cellspacing]" border="0" width="100%" align="center">

    <
tr>
        <
td class="tcat" colspan="6"><phrase 1="$vboptions[bbtitle]">$vbphrase[welcome_to_the_x]</phrase></td>
    </
tr>
    <
tr>
        <
td class="alt1" colspan="6">
            <
phrase 1="faq.php?$session[sessionurl]2="register.php?$session[sessionurl]">$vbphrase[first_visit_message]</phrase>
        </
td>
    </
tr></table>
    <
div style="padding: 7px 7px 7px 7px;"></div>
    <!-- / 
guest welcome message -->
    </if>


<!-- 
main -->
$forumbits
<!-- /main -->


<!-- 
what's going on box -->
 <!-- top category table setup -->
<table width="100%" style="background-image:url(deviant/images/head.jpg)" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td width="28" height="33" align="left" valign="top"><img src="deviant/images/headleft.jpg" alt=" " border="0" /></td>
    <td width="100%" class="tcat" align="left"><strong>$vbphrase[whats_going_on]</strong></td>
     <td width="34" height="33" align="right" valign="top"><img src="deviant/images/headright.jpg" alt=" " border="0" /></td>
  </tr>
</table>
        <!-- End top category table setup -->

<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">

<if condition="$show['
loggedinusers']">
<!-- logged-in users -->
<tbody>
    <tr>
        <td class="thead" colspan="2">
            <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('
forumhome_activeusers')"><img id="collapseimg_forumhome_activeusers" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_activeusers].gif" alt="" border="0" /></a>
            <a href="online.php?$session[sessionurl]">$vbphrase[currently_active_users]</a>: $totalonline (<phrase 1="$numberregistered" 2="$numberguest">$vbphrase[x_members_and_y_guests]</phrase>)
        </td>
    </tr>
</tbody>
<tbody id="collapseobj_forumhome_activeusers" style="$vbcollapse[collapseobj_forumhome_activeusers]">
    <tr>
        <td class="alt2"><a href="online.php?$session[sessionurl]"><img src="$stylevar[imgdir_misc]/whos_online.gif" alt="$vbphrase[view_whos_online]" border="0" /></a></td>
        <td class="alt1" width="100%">
            <div class="smallfont">
                <div style="white-space: nowrap"><phrase 1="$recordusers" 2="$recorddate" 3="$recordtime">$vbphrase[most_users_ever_online_was_x_y_at_z]</phrase></div>
                <div>$activeusers</div>
            </div>
        </td>
    </tr>
</tbody>
<!-- end logged-in users -->


</if>
<!-- Usergroup Legend by GTAce -->

<tbody> 
    <tr> 
        <td class="thead" colspan="2"> 
            <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('
forumhome_legend')"><img id="collapseimg_forumhome_activeusers" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_activeusers].gif" alt="" border="0" /></a> Legend 
        </td> 
    </tr> 
</tbody> 

<tbody id="collapseobj_forumhome_legend" style="$vbcollapse[collapseobj_forumhome_activeusers]"> 
    <tr>  
        <td class="alt2">  
            <center> <img src="http://globalsigalliance.com/forums/images/satellite/misc/whos_online.gif" border="0" /> </center>  
        </td>
            <td class="alt1" width="100%"> 
                <div class="smallfont">  
                    <div> 
                        <font color="#ff0000"><b>Administrators</b></font> – <font color="#ffa500"><b>Super Mods</b></font> - <font color="#008000"><b>Mods</b></font> - <font color="#0000ff"><b>GFX Team</b></font> - <font color="#ff00aa"><b>Trial GFX'
r</b></font> - <font color="#977548"><b>200 club</b></font> - <font color="#8297c8"><b>members</b></font>
                    </
div>  
                </
div
            </
td
        </
tr
</
tbody>

<!-- / 
Usergroup Legend by GTAce -->
<
tbody>
    <
tr>
        <
td class="thead" colspan="2">
            <
a style="float:$stylevar[right]href="#top" onclick="return toggle_collapse('forumhome_stats')"><img id="collapseimg_forumhome_stats" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_stats].gif" alt="" border="0" /></a>
            <
phrase 1="$vboptions[bbtitle]">$vbphrase[x_statistics]</phrase>
        </
td>
    </
tr>
</
tbody>
<
tbody id="collapseobj_forumhome_stats" style="$vbcollapse[collapseobj_forumhome_stats]">
    <
tr>
        <
td class="alt2"><img src="$stylevar[imgdir_misc]/stats.gif" alt="<phrase 1="$vboptions[bbtitle]">$vbphrase[x_statistics]</phrase>" border="0" /></td>
        <
td class="alt1" width="100%">
        <
div class="smallfont">
            <
div>$vbphrase[threads]: $totalthreads$vbphrase[posts]: $totalposts$vbphrase[members]: $numbermembers</div>
            <
div><phrase 1="member.php?$session[sessionurl]u=$newuserid2="$newusername">$vbphrase[welcome_to_our_newest_member_x]</phrase></div>
        </
div>
        </
td>
    </
tr>
</
tbody>
<if 
condition="$show['birthdays']">
<!-- 
today's birthdays -->
<tbody>
    <tr>
        <td class="thead" colspan="2">
            <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('
forumhome_birthdays')"><img id="collapseimg_forumhome_birthdays" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_birthdays].gif" alt="" border="0" /></a>
            $vbphrase[todays_birthdays]
        </td>
    </tr>
</tbody>
<tbody id="collapseobj_forumhome_birthdays" style="$vbcollapse[collapseobj_forumhome_birthdays]">
    <tr>
        <td class="alt2"><a href="calendar.php?$session[sessionurl]do=getday&amp;day=$today&amp;sb=1"><img src="$stylevar[imgdir_misc]/birthday.gif" alt="$vbphrase[view_birthdays]" border="0" /></a></td>
        <td class="alt1" width="100%"><div class="smallfont">$birthdays</div></td>
    </tr>
</tbody>
<!-- end today'
s birthdays -->
</if>
<if 
condition="$show['upcomingevents']">
<
tbody>
    <
tr>
        <
td class="thead" colspan="2">
            <
a style="float:$stylevar[right]href="#top" onclick="return toggle_collapse('forumhome_events')"><img id="collapseimg_forumhome_events" src="$stylevar[imgdir_button]/collapse_thead$vbcollapse[collapseimg_forumhome_events].gif" alt="" border="0" /></a>
            <if 
condition="$show['todaysevents']">$vbphrase[todays_events]<else /><phrase 1="$vboptions[showevents]">$vbphrase[upcoming_events_for_the_next_x_days]</phrase></if>
        </
td>
    </
tr>
</
tbody>
<
tbody id="collapseobj_forumhome_events" style="$vbcollapse[collapseobj_forumhome_events]">
    <
tr>
        <
td class="alt2"><a href="calendar.php?$session[sessionurl]"><img src="$stylevar[imgdir_misc]/calendar.gif" alt="$vbphrase[calendar]border="0" /></a></td>
        <
td class="alt1" width="100%"><div class="smallfont">$upcomingevents</div></td>
    </
tr>
</
tbody>
</if>
<
tr><td class="thead" colspan="88">Sig of the Week</td></tr>
<
tr><td class="alt1" colspan="31" >
<
center><img src="http://i4.photobucket.com/albums/y141/emerio/Signatures/emerio_wanderergift.jpg"</a
<
br>    
<
b>emerio Winner of SOTW 9</b></center>
</
a><span class="smallfont">$sotw</span></td></tr>
            </
div>
        </
td>
    </
tr>
</
tbody>            </div>
        </
td>
    </
tr>
</
tbody>

<
tr><td class="thead" colspan="88">Topsites--Click these buttons to vote for us-- Please show your support!</td></tr>
<
tr><td class="alt1" colspan="31" >
<
center>
<
a href="http://www.topsigsites.rnel.net/in=859" target="_blank"><img src="http://topsigsites.rnel.net/button.gif" width="88" height="31" border="0" alt="Click and VOTE"></a> &nbsp;
<
a href="http://www.rxnk.com/topsite2/index.php?id=460" target="_blank"><img src="http://www.rxnk.com/topsite2/img.php?id=460" width="88" height="31" border="0" alt="Click and VOTE"></a>
&
nbsp;
<
a href="http://www.optimumwd.com/topsites/in.php?id=556">
<
img src="http://www.optimumwd.com/topsites/button.php?id=556" border="0">
</
a> &nbsp;
<
a href="http://www.static-design.com/topsites1/in.php?id=669">
<
img src="http://www.static-design.com/topsites1/button.php?id=669" border="0" /> &nbsp;
<
A HREF="http://www.pixel2life.com/forums/index.php?act=toplist&code=hitin&site=226" TARGET="_top"><IMG SRC="http://www.pixel2life.com/images/tempgfx/p2lbanner.gif" BORDER="0"></A>
</
a> &nbsp;
<
a href="http://www.clangraphics.com/topsites/">
<
img src="http://www.clangraphics.com/topsites/button.php?u=recro" alt="Clan Graphics Topsites" border="0" />
</
a>
<
br>
<
center><a href="http://www.GreyCobra.com/topsites/in.php?id=215">
<
img src="http://www.GreyCobra.com/topsites/button.php?id=215" border="0" />
</
a> &nbsp;
<
a href="http://www.trusttec.net/topsites/">
<
img src="http://www.trusttec.net/topsites/button.php?u=recro" alt="Trusttec Top 20" border="0" />
</
a></center></br>
&
nbsp;
<
a href="http://topsite.globalsigalliance.com/">
<
img src="http://topsite.globalsigalliance.com/button.php?u=recro" alt="GSA Top Sites" border="0" />
</
a></center></br>
&
nbsp;
<
center>
<
a href="http://chaos.gladiatorarenas.net/modules.php?name=MS_TopSites&file=in&id=17" target="_blank"><img src="http://sigshack.globalsigalliance.com/uploads/7ba91d7e84.gif" border="0"></a></center></br>


</
a><span class="smallfont">$affiliates</span></td></tr>
            </
div>
        </
td>
    </
tr>
</
tbody>
<
tr><td class="thead" colspan="88">Advertisment</td></tr>
<
tr><td class="alt1" colspan="31" >
<
center>

<!-- 
BeginAdBrite -->
<
style type="text/css">
.
adHeadline {fontbold 10pt Arialtext-decorationunderlinecolorblue;}
.
adText {fontnormal 10pt Arialtext-decorationnonecolorblack;}
</
style>
<
script type="text/javascript" src="http://4.adbrite.com/mb/text_group.php?sid=90535&amp;col=10&amp;br=1&amp;dk=706572736f6e616c735f355f33"></script>
<
/>
<
div><class="adHeadline" target="_top" href="http://www.adbrite.com/mb/commerce/purchase_form.php?opid=90535&amp;afsid=1">Your Ad Here</a></div>
<!-- 
EndAdBrite -->
</
center>
</
a><span class="smallfont">$affiliates</span></td></tr>
            </
div>
        </
td>
    </
tr>
</
tbody>
<
tr><td class="thead" colspan="88">Donate</td></tr>
<
tr><td class="alt1" colspan="31" >
<
center>
<
form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<
input type="hidden" name="cmd" value="_xclick">
<
input type="hidden" name="business" value="gunitman247@gmail.com">
<
input type="hidden" name="item_name" value="Global Sig Alliance">
<
input type="hidden" name="no_shipping" value="1">
<
input type="hidden" name="return" value="http://www.globalsigalliance.com">
<
input type="hidden" name="cancel_return" value="http://www.globalsigalliance.com">
<
input type="hidden" name="no_note" value="1">
<
input type="hidden" name="currency_code" value="USD">
<
input type="hidden" name="tax" value="0">
<
input type="hidden" name="bn" value="PP-DonationsBF">
<
input type="image" src="https://www.paypal.com/en_US/i/btn/x-click-but21.gif" border="0" name="submit" alt="Make payments with PayPal - it's fast, free and secure!">
</
form></center>

</
a><span class="smallfont">$affiliates</span></td></tr>
            </
div>
        </
td>
    </
tr>
</
tbody>

<
tr><td class="thead" colspan="88">Affiliates</td></tr>
<
tr><td class="alt1" colspan="31" >
<
center>
<
A HREF="http://www.sigzandshit.co.uk/" TARGET="_blank"><IMG SRC="http://img493.imageshack.us/img493/4884/button8fm.jpg" BORDER="0"></A>
</
a></center>

</
a><span class="smallfont">$affiliates</span></td></tr>
            </
div>
        </
td>
    </
tr>
</
tbody>    

<
tbody>
    <
tr>
        <
td class="tfoot" align="center" colspan="<if condition="$vboptions['showmoderatorcolumn']">6<else />5</if>"><div class="smallfont"><strong>
            <
a href="forumdisplay.php?$session[sessionurl]do=markread">$vbphrase[mark_forums_read]</a>
            &
nbsp; &nbsp;
            <
a href="showgroups.php?$session[sessionurl_q]">$vbphrase[view_forum_leaders]</a>
        </
strong></div></td>
    </
tr>
</
tbody>

</
table>
<
br />
<!-- 
end what's going on box -->



<!-- icons and login code -->
<table border="0" align="center" cellpadding="10" cellspacing="0" style="border: 1px solid #C7C6C6; background-color: #EEECEC;">
        <tr>            
            <td align="center" valign="middle" class="smallfont" >
            <img src="$stylevar[imgdir_statusicon]/forum_new.gif" alt="$vbphrase[contains_new_posts]" align="middle" border="0" /> New posts &nbsp; &nbsp;
            <img src="$stylevar[imgdir_statusicon]/forum_old.gif" alt="$vbphrase[contains_no_new_posts]" align="middle" border="0" /> No new posts &nbsp;&nbsp;
            <img src="$stylevar[imgdir_statusicon]/forum_old_lock.gif" alt="$vbphrase[a_closed_forum]" align="middle" border="0" /> A locked forum &nbsp;&nbsp;</td>
        </tr>
      </table>
<!-- / icons and login code -->


$footer
</body>
</html> 
It was like that before i added the extra stuff but even that i copied from my other fixed template
Reply With Quote
 


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 05:35 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05369 seconds
  • Memory Usage 2,719KB
  • Queries Executed 12 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_php
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (4)post_thanks_box
  • (4)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (4)post_thanks_postbit_info
  • (4)postbit
  • (4)postbit_onlinestatus
  • (4)postbit_wrapper
  • (1)showthread_list
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

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

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids_threaded
  • showthread_threaded_construct_link
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete