Hi,
I have a problem with my forumdisplay links.
They look like
http://www.elsf.net/forumdisplay.php?page=[number] instead of
http://www.elsf.net/forumdisplay.php?f=[number]
I think there is a bug in the following section:
$url = $vbseo_vars['isvb4'] ?
fetch_seo_url('forum|nosession', $g_cache['forum'][$forum_id], ($page>1)?array('page'=>$page):array())
: 'forumdisplay.'.VBSEO_PHP_EXT.'?f='.$forum_id . ($page>1?'&page='.$page:'');
Probabbly problem with $g_cache.
How can i fix it?
Thanks.