By ant on
Hello,
I noticed http://www.aqfl.net/?q=poll only shows 15 polls. It seems the older ones are gone since search does not show them. How do I keep all polls for archiving?
I have no idea what version is it running, but I know it is old. I do not have superuser access to check nor do I know where to look (not my server).
Thank you in advance. :)
Comments
Drupal version? (I assume
Drupal version? (I assume 4.6.5).
One possible (but not sure the best) solution:
1.) Open the modules/poll.module file:
2.) Search the following line:
$result = pager_query($sql, 15);
3.) Change like this:
$result = pager_query($sql, 200);
And you will see max. 200 archived polls.
Check this:
http://hup.hu/poll
Thanks, but...
I found out it is 4.5.1. I hope that doesn't matter. I also don't have superuser access to edit that file.
It is weird that I can't find the older polls through searching either.
.
--
Ant @ Ant's Quality Foraged Links and The Ant Farm