How can I change the font size and its type by the default ?

trbznl

New Member
Hi,

I want to make the message font size 2 with the type of Arial. Thats change shouldnt affect another fonts in the style(Forumhome, Posbit, etc...) I want to make this change just for the forum messages writing by the users.

For example: (Messages should be written like the below by default)
[SIZE=""2""][FONT=""Arial""] [//FONT][//SIZE]

How can I do this change ? Thanks in advance...
 
This plugin might work depending on your vb version:

Hello, With this plug-in you can Change default post text size/font in all styles that you have.

Install:
In Admin CP

* Go to Plugins & Products >> Add New Plugin
* Hook Location: postbit_display_complete
* Title: change Message font
* Execution Order: don't change
* Plugin PHP Code: You can change font size, face, and color as you like.
Code:

HTML:
 $post['message']="<font size='4' face='Comic Sans MS' color='#FF0000'>".$post['message']."</font>";

* Plugin is Active: Yes

Then Click: Save
 
Ok this worked a treat & wa what i was looking for but now text in posts are as i want but how do i do the same to post title?
 
Back
Top