Which exactly version are you installing? Is it from packages or you compiled?
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Show posts Menum = $1 match "(.+)\[.+\]";
if (m) {
return( %(true, m[1]) );
}
else
{
return false;
}