PDA

View Full Version : hard coding scrollbox


Bradnjxn
10-20-2006, 05:59 PM
If I want to hard code the scrollbox into a template, how do I do that?

Mike Armas
10-22-2006, 12:54 PM
Why not just make the js file a inc file and add a #customeinc# code in the template ?

Or look in the code find what web site it was gotten form and make that in to a inc file.

cica
10-23-2006, 08:53 AM
You could also use an iframe.

Joe Lain
11-16-2006, 10:33 AM
Mike is right on this one. In the scrolling newsbox plugin modify pgm-scroll_news.php to display what you want (around line 97-99 you should see an example), rename it to includethis.inc, add #CUSTOMINC# to your template, and add it to your template folder.

Ruben
01-02-2007, 09:43 AM
somehow the custominc does not seem to work anymore with me.