1
ivobikov
How can I see log of my Xoopspoll
  • 2005/9/10 7:53

  • ivobikov

  • Just popping in

  • Posts: 12

  • Since: 2005/7/13


I want to see who user how is vote, for which answer at "XoopsPoll" ? :) When I'm at Admin Panel and when I click on "Journal/LOG" writes View Log Sorry Not Yet ?

2
davidl2
Re: How can I see log of my Xoopspoll
  • 2005/9/10 8:50

  • davidl2

  • XOOPS is my life!

  • Posts: 4843

  • Since: 2003/5/26


Unfortunately there isnt a log on this.

There is supposed to be a new Poll module being written (at dev.xoops) but I have no details on this.

3
rowdie
Re: How can I see log of my Xoopspoll
  • 2005/9/10 9:13

  • rowdie

  • Just can't stay away

  • Posts: 846

  • Since: 2004/7/21


Activating the log feature isn't planned for the first release of the xpoll module. It will be in later versions though.

4
davidl2
Re: How can I see log of my Xoopspoll
  • 2005/9/10 10:59

  • davidl2

  • XOOPS is my life!

  • Posts: 4843

  • Since: 2003/5/26


Rowdie - you'll be a very popular person when you do this ...

5
tedsmith
Re: How can I see log of my Xoopspoll
  • 2005/9/10 11:37

  • tedsmith

  • Home away from home

  • Posts: 1151

  • Since: 2004/6/2 1


I too have wanted this feature for a while now. Will be pleased when it's implemented.

6
htomika
Re: How can I see log of my Xoopspoll
  • 2005/11/24 18:03

  • htomika

  • Just popping in

  • Posts: 8

  • Since: 2005/11/24


Hi! The funniest thing about this, that when I started to a build a site I used this module immediatelly and I was happy to see detailed results in the log.
Then I moved the site, installed things again, and then I got this message (not yet). I've lost that poll version, but this Xoopspoll(blank) does it again,but:

without showing anything on the results page!
The data is recorded in the database, but the results page shows only the table without content.

Any solution?
Thanks!

7
figu78
Re: How can I see log of my Xoopspoll
  • 2008/4/28 11:37

  • figu78

  • Just popping in

  • Posts: 60

  • Since: 2006/8/19


The same thing for me after move my site to another host, everything is ok in the database but there's nothing in the admin interface.

Anyone knows anything about it??

8
hackbrill
Re: How can I see log of my Xoopspoll
  • 2008/4/28 13:52

  • hackbrill

  • Friend of XOOPS

  • Posts: 283

  • Since: 2005/7/14


This sql query will show votes by username-just replace (db prefix) with the prefix of your database and (## of poll in question) with the numeral of the poll in question.

$sql 'SELECT `(db prefix)_users` . `uid` , `(db prefix)_users` . `uname` , `(db prefix)_xoopspoll_log` . `option_id` '
        
' FROM `(db prefix)_users` , `(db prefix)_xoopspoll_log` '
        
' WHERE ( ( `(db prefix)_xoopspoll_log` . `poll_id` = (## of poll in question) ) AND ( `(db prefix)_users` . `uid` = `(db prefix)_xoopspoll_log` . `user_id` ) ) '
        
' LIMIT 0, 30 ';

Login

Who's Online

180 user(s) are online (128 user(s) are browsing Support Forums)


Members: 0


Guests: 180


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Mar 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits