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: musicscore
Forum Index » Profile for musicscore » Messages posted by musicscore
Author Message
Because I didn't find a solution for this problem on internet I did look in the php scripts of the advanced poll 2.0.8.

There I found out the the poll form didn't point to the current url.

The solution is :

Open de file common.inc.php (wordpad)

add before

function no cache_header() {

this line:

$pollvars['currentpage'] = $_SERVER["REQUEST_URI"];

Save file.

Open the poll template

modify the form line to:

<form method="post" action="$pollvars[currentpage]">

Save the template.

Now the poll will open the page on which it is located.

Maybe the next release can implement this change.
I deleted the tables in the database and installed the software again.
So the tables in the database are created from scratch.

Same problem. I'm getting hopeless. I really like the poll software (but only if it works).

Greetings,

Musicscore
Have the same problem. Integrated the poll 2.08 in CMS Made Simple.
On my first site succesfully but on my second site the path is wrong.
The results should point to {sitename}/poll/....... but it points to {sitename}/....
Looks like the path variable is not added correctly.

Try the solution given here but I get a error.

Can some help me. Should I use an older version of advanced poll ?

Musicscore
 
Forum Index » Profile for musicscore » Messages posted by musicscore
Go to:   
Based on the open source JForum