I would like to add a list called "My team's open requests" to portal, which displays all open tickets submitted by the team the portal user belongs to. Because a user can belong to multiple teams, user needs to select a team from dropdown box or lookup field before the result is displayed.
To facilitate future upgrade, can such customization be implemented as extension only, or do I have to change core code?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I would like to add a list called "My team's open requests" to portal, which displays all open tickets submitted by the team the portal user belongs to. Because a user can belong to multiple teams, user needs to select a team from dropdown box or lookup field before the result is displayed.
To facilitate future upgrade, can such customization be implemented as extension only, or do I have to change core code?
Hello fred,
You have to modify only in portal.index.php and application/portalwebpage.php specially in portal/index.php. No need to use extensions folder...