Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Template Modifications
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
ForumHome Category Spacing [3.8] Details »»
ForumHome Category Spacing [3.8]
Version: 3.00, by DaPro DaPro is offline
Developer Last Online: Sep 2014 Show Printable Version Email this Page

Category: Forum Home Enhancements - Version: 3.8.x Rating:
Released: 02-02-2009 Last Update: 02-02-2009 Installs: 198
Template Edits
 
No support by the author.

This is a small port from what Floris and Zachery have written on Forum Category Spacing. I hope that some of you will find this bit of information useful.

Demo: http://forums.allurehost.com/

Quote:
[HOW-TO] Fix Random "Last Post By" Widths:
  1. Login to your vBulletin AdminCP
  2. GOTO: vBulletin Options > "Forum Listing Display Options"
  3. Fine "Last Thread Title Maximum Displayed Characters", change value to 15 or less
OR

In the instructions on Step 3 & 4 - Change the following:

HTML Code:
width="175"
Change this value to something higher to make sure it fits the varying size of your titles.
Don't forget to click INSTALL

Credits:
Floris - http://www.vbulletin.com/forum/showthread.php?t=110590
Zachery - https://vborg.vbsupport.ru/showthread.php?t=88983

Changelog:

v3.0 (January 24 2009)
========================
- Updated to Support vBulletin 3.8.x

View the 3.7 Version: https://vborg.vbsupport.ru/showthread.php?t=166248
View the 3.6 Version: https://vborg.vbsupport.ru/showthread.php?p=1048565

Download Now

File Type: txt forumhome_spacing_3.8.x.txt (7.4 KB, 1899 views)

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #32  
Old 05-19-2009, 04:14 PM
DJ29Joesph DJ29Joesph is offline
 
Join Date: Jan 2009
Posts: 70
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Have a question. You want me to replace all of Main section with just two lines.
Code:
<!-- main -->
$forumbits
$forumhome_markread_script
<!-- /main -->
If not you need to clearify that.
Reply With Quote
  #33  
Old 05-29-2009, 03:43 PM
Aarmin Aarmin is offline
 
Join Date: Oct 2008
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Just reliezd that I goofed!

Works great, thanks!
Reply With Quote
  #34  
Old 05-31-2009, 05:28 AM
rtyagis rtyagis is offline
 
Join Date: Feb 2009
Posts: 87
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Works fine for me in 3.8.2
Thanks!! :up:
Reply With Quote
  #35  
Old 06-03-2009, 01:00 PM
Jubei Jubei is offline
 
Join Date: Oct 2006
Location: United Kingdom
Posts: 189
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by JohnBee View Post
Big fan of your MOD!

1Q. Is it possible to make the bottom table surround thin like at vb.org?
^^ What this guy said. How would we do that??
Reply With Quote
  #36  
Old 06-05-2009, 09:19 PM
RedHotChili's Avatar
RedHotChili RedHotChili is offline
 
Join Date: Mar 2009
Posts: 68
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

This seems to work okay for me in FF 3.0 and Google Chrome, with the exception of the Last Post column being wider than usual.

But it doesn't seem to work very well at all with IE7. The first column of the tables that shows post status (new/old posts) in forum is all over the place. Seems like there's nothing controlling the first cell width. Similar problem here too with the Last Post column width, it's wider than usual.

Anybody have any idea what might be going on?
Reply With Quote
  #37  
Old 06-06-2009, 06:18 AM
Raug Raug is offline
 
Join Date: Apr 2008
Posts: 25
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I was wondering if there was a way to fix this issue when dealing with subforums.

Attachment 100205

Where there's an extra forums, last post, etc. row above the subforum.

Quote:
Originally Posted by RedHotChili View Post
This seems to work okay for me in FF 3.0 and Google Chrome, with the exception of the Last Post column being wider than usual.

But it doesn't seem to work very well at all with IE7. The first column of the tables that shows post status (new/old posts) in forum is all over the place. Seems like there's nothing controlling the first cell width. Similar problem here too with the Last Post column width, it's wider than usual.

Anybody have any idea what might be going on?
You can try something like this in forumhome_forumbit_level1_nopost and adjust the %'s as you like.

PHP Code:
<td class="thead" width="5%">&nbsp;</td
      <
td class="thead" width="56%" align="$stylevar[left]">$vbphrase[forum]</td
      <
td class="thead" width="25%">$vbphrase[last_post]</td
      <
td class="thead" width="7%">$vbphrase[threads]</td
      <
td class="thead" width="7%">$vbphrase[posts]</td
      <if 
condition="$vboptions['showmoderatorcolumn']"
       <
td class="thead" width="0%">$vbphrase[moderator]</td
Reply With Quote
  #38  
Old 06-06-2009, 03:20 PM
RedHotChili's Avatar
RedHotChili RedHotChili is offline
 
Join Date: Mar 2009
Posts: 68
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Raug View Post
I was wondering if there was a way to fix this issue when dealing with subforums.

Attachment 100205

Where there's an extra forums, last post, etc. row above the subforum.



You can try something like this in forumhome_forumbit_level1_nopost and adjust the %'s as you like.

PHP Code:
<td class="thead" width="5%">&nbsp;</td
      <
td class="thead" width="56%" align="$stylevar[left]">$vbphrase[forum]</td
      <
td class="thead" width="25%">$vbphrase[last_post]</td
      <
td class="thead" width="7%">$vbphrase[threads]</td
      <
td class="thead" width="7%">$vbphrase[posts]</td
      <if 
condition="$vboptions['showmoderatorcolumn']"
       <
td class="thead" width="0%">$vbphrase[moderator]</td
Thanks so much. I really appreciate the help. :up:
Reply With Quote
  #39  
Old 06-12-2009, 06:35 AM
MonCher MonCher is offline
 
Join Date: Oct 2008
Location: The OC
Posts: 52
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am just so new to this and I was really afraid to try installing this. I actually closed my eyes when I had to look at the results. I thought my entire home page would be gone. I actually just followed your instructions and was so please with the results... thank you! I noticed my side tables have re-adjusted a little and I'm not sure how to fix them. But, I'll have the person who installed them adjust them for me. I'm so glad I tried this for myself. Thanks again. Hopefully, it will be the same in the morning.
Reply With Quote
  #40  
Old 06-15-2009, 09:35 PM
sicSRT8's Avatar
sicSRT8 sicSRT8 is offline
 
Join Date: Apr 2009
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Great mod Thank you!
Reply With Quote
  #41  
Old 08-17-2009, 03:43 PM
Samish Samish is offline
 
Join Date: Aug 2009
Posts: 61
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

it has made my thread and posts column wider... how do i make smaller?
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 10:14 AM.


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.07954 seconds
  • Memory Usage 2,360KB
  • Queries Executed 27 (?)
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_code
  • (1)bbcode_html
  • (2)bbcode_php
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (1)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)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_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_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete