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/12/2003 19:28:44
|
gariben
Newbie
Joined: 29/12/2003 19:19:47
Messages: 1
Offline
|
I have created about 20 polls and want to divide related polls in different pages.
For example. If the polls are money related, then it would appear in money.php, if the polls are sports related, then it would appear in sports.php, etc. etc.
I know there is a view all list.. but can I selectively show which polls to appear on a specific page.
/* poll list */
$php_poll->set_template("poll_list");
$php_poll->set_date_format("m/d/Y");
echo $php_poll->view_poll_list();
echo $php_poll->get_list_pages();
Can somehow the php code to selectively show polls using the simple template.
thanks,
Mike
|
|
|
|
|
|
Based on the open source JForum
|