Version: 1.00, by Theoldwiz
Developer Last Online: Nov 2008
Category: New Posting Features -
Version: 3.6.8
Rating:
Released: 03-01-2008
Last Update: Never
Installs: 14
Template Edits
No support by the author.
Hello,
This mod allows users to select their default posting font and color. You will have to select this at registration and can update it whenever you want in profile.
First you must make two new single selection menu user profile fields. Options for them are below.
Profile field one:
Title: Default Post Color
Description: What color your posts show up as?
Options:
Black
Blue
Green
Red
Pink
Orange
Purple
Set Default: Yes, but no first blank option
Display Order: Doesnt Matter
Field Requiried: Yes, at registration and profile updating
Field Editable by User: Yes
Private Field: No
Field Searchable on Members List: No
Show on Members List: No
Profile field two:
Title: Default Post Font
Description: What do you want your default post font to be?
Options:
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
Tribuchet MS
Verdana
Set Default: Yes, but no first blank option
Display Order: Doesnt Matter
Field Requiried: Yes, at registration and profile updating
Field Editable by User: Yes
Private Field: No
Field Searchable on Members List: No
Show on Members List: No
Now go to the user profile field manager, and jot down the two field numbers of the new fields listed on the right side of the two fields. Along with that, write down what number goes with what field. Please note this is not the display number, its the number next to it that says fieldX
Template Edits:
Go to your styles postbit/postbit legacy (whatever you use)
Find:
Code:
<!-- message -->
After Add:
Code:
<font COLOR="$post[fieldX]" face="$post[fieldX]">
Replace: The first red X with your default text color field number
The second red X with your default font field number.
Find:
Code:
<!-- / message -->
Add Above:
Code:
</font>
You are done, hope you like it!
Show Your Support
This modification may not be copied, reproduced or published elsewhere without author's permission.
go to: usergroups -> usergroups manager -> choce a title -> Username HTML Markup, in text box1: <span style='color:red' font:'bold'> and text box2 </span>
go to: usergroups -> usergroups manager -> choce a title -> Username HTML Markup, in text box1: <span style='color:red' font:'bold'> and text box2 </span>
and done
All that does is gives usergroups a colour. Doesn't let them choose their own color.
This is how you let them choose their own username color and font:
What I would like to know is, if it is possible like on the default selective font & color on posts, to have that for the username font and color. Instead of just a box, use a drop down list of fonts and colors.
this is what i put in my postbit and postlegacy but still not working dont know why..can someone tell me what i am doing wrong
<!-- message -->
<font COLOR="$post[field16]" face="$post[field17]">