Hide Degree Progress Audit Link
On the Student Portal, you can update/hide the verbiage and the Degree Progress Audit link within the Programs Of Study tile by modifying the resource file.
Procedure to Hide the Degree Progress Audit Link
-
Log in to the Portal Configuration tool and select Security Roles > Student > Active Student.
-
In Menu Transactions, clear Quick Links Manager > Degree Audits and Quick Link.
-
Update Transaction Security.
-
-
Selectr IIS > Sites > CMCPortal [explore] > App_GlobalResources > packagename.resx.
-
Edit the Resource file to edit/hide the verbiage for the Programs Of Study tile.
-
When you comment out the value, the complete text is still visible on the Student Portal.
*You can modify the text, and it will be updated.
<data name="ProgramOfStudyTileActiveEnrollments" xml:space="preserve">
<!-- <value>You currently have {0} active enrollments. You can view all of your enrollments on the</value> -->
</data>
<data name="ProgramOfStudyNoActiveEnrollments" xml:space="preserve">
<!-- <value>You currently have no active enrollments. You can view all of your enrollments on the</value> -->
</data>
-
When comment out the entire entry, the text is not displayed, but the Degree Progress Audit link is still visible on Student Portal.
*You can modify the text, and it will be updated.
<!-- <data name="ProgramOfStudyTileActiveEnrollments" xml:space="preserve">
<value>You currently have {0} active enrollments. You can view all of your enrollments on the</value>
</data> -->
<!-- <data name="ProgramOfStudyNoActiveEnrollments" xml:space="preserve">
<value>You currently have no active enrollments. You can view all of your enrollments on the</value>
</data> -->
-
-
Go to Student Portal Homepage > Programs Of Study tile.
-
Note that the verbiage is hidden, but the Degree Progress Audit link is still visible.
-
The link is not clickable because the DPA menu item is not enabled for student access.
-