You can use it like that
Code
<!--[ pnmodurl modname=pnForum type=user func=main fragment=$forum.cat_id|cat:"cat" ]-->">
in order to have the following ouput
Code
index.php?module=pnForum#2cat
AND you can use it like that
Code
<!--[ pnmodurl modname=pnForum type=user func=main fragment="cat"|cat:$forum.cat_id ]-->">
in order to have the following ouput
Code
index.php?module=pnForum#cat2
http://www.smarty.net/manual/en/language.modifier.cat.php
