The forum of the forums

Would you like to react to this message? Create an account in a few clicks or log in to continue.
The forum of the forums
4 posters

    Add a profile field for music to user profiles

    Valoish
    Valoish
    Forumember


    Female Posts : 291
    Reputation : 54
    Language : English
    Location : NYC

    Solved Add a profile field for music to user profiles

    Post by Valoish November 26th 2016, 6:48 pm

    Technical Details


    Forum version : #phpBB2
    Position : Founder
    Concerned browser(s) : Other
    Who the problem concerns : All members
    When the problem appeared : Today
    Forum link : http://www.canvasforums.com

    Description of problem

    Not too sure whether this is the correct section to post this in, so I apologize in advance. If it's not please move it to the correct one xD

    I was wondering if there's a way to add in a profile field to profiles that will allow members to add in one autoplaying song from youtube to their profile. The music player/field would be hidden, so it'd basically be like background music.


    Last edited by Valoish on November 26th 2016, 9:10 pm; edited 1 time in total
    skouliki
    skouliki
    Manager
    Manager


    Female Posts : 15311
    Reputation : 1705
    Language : English,Greek
    Location : Greece

    Solved Re: Add a profile field for music to user profiles

    Post by skouliki November 26th 2016, 6:59 pm


    Valoish
    Valoish
    Forumember


    Female Posts : 291
    Reputation : 54
    Language : English
    Location : NYC

    Solved Re: Add a profile field for music to user profiles

    Post by Valoish November 26th 2016, 7:04 pm

    Hai @Skouliki,

    I saw that topic as well. But I know that is it possible. There's a user profile on a forum that I visit from time to time and she has a Billy Music Player in one of her fields.
    This is it Hopefully you can view it without signing it LOL.

    But this is the coding I see when I open DevTools:
    Add a profile field for music to user profiles 1df35b7c88da454bbc43f814c420333d
    So she somehow embedded a Billy Player into her profile..
    skouliki
    skouliki
    Manager
    Manager


    Female Posts : 15311
    Reputation : 1705
    Language : English,Greek
    Location : Greece

    Solved Re: Add a profile field for music to user profiles

    Post by skouliki November 26th 2016, 7:09 pm

    i add a second link above with youtube music so maybe its the same method

    Valoish
    Valoish
    Forumember


    Female Posts : 291
    Reputation : 54
    Language : English
    Location : NYC

    Solved Re: Add a profile field for music to user profiles

    Post by Valoish November 26th 2016, 7:28 pm

    Thanks Skouliki! I'll take a look at it after lunch c:
    I skimmed over it and it seems like it could work. I'll play around with it later and if anything I'll bug Ange LOL.
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51498
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: Add a profile field for music to user profiles

    Post by SLGray November 26th 2016, 8:18 pm

    Have you tried asking on the forum that has this?



    Add a profile field for music to user profiles Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    Draxion
    Draxion
    Helper
    Helper


    Male Posts : 2518
    Reputation : 321
    Language : English
    Location : USA

    Solved Re: Add a profile field for music to user profiles

    Post by Draxion November 26th 2016, 8:29 pm

    Valoish
    Valoish
    Forumember


    Female Posts : 291
    Reputation : 54
    Language : English
    Location : NYC

    Solved Re: Add a profile field for music to user profiles

    Post by Valoish November 26th 2016, 8:43 pm

    @SLGray I haven't yet. Figured I'd post here first to see if there was a tutorial or topic I missed xD.
    @Draxion I saw this, but it isn't exactly what I was looking for. o; I wanted the music to be hidden so its like background music. And I believe that Luffy's tutorial is no longer compatible, no? I saw a bunch of topics where people asked and it didn't work for them x_x

    I managed to figure it out with Skouliki's second link, though!
    Only thing I can't figure out now is how to change the width and height of the video LOL.
    I put the following BBCode in a Text Zone field:
    Code:
    [youtube]Q159t_RYKsY?rel=0&autoplay=1&loop=1&controls=0&controls=0&showinfo=0&width=1[/youtube]

    I also tried using the [flash] tag, but it seems like that one doesn't support autoplay? Or was I coding it wrong LOL.
    Draxion
    Draxion
    Helper
    Helper


    Male Posts : 2518
    Reputation : 321
    Language : English
    Location : USA

    Solved Re: Add a profile field for music to user profiles

    Post by Draxion November 26th 2016, 8:46 pm

    If you want the music to be hidden, all you have to do is use CSS to hide the display of that profile field from their profile view correct?
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51498
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: Add a profile field for music to user profiles

    Post by SLGray November 26th 2016, 8:50 pm

    If you use the embedded code from Youtube, it has the width and height.



    Add a profile field for music to user profiles Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    Valoish
    Valoish
    Forumember


    Female Posts : 291
    Reputation : 54
    Language : English
    Location : NYC

    Solved Re: Add a profile field for music to user profiles

    Post by Valoish November 26th 2016, 8:51 pm

    @Draxion
    Yup! I just remembered I did something similar to this with Ange's Personal Emoticons field, so I gave it a try and it worked!

    Thank you guys for your help! <3

    Just one last question: Can I use the youtube tags for playlists?
    Draxion
    Draxion
    Helper
    Helper


    Male Posts : 2518
    Reputation : 321
    Language : English
    Location : USA

    Solved Re: Add a profile field for music to user profiles

    Post by Draxion November 26th 2016, 8:52 pm

    Glad it worked. Smile
    Valoish
    Valoish
    Forumember


    Female Posts : 291
    Reputation : 54
    Language : English
    Location : NYC

    Solved Re: Add a profile field for music to user profiles

    Post by Valoish November 26th 2016, 9:09 pm

    Disregard my last question about the video! Everything works now ^^

    This is solved~
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51498
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: Add a profile field for music to user profiles

    Post by SLGray November 26th 2016, 9:23 pm

    Problem solved & topic archived.
    Please read our forum rules: ESF General Rules



    Add a profile field for music to user profiles Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.

      Current date/time is September 22nd 2024, 11:37 am