Role: admin
I have a link and want to add a menu like"Grade History" and "School bulletin"
when click the menu it can turn to the link page.
I tried to look in the location shown below,
but did not find the code。
Who knows Where is it?Thanks.@JeffG9 @Reshma
Solved! Go to Solution.
Check the Wildcards folder. Something like guardian_header.XXXXXXXX
Jeff is correct about the wildcards folder. There is a custom insertion point in the left nav footer. If you right click on wildcards and choose "New", "File", you can name your new file
guardian_header.YOURFILENAME.leftnav.footer.txt
and the code in your file will be added in the custom insertion point.
If you place the link elsewhere, you will have to update it every time you update PowerSchool.
Check the Wildcards folder. Something like guardian_header.XXXXXXXX
Jeff is correct about the wildcards folder. There is a custom insertion point in the left nav footer. If you right click on wildcards and choose "New", "File", you can name your new file
guardian_header.YOURFILENAME.leftnav.footer.txt
and the code in your file will be added in the custom insertion point.
If you place the link elsewhere, you will have to update it every time you update PowerSchool.
How do I get the icon and description to be together on the button?
The code on the guardian.header page doesn't have any images anywhere although the images are all in the images/img folder.
Example of one I did for service hours:
#btn-cs a {
background: url("/images/btn-cs.png") no-repeat;
}
<ul>
<li id="btn-cs"><a href="/guardian/servicehours.html?frn=~(studentfrn)">Service Hours</a><br></li>
</ul>
Thanks
steve