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

Reply
 
Thread Tools Display Modes
  #1  
Old 01-26-2007, 01:22 AM
FreshPrince FreshPrince is offline
 
Join Date: Oct 2006
Posts: 108
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Is there a modification to close the gaps between forums?

Hello,

After installing a new skin, there are a lot of gaps between the forums, that I find to be a bit cumbersome. Is there a mod to close those gaps? I've seen a hack to put a space in between them.

Thank again.

FP
Reply With Quote
  #2  
Old 01-26-2007, 01:50 AM
Aken's Avatar
Aken Aken is offline
 
Join Date: Jul 2004
Location: Wisconsin, USA
Posts: 129
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You would need to change the contents of a template (or possibly more than one), not install a hack or mod.

If you don't like the gaps on the Forum Home page, post a link to your boards and the contents of your forumhome_forumbit_level1_nopost template - someone should be able to point you in the right direction.
Reply With Quote
  #3  
Old 01-26-2007, 02:28 AM
Shazz's Avatar
Shazz Shazz is offline
 
Join Date: Jun 2006
Location: Utah
Posts: 4,758
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

There are many try this
https://vborg.vbsupport.ru/showthrea...light=seperate
Reply With Quote
  #4  
Old 01-27-2007, 03:28 AM
FreshPrince FreshPrince is offline
 
Join Date: Oct 2006
Posts: 108
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Aken View Post
You would need to change the contents of a template (or possibly more than one), not install a hack or mod.

If you don't like the gaps on the Forum Home page, post a link to your boards and the contents of your forumhome_forumbit_level1_nopost template - someone should be able to point you in the right direction.
Yeah man, here it is.


So, what can I change to get rid of that big gap on the top, between the navbar and beneath the banner, and how do I get rid of the gap between the forums? Thanks a lot.

FP

http://www.politicsforumpoliticalworld.com/forum/
Quote:
<!-- top -->
<style type="text/css">
<!--
.style2 {
font-family: Tahoma;
font-size: 12px;
font-weight: bold;
}
-->
</style>

<table width="100%" border="0" cellpadding="0" cellspacing="0" background="$stylevar[imgdir_misc]/cat_title_bg.gif">
<tr>
<td width="22" background="$stylevar[imgdir_misc]/cat_title_bg.gif"><img src="$stylevar[imgdir_misc]/cat_title_left.gif" width="22" height="31"></td>
<td background="$stylevar[imgdir_misc]/cat_title_left_bg.gif" style="background-repeat:no-repeat;">
<a href="forumdisplay.php?$session[sessionurl]f=$forum[forumid]" class="text style2">$forum[title] <font class="container">$forum[title]</font></a> </td>
<td background="$stylevar[imgdir_misc]/cat_title_bg.gif">
<div align="right"><a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumbit_$forumid')"><img id="collapseimg_forumbit_$forumid" src="$stylevar[imgdir_button]/collapse_tcat{$collapseimg_forumid}.gif" alt="" border="0" /></a>
</div></td>
<td width="21" background="$stylevar[imgdir_misc]/cat_title_bg.gif"><div align="right"><img src="$stylevar[imgdir_misc]/cat_title_right.gif" width="21" height="31"></div></td>
</tr>
</table>
<!-- /top -->





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

<if condition="$childforumbits">
<tbody id="collapseobj_forumbit_$forumid" style="{$collapseobj_forumid}">
<tr align="center">
<td class="thead" width="50">&nbsp;</td>
<td class="thead" align="$stylevar[left]">$vbphrase[forum]</td>
<td class="thead" width="200">$vbphrase[last_post]</td>
<td class="thead" width="40">$vbphrase[threads]</td>
<td class="thead" width="40">$vbphrase[posts]</td>
<if condition="$vboptions[showmoderatorcolumn]">
<td class="thead">$vbphrase[moderator]</td>
</if>
</tr>
$childforumbits
</if>
</tbody>
</table>



<!-- bottom -->
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="143"><img src="$stylevar[imgdir_misc]/cat_footer_left.gif" width="143" height="23"></td>
<td background="$stylevar[imgdir_misc]/cat_footer_bg.gif">&nbsp;</td>
<td width="48"><img src="$stylevar[imgdir_misc]/cat_footer_right.gif" width="48" height="23"></td>
</tr>
</table>

<!-- /bottom -->

<div style="padding: 10px 10px 10px 10px;"></div>
Reply With Quote
  #5  
Old 01-27-2007, 07:21 AM
Aken's Avatar
Aken Aken is offline
 
Join Date: Jul 2004
Location: Wisconsin, USA
Posts: 129
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well to get rid of the gaps between each category section just remove the div off the bottom:

Code:
<div style="padding: 10px 10px 10px 10px;"></div>
However I think your forums look fine seperated the way they are now, I think you should leave the gap!

As for the large gap above the navbar, I can see what's causing it, but without seeing exactly how it's laid out in your templates I can't say for sure how to remove it. Try posting your header template, we'll see if it's in there
Reply With Quote
  #6  
Old 01-27-2007, 11:29 AM
FreshPrince FreshPrince is offline
 
Join Date: Oct 2006
Posts: 108
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks, Aken, I'll get on that a bit later in the afternoon.

With regards to my header.....funny you should mention that.

https://vborg.vbsupport.ru/showthread.php?t=137631
Reply With Quote
Reply


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:13 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05461 seconds
  • Memory Usage 2,217KB
  • Queries Executed 13 (?)
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)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (1)bbcode_code
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (6)post_thanks_box
  • (6)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (6)post_thanks_postbit_info
  • (6)postbit
  • (6)postbit_onlinestatus
  • (6)postbit_wrapper
  • (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_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
  • 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