UBB.Dev
Posted By: Poopy Pants Changing Recent Visitors Font Size - 03/13/2004 5:58 AM
I noticed when you change your style template font size to 2 (so your forum title will be larger than your forum description underneath), that the font size for the recent visitors listed will be the same font size of 2.

Is there a way around this to make the recent visitor font size a 1?
Posted By: Gizmo Re: Changing Recent Visitors Font Size - 03/13/2004 6:40 AM
Style settings should have a "Small Font" option in 6.7; does this change it for you? (only board I have is active so I can't test)
Posted By: Poopy Pants Re: Changing Recent Visitors Font Size - 03/13/2004 6:03 PM
Yeah, and that is set at 1 already.
Posted By: Ian Spence Re: Changing Recent Visitors Font Size - 03/13/2004 6:27 PM
In public_pntf_summary.pl

FIND:

Code
<font face="$vars_style{FontFace}" size="$vars_style{TextSize}" color="$vars_style{TextColor}">
$user_string
</font>
REPLACE WITH:

Code
<font face="$vars_style{FontFace}" size="$vars_style{FDTextSize}" color="$vars_style{TextColor}">
$user_string
</font>
Posted By: Poopy Pants Re: Changing Recent Visitors Font Size - 03/16/2004 9:47 PM
Thanks.
© UBB.Developers