vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Template Modifications (https://vborg.vbsupport.ru/forumdisplay.php?f=246)
-   -   Profile Enhancements - Awesome Flash Music Player For Members Profile (https://vborg.vbsupport.ru/showthread.php?t=264078)

socialteenz 08-03-2011 11:50 AM

Quote:

Originally Posted by fxwoody (Post 2228639)
cool addon socialteenz! Will try it out to see the response from members ;)

Installed

Thank you & good luck :)

fxwoody 08-03-2011 01:27 PM

Ok, it works fine in 4.1.3, tho, i have a good question for you!
Is there a way that we could setup this option but with a multiple choice of songs that us, admin, upload or hotlink, for our members to choose from?!? Instead of having the single selection menu, using like the radio button with the title beside it?!?

I think it would make it easier on certain less experienced users to choose from the list ;)
I tried to find some info on how to code this but.......i'm stuck lollll

That would be awesome socialteenz if i could add it this way :)

Tks friend

socialteenz 08-03-2011 01:41 PM

I will see what i can do :)

fxwoody 08-03-2011 01:45 PM

cool! tks socialteenz! will see what you can come up with ;)

tele955848 08-03-2011 02:30 PM

Hallo,

my music player can not play song
Firefox oder Chrome not work.

klick Player Start or Stop -without functional
www.1sta.de

4.0.6 Version Vb4

http://www.1sta.de/forum/member.php?138-gast
Login Daten per PM?

socialteenz 08-03-2011 04:03 PM

Quote:

Originally Posted by tele955848 (Post 2228729)
Hallo,

my music player can not play song
Firefox oder Chrome not work.

klick Player Start or Stop -without functional
www.1sta.de

4.0.6 Version Vb4

http://www.1sta.de/forum/member.php?138-gast
Login Daten per PM?

Problem is not with the browser, you have not edited the profile field number properly in memberinfo template. I have replied you pm :)

tele955848 08-04-2011 07:22 AM

Thank you for your help.
Works fine - Thanks

Vote for MOTM :)

socialteenz 08-04-2011 07:28 AM

You are welcome, cheers :)

Spectre_Aidan 08-09-2011 04:31 AM

where do i get more songs from ?

socialteenz 08-09-2011 06:27 AM

Quote:

Originally Posted by Spectre_Aidan (Post 2231209)
where do i get more songs from ?

No support will be provided for people who dint mark this as INSTALLED

Spectre_Aidan 08-09-2011 09:06 AM

fair enough i got it anyway

socialteenz 08-09-2011 09:16 AM

Quote:

Originally Posted by Spectre_Aidan (Post 2231269)
fair enough i got it anyway

If you are not in a position to mark this as INSTALLED, don't use it. Just my 0.02 cent

Fready 08-09-2011 01:10 PM

Before i install it, can a user upload their own song?

socialteenz 08-09-2011 03:34 PM

Quote:

Originally Posted by Fready (Post 2231357)
Before i install it, can a user upload their own song?

Yeah, your users can upload their own song on this site & use it on your forum.

Code:

http://k002.kiwi6.com/

conchemimare 08-10-2011 12:11 AM

Awesome mate! thanks works fit!

Fready 08-10-2011 02:36 AM

I installed it but no player shows using the Chromium browser
It did however show on FF, but nothing would play.

So i un-installed it.

Fready 08-10-2011 03:01 AM

I got it to work in FF, I had entered the wrong field number.
However I never really use FF, as I always use the Chromium browser.

Any ideas how to get it to work?
I marked as installed.

Spectre_Aidan 08-10-2011 03:20 AM

Quote:

Originally Posted by socialteenz (Post 2231273)
If you are not in a position to mark this as INSTALLED, don't use it. Just my 0.02 cent

dude just calm down i forgot to hit installed so what

Fready 08-10-2011 03:26 AM

Quote:

Originally Posted by frbmjb (Post 2202218)

Strange, I follow this link using my same Chromium browser and the player shows and works on that site.
But not on mine:confused:

socialteenz 08-10-2011 06:02 AM

I'm on mobile, will look in to this when i am on pc.

Fready 08-10-2011 07:34 AM

ok
i pmd you with the url to the site

socialteenz 08-10-2011 12:07 PM

Quote:

Originally Posted by Spectre_Aidan (Post 2231646)
dude just calm down i forgot to hit installed so what

Still you have not done it :D it's not you have forgotten, you have done it on purpose :P

socialteenz 08-10-2011 01:33 PM

Quote:

Originally Posted by Fready (Post 2231648)
Strange, I follow this link using my same Chromium browser and the player shows and works on that site.
But not on mine:confused:

Try with this code.

Code:

<!---Flash Music Player--->
<vb:if condition="$userinfo['fieldxx']">
<div class="block">
  <div class="visitors">
    <h5 class="blocksubhead smaller">My Profile Song</h5>
      <div class="blockbody">
        <div class="blockrow">
          <div class="meta">
                <li>
<center><tbody><tr>
                                <td class="alt1" style="font-family: Verdana; font-size: 10pt">
                               


<script src="{vb:raw vboptions.bburl}/embed/swfobject.js" type="text/javascript"></script>

<div id="player"></div>

<script type="text/javascript">
var so = new SWFObject('{vb:raw vboptions.bburl}/embed/player.swf','mpl','170','20','9');
so.addParam('allowscriptaccess','always');
so.addParam('allowfullscreen','true');
so.addParam('flashvars','&amp;file={vb:raw userinfo.fieldxx}&volume=100&autostart=true');
so.write('player');
</script>

</td>
                        </tr>
                        </tbody></center>
 </div>
 </div>
    </div>
  </div>
</div>
<div class="underblock"></div>
</vb:if>
<!---Flash Music Player--->


Fready 08-11-2011 02:44 AM

no still not showing or working
yet that site i linked on the last page works fine witth the same browser open on another tab,

socialteenz 08-11-2011 03:19 AM

Quote:

Originally Posted by Fready (Post 2232083)
no still not showing or working
yet that site i linked on the last page works fine witth the same browser open on another tab,

Are you sure you added the code properly? The same code works fine for me. Try to upload the files again!

mjfan227 08-11-2011 11:12 PM

Great, I love it! Working perfectly.

socialteenz 08-12-2011 07:52 AM

Quote:

Originally Posted by mjfan227 (Post 2232442)
Great, I love it! Working perfectly.

Thanks, glad you like them :)

fxwoody 08-12-2011 02:37 PM

hi socialteenz, did you had the time to look at my request???

members like that a lot hehehe

Cheers

lobo0sw 08-12-2011 08:46 PM

Thanks ! :) Very nice mods. :)

socialteenz 08-12-2011 08:53 PM

Quote:

Originally Posted by fxwoody (Post 2232646)
hi socialteenz, did you had the time to look at my request???

members like that a lot hehehe

Cheers

Really sorry, i forgot that. Will check & get back to you soon.

socialteenz 08-12-2011 08:54 PM

Quote:

Originally Posted by lobo0sw (Post 2232777)
Thanks ! :) Very nice mods. :)

Glad you like it :) Mark this as installed if you are using :)

skygunz 08-28-2011 06:53 AM

i don't get it what do yo mean by "fieldxx" ? im new to this xD sorry

socialteenz 08-28-2011 09:39 AM

Quote:

Originally Posted by skygunz (Post 2239045)
i don't get it what do yo mean by "fieldxx" ? im new to this xD sorry

No support will be provided for people who dint mark this as INSTALLED

skygunz 08-28-2011 03:35 PM

sorry like i sed im new im not familiar with things but i did now. so can you help me with the "fieldxx" ?

socialteenz 08-28-2011 03:57 PM

Quote:

Originally Posted by skygunz (Post 2239140)
sorry like i sed im new im not familiar with things but i did now. so can you help me with the "fieldxx" ?

You have to create a new user profile field. If you don't know, i can do it for you, pm me your admincp details. I don't have time to type.

skygunz 08-28-2011 04:31 PM

Thank you for all your help xD you where a big help and i also love your program hope to see more of your programs xD but i have one more thing how do i change the song?

socialteenz 08-28-2011 05:22 PM

Quote:

Originally Posted by skygunz (Post 2239166)
Thank you for all your help xD you where a big help and i also love your program hope to see more of your programs xD but i have one more thing how do i change the song?

You are welcome, the profile field number is 6, if you want to use in any other theme.

skygunz 08-28-2011 05:22 PM

NVM i found it xD thanks and once a gen awesome program

socialteenz 08-28-2011 05:34 PM

Quote:

Originally Posted by skygunz (Post 2239188)
NVM i found it xD thanks and once a gen awesome program

Cheers

Papa Bear 09-19-2011 07:15 PM

Installed..works great in 4.1.5 thanks


All times are GMT. The time now is 02:27 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01361 seconds
  • Memory Usage 1,801KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (17)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete