So i enabled the custom profile mod in vb 3.8.4 and my users love it, tho i have ran into a issue that i'm pretty sure theirs a fix for.
With all the options listed there is not one for opacity of the profile, and i want to add one.
So that uses can see the background image, and so on and so fourth.
Now from basic looking i found how i can make the entire profile opacity, tho its not what i'm looking for.
For each block a user can change its color is where i want to add a opacity option.
So this is where i need help, if anyone has done this or knows something it would be appreciated.
I'm not sure how i would add it to the customize profile block but i do know how i would wright it up in edit details section.
admin >> User Profile Fields >> Add New User Profile Field
Code:
Single Selection Menu
Title: Opacity %
Description: Adjust profile opacity.
Options: ( remember a new line for each of these options )
0.0
0.1
0.2
0.3
0.4
0.5
0.6
0.7
0.8
0.9
1.0
Private Field: Yes
Field Searchable on Members List: NO
Show on Members List: NO
Then Save..
*** Remember the Field number..
Lets say the field number is 21 you will need to change the
a in $userinfo[fieldb] to 21 like this to $userinfo[field21]
So then where ever i can make this happen, my string would be opacity:$userinfo[field21]
So any help on this is much appreciated.