UltraBB Forums Home 
Home Search search Menu menu Not logged in - Login | Register

Welcome to the UltraBB public support forum! Did you know there is an inexpensive totally integrated gallery available for UltraBB? Read more here: Gallery Details

 Moderated by: Jim
New Topic Reply Printer Friendly
Post Reply font size  Rate Topic 
AuthorPost
 Posted: Thu Nov 19th, 2009 02:18 pm
  PM Quote Reply
1st Post
C2
New moderator
 

Joined: Wed Nov 18th, 2009
Location: Hurst, Texas USA
Posts: 6
Status: 
Offline
Mana: 
User Gallery
I am a moderator on a songwriter's forum. Even though the default font size on the post reply window shows to be 2, the post's actual font size is 1.
I can get an actual font size of 2 only by highlighting the text, changing it to size 3, and then changing it back to size 2.
I find this to be very annoying. Is there a fix, or is this somehow settings on my end? It may very well be, since it does the same thing posting here.

Back To Top PM Quote Reply  

 Posted: Thu Nov 19th, 2009 02:43 pm
  PM Quote Reply
2nd Post
Di
Administrator


Joined: Sat Apr 28th, 2007
Location: Columbus, Ohio USA
Posts: 2683
Status: 
Offline
Mana: 
User Gallery
testing font size on my end

hmmm i never had that problem before :?

Back To Top PM Quote Reply

 Posted: Thu Nov 19th, 2009 03:12 pm
  PM Quote Reply
3rd Post
Jim
I work here


Joined: Wed Apr 11th, 2007
Location:  
Posts: 6649
Status: 
Offline
Mana: 
User Gallery
Hi,
This is not a usual problem and usually involves some code in a template that has been modified.

I'll have to check it out later tonight. You can PM me with your name on that board if you want so I'll know which posts to look in-

Jim

Back To Top PM Quote Reply  

 Posted: Thu Nov 19th, 2009 08:49 pm
  PM Quote Reply
4th Post
C2
New moderator
 

Joined: Wed Nov 18th, 2009
Location: Hurst, Texas USA
Posts: 6
Status: 
Offline
Mana: 
User Gallery
Here is a line using the default size of 2. (looks like a size 1 to me)

Here is a line highlighted and changed to size 3 and back to size 2.


Here is a line changed to size 3.

Back To Top PM Quote Reply

 Posted: Thu Nov 19th, 2009 08:51 pm
  PM Quote Reply
5th Post
tanygaer
TOIDI


Joined: Mon Jun 16th, 2008
Location: Rhosgadfan, North Wales, United Kingdom
Posts: 2776
Status: 
Online
Mana: 
User Gallery
here is a line in the default size of 2

here is a line in the non default size of 1

Back To Top PM Quote Reply  

 Posted: Thu Nov 19th, 2009 09:05 pm
  PM Quote Reply
6th Post
martin_wynne
Licence Holder


Joined: Sun May 25th, 2008
Location: West Of The Severn, United Kingdom
Posts: 1819
Status: 
Offline
Mana: 
User Gallery
There isn't a default size and never has been, right back to WowBB. The size 2 showing by default is really a bug -- it should be blank. If you don't set an explicit font size, the size is determined by the theme CSS -- <td class=postrow. On this board (Ultra theme) that's a size of 11px.

If you select a font size, the CSS is overwritten by an inline <FONT SIZE= tag. The effect of that depends on which browser you are using, and your screen dpi setting. Size 2 might be larger or smaller than the theme CSS.

Also, different users will see different sizes -- not necessarily the same as the writer. Whereas the default size is set in px, which means it will be the same for everyone (at 100% zoom).

regards,

Martin.

Last edited on Thu Nov 19th, 2009 09:13 pm by martin_wynne

Back To Top PM Quote Reply

 Posted: Thu Nov 19th, 2009 09:15 pm
  PM Quote Reply
7th Post
C2
New moderator
 

Joined: Wed Nov 18th, 2009
Location: Hurst, Texas USA
Posts: 6
Status: 
Offline
Mana: 
User Gallery
OK, so this is a line after choosing size 2 in the drop down menu before typing.

Now here is a line after choosing size 3 and then back to size 2 (no highlighting) before typing.

Back To Top PM Quote Reply  

 Posted: Thu Nov 19th, 2009 11:21 pm
  PM Quote Reply
8th Post
Jim
I work here


Joined: Wed Apr 11th, 2007
Location:  
Posts: 6649
Status: 
Offline
Mana: 
User Gallery
OK I get it now.

There is no size called and all text will assume the size of the text called out in the CSS for that particular cell. As martin said it really should be blank because evidently 11 PX isn't "size 2". Selecting what is in the default drop down wouldn't change it you are correct, that is why you have to change it to something else and back to 2.

Changing the CSS sheet for postrow1 and 2 to reflect 12PX would probably give the effect you want.

Back To Top PM Quote Reply

 Posted: Fri Nov 20th, 2009 01:57 am
  PM Quote Reply
9th Post
C2
New moderator
 

Joined: Wed Nov 18th, 2009
Location: Hurst, Texas USA
Posts: 6
Status: 
Offline
Mana: 
User Gallery
Jim wrote: OK I get it now.

There is no size called and all text will assume the size of the text called out in the CSS for that particular cell. As martin said it really should be blank because evidently 11 PX isn't "size 2". Selecting what is in the default drop down wouldn't change it you are correct, that is why you have to change it to something else and back to 2.

Changing the CSS sheet for postrow1 and 2 to reflect 12PX would probably give the effect you want.

LOL..........So what I'm getting from all this is that I am right, and the default is really size 1 but it says size 2 and the drop down menu only affects highlighted text.
As far as changing the CSS sheet, is that something the admin can do to change the actual default size of posts to 2?

Back To Top PM Quote Reply  

 Posted: Fri Nov 20th, 2009 03:37 am
  PM Quote Reply
10th Post
Jim
I work here


Joined: Wed Apr 11th, 2007
Location:  
Posts: 6649
Status: 
Offline
Mana: 
User Gallery
The admin can change it to 12 PX in the style sheet or they can ask me and I'll do it for them.

I have no idea what "size1" and "size2" are. Seems arbitrary to me. Even the new "em" standard messes with me because it all comes down to one real number; the actual amount of pixels the text is high. Please forgive me, I did not design the text editors or the way they work.

I'll whip up a little HTML page and see what size corresponds to what.

Back To Top PM Quote Reply

 Posted: Fri Nov 20th, 2009 03:58 am
  PM Quote Reply
11th Post
Jim
I work here


Joined: Wed Apr 11th, 2007
Location:  
Posts: 6649
Status: 
Offline
Mana: 
User Gallery
Looks to me like 2=12 and 3 is bigger than 14. Probably 16.

http://www.ultrabb.net/font/

Back To Top PM Quote Reply  

 Posted: Fri Nov 20th, 2009 04:10 am
  PM Quote Reply
12th Post
C2
New moderator
 

Joined: Wed Nov 18th, 2009
Location: Hurst, Texas USA
Posts: 6
Status: 
Offline
Mana: 
User Gallery
Jim,
You have been more than kind sir to go to all this trouble. I know from perusing this forum, you are a busy man.
I will pass along this information to our admin and let him decide if he needs your help to do the change. There of course remains the possibility that he will decide to do nothing, but at least I will have satisfied my own sense of curiosity.


Thank you very much!

Back To Top PM Quote Reply

 Posted: Fri Nov 20th, 2009 04:18 am
  PM Quote Reply
13th Post
Di
Administrator


Joined: Sat Apr 28th, 2007
Location: Columbus, Ohio USA
Posts: 2683
Status: 
Offline
Mana: 
User Gallery
C2 wrote: Jim,
You have been more than kind sir to go to all this trouble. I know from perusing this forum, you are a busy man.
I will pass along this information to our admin and let him decide if he needs your help to do the change. There of course remains the possibility that he will decide to do nothing, but at least I will have satisfied my own sense of curiosity.


Thank you very much!

Hi C2

If the admin wants the text size changed, feel free to have him PM me and I can get to it. Ive done my fair share of changing font sizes for our customers :)

Di

Back To Top PM Quote Reply  

 Posted: Fri Nov 20th, 2009 04:48 am
  PM Quote Reply
14th Post
C2
New moderator
 

Joined: Wed Nov 18th, 2009
Location: Hurst, Texas USA
Posts: 6
Status: 
Offline
Mana: 
User Gallery
My apologies Di for leaving you out of my thanks. It has taken me a bit of time to understand the team of Jim & Di.
I have just read of your plight of past promises becoming an overbearing albatross. It seems you are doing what one must to move forward.


Thank you Di for your help.

Back To Top PM Quote Reply

 Posted: Fri Nov 27th, 2009 04:41 pm
  PM Quote Reply
15th Post
Troy33
TheBarkingCommunity.com


Joined: Fri Dec 19th, 2008
Location: Londonderry, New Hampshire USA
Posts: 38
Status: 
Offline
Mana: 
User Gallery
Jim wrote: OK I get it now.

There is no size called and all text will assume the size of the text called out in the CSS for that particular cell. As martin said it really should be blank because evidently 11 PX isn't "size 2". Selecting what is in the default drop down wouldn't change it you are correct, that is why you have to change it to something else and back to 2.

Changing the CSS sheet for postrow1 and 2 to reflect 12PX would probably give the effect you want.



Hi Jim and Di,

I went in to the cPanel to edit the CSS file and had no luck. I found the postrow1 and postrow2 code and there was nothing set for font-size. I carefully placed code in there to set it to 12px but saw no difference in posting replies. Not sure if I was doing it wrong. There were only 3 places in the style sheet labeled 'postrow' so I believe I was in the right place.

I looked at the Admin Panel access to the style sheet too, but it did not seem like the right place to approach this.

Any ideas?

-Troy

SuperModerator
The Songwriters' Forum

Back To Top PM Quote Reply  

 Posted: Fri Nov 27th, 2009 04:48 pm
  PM Quote Reply
16th Post
tanygaer
TOIDI


Joined: Mon Jun 16th, 2008
Location: Rhosgadfan, North Wales, United Kingdom
Posts: 2776
Status: 
Online
Mana: 
User Gallery
Troy33 add font-size: 14px; to the two postrow classes I believe they are td.postrow1 and td.postrow2,

having doene that to see the difference you will need to place the control key and refresh when on the page so that a new style sheet is gotten from the server.

Back To Top PM Quote Reply

 Posted: Fri Nov 27th, 2009 05:42 pm
  PM Quote Reply
17th Post
Troy33
TheBarkingCommunity.com


Joined: Fri Dec 19th, 2008
Location: Londonderry, New Hampshire USA
Posts: 38
Status: 
Offline
Mana: 
User Gallery
Thanks, Tanygaer. I will try that.

Back To Top PM Quote Reply  

Current time is 09:24 am  
UltraBB Forums > News and Announcements > Bug Reports > Post Reply font size Top



Hosting

UltraBB 1.17 Copyright © 2007-2011 Data 1 Systems, INC.
Page processed in 0.2555 seconds (10% database + 90% PHP). 28 queries executed.