View Single Post
  #1  
Old 02-07-2003, 04:34 AM
 
snorocket snorocket is offline
 

X-Adept
  
Join Date: Dec 2002
Posts: 403
 

Default integrating voting poll, almost working but....

ok i installed a voting poll and it works fine when you hard link to the poll. What i want to do is have the poll show up under the newletter right where the "powered by" is. This is the script i'm supposed to insert somewhere to make the poll show up on the page:

<?php require '/xxx/x/xxxxx/htdocs/polls/booth.php';
display_booth(1); ?>

I tried inserting this into the poweredby.tpl but i just get the smarty errors, even tried the old {literal}{/literal} trick with no luck, this seems to be a fairly easy poll to integrate but how do i do this? what do i need to change/modify to get this poll to show up in place of the powered by ?
Reply With Quote