PDA

View Full Version : Huge space under copyright info


Deirdre
05-10-2011, 02:37 AM
Under some of the pages of my forum, there is a HUGE space after the copyright. I've looked through a bunch of template files trying to figure out what I could have added and I can't find anything.

I've disabled all the plugins/hooks and tried to see if it does it with the default vb kin and it does. I have no idea where else to look.

It happens on the forum index, forum view, profile, inbox

Does not happen on: blogs, arcade, search result page, thread view, forum home page

Any thoughts?

CK
05-10-2011, 06:37 AM
Have a look at the bottom of your footer template.

Deirdre
05-10-2011, 06:44 AM
That's the first thing I looked at. Even left it blank to test and no change.

CK
05-10-2011, 06:54 AM
Hi Deirdre, can you link to your site.

Deirdre
05-10-2011, 07:05 AM
Sure

http://immigrate2us.net/forum/forum.php

CK
05-10-2011, 07:08 AM
Can you post the contents of your footer from the copyright down?

Deirdre
05-10-2011, 08:09 PM
Just this, but I put a border on the div and it's not that, it's after all this.

<div id="footer_copyright" class="shade footer_copyright">
<!-- Do not remove this copyright notice -->
{vb:rawphrase powered_by_vbulletin}
<!-- Do not remove this copyright notice -->
</div>
<div id="footer_morecopyright" class="shade footer_morecopyright" style="height:10px;">
<!-- Do not remove cronimage or your scheduled tasks will cease to function -->
{vb:raw cronimage}
<!-- Do not remove cronimage or your scheduled tasks will cease to function -->
{vb:raw vboptions.copyrighttext}
</div>

<vb:if condition="$vboptions['enablefacebookconnect']">
{vb:raw facebook_footer}
</vb:if>

</div>

TomorrowsGaming
05-11-2011, 12:49 PM
Thats's Strange, shouldn't it be much longer than that.... :erm:

Since you are using the default theme anyway, Could you try reverting the footer template perhaps?
that could probably do the trick

Deirdre
05-11-2011, 12:54 PM
Nope, I installed the default template and checked and it's the same. That's what I don't get. It shouldn't be.

TomorrowsGaming
05-11-2011, 01:06 PM
Nope, I installed the default template and checked and it's the same. That's what I don't get. It shouldn't be.

But have you reverted it?
Here is my footer, give it a go, see if works

Edit: Just checked your site...its not the templates, its something else...

{vb:raw ad_location.ad_footer_start}
{vb:raw ad_location.global_above_footer}
<div id="footer" class="floatcontainer footer">

<form action="{vb:link forumhome|nosession}" method="get" id="footer_select" class="footer_select">


<vb:if condition="$show['quickchooser']">
<select name="styleid" onchange="switch_id(this, 'style')">
<optgroup label="{vb:rawphrase quick_style_chooser}">
{vb:raw quickchooserbits}
</optgroup>
</select>
</vb:if>

<vb:if condition="$show['languagechooser']">
<select name="langid" onchange="switch_id(this, 'lang')">
<optgroup label="{vb:rawphrase quick_language_chooser}">
{vb:raw languagechooserbits}
</optgroup>
</select>
</vb:if>
</form>

<ul id="footer_links" class="footer_links">
<vb:if condition="$show['contactus']"><li><a href="{vb:raw vboptions.contactuslink}" rel="nofollow" accesskey="9">{vb:rawphrase contact_us}</a></li></vb:if>
<vb:if condition="$vboptions['hometitle']"><li><a href="{vb:raw vboptions.homeurl}">{vb:raw vboptions.hometitle}</a></li></vb:if>
<vb:if condition="$show['admincplink']"><li><a href="{vb:raw admincpdir}/index.php{vb:raw session.sessionurl_q}">{vb:rawphrase admin}</a></li></vb:if>
<vb:if condition="$show['modcplink']"><li><a href="{vb:raw modcpdir}/index.php{vb:raw session.sessionurl_q}">{vb:rawphrase mod}</a></li></vb:if>
<vb:if condition="$vboptions['archiveenabled']"><li><a href="archive/index.php{vb:raw session.sessionurl_q}">{vb:rawphrase archive}</a></li></vb:if>
{vb:raw template_hook.footer_links}
<vb:if condition="$vboptions['privacyurl']"><li><a href="{vb:raw vboptions.privacyurl}">{vb:rawphrase privacy_statement}</a></li></vb:if>
<vb:if condition="$vboptions['tosurl']"><li><a href="{vb:raw vboptions.tosurl}">{vb:rawphrase terms_of_service}</a></li></vb:if>
<li><a href="{vb:raw relpath}#top" onclick="document.location.hash='top'; return false;">{vb:rawphrase top}</a></li>
</ul>


<vb:if condition="$show['dst_correction']">
<!-- auto DST correction code -->
<form action="profile.php?do=dst" method="post" name="dstform">
<input type="hidden" name="s" value="{vb:raw session.sessionhash}" />
<input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" />
<input type="hidden" name="do" value="dst" />
</form>
<script type="text/javascript">
<!--
var tzOffset = {vb:raw bbuserinfo.timezoneoffset} + {vb:raw 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 -->
</vb:if>

<script type="text/javascript">
<!--
// Main vBulletin Javascript Initialization
vBulletin_init();
//-->
</script>
{vb:raw template_hook.footer_javascript}
</div>
</div> <!-- closing div for body_wrapper -->

<div class="below_body">
<div id="footer_time" class="shade footer_time">{vb:rawphrase all_times_are_gmt_x_time_now_is_y}</div>

<div id="footer_copyright" class="shade footer_copyright">
<!-- Do not remove this copyright notice -->
{vb:rawphrase powered_by_vbulletin}
<!-- Do not remove this copyright notice -->
</div>
<div id="footer_morecopyright" class="shade footer_morecopyright">
<!-- Do not remove cronimage or your scheduled tasks will cease to function -->
{vb:raw cronimage}
<!-- Do not remove cronimage or your scheduled tasks will cease to function -->
{vb:raw vboptions.copyrighttext}
</div>
<vb:if condition="$vboptions['enablefacebookconnect']">
{vb:raw facebook_footer}
</vb:if>
</div>

Deirdre
05-11-2011, 01:17 PM
Well since it's the default theme (not the one I'm using, I actually created a new style with no parent child and that's the default.), there's nothing to revert.

My footer is identical to yours. Like I said though, I put borders in the various divs and it's after all that.

TomorrowsGaming
05-11-2011, 01:25 PM
Well since it's the default theme (not the one I'm using, I actually created a new style with no parent child and that's the default.), there's nothing to revert.

My footer is identical to yours. Like I said though, I put borders in the various divs and it's after all that.

Oh, I see..I missed that sorry....
Hey, what browser are you using by the way? Anyhow, I was using Google Chrome and now I dont see that space when viewing your site using firefox 4....

Deirdre
05-11-2011, 01:42 PM
omg, I just checked and you're right. I am using chrome.

I wonder why it doesn't do it on every site with vb.

It's not a big deal but it's driving me insane!