Little update, added the ability for users to turn this mod on or off.
admin >> User Profile Fields >> Add New User Profile Field
1)Single Selection Menu
Title: Hypster On/Off mod
Description: Turn this mod on and off.
Options: ( remember a new line for each of these options )
300 (make this the width of the player)
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]
---------------------------
Edit one templates.
1)admincp >> Styles & Templates >> Member Info Templates >>
memberinfo_block_playlist
Find line <embed quality="high" style="width:400px;visibility:viable; height:300;"
And replace with
<embed quality="high" style="width:400px;visibility:viable; height:$userinfo[field21];"
Thats it your done, now your users can disabled the mod if they don't like it.
Its a ghetto mod but it works.
|