Has anybody managed to get Polls Made Simple to work?
I am encountering all the problems listed in this thread.
When I submit a poll, the results are not registered and I get this at the end of my url: /?pollvotingchoice_1=1&vote=Vote#
When I click 'Peek result' nothing happens and the url changes to /?peek=Peek+result#
I am using CMS Made Simple 1.2.4 "Greenland"
I have installed Polls Made Simple and Ajax Made Simple.
I have set up and activated the poll in the admin.
I am using mod rewrite to write friendly urls.
Many thanks for any suggestions!
Rachael
Polls Made Simple - questions
-
- Forum Members
- Posts: 106
- Joined: Thu Oct 05, 2006 11:27 am
-
- Power Poster
- Posts: 424
- Joined: Sat Feb 02, 2008 12:42 am
- Location: USA
Re: Polls Made Simple - questions
IMHO, this module is in serious need of an upgrade.
Take a penny, leave a penny.
- Silmarillion
- Dev Team Member
- Posts: 483
- Joined: Sun Jan 02, 2005 9:10 pm
- Location: Denmark
Re: Polls Made Simple - questions
I'm totally aware that the module needs work, but I'm doing it in my spare time, and it has always worked for me, soo...
There's another poll module out now, Ballots or something, which you could try. It may be more well-maintained.
Sil. author of PollsMS
There's another poll module out now, Ballots or something, which you could try. It may be more well-maintained.
Sil. author of PollsMS
-
- New Member
- Posts: 3
- Joined: Mon Oct 13, 2008 4:31 pm
Re: Polls Made Simple - questions
In my case I found out that AJAX MADE SIMPLE wasn't being loaded in the deader, perhaps adding this line might be a hack to fix that issue.
But that's not the way it should work, AMS should be auto loaded or am I missing a tag in the header?
G.
Code: Select all
{literal}
<__script__ language="JavaScript" type="text/javascript" src="http://www.domain.com/modules/AjaxMadeSimple/ajaxmadesimple.js.php" ></__script>
{/literal}
G.
- Silmarillion
- Dev Team Member
- Posts: 483
- Joined: Sun Jan 02, 2005 9:10 pm
- Location: Denmark
Re: Polls Made Simple - questions
No AjaxMS should be loaded automatically... strange... always does for me...
I'll investigate further...
m.
I'll investigate further...
m.
Re: Polls Made Simple - questions
Adding AJAX manually to the header worked for me - just in case anyone is still checking this out.
Registered Linux User #457788
-
- Forum Members
- Posts: 78
- Joined: Mon Oct 23, 2006 4:43 pm
Re: Polls Made Simple - questions
Hi
Ajax does not seem to load (automatically) at my setup either.
Polls made simple mod is not working: No results, and it's not possible to vote.
Olaf
Ajax does not seem to load (automatically) at my setup either.
Polls made simple mod is not working: No results, and it's not possible to vote.
Olaf
-
- Forum Members
- Posts: 78
- Joined: Mon Oct 23, 2006 4:43 pm
Re: Polls Made Simple - questions
Hi
well, actually that ajax did not load seemed to be the problem for me!
When I add
it's working!
Olaf
--
* together for better software *
* http://www.team-noehring.de *
well, actually that ajax did not load seemed to be the problem for me!
When I add
Code: Select all
{literal}
<__script__ language="JavaScript" type="text/javascript" src="http://www.domain.com/modules/AjaxMadeSimple/ajaxmadesimple.js.php" ></__script>
{/literal}
Olaf
--
* together for better software *
* http://www.team-noehring.de *