bbPortal » Forum 4

[sticky] [closed]

Known bugs and issues (read this first before posting!)

(1 post)
  • Started 3 years ago by Null

Tags:

  1. 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!

    Posted 3 years ago #

RSS feed for this topic

Topic Closed

This topic has been closed to new replies.