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 |
21/12/2003 13:57:03
|
Anonymous
|
Hallo zusammen,
habe heut erstmalig eine dritte Frage hinzugefügt und stosse auf folgendes Problem: Wann immer die radiom Funktion die dritte Frage anziegen soll, wird nicht das schmalle Formular für den Vote dargestellt, sondern die breite Ergebnissanzeige, die sonst nach Vote im Popup kommt.
Zuvor lief es mit zwei oder einer Frage problemlos.
Was könnte das sein?
Gruss kleinadam
Hier mein code:
require $poll_path."/include/config.inc.php";
require $poll_path."/include/$POLLDB[class]";
require $poll_path."/include/class_poll.php";
$CLASS["db"] = new polldb_sql;
$CLASS["db"]->connect();
$php_poll = new poll();
$php_poll->set_template_set("popup");
$php_poll->set_max_bar_length(125);
$php_poll->set_max_bar_height(10);
if (isset($HTTP_GET_VARS['poll_id'])) {
echo $php_poll->poll_process($HTTP_GET_VARS['poll_id']);
} else {
echo $php_poll->poll_process("random");
}
|
|
|
|
|
|
Based on the open source JForum
|