MyBB Community Forums

Full Version: PROFILE YOUTUBE MUSIC
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
An example
[Image: 26b356b9ad2b62bea4d13cb00aa243d0.jpg]

1)Open the member_profile template and paste the following code under the <body> tag
<iframe width="230" height="230"
src="https://www.youtube.com/embed/{$userfields['fidX']}">
</iframe>
{$userfields['fidX']}

2)Create a new profile field, and replace its ID instead of X in the code above.

3)To play music, paste only the ID of the video in the new field
What if I want only a certian group members from using it IE VIP Staff only? how do I change the permission of it?
ACP >> Configuration >> Custom Profile Fields>> Youtube Music >>Edit field >> Editable By
choose your groups
(2020-02-20, 01:54 PM)Mastersly Wrote: [ -> ]ACP >> Configuration >> Custom Profile Fields>> Youtube Music >>Edit field >> Editable By
choose your groups
Awesomee thanks
Mastersly you tuts are awesome could you make one for Anti Adblocker message if that's fine?
(2020-02-15, 05:34 PM)Mastersly Wrote: [ -> ]An example
[Image: 26b356b9ad2b62bea4d13cb00aa243d0.jpg]

1)Open the member_profile template and paste the following code under the <body> tag
<iframe width="230" height="230"
src="https://www.youtube.com/embed/{$userfields['fidX']}">
</iframe>
{$userfields['fidX']}

2)Create a new profile field, and replace its ID instead of X in the code above.

3)To play music, paste only the ID of the video in the new field
Thanks , its Usefull ; )
(2020-02-27, 05:28 PM)Mastersly Wrote: [ -> ]try @dthiago thread
https://community.mybb.com/thread-154292.html
I did a while ago it didn't work also I want it for make certian users like VIP paid members to bypass it not view ads
It could be a profile field that only vip users can edit it (Enable/Disable ads)
but i cant help you any further with that