Previous Thread
Next Thread
Print Thread
Rate Thread
Joined: Apr 2002
Posts: 474
Enthusiast
Enthusiast
Offline
Joined: Apr 2002
Posts: 474
I setup and put set a deadline, nobody can see the results till it ends is there any way the admins can review the results before the end of the poll?

Sponsored Links
Joined: Apr 2002
Posts: 474
Enthusiast
Enthusiast
Offline
Joined: Apr 2002
Posts: 474
it seems that the iip Poll Pal seems to display the results even though I specified don't display till finished.

Joined: Aug 2000
Posts: 1,609
Addict
Addict
Offline
Joined: Aug 2000
Posts: 1,609
In includepoll.php change:
Code
   if ($pnoresults && ($currtime < $pstop)) {

to
Code
   if (($pnoresults && ($currtime < $pstop)) && ($user['U_Status'] != "Administrator")) {


Also, change:
Code
      if ($pmustvote) {

to:
Code
      if (($pmustvote) && ($user['U_Status'] != "Administrator")) {

Joined: Oct 2003
Posts: 2,305
Old Hand
Old Hand
Joined: Oct 2003
Posts: 2,305
[]oceanwest said:
it seems that the iip Poll Pal seems to display the results even though I specified don't display till finished. [/]

??

how come when I test these scripts work 100 percent?

please explain more

Joined: Apr 2002
Posts: 474
Enthusiast
Enthusiast
Offline
Joined: Apr 2002
Posts: 474
IT seems the poll pal. on the IIP entrance is allowing unregistered users to post. And still allows everybody to see the results...

(the other mod works fine.)

Sponsored Links
Joined: Oct 2003
Posts: 2,305
Old Hand
Old Hand
Joined: Oct 2003
Posts: 2,305
Hmmm are you sure you have the options set in the admin panel of IIP??

should set under

CURRENT POLL

Poll Board's keyword. If not specified the very last approved post with a poll in it will be used.
Note: Specifying a board to use rather than leaving blank will improve page generation times.

Display a random poll? 1=yes 0=no
Note: Selecting 0 will improve speed.

Ignore polls in sticky posts? 1=yes 0=no
Note: If you don't intend on having sticky posts in the poll board then setting this to 0 will impove page generation times.

Who can see polls? 0=everyone 1=only registered users

Who can vote on polls? 0=everyone 1=only registered users

Joined: Oct 2003
Posts: 2,305
Old Hand
Old Hand
Joined: Oct 2003
Posts: 2,305
I just noticed your still using : IIP 5.4.4 by David Lozier ©2004 :. that needs to be : IIP 5.4.5 by David Lozier ©2004 :.

either that or MANUALLY place in your /ubbthreads/pals/config.pal

// Who can see polls? 0=everyone 1=only registered users
$whocanseepoll = "0";

// Who can vote in polls? 0=everyone 1=only registered users
$whocanvote = "1";


Link Copied to Clipboard
Donate Today!
Donate via PayPal

Donate to UBBDev today to help aid in Operational, Server and Script Maintenance, and Development costs.

Please also see our parent organization VNC Web Services if you're in the need of a new UBB.threads Install or Upgrade, Site/Server Migrations, or Security and Coding Services.
Recommended Hosts
We have personally worked with and recommend the following Web Hosts:
Stable Host
bluehost
InterServer
Visit us on Facebook
Member Spotlight
JAISP
JAISP
PA
Posts: 449
Joined: February 2008
Forum Statistics
Forums63
Topics37,573
Posts293,925
Members13,849
Most Online5,166
Sep 15th, 2019
Today's Statistics
Currently Online
Topics Created
Posts Made
Users Online
Birthdays
Top Posters
AllenAyres 21,079
JoshPet 10,369
LK 7,394
Lord Dexter 6,708
Gizmo 5,833
Greg Hard 4,625
Top Posters(30 Days)
Top Likes Received
isaac 82
Gizmo 20
Brett 7
WebGuy 2
Morgan 2
Top Likes Received (30 Days)
None yet
The UBB.Developers Network (UBB.Dev/Threads.Dev) is ©2000-2024 VNC Web Services

 
Powered by UBB.threads™ PHP Forum Software 8.0.0
(Preview build 20221218)