EPP - Can't find screen to control display of pages after upgrade to 9.2.3

I had the EPP 5 installed about a month ago and over the weekend we upgraded PS to 9.2.3. Now I can't find the screen to control what pages are available on the parent portal. Do I need to uninstall and reinstall the plugin?

Had the same issue.

Under the General section of School (Setup->School), PowerSchool had change the name of the Mobile Settings link to Mobile Browser Settings (and change the name of the page to mobile_browser_settings.html).

You need to edit the home.epp.content.footer in the admin->schoolsetup folder.

You need to change this line:
$j('a[href*="mobile_settings.html"]').closest('tr').after(

To this:
$j('a[href*="mobile_browser_settings.html"]').closest('tr').after(

You link should now appear on the School setup page.

Chris

Christopher W.P. Boyle, MSITM
CNA,MCP,A+,N+, Apple Certified
Director of Technology
Harvard Public Schools/Town of Harvard

I made that change, still not showing. I just put 9.2.3 in. I looked at the target page and this should have worked.

Joseph Kohler
Registrar
Fordham Preparatory School

Interesting. Do you have any other customizations on the schoolsetup/home.html page?

I am on 9.2.3 and when I made that change it worked.

On the schoolsetup/home.html page is this coding there? (starting at line 120):
<tr>
<td><a href="/admin/schoolsetup/mobile_browser_settings.html">~[text:psx.html.admin_schoolsetup.home.mobile_browser_settings]</a></td>
<td>~[text:psx.html.admin_schoolsetup.home.configure_behavior_of_admin_teacher_pages_on_mobile_browser]</td>ahhhhh
</tr>

Christopher W.P. Boyle, MSITM
CNA,MCP,A+,N+, Apple Certified
Director of Technology
Harvard Public Schools/Town of Harvard

Subscribe to Comments for "EPP - Can&#039;t find screen to control display of pages after upgrade to 9.2.3"