Known bugs:
- Portal ID returns front-page ID
This is because in template-functions the
case 'portal.php' :
return 'front-page';
break;
returns the frontpage ID. Changing this to:
case 'portal.php' :
return 'portal-page';
break;
will result in messing up the looks of the portal index. Somewhere front-page and portal-page are in conflict or something...
- Add new link on portal page aint working in Opera
This is an Opera bug and is reported at the Opera forums.
- Comment link links to the last comment, not the first
Couldn't get this to work either. There is no standard function for this in bbPress and since my programming skills are below average, I have no idea how to fix this (yet). All help is welcome!