51

(4 replies, posted in PunBB 1.3 additions)

I am new in punbb and weak in php lol. I wanna know how to hide links from guest.

I know it must be somewhere in parser.php,
like
if ($pun_user["is_guest"])
return 'blabla';
else
return '<a href="'.$full_url.'">'.$link.'</a>';

But there are several return in parser.php

Which one or how to modify it.

thanks