Hi Every one..... <br /><br />This is a quik and small modification in how to convert the normal line result into graphical one for your poll ....<br /><br />Note : This modification will effect the (index pals 3 & 4 Addons) which is created by the Just Dave .<br /><br />By the way ... i am not sure of (index pal 4 ) , but i think if you will find the same line which give the result of the poll ... i am sure you should able to change it according to this modification.<br /><br /><br /><br />How to do quik changes : <br /><br />[:"blue"]First : [/] <br />In pollpal.php file, find this line :<br /><br /> $pollString .= "<TR><TD ALIGN=LEFT VALIGN=TOP CLASS=\"lighttable\"><table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><TR><TD ALIGN=LEFT WIDTH=50 CLASS=\"lighttable\">$percent%</TD><TD ALIGN=LEFT CLASS=\"lighttable\"><table width=\"$percent2%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\" class=\"pollcolor\"><tr><td> </td></tr></table></TD></TR></TABLE>";<br /><br /> <br /><br />And replace it with this one :<br /><br /> $pollString .= "<TR><TD ALIGN=right VALIGN=TOP CLASS=\"lighttable\"><table width=\"100%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><TR><TD ALIGN=right WIDTH=50 CLASS=\"lighttable\">$percent%</TD><TD ALIGN=right CLASS=\"lighttable\"><table background=\"http://www.yoursite.com/anywhere/gold-pollbg.jpg\" width=\"$percent2%\" border=\"0\" cellspacing=\"0\" cellpadding=\"0\"><tr><td> </td></tr></table></TD></TR></TABLE>";<br /><br /><br /><br />[:"blue"]Second : [/] <br /><br />you have to change the URL used in the above line to mach your site ... this URL to link the Image file only <br /><br />
http://www.yoursite.com/anywhere/gold-pollbg.jpg<br /><br /><br />[:"blue"]Third and Last : [/] <br /><br />you will find in the attachement file 4 images ... for customize your poll result color ..... upload the files to your website .... and select one of that image ....<br />e.g. : change the link and choose one of this choices : <br />
http://www.yoursite.com/anywhere/gold-pollbg.jpg<br />
http://www.yoursite.com/anywhere/green-pollbg.jpg<br />
http://www.yoursite.com/anywhere/blue-pollbg.jpg<br />
http://www.yoursite.com/anywhere/red-pollbg.jpg<br /><br /><br /><br />Thats all .... <br /><br />Regards<br />BMH