sorry – ignore the above – you’ve already told me – cheers for your help!
Cheers that seem to do the trick.
One other question, what do I inset to get to http://mysite.com/forums/profile/USERNAME ??
is there anyone else here that can help?
Thanks Chris, below is a copy of text I altered in ‘Header.php’:
<head>
<meta http-equiv=”Content-Type” content=”text/html; charset=utf-8″ />
<title><?php bb_title(); ?></title>
<?php bb_feed_head(); ?>
<link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); ?>” type=”text/css” />
<link rel=”stylesheet” href=”<?php bb_stylesheet_uri(); ?>” type=”text/css” />
<?php if ( ‘rtl’ == bb_get_option( ‘text_direction’ ) ) : ?>
<link rel=”stylesheet” href=”<?php bb_stylesheet_uri( ‘rtl’ ); ?>” type=”text/css” />
<?php endif; ?>
Is there something I have done wrong here that could be causing the problem?
In addition, my config.php file has this entered as the top line:
<?php require_once(‘/home/fhlinux208/t/mysite/user/htdocs/blog/wp-blog-header.php’) ?>