Ringtone Downloads for SE Music Plugin

Ringtone Downloads for SE Music Plugin

Ok since ive been waiting for John to finish up the overdue updates for the upcoming video box, I decided to post my own mod that will help SE owners monetize there music plugin by offering Ringtone downloads :) Its fairly simple so lets get started.

First off, you need to get a thumbplay affiliate id, get yours here. Make note of your id, it should look something like open_xxxxxx

Next, we need to open up our admin panel and navigate to Edit Html Templates

Click on “browse_music.tpl” and scroll down to the bottom where the following code comes up-

3=$browse_music_list[browse_music_list_loop].music_uploader->user_displayname}
</div>

Now write under it, paste the following code, replacing the open_xxxxx with your Thumbplay id

<a href=”http://offers.thumbplay.com/plp/artisttitle/landing.do?method=home&pname=open_xxxxx&thpartist={$browse_music_list[browse_music_list_loop].music_title|truncate:15:”…”:true}” target=”_blank”>
<img height=”16″ width=”15″ BORDER=”0″ src=”http://www.skreemr.com/images/thumbplay.gif” alt=”Get ringtones by this artist on Thumbplay!” /> Download Ringtone
</a>

Once your done, you should have something like this:

finalsocial

And when you click the download ringtone button, it goes to this page in a new window

finalsocial2

Hope yall like this mod so leave your comments if you run into any problems!

And for the record, we are not fall out boy fans ;)




9 Responses to “Ringtone Downloads for SE Music Plugin”

  1. Choudhury says:

    Never mind. Your previous one is working now after tweeking the code..the ” sign has to be in place..it gets deleted after copying from your site.Once I put those in place it, it started working..check this..http://www.meetbangla.com/browse_music.php
    Thanks a lot.

  2. peter says:

    Hello,

    Questions regarding the video box plugin:

    1/ I run SE V3.13 will it works if I buy the existing video box version now? and if not when can we expect this available for purchase?

    2/ Do there is an email where we can contact you directly?

    Thank you

  3. choudhury says:

    Hi,
    I have tried to include the code as you specified but its putting some weird characters in the code too. May be you can recheck them again. Thanks

    • Bryan says:

      Can you post a screenshot of what happens?

      • chou says:

        I get this error:
        Fatal error: Smarty error: [in browse_music.tpl line 73]: syntax error: unrecognized tag: $browse_music_list[browse_music_list_loop].music_title|truncate:15::true (Smarty_Compiler.class.php, line 439) in /home/alapbang/public_html/meetbangla.com/include/smarty/Smarty.class.php on line 1095

  4. Choudhury says:

    Great. I will try it in my site…Thanks a lot Bryan.

  5. Bryan says:

    Try using this url code instead where it says a href=

    "//offers.thumbplay.com/plp/artisttitle/landing.do?method=home&pname=open_xxxxx&thpartist={$browse_music_list[browse_music_list_loop].music_title}”"

    Does that work?