Quote:
Originally posted by Boofo
In my poll.php file I don't have the exact code that were in the intructions.
Code:
And in poll.php replace
// redirect
if ($threadinfo[visible]) {
with:
// redirect
if ($threadinfo[visible] && !$sendtoforum) {
Here's what I have:
Code:
// redirect
if ($visible) {
What do I need to do to change it to what it should be?
|
What I did was look for
Code:
if (!$threadinfo[visible]) {
and replace that

Hope it works