If you are not registered or logged in, you may still use these forums but with limited features. Show recent topics
  [Search] Search   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [FAQ]  FAQ 
[Register] Register / 
[Login] Login 
how to change the AD poll2.02 's default Templates to anothe  XML
Forum Index » Support Forum
Author Message
Anonymous



when use the poll on top page,how to change the default Templates to another???
Anonymous



$php_poll->set_template_set("your_new_template");
Anonymous



The code above must appear BEFORE the code that calls the poll and AFTER the include once statement:

<?php
include_once "(YOUR PATH HERE)/poll/booth.php";
$php_poll->set_template_set("your_new_template");
echo $php_poll->poll_process(x); // x = Poll ID
?>

change "your_new_template" in quotes to "graphic" or "popup" or whichever you want to use.
 
Forum Index » Support Forum
Go to:   
Based on the open source JForum