vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=134)
-   -   Category Spacing for Gold+ (https://vborg.vbsupport.ru/showthread.php?t=88983)

StarBuG 04-23-2004 10:18 PM

thx for this release.

But you should update your instructions with the fix from OGT cause without it there is no spacing!

Greetings

StarBuG

LOD-squa 04-23-2004 10:21 PM

Thank you for this mod, just what I needed to continue my forums layout. ^^

Floris 04-24-2004 10:47 AM

Quote:

Originally Posted by OGT
I installed this as posted and a lot of the forum columns were out of alignment. I replaced this code from the mod:
HTML Code:

        <tr align="center">
          <td class="thead">&nbsp;</td>
          <td class="thead" width="100%" align="$stylevar[left]">$vbphrase[forum]</td>
          <td class="thead" width="175">$vbphrase[last_post]</td>
          <td class="thead">$vbphrase[threads]</td>
          <td class="thead">$vbphrase[posts]</td>
          <if condition="$vboptions['showmoderatorcolumn']">
          <td class="thead">$vbphrase[moderator]</td>

with this code that was originally mine, I beleive from the index mod floris put up, that puts index headers below cat names, and it works out much nicer, however, if the last post containes 3-4 large words, whatever method is used to trim post titles doesn't work, and will knock the last post column out of alignment.
HTML Code:

<tr align="center">
<td class="thead" width="38">&nbsp;</td>
<td class="thead" align="$stylevar[left]">$vbphrase[forum]</td>
<td class="thead" width="240">$vbphrase[last_post]</td>
<td class="thead" width="70">$vbphrase[threads]</td>
<td class="thead" width="70">$vbphrase[posts]</td>
<if condition="$vboptions['showmoderatorcolumn']">
<td class="thead" width="120">$vbphrase[moderator]</td>

changing width="240" in this:
HTML Code:

<td class="thead" width="240">$vbphrase[last_post]</td>
to something larger would alleviate that, but your mileage may vary. I think I am going to set it to 300 and see how it goes for awhile, but I think if the function that turns "a long postname" into "a long..." to fit table widths were looked at, it would be a cleaner fix.

Now apply the same width to the template that makes up the rows, and you are done ;)

The Quibbler 04-24-2004 05:50 PM

Edit: never mind, I found another mod that did what I wanted :)

rebelsrock06 04-24-2004 06:11 PM

your havnig probs with the moderator collumn right ?

Tradjick 04-24-2004 09:21 PM

Thanks Zach. :)

It perfectly worked on my forums.

Here is a before/after (except for the collapse.gif):

Aaron RV 04-25-2004 10:46 AM

Not work on vb 3.0.1 why? :(

Tradjick 04-25-2004 11:45 AM

Quote:

Originally Posted by Aaron
Not work on vb 3.0.1 why? :(

I did it on vb3.0.1. Maybe you have modified templates, but with a clean install of 3.0.1 all you have to do is to follow the instructions.

imported_Jazzie 04-26-2004 02:23 PM

How do you give it a bigger gap between the categories?

Schwarze Katze 04-26-2004 06:07 PM

I tried this mod and I'm pretty pleased. Still there's a little problem I've got.
There's one forum we've got, that's not put in a categorie. It's the first forum on the list and well, there's no spacing between this forum and the categorie following. Additionally this forum column shows up wider than the others.
I suppose I need to modify the forumhome_forumbit_level1_post too?


All times are GMT. The time now is 07:59 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.01151 seconds
  • Memory Usage 1,744KB
  • 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
  • (3)bbcode_html_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete