If you are not registered or logged in, you may still use these forums but with limited features. Show recent topics
  [Search] Search   [Hottest Topics] Hottest Topics   [Members]  Member Listing   [FAQ]  FAQ 
[Register] Register / 
[Login] Login 
Messages posted by: jimwillsher
Forum Index » Profile for jimwillsher » Messages posted by jimwillsher
Author Message
Hello,

I've installed Advanced Poll 2.02, and it all seem to be working great.

I've made a minor change to the "simple" template to include some <P> and </P> tags. The changes are saved correctly (if I change to a different template, then change back, the changes are in place).

But the changes never appear on the web page.

My template looks like:

<P>$question</P></b></font></td>

and my HTML to display the poll is :

include_once "/var/www/html/poll/booth.php";
$php_poll->set_template_set("simple"); // simple = template name
echo $php_poll->poll_process(5); // Poll 5 = Screen Resolution


but my resulting web page is:

<b>What is your normal screen resolution?</b></font></td>

whereas it should be :

<b><P>What is your normal screen resolution?<P></b></font></td>


I know the <P> tags should be done more tidily, but that's not the issue.

Please can anyone advise what I'm doing wrong? I'm on RedHat 9.0 with all the latest patches (via up2date) and I'm using MySql. My PHP version is 4.2.2 and my MySql version is 4.0.17

Many thanks,



Jim Willsher

PS The same happens with all templates, not just "simple".
 
Forum Index » Profile for jimwillsher » Messages posted by jimwillsher
Go to:   
Based on the open source JForum