vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=111)
-   -   Border problem... (https://vborg.vbsupport.ru/showthread.php?t=92587)

Dark Riku 07-21-2005 02:03 AM

Border problem...
 
Ok, our site is www.gfxwiz.net and as you can see, the bottum left corner of the page doesnt go down all the way... i thaught it was because my footer was to wide.. but nope, i tried that... it still doesnt go down? Any suggestions by reading the source code?

Tony G 07-21-2005 11:09 AM

Footer template code would help. (If you inserted the images in there, if not, wherever you did)

Dark Riku 07-21-2005 03:39 PM

Yea.. its in the footer

Dark Riku 07-22-2005 05:13 PM

No help?

Tony G 07-23-2005 01:04 AM

Quote:

Originally Posted by Tony G
Footer template code would help.

Did you ignore that? XD.

Dark Riku 07-23-2005 04:45 PM

Oh you want the footer template code? i thaught he was asking if the code was in there

Adrian Schneider 07-23-2005 04:47 PM

Well it would help. :)

Dark Riku 07-24-2005 12:19 AM

Am i alowed to post the whole footer code to the public?

bigcurt 07-24-2005 12:34 AM

If I am not mistaken that should be perfectly fine just as long as you dont post your php files with your license info, ect..

Tony G 07-24-2005 01:41 AM

Yes, whole templates are fine, just attach it so it doens't make the page scroll or anything. :)

Dark Riku 07-24-2005 03:30 AM

Is this ok?

Im kinda lost in it myself... i dont want to delete some of the closing tables at the bottum because im lost when i try and find which go to which.. lol

PHP Code:

<br />
<
br />
<
table cellpadding="$stylevar[cellpadding]cellspacing="0" border="0" width="700" class="page" align="center">
    <
tr>
    <
td align="$stylevar[left]">
    <
div class="smallfont" align="left">$vbphrase[all_times_are_gmt_x_time_now_is_y]</div></td>
    <
td align="$stylevar[right]"><div class="smallfont"><strong>

            <
a href="$vbpoptions[bbdir]/forumdisplay.php?$session[sessionurl]do=markread">$vbphrase[mark_forums_read]</a> |
            <
a href="$vbpoptions[bbdir]/showgroups.php?$session[sessionurl]">$vbphrase[view_forum_leaders]</a>

                <if 
condition="!$show['guest']">
        <!-- 
member logout -->
        | <
a href="$vbpoptions[bbdir]/login.php?$session[sessionurl]do=logout&amp;u=$bbuserinfo[userid]"  onclick="return log_out()"><phrase 1="$bbuserinfo[username]">$vbphrase[log_out_x]</phrase></a>
        <!-- 
end member logout -->
    </if>
        </
strong></div></td></tr>
        </
table>

$spacer_close

<if condition="$show['leftcolumn']">
    <if 
condition="$show['old_explorer']">
                </
td>
            </
tr>
        </
table>
    <else />
                            </
div>
                        </
td>
                    </
tr>
                </
table>
            </
div>
        </
div>
    </if>
</if>


<!-- /
content area table -->

<
form action="$vbpoptions[bbdir]/$vboptions[forumhome].php" method="get">

<
table cellpadding="$stylevar[cellpadding]cellspacing="0" border="0" width="$stylevar[outertablewidth]class="page" align="center">

<
tr><td colspan="2">
<
br />

                </
div><br />
                    <!-- Do 
not remove $cronimage or your scheduled tasks will cease to function -->
    
$cronimage
    
<!-- Do not remove $cronimage or your scheduled tasks will cease to function -->

</
td></tr>
<
tr>
    <if 
condition="$show['quickchooser']">
        <
td>
            <
select name="styleid" id="ressel" onchange="switch_styleid(this)">
                <
optgroup label="$vbphrase[quick_style_chooser]">
                    
$quickchooserbits
                
</optgroup>
            </
select>
        </
td>
    </if>
    <
td align="$stylevar[right]">
        <
div class="smallfont">
            <
strong>
                <
a href="$vboptions[contactuslink]">$vbphrase[contact_us]</a> -
                <
a href="$vboptions[homeurl]">$vboptions[hometitle]</a> -
                <if 
condition="$show['admincplink']"><a href="$vbpoptions[bbdir]/$admincpdir/index.php?$session[sessionurl]">$vbphrase[admin]</a> -</if>
                <if 
condition="$show['modcplink']"><a href="$vbpoptions[bbdir]/$modcpdir/index.php?$session[sessionurl]">$vbphrase[mod]</a> -</if>
                <if 
condition="$vboptions['archiveenabled']"><a href="$vbpoptions[bbdir]/archive/index.php">$vbphrase[archive]</a> -</if>
                <if 
condition="$vboptions[privacyurl]"><a href="$vboptions[privacyurl]">$vbphrase[privacy_statement]</a> -</if>
                <
a href="#top" onclick="self.scrollTo(0, 0); return false;">$vbphrase[top]</a>
                </
strong>
        </
div>
        </
td>
</
tr>

</
table>
</
form>



<if 
condition="$show['dst_correction']">
<!-- 
auto DST correction code -->
<
form action="$vbpoptions[bbdir]/profile.php" method="post" name="dstform">
    <
input type="hidden" name="s" value="$session[sessionhash]/>
    <
input type="hidden" name="do" value="dst" />
</
form>
<
script type="text/javascript">
<!--
    var 
tzOffset $bbuserinfo[timezoneoffset] + $bbuserinfo[dstonoff];
    var 
utcOffset = new Date().getTimezoneOffset() / 60;
    if (
Math.abs(tzOffset utcOffset) == 1)
    {    
// Dst offset is 1 so its changed
        
document.forms.dstform.submit();
    }
//-->
</script>
<!-- / 
auto DST correction code -->
</if>

<
script type="text/javascript">
<!--
    
// Main vBulletin Javascript Initialization
    
vBulletin_init();

    
// Initialize 'Active' Table Cells
    //activecells_init();
//-->
</script>





  </
td>
</
tr>
</
table>

</
td>
  </
tr>
</
table>
<
table width="814" border="0" cellspacing="0" cellpadding="0">
  <
tr
<
table bgcolor="#F7F7F7" width="800" border="0" align="right" cellpadding="0" cellspacing="0">
      <
tr>
        
        <
td width="57"><a href="javascript:scroll(0,0);"><img src="$stylevar[imgdir_misc]/footer_ls.gif" alt="" width="57" height="50" border="0" /></a></td>

    <
td width="176"><a href="http://www.vbulletin.com" target="_blank"><img src="$stylevar[imgdir_misc]/footer_vb.gif" alt="" width="176" height="50" border="0" /></a></td>
        <
td width="569"><img src="$stylevar[imgdir_misc]/footer_rs.gif" width="569" height="50" alt="" /></td>
    </
tr>

</
table>
</
td>
</
td>
    <
td width="14" bgcolor="#EAEAEA" background="$stylevar[imgdir_misc]/bgright.gif"><img src="$stylevar[imgdir_misc]/bgright.gif" width="14" height="35" alt=" " /></td>
  </
tr>
</
table>


  </
tr>
</
table>
  </
tr>
</
table>
<!-- /
content area table -->
</
div


Dark Riku 07-26-2005 04:06 AM

Bump please.


All times are GMT. The time now is 03:13 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.01168 seconds
  • Memory Usage 1,824KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (12)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete