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)

Zachery 04-18-2004 10:00 PM

Category Spacing for Gold+
 
The old thread has tons of unneeded info, so heres Category Spacing for Gold+

D7MeEe 04-19-2004 09:43 PM

hello

where screen shot

nice Edit

thanx

Zachery 04-19-2004 10:36 PM

Just like vB.org :)

Tony G 04-19-2004 11:44 PM

Woo! Thanks for releasing this seperate, Zachery. :)

Logik 04-20-2004 01:37 AM

The other one works for gold too, i have it on my board...

Mike_H 04-20-2004 09:34 AM

well this one i also not working, no category spacing, and the alignment is again a mess

OGT 04-20-2004 12:20 PM

typo on last line of the txt

find:
HTML Code:

<div style="padding: 5px 5px 5px p5x;"></div>
replace with:
HTML Code:

<div style="padding: 5px 5px 5px 5px;"></div>

OGT 04-20-2004 01:12 PM

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.

Zachery 04-20-2004 02:50 PM

I do have an alignment fix to post to help everyone here :) it will come later today ;)

ShutDown23 04-22-2004 06:20 PM

Is it possible that you could install this for me? I tried several times but doesn't seem to be working. PM me if you can please


All times are GMT. The time now is 05: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.01267 seconds
  • Memory Usage 1,734KB
  • 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
  • (5)bbcode_html_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)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