Page 6 of 15 FirstFirst ... 45678 ... LastLast
Results 51 to 60 of 143
  1. #51
    Join Date
    Mar 2009
    Location
    Serbia
    Posts
    334
    Plugin Contributions
    0

    Default Re: Poll Manager Support Thread

    Hi boudewijn, great add

    I wonder if there is a possibility that the results of the vote (pool) are put in one page of the ZC that visitors can visit and see the results of all vote?

  2. #52
    Join Date
    Jun 2009
    Posts
    209
    Plugin Contributions
    2

    Default Re: Poll Manager Support Thread

    Quote Originally Posted by kobra8 View Post
    Hi boudewijn, great add

    I wonder if there is a possibility that the results of the vote (pool) are put in one page of the ZC that visitors can visit and see the results of all vote?
    Hi, thanks!

    You mean like a new page, middle of the screen?
    How would you like to control that as admin? Order? What polls to show or not show?

    Boudewijn

  3. #53
    Join Date
    Jun 2009
    Posts
    209
    Plugin Contributions
    2

    Default Re: Poll Manager Support Thread

    Quote Originally Posted by kobra8 View Post
    Hi boudewijn, great add

    I wonder if there is a possibility that the results of the vote (pool) are put in one page of the ZC that visitors can visit and see the results of all vote?
    Oh by the way, I see that you translated the poll manager language file into Servian. If you wish, I can add this to the next PM version.

  4. #54
    Join Date
    Mar 2009
    Location
    Serbia
    Posts
    334
    Plugin Contributions
    0

    Default Re: Poll Manager Support Thread

    Quote Originally Posted by boudewijn View Post
    Hi, thanks!

    You mean like a new page, middle of the screen?
    How would you like to control that as admin? Order? What polls to show or not show?

    Boudewijn
    Hi, I meant like new page (like EZ page) or some else page, it can by in middle of the screen.
    Yes, to control via admin what poolls to show.

    Like the show the results of voting, when a user fills pool, so on a separate page thet hi can see the results of any pool.

    You do not have to put Serbian in the new version, should be translated only three words.

  5. #55
    Join Date
    Jun 2009
    Posts
    209
    Plugin Contributions
    2

    Default Re: Poll Manager Support Thread

    Quote Originally Posted by kobra8 View Post
    Hi, I meant like new page (like EZ page) or some else page, it can by in middle of the screen.
    Yes, to control via admin what poolls to show.

    Like the show the results of voting, when a user fills pool, so on a separate page thet hi can see the results of any pool.

    You do not have to put Serbian in the new version, should be translated only three words.
    It would be a nice addition to PM....
    May take some time though, because as always there are more ambitions than time is available for them.

  6. #56

    Default Re: Poll Manager Support Thread

    Quote Originally Posted by boudewijn View Post
    Hi,
    It's already a standard function to display poll results to a user. If it doesn't work for you, there must be something wrong.
    Can you:
    1. Check if poll votes are processed and visible with the admin interface?
    2. Check if the file zcrpc.php is in place in the root folder of the website?

    Compensation is not needed, but if you want to express your appreciation, please make a PayPal donation, to the email address mentioned in the head section of poll_manager.txt.

    Boudewijn
    My poll results also disappear. The poll votes are visible in admin & I have zcrpc.php present in my public_html (root). I'm using zen 1.3.8a.

    Btw this poll will be absolutely brilliant for me if it showed the results at all times, it's exactly what I've been waiting for

  7. #57

    Default Re: Poll Manager Support Thread

    ...Actually I would prefer to keep the poll open regardless of whether or not someone votes, if I could pull this off then that would solve my problem anyway, (probably).

    Now I just have to work out what to change...

    I think it's this line in includes/modules/sideboxes/poll_box.php :

    PHP Code:
        // It's a real user. Now check if he/she has polls left to answer.
        
    $poll_query $db->Execute("SELECT * FROM " PM_TABLE_POLLS " LEFT JOIN " PM_TABLE_POLL_OPTIONS " ON p_id=o_poll_id LEFT JOIN " PM_TABLE_POLL_RESULTS " ON (o_poll_id=r_poll_id AND r_ip='" $_SERVER['REMOTE_ADDR'] . "') WHERE r_ip IS NULL AND p_status=1 ORDER BY p_id, o_id"); 
    I've tried commenting it out but that doesn't work.

    I've had a few drinks tonight so that's the limit of my imagination gone I'm afraid!

  8. #58
    Join Date
    Jun 2009
    Posts
    209
    Plugin Contributions
    2

    Default Re: Poll Manager Support Thread

    Quote Originally Posted by alexhigh View Post
    My poll results also disappear. The poll votes are visible in admin & I have zcrpc.php present in my public_html (root). I'm using zen 1.3.8a.

    Btw this poll will be absolutely brilliant for me if it showed the results at all times, it's exactly what I've been waiting for
    Hi,

    If the votes are processed, the communication between poll box and server works correctly. But for some reason the results are not shown in the browser. Some questions:
    1. What version of PM?
    2. What browser/version?
    3. Can you give me the URL to your site so I can see what happens?

    Thanks
    Boudewijn

  9. #59
    Join Date
    Jun 2009
    Posts
    209
    Plugin Contributions
    2

    Default Re: Poll Manager Support Thread

    Quote Originally Posted by alexhigh View Post
    ...Actually I would prefer to keep the poll open regardless of whether or not someone votes, if I could pull this off then that would solve my problem anyway, (probably).

    Now I just have to work out what to change...

    I think it's this line in includes/modules/sideboxes/poll_box.php :

    PHP Code:
        // It's a real user. Now check if he/she has polls left to answer.
        
    $poll_query $db->Execute("SELECT * FROM " PM_TABLE_POLLS " LEFT JOIN " PM_TABLE_POLL_OPTIONS " ON p_id=o_poll_id LEFT JOIN " PM_TABLE_POLL_RESULTS " ON (o_poll_id=r_poll_id AND r_ip='" $_SERVER['REMOTE_ADDR'] . "') WHERE r_ip IS NULL AND p_status=1 ORDER BY p_id, o_id"); 
    I've tried commenting it out but that doesn't work.

    I've had a few drinks tonight so that's the limit of my imagination gone I'm afraid!
    What is the deeper thought behind this? You want users to be able to vote the SAME poll multiple times?

  10. #60
    Join Date
    Jun 2009
    Posts
    209
    Plugin Contributions
    2

    Default Re: Poll Manager Support Thread

    Quote Originally Posted by kobra8 View Post
    Hi, I meant like new page (like EZ page) or some else page, it can by in middle of the screen.
    Yes, to control via admin what poolls to show.

    Like the show the results of voting, when a user fills pool, so on a separate page thet hi can see the results of any pool.

    You do not have to put Serbian in the new version, should be translated only three words.
    I have a draft version ready. You can have a look at the url which is in my signature, replacing 'www' with 'test'.
    You have a test site yourself? Then I can send you the package for PM 1.1 so you can try it yourself.

 

 
Page 6 of 15 FirstFirst ... 45678 ... LastLast

Similar Threads

  1. Link Manager 3.0 Support Thread
    By clydejones in forum Addon Sideboxes
    Replies: 1925
    Last Post: 24 May 2013, 06:56 PM
  2. Testimonial Manager Support Thread
    By clydejones in forum All Other Contributions/Addons
    Replies: 1475
    Last Post: 3 Jan 2013, 12:39 PM
  3. Hints and Tips Manager - support thread
    By clydejones in forum All Other Contributions/Addons
    Replies: 41
    Last Post: 11 Sep 2012, 06:17 AM
  4. Empty Cart Manager [support thread]
    By Steven300 in forum All Other Contributions/Addons
    Replies: 49
    Last Post: 26 May 2010, 10:26 AM
  5. [Support Thread] Simple Video Manager
    By yellow1912 in forum All Other Contributions/Addons
    Replies: 6
    Last Post: 1 Nov 2008, 02:44 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •