vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Moderated by... (https://vborg.vbsupport.ru/showthread.php?t=40163)

Boofo 06-22-2002 10:16 PM

Moderated by...
 
1 Attachment(s)
Can someone please help me fix the problem that I am having with the space between the forum desciption and the Moderated By line being bigger than the space between the forum title and the forum description? I would like a tighter space bewteen all of them, if possible. :)

I am attaching a picture of what I mean to this post.

Admin 06-23-2002 04:46 AM

HTML code?

Boofo 06-23-2002 04:48 AM

I'm sorry, Chen, what do you mean? You want to see the code I am using? :)

Quote:

Originally posted by FireFly
HTML code?

Admin 06-23-2002 04:59 AM

Yes.

Boofo 06-23-2002 05:08 AM

This is the code from my forumhome_forumbit_level2_post template. Do you need the code from the index.php, too?

Code:

<tr align="center">
        <td bgcolor="{ secondaltcolor}" valign="middle"><img src="{ imagesfolder}/$forum[onoff].gif" border="0" alt=""></td>
<td bgcolor="{ firstaltcolor}" onMouseOver="this.style.backgroundColor='{ secondaltcolor}';
this.style.cursor='hand';"
onMouseOut="this.style.backgroundColor='{ firstaltcolor}';"
onClick="window.location.href='forumdisplay.php?s=$session[sessionhash]&forumid=$forum[forumid]'">
<table width=100% cellspacing="0" cellpadding="0" border="0">
<tr>
<td align="left">
$ficonimg
<normalfont><b>$forum[title]</b></normalfont></a></td>
<td width="35%" align="right" valign="top">
<smallfont>(<b>$count</b> user$s browsing)</smallfont></td>
</tr>
<td colspan="2">
<smallfont>$forum[description]<br>$forum[moderators]</smallfont>
</td>
</tr>
</table>
</td>

        <td bgcolor="{ secondaltcolor}"><normalfont>$forum[replycount]</normalfont></td>
        <td bgcolor="{ firstaltcolor}"><normalfont>$forum[threadcount]</normalfont></td>
                <td bgcolor="{ secondaltcolor}"><smallfont>$forum[lastpostinfo]</smallfont></td>
</tr>



All times are GMT. The time now is 06:52 PM.

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.02701 seconds
  • Memory Usage 1,718KB
  • 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
  • (1)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)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