Thanks

Hi,

I have tried to make my external registration automatically sign up the user to the PunBB forum it works but it comes up with the following error

http://img828.imageshack.us/img828/8522/errorub.png

When clicked proceed it work but why this error

Thanks

I managed to do this thanks

I tried to take out the href and it made no effect

What can I change this to

$forum_page['author_ident']['username'] = '<li class="username">'.(($forum_user['g_view_users'] == '1') ? '<a title="'.sprintf($lang_topic['Go to profile'], forum_htmlencode($cur_post['username'])).'" href="'.forum_link($forum_url['user'], $cur_post['poster_id']).'">'.forum_htmlencode($cur_post['username']).'</a>' : '<strong>'.forum_htmlencode($cur_post['username']).'</strong>').'</li>';

Hi,

On the view topic page how can I remove the hyperlink that links the username to the profile page

Thanks