In addition to placing the poll directory inside mods and turning the
poll module on, you need to do the following:


1. Phorum Admin -> Custom Profiles -> add a profile field called mod_poll


2. Add {POLLFORM} to the post_form.tpl template

   Within the post form (on top of the message body is best), add the line:

   {IF POLLFORM}{POLLFORM}{/IF}


3. Add a New Poll link to your templates.

   For example, you could add the following line to list.tpl, read.tpl,
   and others:

   {IF NEWPOLLURL}<a class="PhorumNavLink" href="{NEWPOLLURL}">{LANG->mod_poll->NewPoll}</a>{/IF}


NOTE:
Please remember to name the poll-lang-file exactly like the corresponding main-lang-file.
If your main-lang-file is called "english(american).php" the poll-lang-file has to be "english(american).php", too.