Trouble with Pages

Trix

Member
Hello all. I have a very old 'ticker' script that my members love using. The site who made it no longer exist. I want to move the ticker script/templates into Xenforo pages.

I copied and pasted the whole HTML files and they seem to show really well in Xenforo. However i've noticed a small issue.

You have a page with all of the ticker backgrounds listed. When you click on one, the example ticker updates to reflect the option you chose. In the xenforo pages though, the it does not update at all.

I was wondering, if there was a special way to include external files with Xenforo pages?

At the top of the page i have the code to include the JS file

Code:
  <script language="JavaScript" type="text/JavaScript" src="http://www.mysiteurl.com/ticker/form_processor.js"></script>

Then at the bottom, the code to display the preview ticker is

Code:
 <img id="basic_preview" src="http://www.mysiteurl.com/ticker/ticker.php?mode=basic_preview&pic=22l90avk">

Should these simply work as intended, or is there something else i need to be doing to make them work inside pages? It just seems they get ignored

Thanks for any help anyone can give.
 
The 'pages' page is on my local host, but the template i'm copying the html directly from is up on my website.

I can send you the link to that in a PM if you would like, or have the time to look. I can't post the link to the site on here.
 
Ok that's embarrassing. It seems to work fine on a live site. Must have been an issue from it being tested on MAMP and not 'online'

Thanks for your time Jake, sorry about that!
 
Top Bottom