Log in

View Full Version : Pausing up-down Scroller



game
11-21-2012, 09:33 PM
http://www.dynamicdrive.com/dynamicindex2/crosstick.htm

Is there any way i can replace where the text is and add a php var which will have the msg data pulled from database?

var pausecontent=new Array()
pausecontent[0]='<a href="http://www.javascriptkit.com">JavaScript Kit</a><br />Comprehensive JavaScript tutorials and over 400+ free scripts!'

i am trying to add this to a ipb 3 hook that i am coding on the html template side, so it will have to look like code bellow , tried that but not working

var pausecontent=new Array()
pausecontent[0]='{$data[' news']}'

ajfmrf
11-22-2012, 12:55 AM
Got any urls to post,they may help if so?

djr33
11-22-2012, 02:52 AM
It will be hard to help you with IPB 3 when few users are familiar with it. I've used IPB 1, but not IPB 3, and I don't know if anyone else here has.

I'd suggest approaching this backwards:
1. Determine the final HTML output that you need.

2. Determine how to generate that HTML with IPB+PHP. If needed, go to the IPB support forums for help.