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.

How to Change Font in forumotion?

3 posters

Go down

How to Change Font in forumotion? Empty How to Change Font in forumotion?

Post by sasukekun May 10th 2013, 11:27 am

Hi all Smile
I want to ask Very Happy

How to change "Font" (Type Font>NaviBar>forum>Sub forum>Topic Title) in forumotion?
before, I've never know about this Sad

more details you can see this picture
How to Change Font in forumotion? FRCe7X7

how to be like that??

before i need use this font (spy agency):
http://www.dafont.com/search.php?q=agency

source:
http://www.duelacademy.net/forum

my forum:
http://astajim.indonesianforum.net/

please help me for this topic, please Sad

thanks before Smile
sasukekun
sasukekun
Forumember

Posts : 253
Reputation : 6
Language : English

Back to top Go down

How to Change Font in forumotion? Empty Re: How to Change Font in forumotion?

Post by Ultron's Vision May 10th 2013, 12:52 pm

We use JavaScript for that, indeed.

You can find tutorials on Google for the appropriate fonts used.

Attention, open with care!:

After you have created two new JavaScript pages for it, create a new JavaScript page with following content:

Code:
jQuery(document).ready(function(){


Cufon.replace('#whoisonlinetitlediv, #usermenutitle', {textShadow: '1px 1px #000'});

Cufon.replace('span#leaguetext ',{textShadow: '1px 1px #000',  fontSize: '30px'});

Cufon.replace('.row1.over a.gensmall ',{textShadow: '1px 1px #000',  fontSize: '11px'});

Cufon.replace('#whoisonlinesubtitle, .forumline th, .module-title, .cattitle, .catHead, .mod_news .catLeft', {textShadow: '1px 1px #000', fontSize: '15px'});

Cufon.replace('.nav, .forumlink, .mainmenu', {textShadow: '1px 1px #000', fontSize: '14px', hover: {color: '#a6a6a6'}});

Cufon.replace('#page-footer', {textShadow: '1px 1px #000', fontSize: '13px', hover: {color: '#a6a6a6'}});

Cufon.replace(' #masterleaguetitle1', {fontWeight: 'bold', fontSize: '15px'});

Cufon.replace(' #masterleaguetitle2', {fontWeight: 'bold', fontSize: '35px'});

});

Be aware that you will need to handle the last part with care as we are using other selectors at Duel Academy than those you might be using at your forum.
Ultron's Vision
Ultron's Vision
Forumember

Male Posts : 634
Reputation : 45
Language : English | German | HTML | JavaScript | PHP | C++ | Perl | Java
Location : Vienna, Austria

http://duelacademy.net

Back to top Go down

How to Change Font in forumotion? Empty Re: How to Change Font in forumotion?

Post by refresh101 May 10th 2013, 1:31 pm

Hello Sir Ultron's Vision Doesnt Work In My Forum ? Why Is That?
refresh101
refresh101
Forumember

Posts : 241
Reputation : 4
Language : English

Back to top Go down

How to Change Font in forumotion? Empty Re: How to Change Font in forumotion?

Post by Ultron's Vision May 10th 2013, 2:05 pm

It is probably the last code, you have to be very specific what to replace and you need knowledge in JavaScript object modelling...

Link me to your forum, I'll have a look at it.
Ultron's Vision
Ultron's Vision
Forumember

Male Posts : 634
Reputation : 45
Language : English | German | HTML | JavaScript | PHP | C++ | Perl | Java
Location : Vienna, Austria

http://duelacademy.net

Back to top Go down

How to Change Font in forumotion? Empty Re: How to Change Font in forumotion?

Post by refresh101 May 10th 2013, 2:49 pm

refresh101
refresh101
Forumember

Posts : 241
Reputation : 4
Language : English

Back to top Go down

How to Change Font in forumotion? Empty Re: How to Change Font in forumotion?

Post by sasukekun May 10th 2013, 4:41 pm

mr.irate Smile

before i done try, but dont work Sad

whether there is a need to change the code?
such examples include the link font? or something?

please help me, please Sad

thanks bfre bye
sasukekun
sasukekun
Forumember

Posts : 253
Reputation : 6
Language : English

Back to top Go down

How to Change Font in forumotion? Empty Re: How to Change Font in forumotion?

Post by sasukekun May 11th 2013, 6:33 pm

BUMP!

Please someone help me for this topic Sad
sasukekun
sasukekun
Forumember

Posts : 253
Reputation : 6
Language : English

Back to top Go down

How to Change Font in forumotion? Empty Re: How to Change Font in forumotion?

Post by sasukekun May 13th 2013, 7:01 pm

BUMP!!

Please someone help me for this topic Sad
sasukekun
sasukekun
Forumember

Posts : 253
Reputation : 6
Language : English

Back to top Go down

Back to top

- Similar topics

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