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
Then at the bottom, the code to display the preview ticker is
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.
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.