| 26 |
(vocabulary #1 is forum). |
(vocabulary #1 is forum). |
| 27 |
|
|
| 28 |
|
|
| 29 |
|
Theme |
| 30 |
|
******* |
| 31 |
|
The module prints the "polling station" in a special area, so that the polling station may appear to be separate from the question itself. |
| 32 |
|
The html content of the polling station is in $node->polling_station. |
| 33 |
|
In your PHPTemplate theme, you must add a line to print it: |
| 34 |
|
<div class="polling-station"><?php print $node->polling_station ?></div> |
| 35 |
|
|
| 36 |
|
You might also want to create a special file to design the display of a demexp_question node type. |
| 37 |
|
To do this, you can copy the file node.tpl.php into node-demexp_question.tpl.php and adapt it to your style. |
| 38 |
|
|
| 39 |
|
Otherwise, you may also drop the included node-demexp_question.tpl.php into your theme folder. |
| 40 |
|
For example, if you use the bluemarine theme, copy the file node-demexp_question.tpl.php into the themes/bluemarine/ folder. |
| 41 |
|
|
| 42 |
|
The module currently only supports themes using the PHPTemplate theme engine. |
| 43 |
|
|
| 44 |
|
|
| 45 |
Settings |
Settings |
| 46 |
********** |
********** |
| 47 |
|
|