Worked just great!
Wrote it like this:
code:
if ($Board == "supertest") {
$postrow[$i]['replylinkstart'] = "<a href="{$config['phpurl']}/sendprivate.php?Cat=$Cat&User=$EUsername">";
$postrow[$i]['replylinkstop'] = "</a>";
}
else {
$postrow[$i]['replylinkstart'] = "<a href="{$config['phpurl']}/newreply.php?Cat=$Cat&Board=$Board&Number=$Number&page=$page&view=$view&what=showflat&sb=$sb&o=$o&fpart=$fpart&vc=1">";
$postrow[$i]['replylinkstop'] = "</a>";
}
Now I have another problem, wich I think is far more complicated to work around.

I´m going to use these new forums as areas for personal ads. I want registered users to be able to advertise anonymously and recive answers to their UBBT account.
So what I need to do now is hide the posters username in every place it might show up. Commenting out (or mark as hidden) the recipent field in the PM window is not such a big deal, but a posters username shows up in so many different places: the link to the PM window, in various places showing new posts, in the posters sent messages box, etc etc.
Am I asking for to much here? Is this at all possible?