Jamroom Logo Jamroom 5 Core
is now Open Source!
User Support Forum Archive (Read Only)
Third Party Products and Support:
Add to Station Player
xmla



Joined: 27 Mar 2006
Posts: 508

Posted: 05/03/10 06:10 
Anyone got this to work? Mine just keeps spinning when I try to create a station or add to an existing station.

M
XMLA

Back to top
nasthon



Joined: 01 Jun 2008
Posts: 118

Posted: 05/03/10 22:15 

xmla:
Anyone got this to work? Mine just keeps spinning when I try to create a station or add to an existing station.

M
XMLA


Could you provide your Jamroom site URL? Also please provide the code you have added to your page to show the "Add to Station" button.

Thanks.


_________________

http://iMusic.hk
Back to top
nasthon



Joined: 01 Jun 2008
Posts: 118

Posted: 05/03/10 22:20 

xmla:
Anyone got this to work? Mine just keeps spinning when I try to create a station or add to an existing station.

M
XMLA


I think your site is http://xsiteradio.com, I have registered an Artist account and I can create and add song to stations sucecssfully.

Here is the page I add songs to my station:
http://xsiteradio.com/?t=music


_________________

http://iMusic.hk
Back to top
xmla



Joined: 27 Mar 2006
Posts: 508

Posted: 05/03/10 22:27 

nasthon:

xmla:
Anyone got this to work? Mine just keeps spinning when I try to create a station or add to an existing station.

M
XMLA


I think your site is http://xsiteradio.com, I have registered an Artist account and I can create and add song to stations sucecssfully.

Here is the page I add songs to my station:
http://xsiteradio.com/?t=music


I had to enable jform. Fixed the issue.

Thanks for the prompt reply. Shows good business.

Cool Mod! You solved a problem.. now my users are happy.

Thank you!

M
XMLA / XSR

Back to top
nasthon



Joined: 01 Jun 2008
Posts: 118

Posted: 05/04/10 17:22 

Quote:
I had to enable jform. Fixed the issue.

Thanks for the prompt reply. Shows good business.

Cool Mod! You solved a problem.. now my users are happy.

Thank you!

M
XMLA / XSR


You are welcome.

This page works perfectly:
http://xsiteradio.com/?t=music

However, you miss to enable the colorbox in this page (I cannot find the colorbox related js and css in your source code):
http://xsiteradio.com/ten/music.php


_________________

http://iMusic.hk
Back to top
xmla



Joined: 27 Mar 2006
Posts: 508

Posted: 05/04/10 17:48 
I Got the pop-up working in skins, but not in themes.

When I put

Code

{nasAddToStation_init}


in my index_theme_header.tpl , it doesn't render the scripts. So I copied them from the rendered source from skins and pasted into my header.


Code

<script type="text/javascript" language="javascript" src="http://xsiteradio.com/include/js/jquery.form.js"></script>
<script type="text/javascript" language="javascript" src="http://xsiteradio.com/modules/nasAddToStation/templates/js/colorbox/jquery.colorbox.js"></script>
<link href="http://xsiteradio.com/modules/nasAddToStation/templates/js/colorbox/colorbox.css" type="text/css" rel="stylesheet" media="screen">
<script type="text/javascript" language="javascript" src="http://xsiteradio.com/modules/nasAddToStation/templates/js/jquery.js"></script>


I made sure that no additional jquery.js was loading, I've re-added the colorbox and i'm now using your jquery but it still just loads in a new window.

any ideas?

M
XMLA

Back to top
nasthon



Joined: 01 Jun 2008
Posts: 118

Posted: 05/04/10 18:03 

xmla:
I Got the pop-up working in skins, but not in themes.

When I put

Code

{nasAddToStation_init}


in my index_theme_header.tpl , it doesn't render the scripts. So I copied them from the rendered source from skins and pasted into my header.


Code

<script type="text/javascript" language="javascript" src="http://xsiteradio.com/include/js/jquery.form.js"></script>
<script type="text/javascript" language="javascript" src="http://xsiteradio.com/modules/nasAddToStation/templates/js/colorbox/jquery.colorbox.js"></script>
<link href="http://xsiteradio.com/modules/nasAddToStation/templates/js/colorbox/colorbox.css" type="text/css" rel="stylesheet" media="screen">
<script type="text/javascript" language="javascript" src="http://xsiteradio.com/modules/nasAddToStation/templates/js/jquery.js"></script>


I made sure that no additional jquery.js was loading, I've re-added the colorbox and i'm now using your jquery but it still just loads in a new window.

any ideas?

M
XMLA


For Theme update, please make sure you have "regenerate profile" after you updating.


_________________

http://iMusic.hk
Back to top
xmla



Joined: 27 Mar 2006
Posts: 508

Posted: 05/04/10 18:07 
That was the 2nd thing I did after I applied the script.

M
XMLA
( Developing Jamroom since 04' )


nasthon:

xmla:
I Got the pop-up working in skins, but not in themes.

When I put

Code

{nasAddToStation_init}


in my index_theme_header.tpl , it doesn't render the scripts. So I copied them from the rendered source from skins and pasted into my header.


Code

<script type="text/javascript" language="javascript" src="http://xsiteradio.com/include/js/jquery.form.js"></script>
<script type="text/javascript" language="javascript" src="http://xsiteradio.com/modules/nasAddToStation/templates/js/colorbox/jquery.colorbox.js"></script>
<link href="http://xsiteradio.com/modules/nasAddToStation/templates/js/colorbox/colorbox.css" type="text/css" rel="stylesheet" media="screen">
<script type="text/javascript" language="javascript" src="http://xsiteradio.com/modules/nasAddToStation/templates/js/jquery.js"></script>


I made sure that no additional jquery.js was loading, I've re-added the colorbox and i'm now using your jquery but it still just loads in a new window.

any ideas?

M
XMLA


For Theme update, please make sure you have "regenerate profile" after you updating.


Back to top
nasthon



Joined: 01 Jun 2008
Posts: 118

Posted: 05/04/10 18:15 

Quote:
That was the 2nd thing I did after I applied the script.

M
XMLA
( Developing Jamroom since 04' )


There may be the problem of the javscript loading sequence, please try to use following codes in your Theme header:


Code
<script type="text/javascript" language="javascript" src="http://xsiteradio.com/include/js/jquery.js"></script>
<script type="text/javascript" language="javascript" src="http://xsiteradio.com/include/js/jquery.form.js"></script>
<script type="text/javascript" language="javascript" src="http://xsiteradio.com/modules/nasAddToStation/templates/js/colorbox/jquery.colorbox.js"></script>
<link href="http://xsiteradio.com/modules/nasAddToStation/templates/js/colorbox/colorbox.css" type="text/css" rel="stylesheet" media="screen">



_________________

http://iMusic.hk
Back to top
xmla



Joined: 27 Mar 2006
Posts: 508

Posted: 05/04/10 18:30 
BOOM! That was it. Thank you.

Super-Star Support!

M
XMLA / XSR


nasthon:

Quote:
That was the 2nd thing I did after I applied the script.

M
XMLA
( Developing Jamroom since 04' )


There may be the problem of the javscript loading sequence, please try to use following codes in your Theme header:


Code
<script type="text/javascript" language="javascript" src="http://xsiteradio.com/include/js/jquery.js"></script>
<script type="text/javascript" language="javascript" src="http://xsiteradio.com/include/js/jquery.form.js"></script>
<script type="text/javascript" language="javascript" src="http://xsiteradio.com/modules/nasAddToStation/templates/js/colorbox/jquery.colorbox.js"></script>
<link href="http://xsiteradio.com/modules/nasAddToStation/templates/js/colorbox/colorbox.css" type="text/css" rel="stylesheet" media="screen">


Back to top
nasthon



Joined: 01 Jun 2008
Posts: 118

Posted: 06/23/10 00:01 
We've included a full installation guide for Skin "ProJam2":

http://www.nasthon.com/store/addtostation-projam2


_________________

http://iMusic.hk
Back to top
Display posts from previous:   
User Support Forum Archive (Read Only)
Third Party Products and Support

 
Solutions
• Social Media Platform
• Social Networking Software
• Musician Website Manager
• Community Builder
Products
• Jamroom Core
• Jamroom Addons
• Jamroom Modules
• Jamroom Marketplace
Support
• Support Forum
• Documentation
• Support Center
• Contact Support
Community
• Community Forum
• Member Sites
• Developers
Company
• About Us
• Contact Us
• Privacy Policy
©2003 - 2010 Talldude Networks, LLC.