What I mean is;
When I go to the home page, I would like it to display that one forum without leaving the home page. What is happening in my situation is that when I visit the home page the website redirects me to the forum page instead.
--------------- Added [DATE]1297193839[/DATE] at [TIME]1297193839[/TIME] ---------------
This is the line that keeps redirecting me, how can I overcome it without deleting? I have tried to comment it out and it worked well but I am not sure that won't create errors.
PHP Code:
// verify that we are at the canonical SEO url
// and redirect to this if not
verify_seo_url('forum', $foruminfo, array('pagenumber' => $_REQUEST['pagenumber']));