Quote:
Originally Posted by NTLDR
In vbindex.php find:
PHP Code:
".iif(strtoupper($vbindex['pollsforumid']) != 'ALL', "AND thread.forumid IN ($vbindex[pollsforumid])")."
Add before:
PHP Code:
AND poll.dateline > ". TIMENOW - X."
Replacing X with the number of seconds old it can be, for example any poll created within the last 31 days put 2678400.
I'll try and remember to add the thread preview to RC4.
|
I tried this but it isn't working. I am getting a white screen with:
Quote:
Parse error: parse error in /home/politics/public_html/index.php on line 685
|
I made sure there weren't any extra spaces and did it all in plain text. Deleting the extra line and reuploading of course fixes the problem.
Thanks for all of your work on this; it is appreciated by many.