Version: 1.00, by Mr.David
Developer Last Online: Feb 2011
Category: Mini Mods -
Version: 4.0.x
Rating:
Released: 03-20-2010
Last Update: Never
Installs: 7
Template Edits
Translations
No support by the author.
Hello, today I'll explain how to insert DEFAULT, SIZE, COLOR
We begin to create 2 fields User Profile
and set it this way:
Here you see the font color, after serving the font, and size.
Obviously we follow the usual steps and replace the colors with the characters and then the size for a 7, I write about what to put so as to save the work
Font Color
Code:
Black
Blue
Green
Red
Pink
Orange
Purple
DarkRed
Gray
Character Post
Code:
Arial
Arial Black
Arial Narrow
Book Antiqua
Century Gothic
Comic Sans MS
Courier New
Fixedsys
Franklin Gothic Medium
Garamond
Georgia
Impact
Lucida Console
Microsoft Sans Serif
Palatino Linotype
System
Tahoma
Times New Roman
Trebuchet MS
Verdana
Font Size
Code:
1
2
3
4
5
6
7
Well after we take the Field
Now we go in postbit_lecagy (Only if you use the Vision Vertical Profile)
or otherwise in postibit (Only if you use the horizontal view)
Wanted:
HTML Code:
<font color="{vb:raw post.fieldcolore}" face="{vb:raw post.fieldcarattere}" size="{vb:raw post.fielddimensioni}"> {vb:raw post.message}</font>In the Field Color, Size, Face put what you have taken, we're done now enjoy
Where does this code go ?????? i thought this was an English speaking forum???
He explains in the post that it goes in postbit legacy template. Just do a search to find the correct place to put the code.
I am having the same exact problem. I installed it as he said, as best I understood since I do not speak spanish.
I went to my UserCP and changed my settings for a new font and size and I see no results when I post a new post.
It is hard to understand exactly what this is supposed to do as it is in spanish. If this is supposed to change your default font, size and color in your posts, should we not be editing templates for the blog and cms as well?
This works on 4.2.3 but it changes every post I have ever made on our forum. For example I go and change font color from black to red. Now every post of mine has now changed to red.
Is it possible to just have the change (font color, size) made to new posts?
Or does anyone know of another mod that would work where the changes would just work with new posts you make?
This works on 4.2.3 but it changes every post I have ever made on our forum. For example I go and change font color from black to red. Now every post of mine has now changed to red.
Is it possible to just have the change (font color, size) made to new posts?
Or does anyone know of another mod that would work where the changes would just work with new posts you make?
If you change your template, or add CSS, then it will affect all posts...in order to only affect new posts you would have to use a plugin to check the dateline of posts and only have code added if the dateline is greater than some value you specify.