vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Member Archives (https://vborg.vbsupport.ru/forumdisplay.php?f=202)
-   -   How do I change category heights? (https://vborg.vbsupport.ru/showthread.php?t=37045)

Xanthine 04-05-2002 10:12 PM

How do I change category heights?
 
1 Attachment(s)
I'd like all the table category heights on my forum to be the same height, not different heights like they are now. How would I be able to make the Online users and PM categories the same as the forum categories? See the attached if you dont know what Im talking about.

g-force2k2 04-09-2002 06:24 PM

It probably has something to do with the coding... if you give me the coding for the table i'll be happy to help you with fixing whateva you need help with ;D

~gforce2001~

Xanthine 04-09-2002 07:03 PM

Thanks for the reply and kind offer to look at it. I just figured it out a few minutes ago so it's all good. :p

dany1 06-09-2002 05:19 PM

hello,


I also would like to change the category heights, could anyone tell me how to do this? :)

thank you

greets
Dany2003


p.s.: sorry for my bad english...

Stryker 11-29-2002 06:46 PM

I'd like to know too *hint, hint*. :D I've made a background graphic I want to use but it's taller than the default height so the bottom of it isn't shown.

filburt1 11-29-2002 07:27 PM

Make sure you don't have anything (including spaces and newlines) before <smallfont> and after </smallfont> in forumhome_forumbit_level1_nopost.

Stryker 12-01-2002 08:57 AM

I've not touched that template so it still uses the default setup.

Code:

<tr id="cat">
        <td bgcolor="{categorybackcolor}" colspan="6"><a href="forumdisplay.php?s=$session[sessionhash]&forumid=$forum[forumid]"><normalfont color="{categoryfontcolor}"><b>$forum[title]</b></normalfont></a>
        <br><smallfont color="{categoryfontcolor}">$forum[description]</smallfont></td>
</tr>


Dean C 12-01-2002 12:05 PM

Try removing the

PHP Code:

id=cat 

- miSt

Stryker 12-01-2002 01:00 PM

Thanks, but this doesn't seem to make any difference.

Dean C 12-01-2002 01:40 PM

I'm not sure then :s

- miSt

Stryker 12-01-2002 09:06 PM

Oh well, thanks for trying anyway. :)

NTLDR 12-01-2002 09:12 PM

If you don't use forum discriptions then use:

Code:

<tr id="cat">
        <td bgcolor="#336D95" background="https://vborg.vbsupport.ru/images/catagory_backing.gif" colspan="6"><a href="forumdisplay.php?s=$session[sessionhash]&forumid=$forum[forumid]"><normalfont color="#000000"><b>$forum[title]</b></normalfont></a></smallfont></td>
</tr>

Untested but should be nearer to what you want or the same height as the others.


All times are GMT. The time now is 03:51 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.01926 seconds
  • Memory Usage 1,731KB
  • 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
  • (2)bbcode_code_printable
  • (1)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (12)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
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete