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.

  1. Log in to the Portal Configuration tool and select Security Roles > Student > Active Student.

    1. In Menu Transactions, clear Quick Links Manager > Degree Audits and Quick Link.

    2. Update Transaction Security.

  2. Selectr IIS > Sites > CMCPortal [explore] > App_GlobalResources > packagename.resx.

    1. Edit the Resource file to edit/hide the verbiage for the Programs Of Study tile.

    2. 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>

    3. 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> -->

  3. Go to Student Portal Homepage > Programs Of Study tile.

    1. Note that the verbiage is hidden, but the Degree Progress Audit link is still visible.

    2. The link is not clickable because the DPA menu item is not enabled for student access.