Chi Kien Uong
Geranienstraße 30
71034 Böblingen
Deutschland / Germany
|
If you are not registered or logged in, you may still use these forums but with limited features.
Show recent topics
|
|
|
Author |
Message |
19/02/2003 09:53:08
|
Anonymous
|
when use the poll on top page,how to change the default Templates to another???
|
|
19/02/2003 21:10:38
|
Anonymous
|
$php_poll->set_template_set("your_new_template");
|
|
24/02/2003 18:00:17
|
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.
|
|
|
|
|
|
Based on the open source JForum
|