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 |
29/05/2002 20:03:37
|
Anonymous
|
Hallo,
ich hätte da noch ne winzige frage
Wie kann ich bei der Poll list einstellen das sie nur die letzten 3 Poll's anzeigt???
Herzlichen Danke
Ciao
|
|
03/06/2002 13:55:36
|
Anonymous
|
/* poll list */
$php_poll->set_template("poll_list");
$php_poll->set_date_format("d/m/Y");
$php_poll->set_polls_per_page(3);
echo $php_poll->view_poll_list();
echo $php_poll->get_list_pages();
|
|
|
|
|
|
Based on the open source JForum
|