Thanks
1 2010-10-11 19:29
Re: Register from external script (2 replies, posted in PunBB 1.3 troubleshooting)
2 2010-10-10 20:47
Topic: Register from external script (2 replies, posted in PunBB 1.3 troubleshooting)
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
3 2010-09-06 18:20
Re: [Solved] Removing Hyperlink (6 replies, posted in PunBB 1.3 troubleshooting)
I managed to do this thanks
4 2010-09-06 16:49
Re: [Solved] Removing Hyperlink (6 replies, posted in PunBB 1.3 troubleshooting)
I tried to take out the href and it made no effect
5 2010-09-06 16:37
Re: [Solved] Removing Hyperlink (6 replies, posted in PunBB 1.3 troubleshooting)
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>';
6 2010-09-06 15:03
Topic: [Solved] Removing Hyperlink (6 replies, posted in PunBB 1.3 troubleshooting)
Hi,
On the view topic page how can I remove the hyperlink that links the username to the profile page
Thanks