The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

control name font on forum

+3
Kaizer Lee
Sir Chivas™
Kirbs
7 posters

Go down

Solved control name font on forum

Post by Kirbs November 18th 2012, 3:07 pm

i was wondering is it possible to change my name font on my forum? and is there a way to change chat box font too? or the posts in the forum .


Last edited by Kirbs on November 21st 2012, 1:28 pm; edited 1 time in total
Kirbs
Kirbs
Forumember

Posts : 628
Reputation : 18
Language : English

Back to top Go down

Solved Re: control name font on forum

Post by Sir Chivas™ November 18th 2012, 5:23 pm

Hi,

I don't understand the first thing you asked for, but the way to change the font for the chat-box, and the font inside the post is possible.

Try the following codes:

Code:
.h3, h3 {
    border-bottom: 1px solid #A1A3A3;
    color: #A1A3A3;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1.05em;
    margin-bottom: 3px;
    margin-top: 20px;
    padding-bottom: 2px;
    text-transform: uppercase;
}
Note: It will also change the headers or widgets and a few other places.
Sir Chivas™
Sir Chivas™
Helper
Helper

Male Posts : 6983
Reputation : 457
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||

https://aforums.org

Back to top Go down

Solved Re: control name font on forum

Post by Kirbs November 18th 2012, 5:25 pm

well this worked but i want to change the font only for some users not for all of them and topics too .
Kirbs
Kirbs
Forumember

Posts : 628
Reputation : 18
Language : English

Back to top Go down

Solved Re: control name font on forum

Post by Sir Chivas™ November 18th 2012, 5:36 pm

Try this:


Code:
.name strong a[href="/u#"]{
font-family:
font-size: 10px;
  }

\-----Chatbox---/
#chatbox_members a[href="/u#"]{
font-family:
font-size: 10px;
}

Index----/
.gensmall a[href="/u#"]{
font-family:
font-size: 10px;

(Just add the font you want).





Last edited by Sir Chivas™ on November 18th 2012, 6:05 pm; edited 1 time in total
Sir Chivas™
Sir Chivas™
Helper
Helper

Male Posts : 6983
Reputation : 457
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||

https://aforums.org

Back to top Go down

Solved Re: control name font on forum

Post by Kirbs November 18th 2012, 5:57 pm

Sir chivas code is not working can you make it again? it is showing this http://prntscr.com/k0ptu the font i need is old london it is already on my PC and the size 10 user #1
Kirbs
Kirbs
Forumember

Posts : 628
Reputation : 18
Language : English

Back to top Go down

Solved Re: control name font on forum

Post by Sir Chivas™ November 18th 2012, 6:06 pm

I modified the code above, just place the font you want.
Sir Chivas™
Sir Chivas™
Helper
Helper

Male Posts : 6983
Reputation : 457
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||

https://aforums.org

Back to top Go down

Solved Re: control name font on forum

Post by Kirbs November 18th 2012, 6:10 pm

i added it font still didn't change
Kirbs
Kirbs
Forumember

Posts : 628
Reputation : 18
Language : English

Back to top Go down

Solved Re: control name font on forum

Post by Kaizer Lee November 19th 2012, 12:04 pm

Did you use a font installed in all pc;s or a needed downloaded code?
Kaizer Lee
Kaizer Lee
Active Poster

Female Posts : 1064
Reputation : 54
Language : English, Tagalog, Spanish and Chinese
Location : Philippines

http://www.medievalchaos.net/forum

Back to top Go down

Solved Re: control name font on forum

Post by Kirbs November 19th 2012, 6:19 pm

i have the font downloaded in PC but can you try and make the code? and the user number is u1
Kirbs
Kirbs
Forumember

Posts : 628
Reputation : 18
Language : English

Back to top Go down

Solved Re: control name font on forum

Post by Kaizer Lee November 19th 2012, 9:19 pm

Hey, Chiv, from what I recall, the only font you can use are pc installed (IN all pc's) for coding, right?
Kaizer Lee
Kaizer Lee
Active Poster

Female Posts : 1064
Reputation : 54
Language : English, Tagalog, Spanish and Chinese
Location : Philippines

http://www.medievalchaos.net/forum

Back to top Go down

Solved Re: control name font on forum

Post by kirk November 20th 2012, 2:33 am

moved from other problems to scripts and coding.
Kirbs has been sent link to new thread location location
kirk
kirk
Forumaster

Male Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn

Back to top Go down

Solved Re: control name font on forum

Post by Sir Chivas™ November 20th 2012, 3:42 am

From reading from here, and from what i know , depends on the browser. Some limit the font that can be used in the web. You can also read more here:
http://www.methodandclass.com/article/font-on-the-web/
Sir Chivas™
Sir Chivas™
Helper
Helper

Male Posts : 6983
Reputation : 457
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||

https://aforums.org

Back to top Go down

Solved Re: control name font on forum

Post by Kirbs November 20th 2012, 2:22 pm

ok can some one add to the code the font? the font is Old London
Kirbs
Kirbs
Forumember

Posts : 628
Reputation : 18
Language : English

Back to top Go down

Solved Re: control name font on forum

Post by Sir Chivas™ November 20th 2012, 3:39 pm

I don't think that Old London is a font that is within the PC already. All of your members have to download the font in order for them to see the changes.
Sir Chivas™
Sir Chivas™
Helper
Helper

Male Posts : 6983
Reputation : 457
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||

https://aforums.org

Back to top Go down

Solved Re: control name font on forum

Post by Kirbs November 20th 2012, 3:52 pm

Old London is not an font that is already with fonts like you said but i downloaded it to my PC , if it don't work from PC is it possible to be made from a link if so can you make it?
Kirbs
Kirbs
Forumember

Posts : 628
Reputation : 18
Language : English

Back to top Go down

Solved Re: control name font on forum

Post by Sir Chivas™ November 20th 2012, 3:57 pm

You'll have to make all of your members download it to their PC's. It might, not 100% sure though.
Sir Chivas™
Sir Chivas™
Helper
Helper

Male Posts : 6983
Reputation : 457
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||

https://aforums.org

Back to top Go down

Solved Re: control name font on forum

Post by Sanket November 20th 2012, 4:04 pm

Sir Chivas™ wrote:You'll have to make all of your members download it to their PC's. It might, not 100% sure though.
Thats correct, only users having that font installed on their systems will be able to see that font then.
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Solved Re: control name font on forum

Post by Sir Chivas™ November 20th 2012, 4:08 pm

Sanket wrote:
Sir Chivas™ wrote:You'll have to make all of your members download it to their PC's. It might, not 100% sure though.
Thats correct, only users having that font installed on their systems will be able to see that font then.

Thank you, Sanket.


So, there's your answer. You'll have to post an announcement and the link of the font that they can download.
Sir Chivas™
Sir Chivas™
Helper
Helper

Male Posts : 6983
Reputation : 457
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||

https://aforums.org

Back to top Go down

Solved Re: control name font on forum

Post by Kirbs November 20th 2012, 6:10 pm

no need for them to see it just me is this possible?
Kirbs
Kirbs
Forumember

Posts : 628
Reputation : 18
Language : English

Back to top Go down

Solved Re: control name font on forum

Post by nextlevelgaming November 20th 2012, 6:52 pm

Would the OP be able to use googleFonts api? or whatever?


https://developers.google.com/webfonts/docs/getting_started check that out OP
nextlevelgaming
nextlevelgaming
Forumember

Male Posts : 989
Reputation : 38
Language : English|CSS|HTML5|javascript|
Location : New York

http://www.easybbtutorials.forumotion.com

Back to top Go down

Solved Re: control name font on forum

Post by Kaizer Lee November 20th 2012, 8:51 pm

Just provide them with a downloaded link and make sure that once you begin with the site, they'll read about it so they won't be confused ._.
Kaizer Lee
Kaizer Lee
Active Poster

Female Posts : 1064
Reputation : 54
Language : English, Tagalog, Spanish and Chinese
Location : Philippines

http://www.medievalchaos.net/forum

Back to top Go down

Solved Re: control name font on forum

Post by Sanket November 21st 2012, 4:12 am

Kirbs wrote:no need for them to see it just me is this possible?
For that, just do as Rideem mentions.
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Solved Re: control name font on forum

Post by Jophy November 21st 2012, 3:33 pm

Hello,

The topic is marked, is it solved? Smile
Jophy
Jophy
ForumGuru

Male Posts : 17924
Reputation : 836
Language : English
Location : Somewhere

Back to top Go down

Solved Re: control name font on forum

Post by Sir Chivas™ November 21st 2012, 3:53 pm

You have it download yourself, it should work by using the code I gave you in a previous post. Like, Rideem3 said,
Add Old London as the first instead of arial, then add a comma before arial.
Sir Chivas™
Sir Chivas™
Helper
Helper

Male Posts : 6983
Reputation : 457
Language : EN, FR, ES
Location : || CSS || HTML || Graphics Designs || Support ||

https://aforums.org

Back to top Go down

Solved Re: control name font on forum

Post by Jophy November 23rd 2012, 9:41 am

Since no reply was posted...

Topic Solved & Locked
Jophy
Jophy
ForumGuru

Male Posts : 17924
Reputation : 836
Language : English
Location : Somewhere

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum