Quote:
Step 1 - Bold
Create a new profile field through your AdminCP.
Multiple Selection Textbox
Title: Username Bold
Description: Here you can bold your username if you would like to make it stand out more.
Limit Selection: 1
Items Per Line: 0
Fields: 1 field called Bold Username (one option for users to check if they want).
Profile Field Type: Multiple-Selection Checkbox
Field Required: No
Field Editable by User: Yes
Private Field: No
Field Searchable on Members List: No
Show on Members List: No
Click Save.
Step Two
Edit the template you use, either Posbit Legacy or Postbit.
Find (there will be two, do this to the first one):
PHP Code:
$post[musername]
Replace with:
PHP Code:
<if condition="$post[fieldx]">
<span style="font-weight: bold; $post[fieldx]">
$post[username]</span><else />
$post[musername]
</if></a>
Step Three
In the same template, find the second:
PHP Code:
$post[musername]
Replace with:
PHP Code:
<if condition="$post[fieldx]">
<span style="font-weight: bold; $post[fieldx]">
$post[username]</span><else />$post[musername][/if]
Replace the X (on fieldx) with your bold profile field. You're done.
Step One - Glow
Create a new profile field through your AdminCP.
Single Line Text Box
Title: Username Glow
Description: Here you can glow your username if you would like to make it stand out more.
Field Required: No
Field Editable by User: Yes
Private Field: No
Field Searchable on Members List: No
Show on Members List: No
The rest is up to you.
Click Save.
Step Two
Find in your Postbit or Postbit Legacy template:
PHP Code:
$post[musername]
Replace with:
PHP Code:
<if condition="$post[fieldx]">
<div style="width:100%;filter:glow(color=$post[fieldx],strength=6)">$post[username]</div> <else />$post[musername]</if>
Step Three
Same template, find second:
PHP Code:
$post[musername]
Replace with:
PHP Code:
<if condition="$post[fieldx]">
<div style="width:100%;filter:glow(color=$post[fieldx],strength=6)">$post[username]</div> <else />$post[musername]</if>
Make sure you replace the x's with your Glow field number.
You're done, any problems, just tell me please. Remember to mark Installed if you use and like it.
|
I did not add the bold step otherwise did all the rest I don't see how that would make anything show up in the plugin either way? There isn't even a code I add with this in it
Code:
//User Name Glow Hack by Stitch @ aotrangmongmo.com/chutgidenho.com
// begin glowing users
There must be more to this addon what am I missing? I did the steps I quoted above except i did not add the bold step 1. Please help i want to be able to set glows for usergroups.