/[drupal]/contributions/modules/demexp/INSTALL.txt
ViewVC logotype

Diff of /contributions/modules/demexp/INSTALL.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.5, Sat Oct 14 12:07:17 2006 UTC revision 1.6, Sat Oct 14 13:43:42 2006 UTC
# Line 26  It must be vocabulary ID #2, which is cu Line 26  It must be vocabulary ID #2, which is cu
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    

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

  ViewVC Help
Powered by ViewVC 1.1.2