Posted by Babulal Choudhary
2015-01-23

Hello All ,

I want to display all active or inactive both poll on load list of page for poll after login.
so please suggest me what setting or sql I need to change and which file I need to change.
Posted by Tom
2015-01-29

Hi,

>I want to display all active or inactive both poll on load list of page for poll after login.

Open web/codelib/asc/df.fl.poll.inc.php in a text editor.
Go to line 32. you will find the line like this
XA_INIT_VALUE=>array( 'reg'=>'Y', 'search'=>'Y' ),
Remove ", 'search'=>'Y'"
The result will be
XA_INIT_VALUE=>array( 'reg'=>'Y' ),
Now, you'll have both active and inactive polls after login.