Welcome, Guest. Please Login or Register.
August 20, 2025, 12:18:13 PM
Home Help Search Log in Register
News: SMF is the next generation in forum software, almost completely re-written from the ground up, make sure you don't fall for cheap imitations that suffer from feature bloat!

YaBB SE Community  |  English User Help  |  English Help  |  Board description size? « previous next »
Pages: [1] Reply Ignore Print
Author Topic: Board description size?  (Read 406 times)
D-Man
Jr. Member
**
Posts: 72


I ain't no friggin llama!

Board description size?
« on: March 25, 2003, 05:00:30 PM »
Reply with quote

where do I set the size of the font for the forum descriptions? I'd like to make it smaller...thx
Logged

[Unknown]
Global Moderator
YaBB God
*****
Posts: 7830


ICQ - 179721867unknownbrackets@hotmail.com WWW
Re:Board description size?
« Reply #1 on: March 25, 2003, 05:06:58 PM »
Reply with quote

Look in MessageIndex.php.

-[Unknown]
Logged
Spaceman-Spiff
Mod Team
YaBB God
*****
Posts: 3689


My $txt[228]

Re:Board description size?
« Reply #2 on: March 25, 2003, 06:21:09 PM »
Reply with quote

and BoardIndex.php
it's one of those text size that's hardcoded, just search for "description"
Logged

   My mods, ysePak, codes, tutorials
    Support question IMs = bad.
D-Man
Jr. Member
**
Posts: 72


I ain't no friggin llama!

Re:Board description size?
« Reply #3 on: March 25, 2003, 06:25:41 PM »
Reply with quote

I did the following, I replaced this code in the boardindex.php:

Quote<td class="windowbg2" align="left" width="60%">
                     <a name="b' . $row_board['ID_BOARD'] . '"></a>
                     <font size="2"><b><a href="' . $scripturl . '?board=' . $row_board['ID_BOARD'] . '">' . $row_board['boardName'] . '</a></b><br />
                     ' . $row_board['description'] . '</font>' . $showmods . '
                  </td>

with this:
Quote<td class="windowbg2" align="left" width="60%">
                     <a name="b' . $row_board['ID_BOARD'] . '"></a>
                     <font size="2"><b><a href="' . $scripturl . '?board=' . $row_board['ID_BOARD'] . '">' . $row_board['boardName'] . '</a></font></b><br />
                     <font size="1">' . $row_board['description'] . '</font>' . $showmods . '
                  </td>

seems to work fine....is this a sufficient enough solution or will this give me any problems?
Logged

[Unknown]
Global Moderator
YaBB God
*****
Posts: 7830


ICQ - 179721867unknownbrackets@hotmail.com WWW
Re:Board description size?
« Reply #4 on: March 25, 2003, 06:34:10 PM »
Reply with quote

I thought you meant the descriptions above each board......

Yeah, that should be fine.

-[Unknown]
Logged
D-Man
Jr. Member
**
Posts: 72


I ain't no friggin llama!

Re:Board description size?
« Reply #5 on: March 25, 2003, 06:41:55 PM »
Reply with quote

No, I mean't on the board index...thx for the help anyway  ;)
Logged

Spaceman-Spiff
Mod Team
YaBB God
*****
Posts: 3689


My $txt[228]

Re:Board description size?
« Reply #6 on: March 25, 2003, 06:44:58 PM »
Reply with quote

<font size="2"><b><a href="' . $scripturl . '?board=' . $row_board['ID_BOARD'] . '">' . $row_board['boardName'] . '</a></font></b><br />
you should close the <b> tag before closing the <font>, or it wont be XHTML 1.0 valid ;)

<font size="2"><b><a href="' . $scripturl . '?board=' . $row_board['ID_BOARD'] . '">' . $row_board['boardName'] . '</a></b></font><br />
Logged

   My mods, ysePak, codes, tutorials
    Support question IMs = bad.
D-Man
Jr. Member
**
Posts: 72


I ain't no friggin llama!

Re:Board description size?
« Reply #7 on: March 25, 2003, 06:47:42 PM »
Reply with quote

hmmmm good thing u mentioned that, will do. Thx once again  ;D
Logged

Pages: [1] Reply Ignore Print 
YaBB SE Community  |  English User Help  |  English Help  |  Board description size? « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.030 seconds with 21 queries.