RogerB Posted March 21, 2009 Report Share Posted March 21, 2009 Nabeel, you and I talked about this a while back. I am trying to release 3 more skins, but it seems the java I am trying to use never wants to work in PHPVMS, is there a reason why? Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted March 22, 2009 Administrators Report Share Posted March 22, 2009 What's the code? Quote Link to comment Share on other sites More sharing options...
Leiserson Posted March 24, 2009 Report Share Posted March 24, 2009 If you are using it within the document( wrapping it in script tags) then there shouldn't be a problem. If you are using an external file with your java script insure that you are correctly linking to the path of the file. Quote Link to comment Share on other sites More sharing options...
nexiss Posted March 24, 2009 Report Share Posted March 24, 2009 What are you trying to do? I have after many painful hours got java script to run in a skin, but you have to wrap it in script tags i.e <script type="text/javascript" src="<?php echo SITE_URL ?>/lib/skins/nexiss/Buttons_files/cbjscbButtons.js"></script> And check the paths very carefully that was my biggest problem, especially any paths within the Javascript itself i.e. to any images etc. hope this helps Karl Quote Link to comment Share on other sites More sharing options...
RogerB Posted March 24, 2009 Author Report Share Posted March 24, 2009 Yeah, I have done all that, no go........Not sure what is wrong. Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted March 25, 2009 Administrators Report Share Posted March 25, 2009 Must be the javascript then Quote Link to comment Share on other sites More sharing options...
RogerB Posted March 25, 2009 Author Report Share Posted March 25, 2009 I have the original index.html in the skin folder, it works........... Quote Link to comment Share on other sites More sharing options...
Administrators Nabeel Posted March 26, 2009 Administrators Report Share Posted March 26, 2009 Post the code, can't really tell without knowing the code Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.