hi Guys
This programmis the best Guuuuuaaaaa
The question:
I put pool in my coppermine gallery and i decide to Quickpoll V 1.1 to do this. But the programmers of software tell me:
There are 2 parts to this. The following line need to go inside the head tag:
<script type="text/javascript" src="swfobject.js"></script>
Note: You also need to incude the file name "swfobject.js" with your files.
Then this code place where you want the poll to show:
<div id="flashcontent"></div>
<script type="text/javascript">
// <![CDATA[
var so = new SWFObject("template1.swf", "template1", "200", "320", "6", "#FFFFFF");
so.addVariable("pollXML","polldata.xml");
so.write("flashcontent");
// ]]>
</script>
And where i put both code
In the index.php in other place in wich site of the index.php.
Please help me
i am a begginers
thanks
allll
and thanks coppermine
Ignacio
Don't put your code into index.php - in fact you shouldn't edit index.php at all.
If your custom poll code is suppossed to show on all pages, edit themes/yourtheme/template.html and insert your code there.
If it is suppossed to show only on the index page, use anycontent (refer to the docs for details).
This is not an install issue, so you shouldn't have started your thread on the install sub-board. Your thread was moved accordingly.