Welcome, Guest. Please Login or Register.
July 17, 2025, 06:29:58 AM
Home Help Search Log in Register
News: If you are still using YaBB SE, please consider upgrading to SMF as soon as possible.

YaBB SE Community  |  Development  |  Graphics and Templates  |  What controls this font size? « previous next »
Pages: [1] Reply Ignore Print
Author Topic: What controls this font size?  (Read 2400 times)
JasonMonette
Noobie
*
Posts: 24


I'm a llama!

What controls this font size?
« on: August 07, 2003, 03:42:42 AM »
Reply with quote

this font is too big,  how to i change the following:

Pages: 1 2 3 [4] | Go Down  Mark as Solved | Reply | Notify of replies | Send the topic | Print

and

Reply with quote | Modify | Remove | Split Topic | Highlight Post

and

Move Topic| Remove Topic | Lock topic | Set topic sticky | Merge Topics | Link to Calendar

i have tried everything that i can think of, so i know i am missing something, and it is driving me nuts!!!  Help ME!

Logged
A.M.A.
YaBB God
*****
Posts: 685


.:: :-) ::.

evolve_xp@hotmail.com WWW
Re:What controls this font size?
« Reply #1 on: August 07, 2003, 03:23:11 PM »
Reply with quote

in MessageIndex.php look for:
Quote<td><font size="2"><b>' . $txt[139] . ':</b> ' . $pageindex . '</font>' . $botlink . '</td>
                        <td align="right" nowrap="nowrap"><font size="-1">' . implode($menusep, $buttonArray) . '</font></td>
Logged

JasonMonette
Noobie
*
Posts: 24


I'm a llama!

Re:What controls this font size?
« Reply #2 on: August 07, 2003, 08:00:53 PM »
Reply with quote

Thanks, I will check it out.  But can you explain to me this.  The default template for YaBBse, the text isnt' that big correct?  So what in my template did I change to make it bigger?

www.JBMAudio.com

if you want to check it out

Logged
JasonMonette
Noobie
*
Posts: 24


I'm a llama!

Re:What controls this font size?
« Reply #3 on: August 07, 2003, 08:14:37 PM »
Reply with quote

ok i found that text in the messageindex.php  change the 2 to a -1 and it didnt do anything.  I am pretty sure it is my template,but i don't know where?
Logged
JasonMonette
Noobie
*
Posts: 24


I'm a llama!

Re:What controls this font size?
« Reply #4 on: August 07, 2003, 09:08:19 PM »
Reply with quote

ok it isn't in the template, i went through and changed every font option to 20pt one at time and nothing, so i am kinda lost now.  help me out will ya?
Logged
JasonMonette
Noobie
*
Posts: 24


I'm a llama!

Re:What controls this font size?
« Reply #5 on: August 07, 2003, 09:12:38 PM »
Reply with quote

when i change the menu to the images instead of the text, it shrinks down.  but when i go back the text is too large, ugh!
Logged
A.M.A.
YaBB God
*****
Posts: 685


.:: :-) ::.

evolve_xp@hotmail.com WWW
Re:What controls this font size?
« Reply #6 on: August 07, 2003, 11:40:01 PM »
Reply with quote

To me the forum looks great! am using IE 6
Could you tell me what browser are you using?
Are you using a notebook with large font display enabled!
If possible could you post an image of the large fonts on your forum that you do not like. Please note that size"2" is still small!
Logged

JasonMonette
Noobie
*
Posts: 24


I'm a llama!

Re:What controls this font size?
« Reply #7 on: August 07, 2003, 11:47:12 PM »
Reply with quote

If you go into a board, and then click on a post.  the text that is above and below the post it self is too big, I would like to make it smaller.  If you look at my orignal post here in this forum you will see what words I am talking about.

Thanks
Logged
JasonMonette
Noobie
*
Posts: 24


I'm a llama!

Re:What controls this font size?
« Reply #8 on: August 11, 2003, 03:50:31 AM »
Reply with quote

anyone?
Logged
acf [delete me]!
YaBB God
*****
Posts: 521


la especialidad de grafic

WWW
Re:What controls this font size?
« Reply #9 on: August 11, 2003, 05:22:06 AM »
Reply with quote

A.M.A is right it only is this peace of code:


<font size="2"><b>' . $txt[139] . ':</b> ' . $pageindex . '</font>


Try using a style in it like this... u can make the tekst much smaller.
<font style=" font-size: 10px">
Logged

JasonMonette
Noobie
*
Posts: 24


I'm a llama!

Re:What controls this font size?
« Reply #10 on: August 11, 2003, 05:42:41 AM »
Reply with quote

<tr>
                        <td><font size="1"><b>' . $txt[139] . ':</b> ' . $pageindex . '</font>' . $botlink . '</td>
                        <td align="right" nowrap="nowrap"><font size="1">' . implode($menusep, $buttonArray) . '</font></td>


didn't change it at all, i can't figure it out

Logged
JasonMonette
Noobie
*
Posts: 24


I'm a llama!

Re:What controls this font size?
« Reply #11 on: August 11, 2003, 06:13:45 AM »
Reply with quote

is there a way to make this font smaller:

0 Guests, 2 Users -- [ JBM Admin | JBM Global Mod ]

with changing the .windowbg's tags?

and this also:

Mark Topics as Read for this Board | Start new topic | Post New Poll





« Last Edit: August 11, 2003, 06:45:43 AM by JasonMonette » Logged
acf [delete me]!
YaBB God
*****
Posts: 521


la especialidad de grafic

WWW
Re:What controls this font size?
« Reply #12 on: August 11, 2003, 06:58:10 AM »
Reply with quote

Quote from: JasonMonette on August 11, 2003, 05:42:41 AM
<tr>
                        <td><font size="1"><b>' . $txt[139] . ':</b> ' . $pageindex . '</font>' . $botlink . '</td>
                        <td align="right" nowrap="nowrap"><font size="1">' . implode($menusep, $buttonArray) . '</font></td>


didn't change it at all, i can't figure it out



IT DOES WORK!!

http://www.thebasement.yabbsites.com/aliencowfarm/forum/index.php?board=5

see for own eyes if you cant see it then the problem lies whit you.
Logged

JasonMonette
Noobie
*
Posts: 24


I'm a llama!

Re:What controls this font size?
« Reply #13 on: August 11, 2003, 07:04:57 AM »
Reply with quote

ok that changes the page: on the message index

i am looking to change on when you are viewing a post as well as :

Mark as Solved | Reply | Notify of replies | Send the topic | Print

on the top and bottom

I found where it was.  it was in Display.php

thanks for all of your help!

« Last Edit: August 11, 2003, 07:59:19 AM by JasonMonette » Logged
Pages: [1] Reply Ignore Print 
YaBB SE Community  |  Development  |  Graphics and Templates  |  What controls this font 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.078 seconds with 21 queries.