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:
And when you click the download ringtone button, it goes to this page in a new window
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
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.
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
Hey Peter, the new version works with all versions of SEv3.+, You can reach sales at sales (at) socialdeveloper.net
Good to here
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
Can you post a screenshot of what happens?
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
Great. I will try it in my site…Thanks a lot Bryan.
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?