Mass Print Screen

Forums:

How do I add a Custom screen as an option to Mass Print? We have Attendance - Meeting and we would like to be able to mass print this screen. Thanks

I tried
~[if.~(studentscreenaccess;att_meeting.html)=1]~[text:psx.txt.wildcards.students_screenselect.att_meeting][/if]

and that didn't work

can't seem to get the whole thing to save. After
~[if.~(studentscreenaccess;att_meeting.html)=1]
then there is an option value statement that won't show here
~
then:
[text:psx.txt.wildcards.students_screenselect.att_meeting][/if]

I just did the basics for a custom report card I made.

Copied the students_select.txt file to the custom/wildcards.
At the end of the file before the closing tag for the select statement added the following code.
< option value="/admin/students/att_meeting.html?plce=hldr" >Attendance Meeting

I believe the ~[if.~(studentscreenaccess;att_meeting.html)=1] code is being used to reference the group page permissions found under System->Security->Groups, so if att_meeting.html is not one of the items listed for the group to have permission to, then the above if code wouldn't work. Basically, the code is checking to see if your group doesn't have permission to the page for the student, if not, then do not show the menu item to mass print that page.

Now if you got the Att_meeting added to the full list of pages under the group permission(I think it's possible), then you may be able to use that if code. Without the if code, you may be able to restrict that item through either if statements based upon the group(never had good experiences with that in the past)such as ~[if.~(group)=9], or use the "Access to Page Permissions" to set the groups other then your own to none.

Subscribe to Comments for "Mass Print Screen"