Page 1 of 1

Portal Poll redirect [SOLVED]

PostPosted: Sun Jan 28, 2007 6:27 am
Author: Navaros
Your phpBB Version: 2.0.22
phpBB Type: Integramod 141
MODs: No
Your knowledge: Basic Knowledge
Board URL: [url]http://[/url]

PHP Version:
MySQL Version:


What was done before the problem appeared?



What was done to try to solve the problem?




De.scription and Message

Polls and everything are working fine. I was just wondering how to get the poll (on the portal page) to redirect to the Portal page after voting instead of redirecting to poll message.

Re: Portal Poll redirect

PostPosted: Sun Jan 28, 2007 6:41 pm
Author: Teelk
Hey Navaros, give this is a shot...

Open posting.php
FIND
Code: Select all
            'META' => '<meta>')

REPLACE WITH
Code: Select all
            'META' => '<meta>')

Re: Portal Poll redirect

PostPosted: Thu Feb 01, 2007 3:47 am
Author: Navaros
This worked great!!!

Thanks!!