The Arcive of vBulletin Modifications Site. |
|
Personal Font/Color in Posts Details »»
|
|||||||||||||||||||||||||
Personal Font/Color in Posts
by gio~logist Allow users to change what color/font their posts are in threads Via UserCP [high]Step 1[/high] [high]Go to User Profile Fields >> Add New User Profile Field[/high] Choose A "Single-Line Text Box" [high]Title:[/high] "Your Font Color In Posts" [high]Description:[/high] This is the color of the font in which will appear in your posts. (Ex: #ff0000 is red) [high]Display Size:[/high] 11 [high]Max length of allowed user input:[/high] 8 [high]HIT SAVE[/high] [high]Step 2[/high] [high]Go to User Profile Fields >> Add New User Profile Field[/high] Choose A "Single-Line Text Box" [high]Title:[/high] "Your Font In Posts" [high]Description:[/high] This is the font in which will appear in your posts. (Ex: Tahoma) [high]Display Size:[/high] 15 [high]Max length of allowed user input:[/high] 20 [high]HIT SAVE[/high] [high]Step 3[/high] Now go to edit your postbit template and search for this code: HTML Code:
$post[message] HTML Code:
<if condition="$post['fieldx'] != '' OR $post['fieldx'] != ''"> <font style="font-family:$post[fieldx]; color:$post[fieldx];">$post[message]</font> <else /> $post[message] </if> [high]HIT SAVE[/high] [high]AND WE'RE DONE![/high] [high]Addons Already Made[/high] Glowing Posts For Mods, S.Mods, and Admins [high]Planned Addons For Next Release[/high] - Nothing So Far Feel Free to Post Any Ideas/Suggestions Supporters / CoAuthors Show Your Support
|
|||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
Zip Updated.....Hope You All Like
|
|
#3
|
||||
|
||||
|
how is this different than the one you released yesterday?
Users Choose Username Font/Color Posts https://vborg.vbsupport.ru/showthread.php?t=93099 |
|
#4
|
||||
|
||||
|
Quote:
That hack changes the color/font of your USERNAME in posts, this hack changes the color/font of your POSTS themselves. |
|
#5
|
|||
|
|||
|
Quote:
|
|
#6
|
||||
|
||||
|
Quote:
|
|
#7
|
||||
|
||||
|
I do not have time to do the admin option thing. Why not just make field/dont make field editable in order to enable/disable the hack?
You want only certain usergroups to be allowed to do this? |
|
#8
|
||||
|
||||
|
Quote:
|
|
#9
|
|||
|
|||
|
thank you
sweet i will installed
|
|
#10
|
||||
|
||||
|
Quote:
[high]Step 1[/high] [high]Go to User Profile Fields >> Add New User Profile Field[/high] Choose A "Single-Line Text Box" [high]Title:[/high] "Glow For Moderators and Admins" [high]Description:[/high] This is the glow color of the font in which will appear in your posts. (Ex: #ff0000 is red) <font color="red"> This Will Only Work For Moderators and Administrators. [high]Display Size:[/high] 11 [high]Max length of allowed user input:[/high] 8 [high]HIT SAVE[/high] [high]Step 3[/high] Now go to edit your postbit template and search for this code: HTML Code:
<font style="font-family:$post[fieldx]; color:$post[fieldx];">$post[message]</font> HTML Code:
<if condition="$bbuserinfo['usergroupid'] == '6' OR $bbuserinfo['usergroupid'] == '7' OR $bbuserinfo['usergroupid'] == '5'"> <div style="font-style:normal;filter:Glow(color=$post[fieldx],strength=1);height:14px;"> <font style="font-family:$post[fieldx]; color:$post[fieldx];">$post[message]</font> </div> <else /> <font style="font-family:$post[fieldx]; color:$post[fieldx];">$post[message]</font> </if> Replace the X in the <div style= tag with the field ID for the field we just created. [high]HIT SAVE[/high] [high]AND WE'RE DONE![/high] This will make it so that mods, s mods, and admins can have glowing posts. |
![]() |
|
|