簡単な質問項目による投票ができるXOOPSのモジュールです。
Table of contents
導入済みHack 
説明文をつける。 
- modules/xoopspoll/class/xoopspollrenderer.php
●改造箇所(XOOPS 2.0.6の場合) [1] /html/modules/xoopspoll/class/xoopspollrenderer.php 83行目の ----------------------------------------------------------- $tpl->assign('poll', array('question' => $this->poll-> getVar("question"), 'pollId' => $this->poll-> getVar("poll_id"), 'viewresults' => XOOPS_URL."/modules/xoopspoll/pollresults.php?poll_id=" .$this->poll->getVar("poll_id"), 'action' => XOOPS_URL."/modules/xoopspoll/index.php", 'options' => $options)); ----------------------------------------------------------- を ----------------------------------------------------------- $tpl->assign('poll', array('question' => $this->poll-> getVar("question"), 'desc' => $this->poll-> getVar("description"), 'pollId' => $this->poll-> getVar("poll_id"), 'viewresults' => XOOPS_URL."/modules/xoopspoll/pollresults.php?poll_id=" .$this->poll->getVar("poll_id"), 'action' => XOOPS_URL."/modules/xoopspoll/index.php", 'options' => $options)); ----------------------------------------------------------- に変更。 [2] 同じファイルの148行目の ----------------------------------------------------------- $tpl->assign('poll', array('question' => $this->poll-> getVar("question"),'end_text' => $end_text,'totalVotes' => sprintf(_PL_TOTALVOTES, $total), 'totalVoters' => sprintf(_PL_TOTALVOTERS, $this->poll->getVar("voters")),'vote' => $vote, 'options' => $options)); ----------------------------------------------------------- を ----------------------------------------------------------- $tpl->assign('poll', array('question' => $this->poll-> getVar("question"),'desc' => $this->poll-> getVar("description"),'end_text' => $end_text,'totalVotes' => sprintf(_PL_TOTALVOTES, $total), 'totalVoters' => sprintf(_PL_TOTALVOTERS, $this->poll->getVar("voters")),'vote' => $vote, 'options' => $options)); ----------------------------------------------------------- に書き換え。
- テンプレートセット・マネジャーで「xoopspoll_view.html」と「xoopspoll_results.html」に<{$poll.desc}>のタグを書き加える。
投票モジュールのログ閲覧を可能にする。 
- http://www.noda-city.com/
- modules/xoopspoll
| Page Info | |
|---|---|
| Page Name : | xoopspoll |
| Page aliases : | None |
| Page owner : | None |
| Can Read | |
| Groups : | All visitors |
| Users : | All visitors |
| Can Edit | |
| Groups : | ユーザ |
| Users : | No one |
Counter: 2577,
today: 1,
yesterday: 0
Princeps date: 2009-07-20 (Mon) 09:22:12
Last-modified: 2009-07-20 (Mon) 09:22:12 (JST) (375d) by

新しくコメントをつける
コメント一覧